/* 
Theme Name:     Natek
Template:       hello-elementor
Text Domain:    hello-elementor-child
*/

/*
    Add your custom styles here
*/

.contact_form {
    cursor: pointer;
}

.main-container {
    display: flex;
    margin: 2% 0 0;
    flex-wrap: wrap;
}
.navigation {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 4%;
}

#tabs li a {
    font-size: 16px;
    font-weight: bold;
}

section#step1 {
    flex-basis: 100%;
    margin: 0 auto;
}
section#step2 {
    flex-basis: 100%;
}
.form-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background-color: #eeeeee;
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative !important;
}
.flexit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.wrap2 {
    flex-basis: 30%;
}

.wrap1 {
    flex-basis: 60%;
    margin: auto;
}
img.current_service {
    display: block;
}
div#tabs ul,
div#tabs li {
    border: 0 !important;
}
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    background: #fff !important;
}
.form-wrap label {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#account_type label {
    flex-wrap: nowrap;
}
#account_type input {
    margin-right: 10px;
}
label.error {
    flex-basis: 70%;
    color: rgb(228, 72, 72);
    font-size: 12px;
    justify-content: flex-end;
}
input,
select {
    flex-basis: 65%;
}

input#agree, input#joinclub {
    flex-basis: 10%;
}
span.agree, span.joinclub {
    flex-basis: 83%;
}

label.agree-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.agree-wrap label.error {
    position: absolute;
    bottom: -15px;
    right: 0;
}
#submit {
    width: 100%;
    border: 1px solid #be0000;
    background: #be0000;
    color: #fff;
    font-weight: bold;
    position: relative;
}
#natek-form input {
    padding: 4px 10px !important;
}
#verify-submit {
    width: 40%;
    border: 1px solid #be0000;
    background: #be0000;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 5px auto 0;
}
#verify-form label.error {
    display: block;
    color: rgb(228, 72, 72);
    font-size: 12px;
    margin: 10px;
}
#submit:hover,
#verify-submit:hover {
    border: 1px solid #202020 !important;
    background: #eeeeee;
    color: #202020;
}
.blanket {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
    left: 0;
    top: 0;
    /* display: none; */
    justify-content: center;
    align-items: center;
}

.blanket.show {
    display: flex;
}

form#natek-form.loading input,
form#natek-form.loading select
 {
    opacity: 0.4;
}

/* loader */

.loader {
    position: absolute;
    top: 26%;
    border: 4px solid #a89b9b;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
#submit.loading .loader,
#verify-submit.loading .loader, 
#offers-submit.loading .loader
#offers-skip.loading .loader
 {
    display: block;
}
li#toOffers a {
    pointer-events: none;
}
#thanks,
#verify {
    margin: 0px auto;
    padding: 100px 0;
    text-align: center;
    font-size: 20px;
    background: #ebebeb;
    border-radius: 8px;
}
input#v-code {
    width: 40%;
    margin-top: 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#tabs .services-wrap {
    display: flex;
    flex-wrap: wrap;
}
#tabs .service-logo {
    max-height: 55px;
}
#tabs .service {
    cursor: pointer;
    flex-basis: 14%;
    margin: 1%;
    border: 1px solid #bebebe;
    padding: 1%;
    border-radius: 5px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#tabs {
    width: 100% !important;
    direction: rtl;
    padding: 0;
    border: 0;
}
#tabs li {
    background-color: #fff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #fff;
    color: #202020 !important;
    border-bottom: 1px solid #fff !important;
    border-top: 1px solid #b4b4b4 !important;
    border-left: 1px solid #b4b4b4 !important;
    border-right: 1px solid #b4b4b4 !important;
}
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a,
a.ui-button:active a,
.ui-button:active a,
.ui-button.ui-state-active:hover {
    color: #be0000 !important;
    border-bottom: #fff;
    outline: none;
}
.ui-tabs .ui-tabs-nav li {
    float: right !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
}
.elementor-element.elementor-element-79ab186.elementor-button-align-stretch.elementor-widget.elementor-widget-form
    span.elementor-button-icon {
    display: none !important;
}
form#get-offer span {
    display: block;
    margin-bottom: 10px;
}
form#get-offer h4 {
    width: 80%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

form#get-offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5% 0 0;
    padding: 5% 0;
    align-items: center;
}
.form-wrap img {
    width: 100px;
    height: 100% !important;
    text-align: center;
    margin: 0 auto 20px;
}
form#get-offer label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 10px 0;
    flex-direction: column-reverse;
}
form#get-offer img {
    height: 35px !important;
    width: unset;
    margin: 8px 0 0 10px;
    /* flex-basis: 20%; */
    max-height: 40px;
}
.advreq {
    flex-basis: 59%;
}
.advreq label img {
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    /* text-align: center; */
    margin: 5px 5px 0 !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.advreq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
#natek-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#natek-form p {
    flex-basis: 49%;
}
.w100 {
    flex-basis: 100% !important;
}

.services-list-wrapper ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
    margin: 12px 64px
}

.services-list-wrapper li.item {
    flex-basis: 30%;
    position: relative;
    margin-bottom: 32px;
    border: 2px solid indianred;
    background: radial-gradient(circle, rgba(0,0,0,0.10407913165266103) 80%, rgba(255,255,255,1) 98%, rgba(190,0,0,0.41220238095238093) 100%);
    box-shadow: -4px -4px 6px 1px rgba(25,25,25, 0.1);
    min-height: 100px;
}

.services-list-wrapper li.item img {
    height: 100%;
    width: 100%;
}

