/* - - - - - - - - - - - - */
/*         FONT FAMILY     */
/* - - - - - - - - - - - - */
/* font-family: "OpenSansRegular"; */

@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "LevSerif-BlackDistressed"; */
@font-face {
    font-family: "Lev";
    src: url("../fonts/LevSerif-BlackDistressed.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSans-Bold"; */
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    /* IE9 Compat Modes */
    
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    /* Modern Browsers */
    
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/OpenSans-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/OpenSans-Bold.svg') format('svg');
    /* Legacy iOS */
    
    font-weight: normal;
    font-style: normal;
}
/* font-family: "OpenSans-Italic"; */

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('../fonts/OpenSans-Italic.eot');
    /* IE9 Compat Modes */
    
    src: url('./fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/OpenSans-Italic.woff2') format('woff2'),
    /* Modern Browsers */
    
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/OpenSans-Italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/OpenSans-Italic.svg') format('svg');
    /* Legacy iOS */
    
    font-weight: normal;
    font-style: normal;
}
/* font-family: 'AvenirNextLTW01RegularRegular'; */

@font-face {
    font-family: 'AvenirNextLTW01RegularRegular';
    src: url('../fonts/avenir-next-regular.eot');
    /* IE9 Compat Modes */
    
    src: url('../fonts/avenir-next-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    
    url('../fonts/avenir-next-regular.woff2') format('woff2'),
    /* Modern Browsers */
    
    url('../fonts/avenir-next-regular.woff') format('woff'),
    /* Modern Browsers */
    
    url('../fonts/avenir-next-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    
    url('../fonts/avenir-next-regular.svg') format('svg');
    /* Legacy iOS */
    
    font-weight: normal;
    font-style: normal;
}
/* - - - - - - - - - - - - */
/*         GLOBAL          */
/* - - - - - - - - - - - - */

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body h1 {
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "OpenSansRegular", sans-serif;
}
body h2 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 1.5;
}
body h3 {
    color: #000;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 1.3;
}
body h4 {
    color: #000;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 1.2;
}
body p {
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 1.8;
}
ol li {
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    position: relative;
    padding: 5px 0;
}
.c-hamburger {
    display: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 63px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
body .modal{
    z-index: 9999;
}
.c-hamburger:focus {
    outline: none;
}
.c-hamburger span {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 10px;
    height: 4px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background: #fff;
}
.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    background-color: #fff;
    content: "";
}
.c-hamburger span::before {
    top: -11px;
}
.c-hamburger span::after {
    bottom: -11px;
}
.c-hamburger--htx span {
    transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    -ms-transition: background 0s 0.3s;
    -moz-transition: background 0s 0.3s;
    -webkit-transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    -ms-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
    transition-property: top, transform;
    -o-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -webkit-transition-property: top, transform;
}
.c-hamburger--htx span::after {
    transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
}
/* active state, i.e. menu open */

.c-hamburger--htx.is-active span {
    background: none;
}
.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s, 0.3s;
    -moz-transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
}
/* - - - - - - - - - - - - */
/*          MAIN           */
/* - - - - - - - - - - - - */
/* - - - - - - - - - - - - */
/*         HEADER          */
/* - - - - - - - - - - - - */

header {
    min-height: 100vh;
    height: auto;
    background: url('../img/promo-bg-au.png') no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
}
.navbar {
    min-height: 65px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    border-radius: 0;
}
header .container {
    padding-right: 14px;
    padding-left: 14px;
}
.navbar-header .navbar-brand {
    padding: 4px 5px;
}
#navbar {
    margin-top: 5px;
}
#navbar .nav li {
    padding: 0 2px;
}
#navbar .nav li a {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    border: 2px solid transparent;
    padding: 7px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
header #navbar>.nav>li>a:hover,
header #navbar>.nav>li>a:focus {
    background-color: transparent;
    border-bottom: 2px solid #db6800;
}
#navbar .nav li.current-menu-item a{
    background-color: transparent;
    border-bottom: 2px solid #db6800;
}
header #navbar>.nav>.order-active-link a {
    border: 2px solid #db6800;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
