/*
.body_popupshowed {
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
*/

.page-logo {
    display: block;
    margin-left: -10px;
    width: 90px;
}

.lead-wrapper {
    position: relative;
    height: 100%;
    z-index: 99;
}

.lead {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.send-form, .order-button, .blue-button, .pink-button {
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #00c2ff;
    font-weight: 500;
    border: none;
    color: #fff !important;
    padding: 0px 20px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    min-width: 200px;
    font-weight: 500;
    line-height: 18px;
    flex: 1 1;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*    -webkit-box-shadow: 0px 2px 0px 0px rgb(202, 0, 90);
    -moz-box-shadow: 0px 2px 0px 0px rgb(202, 0, 90);
    box-shadow: 0px 2px 0px 0px rgb(146, 0, 65);*/
}


.blue-button {
    background-color: #00c2ff;
    /*-webkit-box-shadow: 0px 2px 0px 0px rgb(0, 128, 187);
    -moz-box-shadow: 0px 2px 0px 0px rgb(0, 128, 187);
    box-shadow: 0px 2px 0px 0px rgb(0, 128, 187);;*/
}


._disable {
    color: #ffffff50 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;    
}

.order-button:active {
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.order-button a {
    color: #fff  !important;
    text-decoration: none;
}

.send-form, .order-button {
    /* border: 1px solid #ffffff; */
    font-weight: 600;
    border-radius: 4px;
}

.send-form:hover, .order-button:hover {
    filter: brightness(0.95), saturate(1.2);
}


.custom-block {
    max-width: 280px;
    margin: auto;
}



b {
    font-weight: 600;
}

#page_wrap {
    min-width: 290px !important;
}


.datepickers-container {
    z-index: 9999999999;
}


/* Switcher styling*/

.switcher {
    margin: 0 10px 10px 0;
    flex: 1 1 auto;
    display: inline-flex;
    height: 60px;
    background: #fff;
    border: 1px solid #00000012;
    min-width: 97%;
    border-radius: 4px;
    position: relative;
    /* overflow: hidden; */
    box-sizing: border-box;
}

.switcher__input {
    display: none;
}

.switcher__label {
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 60px;
    color: #00000050;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    position: inherit;
    transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
    box-sizing: border-box;
}

.switcher__toggle {
    position: absolute;
    float: left;
    height: 60px;
    width: 50%;
    line-height: 60px;
    cursor: pointer;
    border: 1px solid #00c2ff;
    border-radius: 4px;
    left: -1px;
    top: -1px;
    transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
    will-change: transform;
    box-sizing: border-box;
}

.switcher__input:checked + .switcher__label {
    color: #333;
    font-weight: 500;
    background: #00c2ff0a;
}

.switcher__input--active:checked ~ .switcher__toggle {
    left: 50%;
}

/* End switcher styling */


.menu {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    width: calc(100% - 40px);
    padding: 0 20px;
    vertical-align: middle;
    height: 70px;
}


.tel-button {
    position: fixed;
    right: 80px;
    bottom: 20px;
    background-color: #8827FF;
    font-weight: 600;
    /*border: 1px solid #34B3FF60;*/
    color: #fff !important;
    overflow: hidden;
}

.calc-button {
    position: fixed;
    right: 20px;
    top: 10px;
    font-weight: 500;
    background-color: #3FA9F5;
    color: #fff !important;
}

.rounded-button {
    align-self: center;
    display: inline-block;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}

.tel-text {
    vertical-align: middle;
}

.tel-icon {
    vertical-align: middle;
    padding-bottom: 2px;
    display: none;
}

/*.menu-select {
    cursor: pointer;
    align-self: center;
    float: left;
    display: inline-block;
    min-width: 100px;
    margin-right: 10px;
    height: 50px !important;
    font-family: 'FuturaPt';
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 0 45px 0 20px;
    border: 1px solid #00000015;
    background-color: #111111ed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 20px) center;
    background-image: url(https://atmt.woo.works/files/old/img/controls/select-arrow-white.svg);
    background-repeat: no-repeat;
}*/

.logo {
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
    align-self: center;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
    
@media (max-width: 640px) { 
    .menu {
        bottom: 0;
        top: unset;
        background: linear-gradient(#1a1d25fa, #191e25fa);
        padding: 0 10px;
        width: calc(100% - 20px);
    }
    
    .tel-button {
        position: initial;
        float: left;
        flex-shrink: 0;
        flex-grow: 1;
        width: 50px;
        padding: 0;
    }
    
/*    .menu-select {
        border: 1px solid #ffffff17;
        color: #fff;
        flex: 1 1 auto;
        background-image: url(https://atmt.woo.works/files/old/select-arrow-white.svg);
    }*/

    .tel-text {
        vertical-align: middle;
        display: none;
    }
    
    .tel-icon {
        display: inline-block;
    }
    
    #menu-service {
        padding: 0 40px 0 15px;
    }
}


.form-wrapper {
    display: flex;
    flex-flow: column;
}

.form-comments {
    font-size: 18px;
}

.form {
    margin: 0;
    padding: 0;
    margin-right: -10px;
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
}

.form-window {
    background-color: #fff;
    border-radius: 8px 8px 6px 6px;
    -webkit-border-radius: 8px 8px 6px 6px;
    -moz-border-radius: 8px 8px 6px 6px;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.20);
    width: 100vw;
    margin-left: calc((100% - 100vw)/2);
    font-size: 16px;
}

.show {
    display: flex;
}

.hide {
    display: none;
}

.yellow{
        background-color: #fff707;    
    }
    
#page_wrap {
    min-width: 290px !important;
}