.services-list-wrapper .img-wrapper {
    overflow: hidden;
    max-height: 80px;
    max-width: 80px;
}

.services-list-wrapper li.item label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.services-list-wrapper li.item input {
    position: absolute;
    background: red;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99;
    transition: all .3s ease;
}

.services-list-wrapper li.item label .right {
    margin: 6px 12px;
}

.services-list-wrapper li.item:nth-child(odd) {
    border-radius: 6px 10px;
}

.services-list-wrapper li.item:nth-child(even) {
    border-radius: 6px 16px;
}

.services-list-wrapper li.item label:hover{
    cursor: pointer;
    background: rgba(250,250,250, .97);
    position: relative;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 0 0 4px 1px maroon;
    transform: scale(1.10) rotate(1deg);
}

.services-list-wrapper li.item label{
    transition: all .2s ease;   
}

.services-list-wrapper li.item .label {
    font-size: 1.5em;
    font-weight: bold;
    color: #BE0000;
}

.services-list-wrapper .indicator{
    position: absolute;
    top: -12px;
    left: -16px;
    display: none;
    box-shadow: .5px .5px 2px 1px black;
    border-radius: 50%;
    padding: 7px;
    background: white;
}

.services-list-wrapper li.item input:checked ~ .indicator{
    display: block;
}

.services-list-wrapper li.item input:checked:after {
    content: '\05E0 \05D1 \05D7 \05E8 !';
    position: absolute;
    background: lightgray;
    width: 102%;
    height: 32px;
    visibility: visible;
    bottom: -21px;
    border: 2px solid #CD5C5C;
    left: -1%;
    padding: 0 12px;
    font-weight: 500;
    transition: all .3s ease;
}
section#offers h4 {
    text-align: center;
}
section#offers h5 {
    color: #000;
    text-align: center;
}
.offers-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section#offers {
    width: 95%;
    margin: auto;
}
#offers .offer {
    background: #e6e9ec;
    flex-basis: 30%;
    margin: 0 1.5% 0;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid #da9898;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#offers .offer img {
    max-width: 65px;
    max-height: 50px;
    width: auto;
    height: auto!important;
    margin: 0 5px;
}
#offers .form-wrap {
    display: flex!important;
}
#offers .offer label {
    
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-direction: row!important;
}
#offers .form-row label {
    flex-basis: 32%;
    position: relative;
}
section#offers h4 {
    margin: 0 0 5px;
}
#offers p {
    font-size: 14px!important;
    text-align: center;
}
#offers .offer input {
    flex-basis: unset;
    border-color: rgba(0,0,0,.3);
}
.offer span {
    color: #be0000;
    font-weight: bold;
}
#offers .form-row {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
}
#offers .form-row input {
    height: 35px;
    flex-basis: 100%;
    border-color: rgba(0,0,0,.3);
}

button#offers-submit {
    width: 100%;
    padding: 0;
    background: #be0000;
    border: 1px solid #be0000;
    color: #fff;
    transition: All 0.3s ease-in;
    margin-bottom: 0;
    position: relative;
}
button#offers-submit:hover {
    width: 100%;
    background:#fff ;
    color: #be0000;
}
.form-row {
    margin: 30px 0 0;
}
button#offers-skip {
    padding: 0;
    background: #000;
    border-color: #000;
    color: #fff;
    width: 50%;
    transition:All 0.3s ease-in;
    position: relative;
}
button#offers-skip:hover {
    background: #eee;
    color: #000;
}
#offers label.error {
    position: absolute;
    bottom: -20px;
}
#offers .offers-wrapper {
    flex-direction: column;
}
#offers .offers-wrapper > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#offers .offers-wrapper h5 {
    display: inline-block;
    width: 100%;
    text-align: right!important;
    margin-right: 1.5%;
}
.form-row label {
    flex-basis: 30%!important;
    margin: 0 1.5%;
}
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width:500px){
    ul#menu-1-8688a59 {
        align-items: center;
        justify-content: center;
    }
    .services-list-wrapper li.item {
        flex-basis: 100%;
    }
    #offers .offer {
        flex-basis: 46%;
        margin: 0 2% 10px;
    }
    #offers .offer {
        height: 70px;
    }
    #tabs .service {
        flex-basis: 23%;
    }
    .wrap1 {
        flex-basis: 100%;
    }
    .form-wrap {
        padding: 20px;
    }
    ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header a {
        font-size: 14px!important;
    }
    .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-7209bee.elementor-hidden-desktop.elementor-hidden-tablet {
        padding: 0 40px 60px;
    }
}


.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.loader-lev {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(25,25,25, 0.3);
    z-index: 9;
}
.chaty-widget.desktop_active.mobile_active.chaty-widget-show {
    bottom: 200px!important;
}

/* .menu-flag{
    display:none !important;
} */

.menu-flag.menu-item-48723 a {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/d/d4/Flag_of_Israel.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 32px;
    max-height: 20px;
    margin-left: 12px;
    margin-top: 6px;
}

.menu-flag.menu-item-48725 a {
    background-image: url(https://upload.wikimedia.org/wikipedia/en/f/f3/Flag_of_Russia.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 32px;
    max-height: 20px;
    margin-top: 6px;
}

.menu-flag a:after {
    display: none !important;
}


.menu-flag a {
    color: rgba(25,25,25,0.0) !important;
}

.lang-ru #offers .offers-wrapper h5 {
    text-align: left !important;
}

section#offers{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.join-proposition {
    margin-bottom: 14px;
}

.join-proposition-checkboxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input {
    margin-left: 5px;
}

.checkbox-container label {
    text-align: center;
}