header #navbar>.nav>.order-active-link a:hover,
header #navbar>.nav>.order-active-link a:focus {
    background-color: #db6800;
}
.top{
    background-color: #000;
    min-height: 30px;
    height: auto;
}
.top-tel{
    float:right;
    margin: 4px auto;
}
.top-tel img{
    vertical-align: baseline;
    width: 11px;
}
.phone-call, .login {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
}
.chat-now, .login {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    display: inline-block;
    margin: 0px 0 0 20px;
}
.phone-call:hover,
.phone-call:focus,
.chat-now:hover,
.chat-now:focus,
.login:hover,
.login:focus{
    color: #fff;
}
.promo-title {
    color: #fff;
    font-size: 53px;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 250px;
    margin: auto;
}
.promo-title span {
    font-size: 47px;
    font-family: 'OpenSans-Italic', sans-serif;
    display: block;
    text-transform: none;
}
/* - - - - - - - - - - - - */
/*       CALCULATOR        */
/* - - - - - - - - - - - - */

.calculator {
    min-height: 175px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 0 20px;
}
.calc-title {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 26px;
    line-height: 3;
}
#calc_form {
    margin-left: 60px;
}
#calc_form .form-group {
    display: inline-block;
    margin-right: 15px;
}
#calc_form .bl-result {
    display: inline-block;
    float: right;
    margin: -17px 0;
}
#calc_form .form-group label {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    font-weight: 100;
}
#calc_form .form-group select.form-control {
    color: #6e6e6e;
    font-family: "OpenSans-Italic", sans-serif;
    font-size: 12px;
    width: 200px;
    height: 40px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../img/select-arrow.png) 98% 50% no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-size: 10px;
}
select::-ms-expand{
    display: none;
}
#calc_form .form-group #form_deadline,
#calc_form .form-group #form_pages {
    width: 170px;
}
#calc_form .bl-result #price_div {
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    padding: 5px 0;
}
#calc_form .bl-result .continue {
    background-color: #ff6c00;
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 55px;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
#calc_form .bl-result .continue:hover,
#calc_form .bl-result .continue:focus {
    background-color: transparent;
    border: 2px solid #ff6c00;
    text-decoration: none;
}
/* - - - - - - - - - - - - */
/*       MAIN CONTENT      */
/* - - - - - - - - - - - - */

.main-content {
    padding: 40px 0 60px;
}
.title-main-content {
    color: #000;
    font-size: 33px;
    font-family: 'OpenSans-Bold', sans-serif;
    font-weight: 100;
}
.title-main-content span {
    display: block;
}
.post-title-text {
    color: #666565;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    padding: 20px 0;
}
.lists-adv {
    max-width: 220px;
    margin: 0 auto;
}
.list-h3 {
    position: relative;
}
.list-h3:before {
    content: '';
    position: absolute;
    border: 1px solid #42b787;
    width: 30px;
    text-align: center;
    bottom: -5px;
    left: 42%;
}
.list-adv {
    text-align: left;
    list-style: none;
}
.list-adv li {
    color: #292929;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    position: relative;
    padding: 5px 0;
}
.list-adv li:before {
    content: '';
    position: absolute;
    background: url('../img/list-img.png') no-repeat;
    width: 10px;
    height: 10px;
    margin: 6px 0 0 -20px;
}
.triangle-img {
    max-width: 100%;
    margin: 50px auto;
}
.mob-green-triangle {
    display: none;
}
.interested {
    color: #292929;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
    text-align: center;
}
.interested-block {
    text-align: center;
    padding: 15px 0;
}
.interested-block span {
    color: #666565;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    text-align: center;
}
.place-order {
    color: #fff;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    background-color: #ff6c00;
    padding: 10px 50px;
    margin-right: 10px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.link-here {
    display: inline-block;
    color: #ff6c00;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    text-decoration: underline;
}
.place-order:hover,
.place-order:focus {
    text-decoration: none;
}
.hvr-bounce-to-right:before {
    text-decoration: none;
    background: #da5c00!important;
}
.link-here:hover,
.link-here:focus {
    color: #da5c00;
}
/* - - - - - - - - - - - - */
/*          STATS          */
/* - - - - - - - - - - - - */

.stats {
    height: auto;
    padding: 30px 0 70px;
    background: url('../img/live-stat-bg.png') no-repeat;
    background-size: cover;
}
.stats h2 {
    color: #fff;
}
.counter {
    position: relative;
}
.counter-lines:before {
    content: '';
    position: absolute;
    border-left: 2px solid #76968f;
    height: 55px;
    width: 9px;
    top: 50px;
    left: -20px;
}
.counter-lines:after {
    content: '';
    position: absolute;
    border-left: 2px solid #76968f;
    height: 55px;
    width: 9px;
    top: 50px;
    right: -20px;
}
.count-num {
    display: block;
    color: #fff;
    font-size: 58px;
    font-family: 'Lev', sans-serif;
    text-transform: uppercase;
}
.counter-text {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    text-transform: uppercase;
}
.expert-writers {
    padding: 40px 0;
}
.list-topics {
    max-width: 150px;
    margin: 15px auto;
    list-style: none;
}
.list-topics li {
    position: relative;
    text-align: left;
    line-height: 2;
}
.list-topics li:before {
    content: '';
    position: absolute;
    background: url('../img/list-arrow.png') no-repeat;
    width: 10px;
    height: 10px;
    margin: 9px 0 0 -20px;
}
.list-topics li a {
    color: #333;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    line-height: 2;
}
/* - - - - - - - - - - - - */
/*         FINISH          */
/* - - - - - - - - - - - - */

.finish {
    padding: 40px 0;
    background: url('../img/expert-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
}
.finish-title {
    color: #fff;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
    padding: 0 0 10px;
}
.finish-text {
    color: #d8d8d8;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    display: block;
    font-weight: 100;
}
.finish-link {
    color: #db6800;
    text-decoration: underline;
}
.finish-link:hover,
.finish-link:focus {
    color: #db6800;
    text-decoration: none;
}
.inquiry-home {
    padding: 80px 0;
    background: url('../img/inquiry-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.inquiry-home-title {
    color: #fff;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
    padding: 0 0 10px;
}
.inquiry-home-text {
    color: #d8d8d8;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    display: block;
    font-weight: 100;
}
.inquiry-home-link {
    color: #42b787;
    text-decoration: underline;
}
.inquiry-home-link:hover,
.inquiry-home-link:focus {
    color: #42b787;
    text-decoration: none;
}
header #navbar>.nav>li.inquiry-btn a{   
    color: #fff;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 15px;
    border: 2px solid transparent;
    padding: 7px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 2px solid #42b787;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
header #navbar>.nav>li.inquiry-btn a:hover,
header #navbar>.nav>li.inquiry-btn a:focus {
    background-color: #42b787;
}
@media(min-width: 1200px){
    header #navbar>.nav>li.inquiry-btn a{
        margin: 0 25px 0 15px;
    }
}
@media (max-width: 1199px){
    #navbar .nav li a, header #navbar>.nav>li.inquiry-btn a {
        font-size: 12px;
        padding: 5px 1px;
    }
        
    #menu-menu-header{
        margin-top: 3px;
    }
}
@media (max-width: 767px){
    header #navbar>.nav>li.inquiry-btn a {
        background-color: #42b787;
        border: 2px solid transparent;
        border-radius: 0;
        font-size: 18px;
    }
}
/* - - - - - - - - - - - - */
/*     PRICES ON HOME      */
/* - - - - - - - - - - - - */
.prices-home{
    padding-top: 40px; 
}
.under-price-text{
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-style: italic;
}
.under-price-text a{
    font-style: initial;
    font-weight: bold;
    color: #000;
}
/* - - - - - - - - - - - - */
/*         REVIEWS         */
/* - - - - - - - - - - - - */