.reviews-box {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.reviews-box h2, .reviews-box h3 {
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
}

.reviews-invitation {
    flex: 1 1 30%;
    flex-basis: 30%;
    min-width: 250px;
    display: inline-block;
    max-width: 300px;
    padding-right: 40px;
    margin-bottom: 40px;
}

.reviews-replies {
    flex: 1 1 60%;
    flex-basis: 60%;
    display: inline-block;
}


@media (min-width: 640px) { 
    .form-window {
        margin-left: -40px;
        margin-top: 50px;
        width: calc(100% + 80px);
    }
}

@media (min-width: 1000px) { 
    .form-body-summary {
        display: flex;
    }
}

@media (hover: none) {
    .touch-help {
        position: fixed;
        top: 100px;
        left: 100px;
        background-color: red: 
    }
}

.close {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 20px;
    /*border: 1px solid #00000015;*/
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 52px;
    -webkit-border-radius: 52px;
    z-index: 999;
}

.close-wrapper {
    height: 52px;
    margin-top: 2em;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    left: 50%;
    top: 50%;
    position: absolute;
    content: ' ';
    height: 28px;
    width: 1px;
    background-color: #222;
}

.close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.expand {
    position: absolute;
    top: 25px;
    right: 20px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 35px;
}

.directive {
    color: #222;
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 1em 0;
    max-width: 730px;
}

/*.faq-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    width: 100%;
}*/

.faq-link {
    color: #129cff !important;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-color: #3FA9F580;
    text-decoration: none;
}


/*@media only screen and (min-width: 340px) {


}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    z-index: 9999999;
    display: none
}

.popup-calc {
    background-color: rgba(0, 34, 62, 0.3);
}

.popup-help {
    background-color: #fffffffa;
    color: #222;
}

.popup-help a {
    color: #00C2FF !important;
}

@media (min-width: 640px) { 
}

.popup-container {
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 0;
    font-size: 19px;
    line-height: 1.25em;
    right: 0;
    left: 0;
    z-index: 1;
    cursor: default;
}

.popup-container-help {
    max-width: 640px;
    top: 0;
    padding: 30px 30px;
    margin: 0 0;
    box-sizing: border-box;
/*    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);*/
}

