
.shadow-1, .language-dropdown ul.lang-list, .language-dropdown label {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2, .language-dropdown.open label {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}


.language-dropdown {
    display: inline-block;
}

/*.language-dropdown .lang-eng {*/
/*border-left: 4px solid #00257d;*/
/*}*/
.language-dropdown .lang-eng .flag {
    background-image: url("/assets/img/flags/en.png");
}

/*.language-dropdown .lang-geo {*/
/*border-left: 4px solid #ff0000;*/
/*}*/
.language-dropdown .lang-geo .flag {
    background-image: url("/assets/img/flags/geo.png");
}

/*.language-dropdown .lang-rus {*/
/*border-left: 4px solid #0039a6;*/
/*}*/

.language-dropdown .lang-rus .flag {
    background-image: url("/assets/img/flags/ru.png");
}

/*.language-dropdown .lang-tur {*/
/*border-left: 4px solid #e30a17;*/
/*}*/

.language-dropdown .lang-tur .flag {
    background-image: url("/assets/img/flags/tur.png");
}

.language-dropdown label, .language-dropdown ul li {
    display: block;
    width: 50px;
    height: 38px;
    background: #fff;
    padding: 0 6px;
    cursor: pointer;
}

.language-dropdown ul.lang-list {
    position: relative;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.language-dropdown ul.lang-list li {
    border-bottom: 1px solid #ECECEC;
    border-left: 4px solid #4a70c4;
}

.language-dropdown ul.lang-list li:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.language-dropdown ul.lang-list li.selected {
    display: none;
}

.language-dropdown label {
    position: relative;
    border-bottom: 1px solid #ECECEC;
    /*border-radius: 3px;*/
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 2;
}

.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
}

.language-dropdown.open ul.lang-list {
    visibility: visible;
    opacity: 1;
}

.language-dropdown.open label {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.animate, .lang-flag, .lang-list {
    cursor: pointer;
    /*!*-webkit-transition: all .5s;*!*/
    /*!*-moz-transition: all .5s;*!*/
    /*!*-ms-transition: all .5s;*!*/
    /*!*-ms-transition: all .5s;*!*/
    /*!*transition: all .5s;*!*/
    /*backface-visibility: hidden;*/
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*-ms-backface-visibility: hidden;*/
}

.language-dropdown label {
    border-left: 4px solid #ffcc05;
}

#lang_selector {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 950;
}


/*CALCULATOR*/


@font-face {
    font-family: 'BPG_Arial_0';
    src: url('/assets/fonts/bpg_arial_0/BPG_Arial_0.eot');
    src: url('/assets/fonts/bpg_arial_0/BPG_Arial_0.ttf') format('truetype'),
    url('/assets/fonts/bpg_arial_0/BPG_Arial_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: "BPG_Arial_0", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    cursor: default;
}

label {
    font-weight: normal;
}

.calculator .row {
    margin-top: 20px;
}

.calculator {
    background-color: #4a70c4;
    width: 331px;
    height: 260px;
    /*right: -10px;*/
    right: -331px;
    top: 250px;
    border-bottom-left-radius: 10px;
    padding: 10px 20px 10px 10px;
    position: fixed;
    margin: 0;
    z-index: 800;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.calculator p {
    color: white;
}

.calculator .calculator-title p {
    margin-bottom: 20px;
    color: #ffcc05;
    text-align: center;
    font-size: 18px;
}

.calculator .calculator-title p {
    font-family: "dejavu", sans-serif;
}

.dispute-value-title {
    color: white;
}

.dispute-value .form-control:focus {
    border-color: #ffcc05;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 204, 5, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 204, 5, 0.6);
}


.hearing-type {
    color: white;
}

.price {
    color: white;
}

.price-number p {
    color: #ffcc05;
    font-size: 20px;
}

.calculator-slider {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    background-color: #ffcc05;
    padding: 15px 0 15px 18px;
    color: white;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 800;
    cursor: pointer !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.calculator-slider i {
    font-size: 18px;
}

#warning-msg {
    padding-top: 5px;
    color: #ffcc05;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}


.nowslide {
    right: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

/*MEDIA QUERIES*/
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {
    .nowslide {
        left: 0 !important;
    }

}

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {
    .calculator-slider {
        left: 0 !important;
    }


}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4) {


}

/* Portrait */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4)
and (orientation: portrait) {
    .mobile-calculator-button {
        left: 0 !important;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

}

/* Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4)
and (orientation: landscape) {
    #lang_selector {
        top: 30px;
    }

    .calculator {
        top: 80px;
    }

}


@media screen
and (max-width: 360px) and (orientation: portrait) {
    .mobile-calculator-button {
        left: 0 !important;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
}

/*MEDIA QUERIES*/