.sing-up__form input.sing-up__form__input{
    margin: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #DDEDFF;
}
.sing-up__form input.sing-up__form__input + label{
    cursor: text;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sing-up__form input.sing-up__form__input::placeholder {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #C4C4C4;
}
.sing-up__form input.sing-up__form__input__custom{
    padding: 0;
}
.sing-up__form input.sing-up__form__input__placeholder-custom + label {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #C4C4C4;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15px;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sing-up__form input.sing-up__form__input__placeholder-custom.filled + label,
.sing-up__form input.sing-up__form__input__placeholder-custom:focus + label {
    font-size: 12px;
    top: -10px;
}
.sing-up__form .sing-up__form__field input.sing-up__form__input__placeholder-custom + label{
    z-index: 1;
}
.sing-up__form .sing-up__form__field{
    position: relative;
}
#zapis .sing-up__form__field button:disabled,
#zapis_bottom .sing-up__form__field button:disabled{
    background: #fff;
    color: #0072bc;
}
#zapis .sing-up__form__field button:after,
#zapis_bottom .sing-up__form__field button:after{
    line-height: 1.8rem;
}
#zapis .sing-up__form__field button:hover:after,
#zapis_bottom .sing-up__form__field button:hover:after{
    line-height: 3rem;
}
#zapis .sing-up__form__field button:hover:disabled:after,
#zapis_bottom .sing-up__form__field button:hover:disabled:after{
    content: attr(data-shift);
    position: absolute;
    padding: 0 1rem;
    background-color: #fff;
    bottom: -1rem;
    right: 1rem;
    left: initial;
    top: initial;
    line-height: 1.8rem;
}
body .page-head{
    padding-bottom: 0;
}
.block-kompl__wrapper{
    padding-top: 2rem;
    color: #485460;
}
.block-kompl__wrapper img{
    max-width: 100%;
}
.block-kompl__title{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #3E3E3E;
}
.block-kompl__text{
    padding-top: 2rem;
}
.block-kompl__with-photo{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.block-kompl__spoiler__body__wrapper{
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.block-kompl__spoiler__title__text span{
    color: #1B9CFC;
    font-weight: 600;
}
.block-kompl__spoiler__title__wrapper{
    display: flex;
    justify-content: space-between;
    padding: 30px 25px;
    font-size: 24px;
    padding-left: 60px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #DDEDFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block-kompl__spoiler__title__wrapper:before{
    content: "";
    background: url("/local/templates/medscan_new/assets/img/icon-spoiler-closed.png");
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    line-height: 0;
    width: 24px;
    height: 24px;
}
.block-kompl__spoiler__title__wrapper.active:before{
    content: "×";
    background: none;
    margin-top: 0;
    left: 27px;
    top: 50%;
    line-height: 0;
}
.block-kompl__spoiler__table__row{
    display: flex;
}
.block-kompl__spoiler__table__row:nth-child(2n){
    background: #E9F7FF;
}
.block-kompl__spoiler{
    box-shadow: 0px 10px 20px #d6e6ef;
}
.block-kompl__spoiler__table__cell{
    padding: 20px 15px;
}
.block-kompl__spoiler__table__cell:nth-child(1){
    width: 55%;
}
.block-kompl__spoiler__table__row .block-kompl__spoiler__table__cell:nth-child(1){
    padding-left: 60px;
}
.block-kompl__spoiler__table__cell:nth-child(2){
    width: 15%;
    text-align: center;
}
.block-kompl__spoiler__table__cell:nth-child(3){
    width: 15%;
    text-align: center;
}
.block-kompl__spoiler__table__cell:nth-child(4){
    width: 15%;
    text-align: center;
}
.block-kompl__spoiler__table__row-title .block-kompl__spoiler__table__cell{
    font-weight: 600;
    color: #1B9CFC;
}
.block-kompl__spoiler__table__row-bottom{
    font-weight: 600;
    color: #0071BB;
}
.block-kompl__spoiler__table__row-bottom:last-child{
    background: #FBFDFF;
}
.unselectable{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.block-kompl__over-title{
    color: #1B9CFC;
    font-size: 1.3em;
}
.block-kompl__title-1{
    font-size: 2.1em;
    font-weight: 600;
    line-height: 1.2em;
}
.block-kompl__with-photo__text{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DDEDFF;
}
/*.block-kompl__with-photo-2__img{
    position: absolute;
    right: 0;
    top: 0px;*/
}
.block-kompl__with-photo-2__img img{
    max-width: 100%;
    width: initial;
}
.block-kompl__with-photo-2__img-back img{
    max-width: initial;
    visibility: hidden;
}

.section-clients-front {
    padding: 3rem 0;
}

.section-clients-front .section-title {
    font-size: 2rem;
}

.clients-front-img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.clients-front-name {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 10px 0 20px;
}

.clients-front-link {
    font-weight: bold;
    font-size: 18px;
    color: inherit;
    border: 3px solid #63E9FF;
    padding: 10px 40px;
}
.section-foto {
    position: relative;
    padding-bottom: 45px;
}

.section-foto:before {
    content: '';
    width: 100%;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1473B2;
    -moz-border-radius: 0px 0px 80px 0px;
    -webkit-border-radius: 0px 0px 80px 0px;
    border-radius: 0px 0px 80px 0px;
}

.foto-link {
    width: 160px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border: 3px solid #63E9FF;
}
.foto-link:hover {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.section-clients-front {
    padding: 3rem 0;
}

.section-clients-front .section-title {
    font-size: 2rem;
}

.clients-front-img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.clients-front-name {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 10px 0 20px;
}

.clients-front-link {
    font-weight: bold;
    font-size: 18px;
    color: inherit;
    border: 3px solid #63E9FF;
    padding: 10px 40px;
}
.button-more,
.button-more:hover,
.button-more:active{
    display: block;
    border: 3px solid #63E9FF;
    text-align: center;
    max-width: 330px;
    padding: 8px;
    color: #485460;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 0 auto;
}
.section-foto{
    padding-top: 3rem;
}
.page-block__form-type-5__wrapper{
    background: #E9F7FF;
    border-radius: 0px 80px 0px 0px;
}
.page-block__form-type-5__title{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    color: #485460;
    display: inline-block;
    z-index: 1;
}
.page-block__form-type-5__title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #63E9FF;
    bottom: 5px;
    z-index: -1;
}
.page-block__form-type-5__text{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #485460;
    padding-top: 20px;
}
.page-block__form-type-5__info__wrapper{
    padding: 70px 0;
}
.page-block__form-type-5__form__wrapper{
    padding: 40px 60px;
    background: #FFFFFF;
    height:  100%;
}
form.sing-up__form{
    padding: 50px 70px;
    width: 100%;
}
form .sing-up__form__input,
body form input[type=text]{
    margin: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #DDEDFF;
}
form .sing-up__form__input::placeholder {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #C4C4C4;
}
form .sing-up__form__submit{
    cursor: pointer;
    margin-top: 50px;
    max-width: 100%;
    position: relative;
    color: #485460;
    border-color: #63E9FF;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 3px solid #63E9FF;
    line-height: 1.5;
    border-radius: 0;
    position: relative;
    text-transform: initial;
    font-family: officina;
    font-size: 18px;
    font-weight: 700;
    padding: 0.5rem;
    width: 100%;
    transition: all .15s ease-in-out;
}
form .sing-up__form__submit span{
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
form .sing-up__form__submit::after{
    cursor: pointer;
    content: attr(data-shift);
    position: absolute;
    padding: 0 1rem;
    background-color: #fff;
    bottom: -1rem;
    right: 1rem;
}
/*form .btn-primary:not(:disabled):not(.disabled):active{
    color: #485460;
}*/
form .sing-up__form__submit:hover::after{
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    line-height: 2.6rem;

}
form .sing-up__form__submit:hover{
    color: #63E9FF;
    background-color: transparent;
    border-color: #63E9FF;
}
.sing-up__form{
    background: #FFFFFF;
}
form .mt-form-input{
    margin-top: 30px;
}
.sing-up__form__field{
    position: relative;
    margin-top: 20px;
}
.sing-up__form__field:first-child{
    margin-top: 0;
}
.sing-up__form__field input.sing-up__form__input__placeholder-custom + label{
    z-index: 1;
}
form .sing-up__form__input__custom{
    padding: 0;
}
.sing-up__form__field input.sing-up__form__input__placeholder-custom + label{
    z-index: 1;
}
input.sing-up__form__input__placeholder-custom + label {
    font-size: 15px;
    font-style: normal;
    font-weight: 400; 
    line-height: 18px;
    letter-spacing: 0em;
    color: #C4C4C4;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 15px;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input.sing-up__form__input__placeholder-custom.filled + label,
input.sing-up__form__input__placeholder-custom:focus + label {
    font-size: 12px;
    top: -10px;
}
input.sing-up__form__input__placeholder-custom::placeholder {
  color: transparent;
}
form .sing-up__form__input{
    margin: 0;
    background: none;
    border: none;
    border-bottom: 2px solid #DDEDFF;
}
form .sing-up__form__input::placeholder {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #C4C4C4;
}
form .sing-up__form__submit{
    cursor: pointer;
    margin-top: 50px;
    max-width: 100%;
    position: relative;
    color: #485460;
    border-color: #63E9FF;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 3px solid #63E9FF;
    line-height: 1.5;
    border-radius: 0;
    position: relative;
    text-transform: initial;
    font-family: officina;
    font-size: 18px;
    font-weight: 700;
    padding: 0.5rem;
    width: 100%;
    transition: all .15s ease-in-out;
}
form .sing-up__form__submit span{
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
form .sing-up__form__submit::after{
    cursor: pointer;
    content: attr(data-shift);
    position: absolute;
    padding: 0 1rem;
    background-color: #fff;
    bottom: -1rem;
    right: 1rem;
    
}
form .sing-up__form__submit:hover::after{
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    line-height: 2.6rem;
}
form .sing-up__form__submit:hover{
    color: #63E9FF;
    background-color: transparent;
    border-color: #63E9FF;
}
.sing-up__form{
    background: #FFFFFF;
}
.sing-up__form__checkbox {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    color: #1B9CFC;
    letter-spacing: 0em;
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sing-up__form__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.sing-up__form__checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #DDEDFF;
}
.sing-up__form__checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}
.sing-up__form__checkbox input:checked ~ .checkmark {
    background-color: #DDEDFF;
}
.sing-up__form__checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.sing-up__form__checkbox input:checked ~ .checkmark:after {
    display: block;
}
.sing-up__form__checkbox .checkmark:after {
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #1B9CFC;
    margin-top: -3px;
    margin-left: -3px;
}
.mt-form-input-2{
    margin-top: 25px;
}
#zapis_bottom{
    margin-top: 0;
}
.page-block__form-type-5__title:before{
    content: none;
}
form.sing-up__form{
    padding-left: 0;
}

/*.block-kompl__with-photo-2__img__wrapper{
    height: 625px;
}*/
.block-kompl__spoiler__table__cell{
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-kompl__spoiler__table__cell:nth-child(1){
    justify-content: flex-start;
}
.block-kompl__spoiler__table__row-title .block-kompl__spoiler__table__cell{
    align-items: flex-start;
}
@media (max-width: 767px){
    .sm-mb-3{
        margin-bottom: 3rem !important;
    }
    .sm-pt-4{
        padding-top: 4rem !important;
    }
    form.sing-up__form{
        padding: 0;
    }
    .block-kompl__with-photo-2__img__wrapper{
        height: 715px;
    }
    .block-kompl__spoiler__table__cell{
        padding: 5px;
    }
    .block-kompl__spoiler__table__cell:nth-child(1){
        width: 40%;
    }
    .block-kompl__spoiler__table__cell:nth-child(2),
    .block-kompl__spoiler__table__cell:nth-child(3),
    .block-kompl__spoiler__table__cell:nth-child(4){
        width: 20%;
    }
    .block-kompl__spoiler__title__wrapper{
        padding: 15px;
        padding-left: 60px;
        flex-direction: column;
    }
    .block-kompl__spoiler__title__price{
        padding-top: 10px;
    }
    .block-kompl__spoiler__title__text{
        font-size: 20px;
        line-height: initial;
    }
}
@media (max-width: 575px){
    .block-kompl__spoiler__table__row .block-kompl__spoiler__table__cell:nth-child(1){
        padding-left: 15px;
    }
    .block-kompl__with-photo-2__img__wrapper{
        height: initial;
    }
    .block-kompl__with-photo-2__img{
        position: initial;
    }
    .block-kompl__with-photo-2__img img{
        max-width: 100%;
    }
    .page-block__form-type-5__form__wrapper{
        padding: 15px;
        margin: 0 -15px;
    }
}
@media (max-width: 470px){
    .block-kompl__spoiler__table__cell{
        word-break: break-all;
    }
}