.popup-container-static {
    top: 0;
    margin: 0 0;
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.help-popup h2 {
    font-size: 48px;
    text-align: left;
    max-width: 480px;
    width: 83%;
    line-height: 1em;
    font-weight: 500;
    padding: 0;
    margin: 0 0 1em 0;
}

.help-popup p {
    margin-bottom: 1em;
    line-height: 1.4em;
}*/

.form-header {
    background-color: #101921;
    display: flex;
    padding: 10px;
    color: #fff;
    padding: 30px 40px 10px 40px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

.form-header-close {
    display: inline-block;
    width: 52px;
    height: 52px;
    flex-grow: 0;
    cursor: pointer;
}

/*#form-header-help::before {
  content: url(http://psydoc.tmweb.ru/woo/img/help-button.svg);
}*/

.form-body {
    margin: 0;
    margin-right: 0px;
}

.form-header {
    display: flex;
    flex-flow: column;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: flex;
  height: 60px;
  flex: 1 1;
  /* width: 300px; */
  border: 1px solid #00000013;
  display: inline-flex;
  margin: 0 10px 10px 0;
  position: relative;
  /* border-radius: 4px; */
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 58px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 16px;
  height: 1px;
  background-color: #333;
  transform: translate(-50%, -50%);
}
.number-input button.pluss:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
  height: 18px;
  line-height: 18px;
  padding: 29px 0px 11px 0px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #00000013;
  border-width: 0 1px;
  border-radius: 0;
  box-sizing: content-box;
  text-align: center;
}

.number-input:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4px;
    pointer-events: none;
    font-size: 14px;
    color: #777;
    content: 'Площадь, м²';
}

.number-input:hover,active {
    border: 1px solid #00c2ff9e !important;
}

.phone-input {
    height: auto !important;
    width: auto !important;
    background-color: #ffffffc7
    min-width: 200px;
    min-height: 46px;
    display: inline-block;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #00000020;
    -webkit-appearance: none;
    outline: none;
    flex: 1 1 auto;
}

.extra-title {
    opacity: 0.45;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    /* text-align: center; */
    /*border-top: 1px dotted #ccc;*/
    margin: 10px 10px 10px 0;
    text-align: center;
}

.form-summary .extra-title {
    text-align: center;
}

.summary-plate {
    position: fixed;
    height: 160px;
    bottom: -160px;
    background-color: #f3f3f3ed;
    backdrop-filter: blur(51px);
    width: 100%;
    color: #333;
    z-index: 999;
    transition: bottom 0.2s ease-in-out;
}

.summary-plate-show {
    position: fixed;
    bottom: 0;
    transition: bottom 0.2s ease-in-out;
}

.summary-plate > .container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.summary-plate-text {
    /* overflow: hidden; */
    border-radius: 4px;
    height: 60px;
    display: flex;
    margin-bottom: 10px;
    flex: 0 0 auto;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.summary-plate-button {
    flex: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    /* margin-right: 20px; */
}

.total-price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    height: 20px;
    display: block;
    margin-left: -2px;
}

.total-text {
    display: inline-block;
    font-size: 15px;
    line-height: 1.1em;
    height: 1.1em;
    /* color: #5b96a9; */
    max-width: 570px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    opacity: 0.9;
}

.form-summary {
    display: flex;
    flex: 1 1 30%;
    flex-flow: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 280px;
    color: #333;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
}

.form-summary .fieldset {
    flex-flow: column nowrap;
    flex: 1 1 100%;
}

.total {
    background-color: #00e7ff4f;
    border-radius: 3px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    flex: 1 1 100%;
    padding: 20px 0 20px;
    margin-bottom: 10px;
}
.fieldset {
    border: none;
    padding: 0;
    width: 100%;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
}

.base-select {
    cursor: pointer;
    display: inline-block;
    flex: 1 1;
    min-width: 46%;
    height: 60px;
    font-size: 18px;
    color: #333;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0px 45px 0 20px;
    margin: 0 10px 10px 0;
    border: 1px solid #00000013;
    line-height: 60px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 20px) center;
    background-image: url(https://atmt.woo.works/files/old/img/controls/select-arrow.svg);
    background-repeat: no-repeat;
}

