/*
Theme Name: ndc
Theme URI: https://nextdoorcoders.com
Description: Чистый шаблон WordPress для разработки
Author: NDC
Author URI: * https://nextdoorcoders.com
*/
.software_page:after{
    background-image: url(/wp-content/uploads/2022/10/software_page-bg-2.png)
}
.software_page:before{
    background-image: url(/wp-content/uploads/2022/10/software_page-bg-1.png)
}
.product_page_main-bg {
    background-image: url(/wp-content/uploads/2022/10/product_page_main-bg-img.png);
}
.product_page_benefits .product_page_benefits-top:before{
    background-image: url(/wp-content/uploads/2022/10/product_page_benefits-top-bg-left.png);
}
.product_page_benefits .product_page_benefits-top:after{
    background-image: url(/wp-content/uploads/2022/10/product_page_benefits-top-bg-right.png);
}
.product_page_benefits-top:nth-of-type(n+1){
    margin-top: 40px
}
.product_page_specifications:before {
    background-image: url(/wp-content/uploads/2022/10/product_page_specifications-bg.png);
}
.hidden{
    display: none !important;
}
.product_page_video-content:before {
    background-image: url(/wp-content/uploads/2022/10/product_page_video-bg.png);
}
.product_page_wtb:before {
    background-image: url(/wp-content/uploads/2022/10/product_page_wtb-bg.png);
}
.error_field{
    border-color: red !important;
}
.thank_message {
    color: green;
    margin-top: 20px;
}
.woocommerce-account main >.woocommerce{
    width: 100%;
}
.woocommerce-account main >h1{
    display: none;
}
.passEye.shown.form_style-pass button:before{
    opacity: 0;
}
.passEye.shown.form_style-pass button:after{
    opacity: 1;
}
.header__info-block.header__info-block--login {
    display: flex;
    align-items: center;
    gap: 10px;
}
.support_page-subscribe{
    z-index: 1;
}
.home_page_subscribe__form-btn{
    cursor: pointer;
}
.service_page-centers-descr {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: -50px;
}
.form_style-label.success {
    color: green;
}
.form-selectmenu-menu ul {
    max-height: 350px;
}
.form-selectmenu-menu ul::-webkit-scrollbar {
    width: 3px;
}
.form-selectmenu-menu ul::-webkit-scrollbar-track {
    background: #fff;
}
.form-selectmenu-menu ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
.ui-selectmenu-open{
    z-index: 9999;
}
.product_page_wtb-shop-contacts {
    word-wrap: break-word;
}
.product_page_wtb-shop-contacts a {
	font-weight: 600;
}
.product_page_specifications-column-right li{
    position: relative;
}
.product_page_specifications-column-right li:before{
    display: block;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    background: #1480c4;
    position: absolute;
    top: 10px;
    left: -12px;
}
.modal_auth__quick-btns {
    justify-content: center;
}
::placeholder{
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

::-ms-input-placeholder {
    color: #999999 !important;
}
footer ::placeholder{
    color: #fff !important;
}
footer :-ms-input-placeholder {
    color: #fff !important;
}
footer ::-ms-input-placeholder {
    color: #fff !important;
}
footer .home_page_subscribe__form-agreement {
    color: #fff;
    text-align: left;
}
.red {
    color: red !important;
}
.service_page-list-item-text ol{
    list-style: auto;
}
.form-selectmenu-button .ui-selectmenu-text{
    color: #999
}
.black_color .ui-selectmenu-text{
    color: #222 !important;
}
.req-equal {
    position: absolute;
    margin: 0;
    right: 0;
    text-align: right;
    top: -20px;
    font-size: 13px;
}
.form_style-grid--auth{
    position: relative;
}
.news_detail_page-big-slider-item{
    position: relative;
}
.slick-arrow.custom {
    position: absolute;
    top: 50%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #1480c4;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    z-index: 9;
}
.relative {
    position: relative;
    display: flex;
    width: 100%;
}
.plashka-info {
    padding: 10px;
    position: absolute;
    background: #fff;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    top: 25px;
    z-index: 9;
    display: none !important;
    height: 0;
    transition: all .4s;
}
.plashka_i {
    margin-left: 10px;
}
.plashka_i svg path {
    fill: #00aeef;
}
.plashka_i svg{
    width: 20px;
}
.slick-arrow.custom:hover{
    opacity: .8;
}
.form_style-checkbox.relative input[type=checkbox]{
    width: auto;
}
.plashka_i:hover+.plashka-info{
    display: block !important;
    height: auto;
}
.slick-arrow.custom.slick-prev {
    left: -20px;
}
.slick-arrow.custom.slick-next{
    right: -20px
}
.slick-arrow.custom svg{
    width: 15px;
}
.slick-arrow.custom svg path{
    fill: #1480c4
}
.woocommerce img, .woocommerce-page img{
    margin: 0 auto;
    max-height: 100%;
}
.woocommerce .product_page_benefits-top-item img {
	    margin: 0 25px 0 0;
}
.software_page_products .devices_page_tab-block-img {
    height: 160px;
}
.software_page_products .devices_page_tab-block-prices{
    height: 27px;
}
.devices_page_tab .devices_page_tab-block-img {
    height: 200px;
}
.software_detail_page-info_mainSlider img{
    max-height: 350px;
}
.bypass-text a {
    color: #00aeef;
}
.fullwidth.bypass-text {
    font-size: 10px;
}
.modal_ok-box.error_box {
    background: #ffcccc;
}
.news_detail_page-slider{
    display: none;
}
.devices_page_tab-buttons{
    position: relative;
    z-index: 9;
}
.loaded>.container, .loaded>div>.container {
    padding: 0;
}
.devices_page_tab-content.custom-select {
    padding-top: 40px;
}
/*Preloader*/
.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1480c4;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.lds-default-wrapper {
    text-align: center;
}
.devices_page_tab-block-img img{
    margin: 0 auto;
}
.footer-wrap-after {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    background: #ffd101;
    -webkit-transform: rotate(-53deg);
    -ms-transform: rotate(-53deg);
    transform: rotate(-53deg);
    position: absolute;
    left: -270px;
    bottom: -236px;
    z-index: 0;
}
.footer-wrap-after a {
    display: block;
    width: 100%;
    height: 100%;
}
.footer-wrap:after{
    display: none;
}
@media (max-width: 991px){
    .footer-wrap-after{
        left: -220px;
        bottom: -200px;
    }
}
body{
    min-width: unset !important;
}
.devices_page_main-img img{max-height:400px;}
@media (max-width: 767px){
    .product_page_main-img {
        position: relative;
        left: 50% !important;
        bottom: unset !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
    }
}
.info_no_war {
    font-size: 14px;
}
.personal_account-tab.tab-2 .form_style-promo{
    align-items: baseline;
}

.personal_account-tab{
    width: 100%;
}
.personal_account-tab.tab-2 .form_style-promo{
    display: grid;
    grid-template-columns: 1fr 174px;
    gap: 20px;
}
@media(max-width: 767px){
    .personal_account-tab.tab-2 .form_style-promo{
        grid-template-columns: 1fr;
    }
}
.personal_account-tab.tab-2 .personal_account-block:first-child .form_style-item{
    width: 100%;
}
.staf-info{
    display: none;
}
.staf-info-list-block-title,
.staf-info-list-item-top{
    display: flex;
    align-items: center;
}
.staf-info-list-block-title p,
.staf-info-list-item-top p{
    width: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 32px;
}
.staf-info-list-block-title p:first-child{
    padding: 0 25px;
}
.staf-info-list-item-top p{
    font-weight: 400;
    margin-bottom: 0;
}
@media(max-width: 767px){
    .staf-info-list-item-top p{
        width: 100%;
    }
}
.staf-info-list-item-top p.hide{
    visibility: hidden;
}
.staf-info-list{
    display: grid;
    gap: 20px;
}
.staf-info-list-item{
    box-shadow: 0 4px 20px rgba(218,228,234,.9);
    border-radius: 10px;
    padding: 15px 25px;
    cursor: pointer;
}
.staf-info-list-item-top{
    position: relative;
}
@media(max-width: 767px){
    .staf-info-list-item-top{
        flex-direction: column;
        align-items: flex-start;
    }
}
.staf-info-list-item-top:after{
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.0524 1.4375L5.3055 5.6906L9.55859 1.4375' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3c/path%3e%3c/svg%3e");
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.staf-info-list-item-top.show:after{
    transform: rotate(180deg);
}
.staf-info-list-item-bottom{
    display: none;
}
.staf-info-list-item-bottom.show{
    display: flex;
}
.form_style-checkbox .error + div{
    color: red;
}
body{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}