/* лого в шапке*/
.custom-logo {
   height: 90px;
}



/* =Классы с общими секциями
   ========================================================================== */

.common-section-type-1 {
    margin: 4em 0 0;
    background-color: #fff;
}



/* =Hot phone number section
   ========================================================================== */

.hot-phone-section {
    background-color: #1e8ba0;
    color: #fff;
    padding: 2em 0 0;
}
.hot-phone-section p {
    line-height: 0.8em;
    margin-bottom: 0.5em;
}

.hot-phone-section .with-phone-label {
    margin-left: 2em;
}


.hot-phone-section .with-phone-label:before {
    min-width: 30px;
    min-width: 1.07142857em;
    min-height: 30px;
    min-height: 1.07142857em;
    padding: 14px;
    padding: 0.3em 0.2em 0.1em;
    border-radius: 20%;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #1e8ba0;
    text-align: center;
    font-size: 32px;
    line-height: 28px;
    margin: 0 1em;
    float: left;
    position: relative;  
    top: -0.2em;
    content: "\f095";
    font-family: 'FontAwesome';
}

.webform-box-a span {
    font-size: 12px;
}

.webform-box-btn {
    margin-bottom: 10px !important;
}



@media (max-width: 355px) {
    .hot-phone-section p {
        line-height: 1em;
        margin-bottom: 0.5em;
    }
    
    .hot-phone-section .with-phone-label {
        margin-left: 0.5em;
    }
    .hot-phone-section .with-phone-label:before {
        top: 0.15em;

    }
}

@media (max-width: 479px) {
    .hot-phone-section p {
        line-height: 1em;
        margin-bottom: 0.5em;
    }
    
    .hot-phone-section .with-phone-label {
        margin-left: 0.5em;
    }
    .hot-phone-section .with-phone-label:before {
        top: 0;

    }
}

@media (max-width: 767px) {
    .hot-phone-section p {
        line-height: 1em;
        margin-bottom: 0.5em;
    }
    
    .hot-phone-section .with-phone-label {
        margin-left: 0.5em;
    }
    .hot-phone-section .with-phone-label:before {
        top: 0.05em;

    }
}


/* =Hot news section
   ========================================================================== */

.hotnews-section {
    background-color: #ffffff;
    padding: 70px 0 14px;
}


.news-slider .item {
    margin: 0px 10px;
    padding: 2em;
    margin: 0px 10px;
    border: 1px solid #e1e1e1;
}

.news-slider img {
    margin: 0 auto;
}

.news-slider .date {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
}
.news-slider .date span{
    padding-bottom: 5px;
    border-bottom: 1px solid #cc263d;
}

.news-slider .header {
}


.news-slider > .slick-prev:before,
.news-slider > .slick-next:before {
  color: #1e8ba0;
  font-size: 35px;
}





/* = Feedback section
   ========================================================================== */

.feedback-section {
    position: relative;
    top: -30px;
}
.feedback-section .box {
    background-color: #fff;
    margin: 0px 10px;
    border: 1px solid #e1e1e1;
    padding: 2em;
    font-size: 90%;
}

.feedback-section .box .phone{
    border-bottom: 1px solid #e1e1e1;
}
.feedback-section .box .phone span{
    padding-bottom: 5px;
    border-bottom: 1px solid #cc263d;
}

.feedback-section .text-accent-color {
    color: #000;
    font-size: 16px;
}



/* =About section override
   ========================================================================== */

.about-section {
    padding: 0px 0 42px;
    padding: 0em 0 2.8em;
}



/* =Модная полоска
   ========================================================================== */


.sp-underline{
    border-bottom: 1px solid #e1e1e1;
}
.sp-underline > .sp-area{
    padding-bottom: 5px;
    border-bottom: 1px solid #cc263d;
}

.intro-section-second {
    background-color: #f9f9fa;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 112px 0 112px;
    padding: 7.46666666em 0 7.46666666em;
    border-bottom: 3px solid #cc263d;
}

@media (min-width: 768px) {
    .intro-section-second {
        padding: 10em 0 2.8em;
    }
}

/* =Переназначение border-radius для кнопок
   ========================================================================== */
input[type="reset"],
input[type="submit"],
input[type="button"] {
    border-radius: 10px;
    border-radius: 0.7em;

}

a.btn {
    border-radius: 10px;
    border-radius: 0.7em;
}

a.btn:focus, a.btn:hover {
    background-color: rgba(255,255,255, 0.5);
}


a.btn.btn-small {
    border-radius: 10px;
    border-radius: 0.7em;
}

a.btn.btn-large {
    border-radius: 10px;
    border-radius: 0.7em;
    width: 100%;
}

/* =Тень под блоком
   ========================================================================== */
.shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

iframe {
    margin: none;
    padding: none;
    border: none;
}