.two-line-select {
    margin: 0 10px 10px 0;
    background-color: #fff;
    position: relative;
    min-width: 120px;
    height: 60px;
    flex: 1 1 auto;
}

.two-line-select label{
    font-size: 14px;
    color: #777;
    position: absolute;
    left: 15px;
    height: 14px;
    top: 4px;
}

select {
    background: none;
}

.two-line-select select {
    display: flex;
    align-items: flex-end;
    border: 0px;
    width: 100%;
    height: 60px;
    padding: 20px 45px 12px 15px;
    font-size: 18px;
    font-weight: 500;
    /* border-radius: 4px; */
    line-height: 1em;
    border: 1px solid #00000012;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 20px) center;
    /* background-position-y: 30px; */
    background-image: url(https://atmt.woo.works/files/old/img/controls/select-arrow.svg);
    background-repeat: no-repeat;
    outline: none;
    color: #222;
}


.two-line-select select:hover,active {
    border: 1px solid #00c2ff9e !important;
}

[name="service"] {
    /* border: 1px solid #00c2ff !important; */
    /* background: #00c2ff0a; */
}

.base-select option, optgroup { -webkit-appearance: none; }
.two-line-select option, optgroup { -webkit-appearance: none; }

.bold {
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #ffffff25;
}

._white {
    color: #fff;
    border-color: #ffffff15;
    background-image: url(https://atmt.woo.works/files/old/img/controls/select-arrow-white.svg);
}

._blue {
    border: 1px solid #00c2ff9e !important;
    /*background: #00c2ff0a;*/
}

._bold {
    font-weight: 500;
}


.basic-checkbox {
    min-width: 260px;
    display: flex;
    text-align: left;
    align-items: center;
    height: 60px;
    position: relative;
    padding: 11px 30px 10px 60px;
    border: 1px solid #00000012;
    font-size: 18px;
    line-height: 1.05em;
    /* border-radius: 4px; */
    flex: 1 1;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* min-width: 100%; */
}

.basic-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #00000020;
}

.basic-checkbox input:checked ~ .checkmark {
    /*border: 2px solid #2196F3;*/
    border: 2px solid #36a6f8;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.basic-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.basic-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 9px;
    border: solid #36a6f8;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-description {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 100%;
    text-align: center;
    color: #00000060;
    font-size: 16px;
    line-height: 1.25em;
}

#dryclean .s-image img {
  height: 60px;
} 

#windows .s, #dryclean .s {
  flex-grow: 1;
  flex-shrink: 1;
  height: 200px;
}

.s {
    position: relative;
    font-size: 14px;
    line-height: 1.1em;
    display: flex;
    flex-flow: column;
    border: 1px solid #00000013;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    flex-basis: calc((100% - 3*10px)/3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.s-card {
    font-size: 17px !important;
    flex-basis: calc((100% - 2*10px)/2) !important;
}

.s-card-header {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #00000012;
}

.s-card-description {
    padding: 15px;
    flex: 1 1;
}

.s-control {
    display: none;
    flex-flow: row wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    position: absolute;
    top: 9%;
    z-index: 999;
    height: 50px;
}