.reviews {
    height: auto;
    padding: 50px 0 90px
}
.img-slide {
    display: block;
    max-width: 80px;
    margin: 0 auto;
    border-radius: 50%;
}
.img-name {
    display: block;
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: bold;
    text-align: center;
}
.slide-text {
    color: #5b5a5a;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-style: italic;
    line-height: 1.5;
    padding: 20px 0;
    max-width: 575px;
    margin: 0 auto;
}
.arrow-slider-prev {
    display: block;
    background: url('../img/arrows-slider.png') no-repeat;
    background-size: 65px 52px;
    width: 33px;
    height: 55px;
}
.arrow-slider-next {
    display: block;
    background: url('../img/arrows-slider.png') no-repeat;
    background-size: 65px 52px;
    width: 33px;
    height: 55px;
    background-position: -35px 0;
}
/* - - - - - - - - - - - - */
/*         FOOTER          */
/* - - - - - - - - - - - - */
.pre-footer {
    background-color: #262626;
    padding: 15px 0;
}
.contact-us {
    color: #fff;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}
.contact-us a {
    color: #42b787;
}
footer {
    padding: 50px 0;
    background-color: #000;
}
.logo-footer {
    display: block;
    margin-bottom: 10px;
}
.logo-footer img {
    max-width: 100%;
}
.copyright,
.rights {
    display: block;
    color: #fff;
    font-size: 10px;
    font-family: 'AvenirNextLTW01RegularRegular', sans-serif;
    margin-left: 45px;
}
.footer-nav {
/*    margin-top: 15px;
    float: right;*/
}
.footer-nav ul {
    list-style: none;
}
.footer-nav .nav-top {
/*    display: flex;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;*/
}
.footer-nav .nav-top li {
/*    display: inline-block;
    margin: 0 0 0 18px;
    padding: 0 0;*/
    float: none;
    position: relative;
    text-align: left;
}
.footer-nav .nav-bottom {
    /*margin-top: 20px;*/
}
.footer-nav .nav-bottom li {
/*    width: 147px;
    display: inline-block;
    float: none;*/
    text-align: left;
/*    position: relative;
    margin: 0 -5px 0 22px;*/
}
.footer-nav .nav-bottom li:nth-child(3) {
    /*margin: 0 13px 0 -1px;*/
}
.footer-nav ul li {
    /*float: left;*/
    position: relative;
    display: block;
    padding: 5px 0;
}
.footer-nav .nav-bottom li:last-child {
    /*width: 111px;*/
}
.footer-nav ul li a {
    color: #fff;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    /*padding: 10px 20px;*/
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
    background: transparent;
    text-decoration: underline;
}
/*.footer-nav ul li.current_page_item a {
    background: transparent;
    text-decoration: underline;
}*/
/* - - - - - - - - - - - - */
/*       PAGES STYLES      */
/* - - - - - - - - - - - - */
header#header-pages{
    min-height: 200px;
    height: auto;
    background: url('../img/header-pages-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
header#header-pages h1{
    padding: 105px 0 25px;
}
#header-pages .navbar{
    background-color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
.page-content{
    padding: 10px 0 40px;
}
.price-text{
    color: #666565;
    font-size: 12px;
    font-family: "OpenSansRegular", sans-serif;
    text-align: justify;
}
.break-in-text{
    display: block;
}
.link-in-text{
    color: #666565;
    text-decoration: underline;
}
.price-text strong{
    display: block;
}
.client-get-free{
    min-height: 365px;
    height: auto;
    background: url('../img/client-free.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 0 0 35px;
}
.free-icons{
    width: 100%;
    /*padding: 70px 0 0;*/
}
.icons{
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 15px auto;
}
.icon{
    background: url('../img/cutting-edge.png') no-repeat;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    margin-bottom: 30px;
}
.i-inquires .icon{
    width: 50px;
    background-position: -55px 0px;
}
.i-formatting .icon{
    width: 55px;
    background-position: -108px 0px;
}
.i-title .icon{
    width: 50px;
    background-position: -163px 0px;
}
.i-biblio .icon{
    width: 50px;
    background-position: -214px 0px;
}
.i-plagiarism .icon{
    width: 52px;
    background-position: -266px 0px;
}
.free{
    color: #202020;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    text-transform: uppercase;
    display: block;
}
.free span{
    font-size: 14px;
    font-style: italic;
    display: block;
}
.order-bl{
    padding: 80px 0;
}
.order-bl-title{
    display: block;
    color: #000;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
}
.order-btn-page{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    background-color: #ff6c00;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 50px;
    margin-top: 10px;
    border-radius: 3px;
}
.order-btn-page:hover{
    text-decoration: none;
}
.services-steps{
    min-height: 375px;
    height: auto;
    background: url('../img/steps-bg.png') no-repeat;
    background-size: cover;
    padding-top: 25px;
}
.services-steps-how{
    min-height: auto;
}
.services-steps-h3{
    text-transform: uppercase;
    text-align: center;
}
.step{
    width: 115px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 30px;
    position: relative;
    z-index: 0;
}
.step:after{
    content: '';
    position: absolute;
    border: 2px solid #42b888;
    top: 55px;
    right: -65px;
    width: 71px;
    z-index: -2;
}
.step:last-child:after{
    display: none;
}
.img-step{
    display: block;
    width: 112px;
    height: 112px;
    background: url('../img/steps.png') no-repeat;
}
.s-pay .img-step{
    width: 113px;
    background-position: -115px 0; 
}
.s-wait .img-step{
    width: 113px;
    background-position: -227px 0; 
}
.s-check .img-step{
    background-position: -340px 0; 
}
.s-download .img-step{
    background-position: -455px 0; 
}
.s-enjoy .img-step{
    background-position: -568px 0; 
}
.step-info{
    display: block;
    color: #5b5b5b;
    font-size: 20px;
    font-family: "OpenSans-Bold", sans-serif;
}
.post-title{
    display: block;
    color: #666565;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-style: italic;
}
.before-title, .after-title{
    color: #010101;
    font-size: 14px;
    font-family: "OpenSans-Bold", sans-serif;
    text-transform: uppercase;
    margin: 50px 0 25px;
}
.list-before, .list-after{
    margin-left: -40px;
}
.list-before li, .list-after li{
    color: #3e3e3e;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    padding: 15px 0;  
}
.list-before li:first-child, .list-after li:first-child{
    font-weight: bold;
    font-style: italic;
}
.before-text, .after-text{
    display: block;
    color: #3e3e3e;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}
.before-link, .after-link{
    color: #3e3e3e;
    text-decoration: underline;
}
.before-link:hover,
.before-link:focus,
.after-link:hover,
.after-link:focus{
    color: #42b888;
}

.left-before,
.right-before,
.left-after,
.right-after{
    display: table-cell;
    width: 50%;
}
.right-before, .right-after{
    border-left: 2px solid #42b888;
    padding: 0 11px;
}
/* dis */
.like-h1{
    display: block;
    color: #000;
    font-size: 32px;
    font-family: "OpenSansRegular", sans-serif;
    text-align: center;
    padding: 25px 0 0;
}

.post-h1-dis{
    text-transform: none;
    display: block;
    color: #db6800;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
}
.dissert-page p{
    text-indent: 40px;
    margin: 0;
}
.dissert-page .not-indent{
    text-indent: 0;   
}
.dissert-list{
    margin-left: 100px;
}
.dissert-li{
    max-width: 100%;
}
.dissert-li li{
    text-transform: uppercase;
}

/* - - - - - - - - - - - - */
/*    AUTHORIZATION PAGE   */
/* - - - - - - - - - - - - */
.simple-class{
    color: #5b5b5b;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
}
.bold-class{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 20px;
    font-family: "OpenSans-Bold", sans-serif;
}
.authorize-title{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 16px;
    font-family: "OpenSansRegular", sans-serif;
}
.wrap-card{
    max-width: 300px;
}
.card-title{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 600;
    font-family: "OpenSansRegular", sans-serif;
    text-transform: uppercase;
    margin: 25px auto;
}
.and{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 20px;
    font-family: "OpenSans-Bold", sans-serif;
    margin: 155px 0 0;
}
.credit-card-wrap{
    float: right;
}
.how-authorize{
    padding: 50px 0 30px;
    text-transform: none;
}
.authorize-done{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
}
.authorization-way{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 600;
    font-family: "OpenSansRegular", sans-serif;
}
.list-companies{
    margin: 15px auto 0;
    text-align: center;
}
.list-companies img{
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
    max-width: 120px;
}
.why-authorizer{
    margin: 50px auto 25px;
    text-transform: none;
}
.common-questions{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}
.questions-blocks{
    padding: 20px 100px;
    border: 1px solid #65c19a;
    max-width: 775px;
    margin: 20px auto;
    position: relative;
}
.questions-blocks:after{
    content: '';
    position: absolute;
    bottom: -21px;
    width: 1px;
    height: 21px;
    left: 50%;
    background-color: #65c19a;
}
.questions-blocks:last-child:after{
    display: none;
}
.qb-title{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 600;
    font-family: "OpenSansRegular", sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px; 
}
.qb-text{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}
.steps-block-desktop{
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 55px 0;
}
.steps-block-mob{
    display: none;    
}
.step-title{
    color: #68c29c;
    text-transform: uppercase;
    margin: 80px auto 10px;
}
.step-text{
    display: block;
    text-align: center;
    color: #5b5b5b;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}
.mail-support{
    color: #68c29c;
    font-weight: bold;
}
.mail-support:hover, .mail-support:focus{
    color: #68c29c;
    text-decoration: underline;
}
.admin-link{
    text-decoration: underline;
    color: #5b5b5b;
}
.admin-link:hover, .admin-link:focus{
    text-decoration: none;
    color: #5b5b5b;
}
.step-and{
    display: block;
    font-weight: 600;
}
.step-img{
    background: url('../img/nums-ellips.png') no-repeat;
    width: 60px;
    height: 60px;
    margin: 120px auto;
    position: relative;
}
.step-img:before{
    content: '';
    position: absolute;
    top: -160px;
    left: 49%;
    background-color: #65c19a;
    height: 160px;
    width: 2px;
}
.step-img:after{
    content: '';
    position: absolute;
    top: 60px;
    left: 49%;
    background-color: #65c19a;
    height: 110px;
    width: 2px;
}
.step-img:last-child:after{
    content: '';
    position: absolute;
    top: 60px;
    left: 49%;
    background-color: #65c19a;
    height: 160px;
    width: 2px;
}
.step-img-two{
    background-position: -62px 0;
}
.step-img-three{
    background-position: -124px 0;
}
.i-cards{
    margin: 0 0 0 20px    
}
.i-mail{
    float: right;
    margin-right: 20px;
}

/* - - - - - - - - - - - - */
/*        ACCORDION        */
/* - - - - - - - - - - - - */
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #399a73;
    background:#42b888;
    transition:all linear 0.15s;
    -o-transition:all linear 0.15s;
    -ms-transition:all linear 0.15s;
    -moz-transition:all linear 0.15s;
    -webkit-transition:all linear 0.15s;
    font-size:1.200em;
    color:#fff;
}
.accordion-section-title.active, .accordion-section-title:focus{
    background: #36946e;
    color: #fff;
    text-decoration:none;
}
.accordion-section-title:hover{
    text-decoration:none;
}
.hvr-sweep-to-bottom:before {
    background: #36946e!important;
}
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
.accordion-section-content {
    padding:15px;
    display:none;
}

/* - - - - - - - - - - - - */
/*    PAGE PRICE STYLES    */
/* - - - - - - - - - - - - */
#currency_0 {
    border: 2px solid #42b787;
    -webkit-border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../img/arrow-currency.png) no-repeat;
    background-color: #fff; 
    background-position: 100% 50%;
    background-size: 28px;
    width: 70px;
    height: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    padding: 0 0 0 5px;
}

/* - - - - firefox browser CSS only - - - - - */
@-moz-document url-prefix() {
    #currency_0 {
        padding: 0 0 0 2px;
    }
}
/* - - - - IE10+ browser CSS only - - - - - */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #currency_0 {
        padding: 0 0 0 2px;
    }
}
.content-price .pull-right{
    color: #666565;
}
#price_table_0 .even:nth-child(2n+3),
#price_table_1 .even:nth-child(2n+3),
#price_table_2 .even:nth-child(2n+3),
#price_table_3 .even:nth-child(2n+3) {
    border-bottom: 1px solid #42b787!important;
}
#myTab_price li:first-child{
    margin-left: 0;
}
#myTab_price li{
    margin: 0 30px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.price-table {
    margin-bottom: 40px;
    max-width: 700px;
    margin: auto;
    font-size: 14px;
}
.price-table .nav-tabs {
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.price-table .nav-tabs > li {
    margin-bottom: 0;
    text-align: center;
    background: none;
    padding-left: 0;
}
.price-table .nav-tabs > li > a {
    border: none;
    padding: 15px;
    color: #010101;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: bold;
}
.price-table .nav-tabs >li.active>a {
    position: relative;
}
.price-table .nav-tabs >li.active>a:before {
    content: '';
    position: absolute;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #42b787;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.price-table .nav-tabs >li>a:hover {
    border-radius: 4px;
}
.price-table .nav-tabs >li.active>a,
.price-table .nav-tabs >li.active>a:focus,
.price-table .nav-tabs >li.active>a:hover {
    color: white;
    cursor: default;
    background-color: #42b787;
    border: none;
    border-radius: 4px;
}
.price-table .table td {
    color: #474646;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 500;
    text-align: center;
}
.price-table .table thead th {
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
.price-table .table thead th:first-child {
    text-align: left;
}
.price-table .table tbody th {
    color: #474646;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 300;
    text-align: left;
}
.table>tbody>.even>td,
.table>tbody>.even>th,
.table>tfoot>.even>td,
.table>tfoot>.even>th,
.table>thead>.even>td,
.table>thead>.even>th{
    border-top: 1px solid #d0ede1;
}
/* - - - - - - - - - - - - */
/*    SIGN-UP STYLES       */
/* - - - - - - - - - - - - */
.sign-up-section{
    min-height:300px;
    height: auto;
    background: url('../img/sign-bg.png') no-repeat;
    background-size: cover;
    padding: 45px 0 65px;
}
.sign-up-section-dissert{
    background: url('../img/sign-bg-dis.png') no-repeat 50% 100%;
    background-size: cover;
}
.sign-up-section-text{
    color:#000;
    font-size: 20px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 600;
}
.form-signup{
    max-width: 610px;
    width:100%;
    margin: 25px auto 35px;
}
#mailSign{
    max-width: 311px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    display: inline-block;
    color:#5b5b5b;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: 600;
    background: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #5b5b5b;
    border-left: 1px solid transparent;
    outline: 0;
    margin-right: 35px;
}
.btn-sign-up{
    color:#fff;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 95px;
    background-color: #42b787;
}
.post-sign-up{
    color:#5b5b5b;
    font-size: 12px;
    font-family: "OpenSansRegular", sans-serif;
}
/* - - - - - - - - - - - */
/*    CLIENT INFORMER    */
/* - - - - - - - - - - - */

@media screen and (min-width: 992px){
    .client-lead-informer.mobile-view{
        display: none!important;
    }
    .client-lead-informer.desktop-view{
        top: 450px;
        left: 14px;
        border-radius: 5px;
        width: 200px;
        position: fixed;
        background-color: #ff6c00;
        opacity: 0.94;
        color: #fff;
        z-index: 4;
    }
    .client-lead-informer.desktop-view.closed{
        width: auto;
    }
    .client-lead-informer.desktop-view::after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #ff6c00;
        border-width: 0px 12px 24px 0px;
        top: 50%;
        margin-top: -16px;
    }
    .client-lead-informer.desktop-view .fa-minus, 
    .client-lead-informer.desktop-view .fa-plus {
        position: absolute;
        right: 0;
        top: 0;
        color: white;
        font-size: 14px;
        padding: 4px 4px;
        line-height: 10px;
        opacity: 0.8;
        cursor: pointer;
    }
    .client-lead-informer.desktop-view .fa-phone {
        font-size: 40px;
        height: 55px;
        float: left;
        padding: 9px 11px 3px 14px;
        cursor: pointer;
    }
    .client-lead-informer.desktop-view div {
        width: 190px;
        padding-top: 10px;
        font-size: 13px;
        line-height: 17px;
    }
    .client-lead-informer.desktop-view div span {
        padding-right: 10px;
        display: inline-block; 
    }
    .client-lead-informer.desktop-view div strong {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
        background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
        display: block;
        border-radius: 70px;
        padding: 5px 10px;
        color: #222222;
        margin: 10px 0 10px 10px;
        text-align: center;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
        cursor: pointer;
    }
}
@media screen and (max-width: 991px){
    .client-lead-informer.desktop-view{
        display: none!important;
    }
    .client-lead-informer.mobile-view {
        display: block;
        padding: 15px;
        font-size: 18px;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    .client-lead-informer.mobile-view .client-lead-inside {
        cursor: pointer;
        border-radius: 10px;
        padding: 20px;
        background: #ff6c00;
        opacity: 0.94;
        color: #fff;
    }
    .client-lead-informer.mobile-view .client-lead-holder {
        display: table;
        width: 100%;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
        display: table-cell;
        vertical-align: top;
    }
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child, 
    .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
        width: 60px;
    }
    .client-lead-informer.mobile-view i {
        font-size: 48px;
    }
}