.wp-map-section-map {
    height: 400px;

}
.wp-map-section-about {
    /* old image */
    /*background:  linear-gradient(to right, rgba(61, 174, 221, 0.7), rgba(61, 174, 221, 0.7)) , url('../images/bg2.jpg');*/
    /* new image */
    background:  linear-gradient(to right, rgba(61, 174, 221, 0.7), rgba(61, 174, 221, 0.7)) , url('../images/bg22.jpg');
    background-size: cover;
    height: 400px;
}

.wp-map-section-about h6,
.wp-map-section-about p {
    color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wp-map-section-about p {
    margin-bottom: 0.2em;
}
.wp-map-section-about h6{
    border-bottom: 3px solid #fff;
}


#footer-bottom {
    background-color: #2b3b4b !important;
}


.widget_categories_footer li a:before {
    color: #fff !important;
}

.contrast-2 {
    background-color: #314355 !important;
    color: #fff !important;
}
.contrast-2 a {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.contrast-2 a:focus {
    color: #e11931;
}

.contrast-2 a:hover {
    color: #1e8ba0;
}

.contrast-2 a:active {
    color: #1a171c;
}

#footer {
    padding: 20px 0;
    padding: 2.5em 0 0.5em;
    background-color: #1e8ba0;
}

#footer p {
    line-height: 0.8em;
    margin-bottom: 0.5em;
}



.phone_apps {
    padding: 5px 0;
    border: 1px solid #e2eaf1;
    border-radius: 5px;
}

.phone_app:first-child {
    border-right: 1px solid #e2eaf1;
}


.phone_app a {
    font-size: 80%;
    line-height: 1.2;
    display: block;
    padding: 6px 3px 6px 37px;
    color: #fff;
}

.phone_app_android {
    background: url('../images/android.png') 9px center no-repeat;
}

.phone_app_iphone {
    background: url('../images/iphone.png') 10px center no-repeat;
}

.phone_app a:hover {
    color: rgba(255,255,255, 0.5);
}

.phone_app i {
    font-size: 22px;
    color: #037dd1;
    margin-top: -2px;
}




.mt-1 {
    margin-top: 1em !important;
}
.mt-2 {
    margin-top: 2em !important;
}
.mt-3 {
    margin-top: 3em !important;
}
.mt-4 {
    margin-top: 4em !important;
}

.mb-1 {
    margin-bottom: 1em !important; 
}
.mb-2 {
    margin-bottom: 2em !important;
}
.mb-3 {
    margin-bottom: 3em !important;
}
.mb-4 {
    margin-bottom: 4em !important;
}

.ml-1 {
    margin-left: 1em !important;
}
.mr-1 {
    margin-right: 1em !important;
}
.ml-2 {
    margin-left: 2em !important;
}
.mr-2 {
    margin-right: 2em !important;
}
.ml-3 {
    margin-left: 3em !important;
}
.mr-3 {
    margin-right: 3em !important;
}

.ph-0 {
    padding-left: 0;
    padding-right: 0;
}

.pt-1 {
    padding-top: 1em;
}
.pt-2 {
    padding-top: 2em;
}
.pt-3 {
    padding-top: 3em;
}
.pt-4 {
    padding-top: 4em;
}


.pb-1 {
    padding-bottom: 1em;
}
.pb-2 {
    padding-bottom: 2em;
}
.pb-3 {
    padding-bottom: 3em;
}
.pb-4 {
    padding-bottom: 4em;
}

.pl-1 {
    padding-left: 1em;
}
.pr-1 {
    padding-right: 1em;
}
.pl-2 {
    padding-left: 2em;
}
.pr-2 {
    padding-right: 2em;
}
.pl-3 {
    padding-left: 3em;
}
.pr-3 {
    padding-right: 3em;
}

.w-100 {
    width: 100%;
}
.w-95 {
    width: 95%;
}


.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40%;
}
.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}
.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-5 {
    width: 5%;
}


.h-em-10 {
    height: 10em;
}
.h-em-15 {
    height: 15em;
}
.h-em-17 {
    height: 17em;
}

.h-em-20 {
    height: 20em;
}

.h-em-40 {
    height: 40em;
}



@media (max-width: 1199px) {
    .alignright {
        float: right;
        margin: 0;
    }
}



h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}


input.bg-dark-input,
textarea.bg-dark-input {
    border: 1px solid #2a3948;
    background-color: #2a3948;
}
input:focus.bg-dark-input {
    border: 1px solid #2a3948;
}

/* Turquoise (бирюзовый) color of button
   ========================================================================== */


input[type="reset"].turquoise-color-btn,
input[type="submit"].turquoise-color-btn,
input[type="button"].turquoise-color-btn {
    border: 1px solid #1e8ba0;
    background-color: #1e8ba0;
    color: #ffffff;
}

input[type="reset"]:hover.turquoise-color-btn,
input[type="submit"]:hover.turquoise-color-btn,
input[type="button"]:hover.turquoise-color-btn,
input[type="reset"]:focus.turquoise-color-btn,
input[type="submit"]:focus.turquoise-color-btn,
input[type="button"]:focus.turquoise-color-btn {
    background-color: #ffffff;
    color: #1e8ba0;
}

