.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-bold{
    font-weight: bold;
}
.w-100{
    width:100%;
}
.text-middle {
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.dFlex-middle {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
}
.dFlex-col {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.dCol-10{
    width:10%;
}
.dCol-20{
    width:20%;
}
.dCol-30{
    width:30%;
}
.dCol-40{
    width:40%;
}
.dCol-50{
    width:50%;
}
.dCol-60{
    width:60%;
}
.dCol-70{
    width:70%;
}
.dCol-80{
    width:80%;
}
.dCol-90{
    width:90%;
}
.dCol-100{
    width:100%;
}
.section {
    width: 100%;
    height: 700px;
    position: relative;
    padding: 0px 100px;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.section-image{
    height: fit-content;
}
.section1{
    background: url(/themes/happy-moll/assets/images/landing/lan1.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section2{
    background: url(/themes/happy-moll/assets/images/landing/lan2.png);
    background-size: cover;
    background-position: 50% 50%;
}
.section3{
    background: url(/themes/happy-moll/assets/images/landing/lan3.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section4{
    background: url(/themes/happy-moll/assets/images/landing/lan4.png);
    background-size: cover;
    background-position: 50% 50%;
}
.section5{
    background: url(/themes/happy-moll/assets/images/landing/lan5.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section6{
    background: url(/themes/happy-moll/assets/images/landing/lan6.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section7{
    background: url(/themes/happy-moll/assets/images/landing/section7.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section8{
    background: url(/themes/happy-moll/assets/images/landing/section8.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section9{
    background: url(/themes/happy-moll/assets/images/landing/section9.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section10{
    background: url(/themes/happy-moll/assets/images/landing/section10.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section11{
    background: url(/themes/happy-moll/assets/images/landing/section11.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section12{
    background: url(/themes/happy-moll/assets/images/landing/section12.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section13{
    background: url(/themes/happy-moll/assets/images/landing/section13.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.section14{
    background: url(/themes/happy-moll/assets/images/landing/section14.png);
    background-size: cover;
    background-position: 50% 50%;
}
.section15{
    background: url(/themes/happy-moll/assets/images/landing/section15.png);
    background-size: cover;
    background-position: 50% 50%;
}
.sectionImg1 {
    position: absolute;
    top: 0;
    right: -288px;
}
.sectionImg2 {
    position: absolute;
    bottom: 0;
    right: -93px;
}
.section1h1 {
    color: #093D68;
    font-weight: bold;
    line-height: 1.3em;
    width: 400px;
    z-index: 8;
}
.section1p {
    color: #545454;
    width: 450px;
    z-index: 8;
}
.section2h1{
    color: #191B1D;
    font-size: 3rem;
}
.section2p {
    color: #555555;
    font-size: 14px;
    width: 290px;
}
.baloon {
    color: black;
    background-color: white;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 11px;
    font-weight: bold;
    margin-bottom: 1.2em;
}
.baloon-white{
    color: black!important;
    background-color: white!important;
}
.baloon-rose {
    color: white !important;
    background-color: #C17AA0 !important;
}
.baloon-blue {
    color: white !important;
    background-color: #8CCFF1 !important;
}
.happy-list li {
    position: relative;
    list-style: none;
    margin-left: -80px;
    padding-left: 50px;
    margin-bottom: 20px;
}
.happy-list li::before{
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 35px;
    height: 35px;
    background-image: url(/themes/happy-moll/assets/images/landing/check.png);
    background-size: cover;
}
.section4 p{
    color: #555555;
    font-size: 14px;
    margin-bottom: 15px;
}
.section4 img{
    margin-left: 165px;
    object-fit: cover;
}
.section5 p{
    color: #555555;
    font-size: 14px;
    margin-bottom: 15px;
}
.section6 p{
    color: #555555;
    font-size: 14px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1400px){
    .section2p{
        width: 270px;
    }
}


@media screen and (max-width: 1200px) {
    .sectionImg1{
        right: -150px;
    }
    .sectionImg2{
        height: 70%;
        object-fit: cover;
    }
    .section2 .dCol-30{
        width: 40%;
    }
    .section2 .dCol-70{
        width: 60%;
    }
    .section2h1{
        font-size: 2rem;
    }
    .section2p{
        font-size: 12px;
    }
    .section4 .dCol-40{
        width:50%;
    }
    .section4 .dCol-60{
        width:50%;
    }
    .section4 img{
        margin-left: 77px;
    }
}
@media screen and (max-width: 1024px) {
    .section{
        height: unset;
        padding: 20px 30px;
    }
    .section1{
        height: 400px;
        background-position: 50% 50%;
    }
    .dCol-30{
        width:100%;
    }
    .dCol-40{
        width:100%;
    }
    .dCol-50{
        width:100%;
    }
    .dCol-60{
        width:100%;
    }
    .dCol-70{
        width:100%;
    }
    .dCol-80{
        width:100%;
    }
    .dCol-90{
        width:100%;
    }
    .sectionImg1{
        top: 0;
        right: -52px;
        z-index: 5;
    }
    .sectionImg2{
        display: none;
    }
    .section1h1{
        width: 100%;
    }
    .section1p{
        width:100%;
    }
    .happy-list li {
        margin-left: -40px;
        padding-left: 37px;
        margin-bottom: 18px;
    }
    .happy-list li::before {
        position: absolute;
        content: '';
        left: 0;
        top: 10px;
        width: 25px;
        height: 25px;
        background-image: url(/themes/happy-moll/assets/images/landing/check.png);
        background-size: cover;
    }
    .section4 img{
        margin-left: 0;
    }
    .section2 .dCol-70 {
        width: 100%;
    }
    .section2 .dCol-30 {
        width: 100%;
    }
    .section4 .dCol-40 {
        width: 100%;
    }
    .section4 .dCol-60 {
        width: 100%;
    }
    .section4 img {
        width: 100%;
    }
    .section5 img {
        width: 100%;
    }
    .section6 img {
        width: 100%;
    }
}

.section-erid {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    font-size: 12px;
    user-select: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.happyday-link, .happyday-link:hover{
    color: rgb(29, 29, 29);
}

.happyday-sections {
    margin-bottom: 4em;
}

section#section-rules {
    margin-top: 2em;
    width: fit-content;
    padding: 10px 20px;
    border: 1px solid #da2129;
    border-radius: 110px;
}

.mt-2{
    margin-top: 10px;
}
.mb-2{
    margin-bottom: 10px;
}
.arenda-logo {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.arenda-logo img {
    width: 80%;
    object-fit: contain;
    margin-bottom: 15px;
    box-shadow: 0 0 20px 0px #0000001c;
    padding: 30px 20px;
    border-radius: 15px;
}

.textarea {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 0 20px;
    height: 100px;
    position: relative;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.textarea:focus{
    outline: none;
}

.textarea:focus-within {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2)
}

.vacancy-card {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 30px);
    min-width: 205px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    position: relative;
    transition: .7s;
    margin: 0 15px 30px;
    background-color: #fff;
}

.vacancy-card__details {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.text-black{
    color: #000;
}

.text-gray{
    color: #3a3a3a;
}

a.vacancy-link {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding-top: 20px;
    transition: .7s;
    border-radius: 10px;
}

a.vacancy-link:hover {
	transition: .7s;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
}

p.vacancy-title {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

p.vacancy-description {
    font-size: .7em;
}

.vacancy-status {
    font-size: 13px;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0;
    padding-left: 15px;
    border-bottom: 1px solid #cfcfcf;
}

.status_none:before {
    width: 10px;
    height: 10px;
    background-color: #cf001c;
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    border-radius: 50%;
}

.status_public:before {
    width: 10px;
    height: 10px;
    background-color: #02cf00;
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    border-radius: 50%;
}

.vacancy-message {
    margin: 10px 0;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    border-radius: 23px;
    box-shadow: inset 0 0 20px 0px #00000042;
    font-size: .8em;
    font-weight: bold;
    /* background-color: #da2129; */
    /* color: white; */
    width: fit-content;
}

.vacancy-message.success {
    background-color: #c9f5cb;
}

.vacancy-message.warning {
    background-color: #f5c9c9;
}

.vacancy-message.info {
    background-color: #ffffff;
}

.ck.ck-editor {
    border-radius: 15px !important;
}
.ck.ck-editor__top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.ck.ck-sticky-panel {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.ck.ck-sticky-panel__content {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.ck.ck-menu-bar {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.ck.ck-editor {
    z-index: 5;
}

.section-labels {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 100%;
}

.section-label {
    padding: 30px 20px;
    width: 220px;
    margin-bottom: 10px;
    border-radius: 65px;
    color: white;
    word-wrap: break-word;
    font-size: 1.3em;
    line-height: 1em;
    text-align: center;
}

.section-label.gradient{
    background: rgb(243, 114, 51);
    background: linear-gradient(90deg, rgba(243, 114, 51, 1) 0%, rgba(253, 200, 48, 1) 100%);
}

.section-label.red {
    background: #E32026;
    width: max-content;
    padding: 18px 44px;
    font-size: 1em;
}

.section-label.light_blue {
    background: #D7EAF6;
    color: #EE87A4;
}

.section-column-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

img.section12_logo {
    width: 230px;
}

img.section12_title {
    width: 100%;
    object-fit: contain;
}

p.section12_text__title {
    font-size: 1.7em;
    color: #4F3527;
}

p.section12_text__subtitle {
    color: #4F3527;
}

p.section12_text__enter {
    color: #4F3527;
    font-size: 1.6em;
    padding-left: 121px;
}

.section-age {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

p.section13_title {
    color: #4F3527;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.section13_text p {
    margin-bottom: 30px;
    color: white;
}

.section13_happy {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

p.section13_happy__text {
    color: white;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.3em;
}

img.section13_happy__heart {
    width: 100px;
    margin-bottom: 30px;
    margin-top: 20px;
}

img.section14_main {
    width: 100%;
    height: 100%;
}

.section_h100{
    height:100%;
}

p.section14_title {
    text-align: center;
    color: #EE87A4;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.section14_subtitle {
    color: #EE87A4;
    text-align: center;
}

.section-age.section14 {
    height: 50%;
    background: transparent;
}

.section-age.section14 img {
    width: 180px;
}

.section15-text p {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.2em;
}

.section15-text {
    padding: 10px 155px;
}

@media screen and (max-width: 1024px) {
    .section15-text {
        padding: 10px 15px;
    }
}



.imageform {
    display: flex;
    flex-direction: column;
}
.imageform .input-file-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.imageform .input-file {
	position: relative;
	display: inline-block;
    opacity: 1;
    width: fit-content;
}
.imageform .input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: black;
    text-align: center;
    border-radius: 22px;
    background-color: white;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #DA2129;
    margin: 0;
    transition: background-color 0.2s;
}
.imageform .input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.imageform .input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.imageform .input-file:hover span {
	background-color: #DA2129;
    color:white;
}
.imageform .input-file:active span {
	background-color: #DA2129;
    color:white;
}
 
/* Disabled */
.imageform .input-file input[type=file]:disabled + span {
	background-color: #eee;
}
 
/* Список c превью */
.imageform .input-file-list {
	padding: 10px 0;
}
.imageform .input-file-list-item {
	display: inline-block;
	margin: 0 15px 15px;
	width: 150px;
	vertical-align: top;
	position: relative;
}
.imageform .input-file-list-item img {
	width: 150px;
}
.imageform .input-file-list-name {
	text-align: center;
	display: block;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.imageform .input-file-list-remove {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 5px;
	right: 5px;
	background: #ff0202;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
}