body .client-lead-modal .btn-md,
#goBackModalWithTimer .goBackForm button.btn-primary{
    background-color: #ff6c00;
    border-color: #ff6c00;
    margin-top: 15px;
}
body .modal-header{
    padding: 0;
    border-bottom: 0px solid transparent;
}
#goBackModalWithTimer .modal-header{
    background: #a7a7a7;
    padding: 9px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}
.logo-modal{
    background: #a7a7a7;
    padding: 9px 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-header .close{
    margin: 12px 10px 0 0;
    opacity: .5;
}
.modal-header .close:hover,
.modal-header .close:focus{
    opacity: .2;
}
body .modal-body{
    padding: 10px 0 0 0;
}
body .modal-body > h4{
    padding: 5px 15px 15px;
    font-size: 20px;
    text-align: center;
}
body .modal-body form,
body .modal-body .alert.alert-danger,
body .modal-body .great-block{
    padding: 15px;
}
#goBackModalWithTimer .lead-text,
#goBackModalWithTimer .secondary-text,
#goBackModalWithTimer .modal-counter-holder{
    padding: 0 15px;
}
#goBackModalWithTimer .lead-text{
    color: #ff6c00;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#goBackModalWithTimer .secondary-text{
    font-style: italic;
    color: #464646;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
#goBackModalWithTimer .modal-counter-holder{
    text-align: center;
}
#goBackModalWithTimer .modal-counter-holder .pre{
    color: #b6b6b6;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