.s-name, .s-price, .s-image {
    display: flex;
    flex: 1 1;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.s-name, .s-price {
    padding: 0 10px;
    flex: 1 1;
}

.s-name {
    align-items: center;
    line-height: 1em;
    max-height: 4em;
    display: flex;
}

.s-image {
    min-height: 50px;
}

.s-minus, .s-plus, .s-quantity {
    display: flex;
    flex: 1 1;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.s-quantity {
    font-size: 1.5em;
    font-weight: 600;
}

.s-price {
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #00000050;
    overflow: hidden;
    border-top: 1px solid #00000010;
    white-space: nowrap;
    max-height: 45px;
    padding-bottom: 0px;
}

.visible {
    display: block !important;
}

.feature {
    background: transparent;
    flex: 1 1 auto;
    min-width: 160px;
    max-width: 190px;
    color: #717171;
    margin-right: 40px;
    margin-bottom: 0;
}

.feature img {
    max-width: 60px
    max-height: 60px;
    margin-bottom: 20px;
}

.scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: hidden;
    max-width: 100%;
    margin-left: calc((100% - 280px) / 2);
    margin-bottom: 80px;
    /* box-shadow: inset -40px 0px 34px -45px #0003; */
}

.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

.pointer {
    display: block;
    margin-left: -15px;
}

.scrolling-wrapper-services {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    /* margin-left: 0; */
    margin: 40px auto;
    max-width: 1160px;
    overflow-x: auto;
    overflow-y: hidden;
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: hidden;
}

.scrolling-wrapper-services::-webkit-scrollbar {
    display: none;
}


.wrapmenu {
    flex-wrap: wrap;
}

.service-badge {
    cursor: pointer;
    min-width: 100px;
    flex-basis: calc(100%/4);
    height: 160px;
    font-size: 16px;
    justify-content: center;
    color: #fff !important;
    border-radius: 8px;
    background: #ffffff05;
    /* border: 1px solid #ffffff17; */
    font-weight: 400;
    line-height: 1.25em;
    /* background: transparent; */
    flex: 1 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    margin: 0 10px 10px 0px;
    padding: 20px 10px;
}



.service-badge:hover {
    border: 2px solid rgb(63, 169, 245);
}

.service-badge-selected {
    border: 2px solid rgb(63, 169, 245);
}

.service-badge-wrapper {
    align-self: center;
    width: 100%;
}

.service-badge img {
    margin-bottom: 20px;
    max-width: 54px;
    max-height: 54px;
    display: inline-block;
}

.service-badge-text {
    height: 2.5em;
    word-break: normal;
    display: inline-block;
    max-width: 110px;
}

@media (max-width: 640px) { 
    
    .directive {
        font-size: 28px;
        margin: 1em 0;
    }

    .scrolling-wrapper-services {
        margin-left: 20px;
    }

    .summary-plate-button > .pink-button {
        width: 80px;
        overflow: hidden;
        white-space: nowrap;
    }

    .service-badge img {
        margin-bottom: 15px;
    }
    
    #rec74249477 .tn-elem[data-elem-id="1541763090734"] {
        display: block !important;
        left: 20px !important;
        width: calc(100% - 20px) !important;
    }
}


.s-icon-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 60px;
    /* position: relative; */
    line-height: 1em;
}

.s-icon {
    display: inline-flex;
    align-items: center;
    padding-top: 10px;
/*    background-color: aqua;*/
    line-height: 1em;
    vertical-align: middle;
}

.s-label-wrapper {
    border-bottom: #00000015 1px dashed;
    display: flex;
    width: 100%;
    height: 60px;
}

.s-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
/*    background-color: aqua;*/
}

.s-label-text {
    line-height: 1em;
    color: #222;
    font-size: 15px;
    display: inline-block;
    width: 85%;
    max-height: 30px;
/*    background-color: lightpink;*/
    overflow: hidden;
}

.s-price-wrapper {
    display: flex;
    width: 100%;
    height: 40px;
}

._added {
    padding-top: 0;
    color: #3FA9F5;
    font-weight: 600;
}

.s input {
    position: absolute;
    display: none;
    cursor: pointer;
}

.plus, .minus {
    display: none;
    position: absolute;
    align-items: center;
    flex: 0 0 30px;
    justify-content: center;
    font-family: helvetica neue, arial;
    font-size: 14px;
    font-weight: 500;
    height: 60%;
    margin: 0;
    pointer-events: all;
    width: 40px;
    top: 0px;
    left: 0;
    z-index: 99;
    color: #3FA9F5;
    padding-bottom: 4px;
}

.plus {
    right: 0;
    left: initial;
}

@media only screen and (min-width: 340px) {
    .custom-block {
        max-width: 80%;
    }
}

@media only screen and (min-width: 480px) {
    .custom-block {
        max-width: 460px;
    }
}