input[type="reset"]:active.turquoise-color-btn,
input[type="submit"]:active.turquoise-color-btn,
input[type="button"]:active.turquoise-color-btn {
    border-color: #1a171c;
    background-color: #1a171c;
    color: #ffffff;
}

/* Gray color of button
   ========================================================================== */

input[type="text"].gray-color-btn,
textarea {
    resize: none;
}

textarea.gray-color-btn {
    margin-bottom: 8px;
    margin-bottom: 0.4em;
}

input[type="reset"].gray-color-btn,
input[type="submit"].gray-color-btn,
input[type="button"].gray-color-btn {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #1a171c;
}

input[type="reset"]:hover.gray-color-btn,
input[type="submit"]:hover.gray-color-btn,
input[type="button"]:hover.gray-color-btn,
input[type="reset"]:focus.gray-color-btn,
input[type="submit"]:focus.gray-color-btn,
input[type="button"]:focus.gray-color-btn {
    background-color: #ffffff;
    color: #1a171c;
}

input[type="reset"]:active.gray-color-btn,
input[type="submit"]:active.gray-color-btn,
input[type="button"]:active.gray-color-btn {
    border-color: #1a171c;
    background-color: #1a171c;
    color: #ffffff;
}


a.btn.gray-color-btn {
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    color: #1a171c;
}

a.btn.gray-color-btn:focus,
a.btn.gray-color-btn:hover {
    border-color: #f3f3f3;
    background-color: #ffffff;
    color: #1a171c;
}

a.btn.gray-color-btn:active {
    border-color: #1a171c;
    background-color: #1a171c;
    color: #ffffff;
}

img.box-img {
    border: 1px solid #e1e1e1;
}

/* .home #header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
} */

/**
*    Desktop menu ovverides
*/


.sf-menu li.dropdown ul {
    min-width: 35em !important;
    /* 1 */
    /* 1 */
    
    background-color: #1e8ba0;
}

/* .dropdown-menu li {
    display:block;
    float:left;
    width:33%;
}
.dropdown-menu {
    margin:0;
    padding:0;
    list-style-type:none;
} */


/**
*    Mobile menu ovverides
*/

#mobile-menu {
    background-color: #1e8ba0;
}

#mobile-menu-trigger i {
    color: #1e8ba0;
}

#custom-search-button {
    color: #1e8ba0;
}

a.slick-prev,
a.slick-next {
    right: 0px;
    bottom: 14px;
    width: 35px;
    width: 2.33333333em;
    height: 35px;
    height: 2.33333333em;
    border-radius: 50%;
    background-color: #1e8ba0;
    color: #ffffff;
    line-height: 32px;
    line-height: 2.13333333;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.widget_recent_entries {}

.widget_recent_entries ul {
    list-style: none;
}

.widget_recent_entries ul li {
    position: relative;
    padding-bottom: 14px;
    padding-bottom: 0.93333333em;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 14px;
    margin-bottom: 0.93333333em;
}

.widget_recent_entries ul li a {
    display: block;
}

.widget_recent_entries ul li a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 84px;
    width: 5.6em;
    border-bottom: 1px solid #cc263d;
    content: "";
}

.widget_recent_entries ul li a:hover:after {
    width: 100%;
    transition: width 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.widget_recent_entries ul li .post-date {
    display: block;
}

.widget_recent_entries .alignright {
    float: right;
    display: inline;
}

table {
    width: 100%;
    border: 0px; 
    border-collapse: collapse;
    font-size: 90%;
}
table thead {
    font-weight: bold;
}
table td,
table th {
    padding: 0.6rem 0.2rem; 
    border-bottom: 1px solid #e1e1e1;
}

@media screen and (max-width: 800px) {
    table thead {
      display: none;
    }
    table tr {
      display: block;
      margin-bottom: 1rem;
      border-bottom: 2px solid #e1e1e1;
    }
    table td {
      display: block;
      text-align: right;
    }
    table td:before {
      content: attr(title);
      float: left;
      font-weight: bold;
    }
}

.disable {
    pointer-events: none;
    opacity: 0.4;
}

.message {
    padding: 50px;
    max-width: 500px;
  }

.breadcrumbs ul{
    margin: 0;
    padding: 2em 0;
    list-style: none;
    text-align: left;

}

.breadcrumbs li {
    display: inline;
    
}

.breadcrumbs>ul>li:after {
    padding: 0 1em;
    content: '/';
}

.breadcrumbs>ul>li:last-child:after {
    content: '';
}

.wp-pagination {
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
}

.wp-pagination ul {
    display: block;
}

.wp-pagination ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-pagination span,
.wp-pagination a {
    display: block;
    margin: 0 1px;
    padding: 5px 15px;
    border-radius: 3px;
}

.wp-pagination .current {
    color: #fff;
    background: #1e8ba0;
}

.wp-pagination a:hover {
    background: #eee;
    text-decoration: none;
}

a#btn-poorvision-on {
    color: #1e8ba0;
}
a#btn-poorvision-on:hover {
    color: #1e8ba0;
}