#goBackModalWithTimer .modal-counter-holder .modal-counter .cell{
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
#goBackModalWithTimer .modal-counter-holder .modal-counter .cell:after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-top: 1px solid #DA7D2E;
    width: 100%;
    height: 1px;
}
#goBackModalWithTimer .modal-counter-holder .modal-counter .cell span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #ff6c00;
    border-radius: 10px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.6);
    color: white;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 17px 0;
}
#goBackModalWithTimer .modal-header .close{
    margin: 3px 0 0 0;
}
.great-btn{
    color: #fff;
    background-color: #ff6c00;
}
.great-btn:focus{
    outline: 0;
}
body .modal-body .great-block .alert {
    padding: 0 15px;
    margin-bottom: 20px;
}
/* - - - - - - - - - - - - - - - -*/
/*    POP-UP STYLES ORDER FORM    */
/* - - - - - - - - - - - - - - - -*/
.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border: none;
    color: #ff6c00;
    margin-top: 25px;
}
.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(../img/girl-modal.jpg) no-repeat right bottom;
}
.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px!important;
    background: none;
    border: none;
}
.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block ul {
    width: 290px;
}
.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    background: none;
    padding: 0;
}
.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #ff6c00;
    font-size: 28px;
}
.modal-footer {
    margin-top: 11px;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #ff6c00;
    border-radius: 3px;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background: #ff6c00;
    font-family: arial;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px;
}
.dropbtn {    
    color: #fff;
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
}
.dropbtn:hover, .dropbtn:focus{
    background: none !important;
}
.dropbtn a:hover, .dropbtn a:focus{
    text-decoration: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #ffffff;
    border-radius: 3px;
    min-width: 150px;
    padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content span{
    display: inline-block;
    text-align: left;
    width: 100%;
}
.dropdown-content a {
    color: #000;
    padding: 3px 0 3px 5px;
    text-decoration: none;
}
.dropdown-content a:hover, .dropdown-content a:focus{
    text-decoration: underline;
}
.dropdown-content a:hover {background-color: none;color: #000;}
.dropdown .btn-primary.active, .dropdown .btn-primary:active, .dropdown .open>.dropdown-toggle.btn-primary{
    background: none;
}
.dropdown-content span:hover, .dropdown-content a:hover, .dropdown-content span:focus, .dropdown-content a:focus {
    background: transparent;
    color: #db6800;
    text-decoration: none;
}
.inquiry-block{
    padding: 70px 0 30px 0;
    margin: 0 0 -60px 0;
}
.calc-text{
    font-size: 12px;
    margin: 0 0 -5px 60px;
    font-style: italic;
    color: #b9b9b9;
}
@media screen and (max-width: 991px){   
    .calc-text{
        text-align: center;
        margin: 20px 0 0 0;
    }
}
.country-container {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.country-container img{
    width: 32px;
    vertical-align: middle;
    margin: -1px 0 0 0;
}
.country-container .country-block {
    display: inline-block;
}
.country-container .country-block a {
    margin-left: 5px;
    color: #fff;
}
.country-container .country-con {
    position: absolute;
    z-index: 99999999;
    display: inline-block;
    min-width: 105px;
    right: -11px;
    top: 27px;
    background: rgb(62, 62, 62);
    opacity: 0.95;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
}
.country-container .country-con {
    right: 4px !important;
    top: 30px !important;
}
.country-container .country-con .country-item {
    margin: 0 auto;
    text-align: center;
}
.country-container .country-con .country-item a:hover,
.country-container .country-con .country-item a:focus{
    text-decoration: none;
    
}
.country-container .country-con .country-item span {
    color: white;
}
.country-container .country-con .country-item span:hover {
    color: #ff6c00;
}


.cookie-banner {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background-color: #3a3639;
  opacity: 0.9;
}
.cookie-banner .wrapper {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.cookie-banner .wrapper .wrapper__text p {
  color: #fff;
  opacity: 1;
}
.cookie-banner .wrapper .wrapper__text p a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}
.cookie-banner .wrapper .wrapper__text p a:hover {
    text-decoration: none;
}
.cookie-banner .wrapper .wrapper__buttons {
    min-width: 80px;
    margin-left: 15px;
}
.cookie-banner .wrapper .wrapper__buttons button {
  border-radius: 0;
  color: #fff;
  opacity: 1;
  border: none;
  height: 25px;
  padding: 0 10px;
  background-color: #ff6c00;
  text-transform: uppercase;
}

#hide-cookie-banner.close {
    float: none;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}

.cookie-banner .wrapper .wrapper__buttons button:hover {
  box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
@media screen and (max-width: 600px) {
    .cookie-banner .wrapper .wrapper__text p {
        font-size: 12px;
    }
}
        
@media screen and (max-width: 480px) {
    .cookie-banner .wrapper {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .cookie-banner .wrapper .wrapper__buttons,
    .cookie-banner .wrapper .wrapper__text {
        text-align: center;
    }
}


.checkbox-gdbr{
    font-size: 14px;
}

.alert-danger-gdbr{
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;    
}

/*-----Custom checkbox GDPR-----*/
.container-checkbox-gdpr{
    display: inline-block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #ffffff;
}
.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark{
    border-color: red;
}
/*-----Custom checkbox GDPR END-----*/

.go-back-modal .alert-danger-gdbr{
    display: block;
    color: rgb(224, 49, 0);
    font-family: Arial;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    background: transparent !important;
}

#sign-up-email-checkbox .alert-danger-gdbr {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

._validation-error {
    color: #e24114;
}