@media only screen and (min-width: 640px) {
    .custom-block {
        max-width: 620px;
    }
}

@media only screen and (min-width: 960px) {
    .custom-block {
        max-width: 780px;
    }
}

@media only screen and (min-width: 1200px) {
    .custom-block {
        max-width: 960px;
    }
}

@media only screen and (min-width: 340px) {

    .scrolling-wrapper {
        margin-left: calc((100% - 300px) / 2);
        /* box-shadow: inset -40px 0px 34px -45px #0003; */
    }
}

@media only screen and (min-width: 480px) {
    .scrolling-wrapper {
        margin-left: calc((100% - 460px) / 2);
        /* box-shadow: inset -40px 0px 34px -45px #0003; */
    }
}

@media only screen and (min-width: 640px) {
    .feature {
        margin-right: 60px;
        margin-bottom: 40px;
    }
    
    .summary-plate {
      height: 100px;
    }

    .summary-plate > .container {
      flex-flow: row wrap;
    }

    .summary-plate-text {
      width: 70%;
      align-items: flex-start;
      flex: 1 1;
      margin-bottom: 0;
      margin-right: 20px;
    }

    .summary-plate-button {
      flex: 1 1 auto;
      min-width: 240px;
      max-width: 280px;
      margin-right: 0px;
    }

    .base-select, .two-line-select, .number-input {
        min-width: 260px;
    }

    .total-text {
        font-size: 14px;
        line-height: 1em;
        height: 1em;
    }
    
    .extra-title {
        text-align: left;  
    }

    .narrow-text {
        display: none;
    }

    .wide-text {
        display: inline-block;
    }

    .scrolling-wrapper {
        margin-left: calc((100% - 620px) / 2);
        /* box-shadow: inset -40px 0px 34px -45px #0003; */
    }

    .s, .s-q {
        flex-basis: calc((100% - 5*10px)/5);
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 15px;
        height: 180px;
        /* border-radius: 4px; */
    }

    .s-control {
        top: 14%;
    }

    .s-card {
        flex-basis: calc((100% - 4*10px)/4) !important;
    }

    .global-select, .base-select, .two-line-select, .basic-checkbox, .number-input {
        margin: 0 10px 10px 0;
    }

    .form-body {
        width: 100%;
        margin-right: -20px;
    }

}

@media only screen and (min-width: 960px) {
    .form-wrapper {
        flex-flow: row;
    }
    .form {
        /* margin-right: 20px; */
        flex: 1 1 auto;
    }
    .form-comments {
        min-width: 250px;
        max-width: 300px;
        margin-top: -3px;
    }
    .total {
        margin-bottom: 20px;
    }
    .form-summary {
        padding-bottom: 20px;
        margin-left: 20px;
        margin-top: 0;
    }
    .global-select, .base-select, .two-line-select {
        flex: 1 1;
    }
    .extra-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .scrolling-wrapper {
        width: 780px;
        margin-left: initial;
        flex-wrap: wrap;
    }
    .basic-checkbox {
        margin-right: 10px;
    }

    .service-badge {
        margin: 0 15px 15px 0px;
        font-size: 17px;
        height: 200px;
        flex: initial;
        width: calc((100% - 5*15px)/5);
    }
    .s, .s-q {
        flex-basis: calc((100% - 6*10px)/6);
    }
}


@media only screen and (min-width: 1280px) {
    .scrolling-wrapper {
        margin-left: calc((100% - 960px) / 2);
        margin-right: 10%;
        width: 100%;
    }
    .s, .s-q {
        flex-basis: calc((100% - 6*10px)/6);
    }
    /*.s-card {
        flex-basis: calc((100% - 4*10px)/4) !important;
    }*/
}

/* tooltipster */

.tooltip-templates { display: none; }

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-box {
    background: #adf8fc;
    border: 0px;
    box-shadow: 0;
    font-size: 16px;
    line-height: 1.25em;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content {
    color: #222;
    padding: 15px 10px 15px 15px;
    border: 0px;
    box-shadow: 0;
}

/* end of tooltipster */
