.nice-select {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 60px;
  white-space: nowrap;
  font-size: 16px;
  padding: 0 15px;
  background-color: #fff;
  box-sizing: border-box;
}
.current {
  padding-right: 15px;
}
.form-top{
    margin-top:20px;
}
.nice-select:after {
  width: 7px;
  height: 7px;
  right: 20px;
  border-color: #929BA3;
}
.nice-select .list {
  width: auto;
  margin: 10px 0;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 5px;
}
.nice-select:hover {
  -webkit-border-radius: #DBDBE2!important;
  border-radius: #DBDBE2!important;
}
.nice-select.open {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.form-title {
  display: block;
  margin-bottom: 13px;
  color: #7D7D7D;
  position: absolute;
  background: #fff;
  top: -11px;
  z-index: 2;
  left: 10px;
  padding: 0 10px;
}
.form-group {
  margin-bottom: 1rem;
  position: relative;
  display: flex;
}
.form-select {
  width: 100%;
  margin-top: 30px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group input[type="password"],
.form-group textarea,
.form-group select {
  border: 1px solid #DBDBE2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px !important;
  min-height: 60px;
  padding: 0 25px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
    .form-group input[type="file"]{
        margin-top: 20px;
    }
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="password"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  -webkit-box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.02);
  border: 1px solid #7D7D7D;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #fff;
  color: red;
}
.form-group textarea{
    padding: 10px 25px 0px;
}
.main-user-consent-request-announce{
    width: 90%;
    vertical-align: sub;
    margin-left: 10px;
    margin-bottom: 20px;
}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
    background: #FCFCFD;
    border: 1px solid #DBDBE2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0px 6px 5px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -webkit-appearance:none;
    appearance: none;
}
input[type="checkbox"]:hover{
    background-image: url(../img/svg/check-gray.svg);
}
input[type="checkbox"]:checked {
    background-color: #F02B35;
    border-color: #F02B35;
    background-image: url(../img/svg/check-white.svg);
}
.transport-marker table,
.transport-marker td{
    border:none !important;
}

.anketaLinks{
	border-radius: 5px;
    padding: 40px 50px;
	margin:20px 0px;
    padding-left: 150px;
    background: #FEF5EE url(../img/svg/sheika.svg) 50px 50% no-repeat;
}
	.anketaLinks a{
		font-family: Lato;
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 150%;
		letter-spacing: 0.02em;
		text-decoration-line: underline;
		color: #000000;
		margin-right: 30px;
	}
    
.anketaLinks2{
	border-radius: 5px;
    padding: 40px 50px;
	margin:20px 0px;
    padding-left: 150px;
    background: #F3F3F5 url(../img/svg/sheika_info.svg) 50px 50px no-repeat;
}
	.anketaLinks2 a{
		font-family: Lato;
        display:block;
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 150%;
		letter-spacing: 0.02em;
		text-decoration-line: underline;
		color: #000000;
		margin-right: 30px;
	}
    .anketaLinks2 a+span{
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #7D7D7D;
        margin-bottom: 20px;
    }
    
@media only screen and (max-width: 768px) {
    .anketaLinks{
        padding-left:50px;
        padding-top: 150px;
        background: #FEF5EE url(../img/svg/sheika.svg) 50px 50px no-repeat;
    }
    .anketaLinks a{
        margin-bottom: 30px;
    }
    .anketaLinks2{
        padding-left:50px;
        padding-top: 150px;
        background: #FEF5EE url(../img/svg/sheika_info.svg) 50px 50px no-repeat;
    }
    .anketaLinks2 a{
        margin-bottom: 30px;
    }
    .page-content table.noborder td{
    	display:block;
    }
}
.page-content table td{
    vertical-align: top;
}

.key-buttons{
    display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: center;
    	align-content: stretch;
        
}
    .key-buttons .key-button{
        padding:14px;
        margin:10px;
        background: #F8F8FA;
        border-radius: 5px;
        font-family: Lato;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        letter-spacing: 0.02em;
        color: #000000;
    }
        .key-buttons .key-button:hover{
            color:#ffffff;
            background: #F02B35;
        }
.camp-image{
    margin-bottom: 30px;
}
.camp-text{
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.02em;
}
.camp-title{
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    margin-bottom:40px;
    letter-spacing: normal;
}
.camp-section{
    margin-bottom:40px;
}
    .camp-section img{
        border-radius:5px;
    }
.camp-section-right{
    margin-bottom:10px;
}
    .camp-section-right img{
        border-radius:5px;
    }
.camp-image{
    border-radius:5px;
}
.camp-title-small{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 20px;
    background:url("../img/svg/calendar.svg") center right no-repeat;
}

.camp-date{
    
}
    .camp-date .camp-date-title{
        display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	align-items: center;
    	align-content: center;
        position:relative;
    }
        .camp-date .camp-date-title:after{
                content: "";
                display: block;
                height: 1px;
                background: #E4E4E4;
                position: absolute;
                width: 100%;
                z-index: 1;
        }
        .camp-date .camp-date-title-text{
            font-family: Lato;
            font-style: normal;
            font-weight: 900;
            font-size: 30px;
            line-height: 36px;
            color: #000000;
            z-index: 2;
            background: #fff;
            padding-right: 40px;
        }
        .camp-date .camp-date-title-button{
            font-family: Lato;
            font-style: normal;
            font-weight: bold;
            font-size: 16px;
            line-height: 15px;
            color: #000000;
            background: #F8F8FA;
            border-radius: 5px;
            width:146px;
            border: 2px solid #F8F8FA;
            text-align: center;
            cursor: pointer;
            padding: 10px;
            z-index: 2;
        }
        .camp-date.active .camp-date-title-button{
            background: #ffffff;
        }
            .camp-date .camp-date-title-button span:after{
                content:"";
                display:inline-block;
                background:url("../img/svg/camp_arrow.svg") 50% 50% no-repeat;
                width:7px;
                height:7px;
                margin-left: 10px;
                vertical-align: middle;
            }
                .camp-date .camp-date-title-button span:last-child:after{
                    transform:rotate(180deg);
                }
             .camp-date .camp-date-title-button span:first-child{
                display:block;
            }
            .camp-date .camp-date-title-button span:last-child{
                display:none;
            }
            .camp-date.active .camp-date-title-button span:first-child{
                display:none;
            }
            .camp-date.active .camp-date-title-button span:last-child{
                display:block;
            }
    .camp-date .camp-date-elements{
        display:none;
    }
    .camp-date.active .camp-date-elements{
        display:block;
    }
    
    .camp-element{
        background: #F3F3F5;
        border-radius: 5px;
        margin: 0px 10px;
        padding: 20px 30px;
        margin-top: 30px;
    }
    .camp-element .camp-element-date{
        font-size: 22px;
        line-height: 26px;
        text-align:center;
        letter-spacing: 0.02em;
        color: #F02B35;
    }
        .camp-element a{
            font-style: normal;
            font-weight: normal;
            font-size: 22px;
            line-height: 150%;
            letter-spacing: 0.02em;
            text-decoration-line: underline;
            color: #000000;
            margin-bottom: 12px;
        }
                .camp-element a.external:after{
                    content:"";
                    display:inline-block;
                    background:url("../img/svg/link.svg") 50% 50% no-repeat;
                    width:21px;
                    height:15px;
                    margin-left: 10px;
                }
        .camp-element a+span{
            font-style: normal;
            font-weight: bold;
            font-size: 22px;
            line-height: 150%;
            letter-spacing: 0.02em;
            color: #BABEC2;
            margin-left:10px;
        }
        .camp-element .description{
            font-size: 16px;
            line-height: 130%;
            letter-spacing: 0.02em;
            color: #7D7D7D;
        }
        
.camp-reg-title{
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #132031;
}

.camp-form{
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 30px 5px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 30px 5px rgba(50, 50, 50, 0.2);
    padding: 50px;
    margin: 30px 0px;
}
    .camp-form-inner{
        display: flex;
    	flex-direction: row;
    	flex-wrap: nowrap;
    	justify-content: space-between;
    	align-items: center;
    	align-content: center;
    }
    .camp-form .form-group{
            margin-bottom: 1rem;
    }

.terem-bg{
    background: url("/kindergrad-2020/images/other/bg-11.png");
    height: 740px;
    background-size: contain;
}
    .terem-bg .container{
        position:relative;
        height: 740px;
    }
.terem{
    background: url("/kindergrad-2020/images/other/terem0-20.png") 50% 50% repeat-x;
    width: 639px;
    height: 496px;
    background-size: cover;
    position: absolute;
    bottom: 77px;
    left: 50%;
    margin-left: -320px;
}
    .terem-inner{
        position:relative;
        width: 639px;
        height: 496px;
    }
.terem-sun{
    width:200px;
    height:200px;
    background: url("/kindergrad-2020/images/other/sun-18.png");
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 0;
}
.terem-logo{
    background: url("/kindergrad-2020/images/other/terem_logo-05.png");
    width: 524px;
    height: 140px;
    background-size: cover;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -262px;
}
.terem-yaga{
    display:block;
    width:349px;
    height:255px;
    background: url("/kindergrad-2020/images/other/by-16.png");
    background-size: cover;
    position: absolute;
    top: -20px;
    right: 0;
}
    .terem-yaga:hover{
        background: url("/kindergrad-2020/images/other/by-17.png");
        background-size: cover;
    }
.terem-sert{
    display:none;
    width:272px;
    height:244px;
    background: url("/kindergrad-2020/images/other/sert-39.png");
    background-size: cover;
    position: absolute;
    bottom: 120px;
    right: 0;
}
    .terem-sert.active{
        display:block;
    }

.cherdak{
    display:block;
    position: absolute;
    width:78px;
    height:73px;
    top:54px;
    left:275px;
    background: url("/kindergrad-2020/images/other/animal-25.png");
    background-size: cover;
}
    .cherdak:hover{
        background: url("/kindergrad-2020/images/other/animal-30.png");
        background-size: cover;
    }
.detskaya{
    display:block;
    position: absolute;
    width:91px;
    height:86px;
    top:193px;
    left:66px;
    background: url("/kindergrad-2020/images/other/animal-23.png");
    background-size: cover;
}
    .detskaya:hover{
        background: url("/kindergrad-2020/images/other/animal-28.png");
        background-size: cover;
    }
.gornica{
    display:block;
    position: absolute;
    width:85px;
    height:83px;
    top: 221px;
    left: 243px;
    background: url("/kindergrad-2020/images/other/animal-24.png");
    background-size: cover;
}
    .gornica:hover{
        background: url("/kindergrad-2020/images/other/animal-29.png");
        background-size: cover;
    }
.masterskaya{
    display:block;
    position: absolute;
    width:76px;
    height:87px;
    top:208px;
    left:510px;
    background: url("/kindergrad-2020/images/other/animal-26.png");
    background-size: cover;
}
    .masterskaya:hover{
        background: url("/kindergrad-2020/images/other/animal-31.png");
        background-size: cover;
    }
.seni{
    display:block;
    position: absolute;
    width:49px;
    height:60px;
    top:269px;
    left:350px;
    background: url("/kindergrad-2020/images/other/animal-40.png");
    background-size: cover;
}
    .seni:hover{
        background: url("/kindergrad-2020/images/other/animal-41.png");
        background-size: cover;
    }
.golbec{
    display:block;
    position: absolute;
    width:42px;
    height:62px;
    top:399px;
    left:84px;
    background: url("/kindergrad-2020/images/other/animal-27.png");
    background-size: cover;
}
    .golbec:hover{
        background: url("/kindergrad-2020/images/other/animal-32.png");
        background-size: cover;
    }
.gulbuche{
    display:block;
    position: absolute;
    width:93px;
    height:164px;
    top:360px;
    left:580px;
    background: url("/kindergrad-2020/images/other/people-37-38.png");
    background-size: cover;
}
    .gulbuche:hover{
        background: url("/kindergrad-2020/images/other/people-37.png");
        background-size: cover;
    }
.people1{
    display:block;
    position: absolute;
    width:106px;
    height:174px;
    top: 360px;
    left: -160px;
    background: url("/kindergrad-2020/images/other/people-33.png");
    background-size: cover;
}
    .people1:hover{
        background: url("/kindergrad-2020/images/other/people-34.png");
        background-size: cover;
    }
.people2{
    display:block;
    position: absolute;
    width:97px;
    height:188px;
    top: 349px;
    left: -30px;
    background: url("/kindergrad-2020/images/other/people-35.png");
    background-size: cover;
}
    .people2:hover{
        background: url("/kindergrad-2020/images/other/people-36.png");
        background-size: cover;
    }
.terem-text{
    background-color: #483025;
    color:#ffffff;
    padding: 100px 0px;
}
    .terem-text h2{
        font-family: Lato;
        font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0.02em;
    }
    .terem-popup{
        width: 994px;
        height: 707px;
        padding: 30px;
        background: #ffffff;
    }
        .terem-popup .terem-popup-inner{
            height:100%;
            position:relative;
        }
        .terem-popup .fancybox-close-small{
            width:71px;
            height:76px;
            background: url("/kindergrad-2020/images/other/popup_close.png");
            opacity: 1;
        }
            .terem-popup .fancybox-close-small svg{
                display:none;
            }
    #cherdak .terem-popup-inner{
        background: url("/kindergrad-2020/images/cherdak/bg.png");
        background-size: cover;
    }
    #detskaya .terem-popup-inner{
        background: url("/kindergrad-2020/images/detskaia/bg.png");
        background-size: cover;
    }
    #gornica .terem-popup-inner{
        background: url("/kindergrad-2020/images/gornica/bg.png");
        background-size: cover;
    }
    #masterskaya .terem-popup-inner{
        background: url("/kindergrad-2020/images/masterskaia/bg.png");
        background-size: cover;
    }
    #seni .terem-popup-inner{
        background: url("/kindergrad-2020/images/seni/bg.png");
        background-size: cover;
    }
    #golbec .terem-popup-inner{
        background: url("/kindergrad-2020/images/golbec/bg.png");
        background-size: cover;
    }
.popups{
    display:none;
}

.sunduk{
    display: block;
    position: absolute;
    width: 229px;
    height: 179px;
    top: 367px;
    left: 590px;
    background: url(/kindergrad-2020/images/cherdak/cherd-45.png);
    background-size: cover;
}
    .sunduk:hover{
        background: url("/kindergrad-2020/images/cherdak/cherd-49.png");
        background-size: cover;
    }
.zerkalo{
    display: block;
    position: absolute;
    width: 190px;
    height: 105px;
    top: 497px;
    left: 118px;
    background: url(/kindergrad-2020/images/cherdak/cherd-46.png);
    background-size: cover;
}
    .zerkalo:hover{
        background: url("/kindergrad-2020/images/cherdak/cherd-50.png");
        background-size: cover;
    }
.kniga{
    display: block;
    position: absolute;
    width: 285px;
    height: 150px;
    top: 429px;
    left: 301px;
    background: url(/kindergrad-2020/images/cherdak/cherd-44.png);
    background-size: cover;
}
    .kniga:hover{
        background: url("/kindergrad-2020/images/cherdak/cherd-48.png");
        background-size: cover;
    }
.valenok{
    display: block;
    position: absolute;
    width: 131px;
    height: 188px;
    top: 242px;
    left: 133px;
    background: url(/kindergrad-2020/images/cherdak/cherd-40.png);
    background-size: cover;
}
    .valenok:hover{
        background: url("/kindergrad-2020/images/cherdak/cherd-43-2.png");
        background-size: cover;
    }
    
    
.teatr{
    display: block;
    position: absolute;
    width: 299px;
    height: 418px;
    top: 166px;
    left: 310px;
    background: url(/kindergrad-2020/images/detskaia/detskaia-52.png);
    background-size: cover;
}
    .teatr:hover{
        background: url("/kindergrad-2020/images/detskaia/detskaia-53.png");
        background-size: cover;
    }
    
    
.frukti{
    display: block;
    position: absolute;
    width: 199px;
    height: 79px;
    top: 346px;
    left: 416px;
    background: url(/kindergrad-2020/images/gornica/gornica-55.png);
    background-size: cover;
}
    .frukti:hover{
        background: url("/kindergrad-2020/images/gornica/gornica-59.png");
        background-size: cover;
    }
.veshalo{
    display: block;
    position: absolute;
    width: 139px;
    height: 429px;
    top: 149px;
    left: 22px;
    background: url(/kindergrad-2020/images/gornica/gornica-57.png);
    background-size: cover;
}
    .veshalo:hover{
        background: url("/kindergrad-2020/images/gornica/gornica-61.png");
        background-size: cover;
    }
.bludce{
    display: block;
    position: absolute;
    width: 116px;
    height: 101px;
    top: 325px;
    left: 242px;
    background: url(/kindergrad-2020/images/gornica/gornica-56.png);
    background-size: cover;
}
    .bludce:hover{
        background: url("/kindergrad-2020/images/gornica/gornica-60.png");
        background-size: cover;
    }
.gorshok{
    display: block;
    position: absolute;
    width: 133px;
    height: 77px;
    top: 341px;
    left: 675px;
    background: url(/kindergrad-2020/images/gornica/gornica-58.png);
    background-size: cover;
}
    .gorshok:hover{
        background: url("/kindergrad-2020/images/gornica/gornica-62.png");
        background-size: cover;
    }
    
    
.podnos{
    display: block;
    position: absolute;
    width: 130px;
    height: 190px;
    top: 137px;
    left: 54px;
    background: url(/kindergrad-2020/images/masterskaia/masterskaia-66.png);
    background-size: cover;
}
    .podnos:hover{
        background: url("/kindergrad-2020/images/masterskaia/masterskaia-69.png");
        background-size: cover;
    }
.pugalo{
    display: block;
    position: absolute;
    width: 183px;
    height: 148px;
    top: 383px;
    left: 697px;
    background: url(/kindergrad-2020/images/masterskaia/masterskaia-67.png);
    background-size: cover;
}
    .pugalo:hover{
        background: url("/kindergrad-2020/images/masterskaia/masterskaia-68.png");
        background-size: cover;
    }
    
    
.nafania{
    display: block;
    position: absolute;
    width: 230px;
    height: 252px;
    top: 270px;
    left: 647px;
    background: url(/kindergrad-2020/images/seni/seni-71.png);
    background-size: cover;
}
    .nafania:hover{
        background: url("/kindergrad-2020/images/seni/seni-72.png");
        background-size: cover;
    }
.lapti{
    display: block;
    position: absolute;
    width: 152px;
    height: 180px;
    top: 147px;
    left: 53px;
    background: url(/kindergrad-2020/images/seni/seni-73.png);
    background-size: cover;
}
    .lapti:hover{
        background: url("/kindergrad-2020/images/seni/seni-74.png");
        background-size: cover;
    }
.kokoshnik{
    display: block;
    position: absolute;
    width: 126px;
    height: 107px;
    top: 379px;
    left: 212px;
    background: url(/kindergrad-2020/images/seni/seni-75.png);
    background-size: cover;
}
    .kokoshnik:hover{
        background: url("/kindergrad-2020/images/seni/seni-76.png");
        background-size: cover;
    }
    
    
.door{
    display: block;
    position: absolute;
    width: 194px;
    height: 217px;
    top: 288px;
    left: 674px;
    background: url(/kindergrad-2020/images/golbec/golbec-63.png);
    background-size: cover;
}
    .door:hover{
        background: url("/kindergrad-2020/images/golbec/golbec-64.png");
        background-size: cover;
    }
.element img{
	position: absolute;
    bottom: -25px;
	display:none;
}
	.element:hover img{
		display:block;
	}
    

.ui-widget.ui-widget-content{
    width:100%;
}
.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{
    border: 1px solid #eaaf75 !important;
    background: #eaaf75 !important; 
}
.ui-widget-header{
    border:none !important;
    background:none !important;
}

#timeajax{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
}
    #timeajax .times{
        position: relative;
    }
        #timeajax .times span{
            border: 1px solid #DBDBE2;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 5px;
            border-radius: 5px !important;
            padding: 12px;
            max-width: 100%;
            /* width: 100%; */
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
            -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
            margin: 5px;
            font-weight:bold;
            transition:0.3s;
        }
            #timeajax .times:hover span{
                background:#eaaf75;
                color:#ffffff;
                cursor:pointer;
            }
            #timeajax .times input:checked + span{
                background:#eaaf75;
                color:#ffffff;
            }
            #timeajax .times input:disabled + span{
                border: 1px solid #c5c5c5;
                background: #f6f6f6;
                opacity: 30%;
                color: #000;
                cursor:no-drop;
            }
        #timeajax .times input{
            position:absolute;
            opacity:0;
        }
        
.page-content table td,
.page-content table{
    border:none;   
}
.ui-state-default, .ui-widget-content .ui-state-default{
    text-align:center;
}
font.notetext {
    color: black;
    font-size: 20px;
    margin: 10px 0 50px;
    padding: 20px;
    border: #ccc solid 1px;
    border-radius: 5px;
    background: #f6fff6;
    display: block;
}
font.errortext {
    color: red!important;
    font-size: 20px;
    margin: 10px 0 50px;
    padding: 20px;
    border: #ccc solid 1px;
    border-radius: 5px;
    background: #fff6f6;
    display: block;
}
.defwidth{
    max-width: unset !important;
}

.popup{
    display:none;
}

.table-list{
    border-collapse: collapse;
    border:#ccc solid 1px;
}
    .table-list th{
        text-align: center;
        font-weight: bold;
        border:#ccc solid 1px;
        padding:5px;
    }
    .table-list td{
        border:#ccc solid 1px !important;
        padding:5px 3px;
    }
    
    
/*policy*/
.policy{
    display:none;
    position: fixed;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}
    .policy-inner{
        background: #FFFFFF;
        box-shadow: 0px 3px 15px rgba(37, 37, 37, 0.2);
        border-radius: 5px;
        padding: 10px;
        font-size: 12px;
    }
    .policy .btn1 {
        margin-left: 20px;
        background: #f02b35;
        color: #fff;
        font-weight: bold;
        border:none;
        padding: 5px 20px;
    }
    .policy .btn2 {
        margin-left: 10px;
        background: #cee4f9;
        color: #f02b35;
        font-weight: bold;
        border:none;
        padding: 5px 20px;
    }
    .policy a{
        color: #1A449A;
    }
    /**policy*/
    
    
/*киндерград 2021*/
.park-bg{
    background: url("/kindergrad-2021/images/bg.jpg");
    height: 740px;
    background-size: contain;
}
    .park-bg .container{
        position:relative;
        height: 740px;
    }
.park{
    width: 100%;
    height: 496px;
    background-size: cover;
    position: absolute;
    bottom: 77px;
}
    .park-inner{
        position:relative;
        width: 100%;
        height: 496px;
    }
    .park-text{
        background:#412045 url("/kindergrad-2021/images/slick.png") top center repeat-x;
        color:#ffffff;
        padding: 60px 0px;
    }
.park-logo{
    background: url("/kindergrad-2021/images/logo_full.png");
    width: 524px;
    height: 140px;
    background-size: cover;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -262px;
}
.palatka img{
    position:absolute;
    transition:0.1s;
}
    .palatka.hover img:hover{
        margin-top:-5px;
    }
    
    .p1_1{
        left: 0; top: -100px; z-index: 1;
    }
    .p1_2{
        left: 104px;bottom: -75px;z-index: 1;
    }
    .p1_3{
        left: 48%;bottom: -60px;z-index: 1;
    }
    .p1_4{
        left: 269px;
    }
    .p1_5{
        top: 108px; right: 0;
    }
    .p1_6{
        right: 310px;
    }
    
    .p2_1{
        left: 0; z-index: 1; top: -45px;
    }
    .p2_2{
        left: 0;z-index: 1;bottom: 210px;
    }
    .p2_3{
        left: 130px;bottom: 40px;z-index: 1;
    }
    .p2_4{
        right: 0px;
    }
    
    .p3_1{
        left: 0; z-index: 1; top: -45px;
    }
    .p3_2{
        left: 0;z-index: 1;bottom: 210px;
    }
    .p3_3{
        left: 130px;bottom: 40px;z-index: 1;
    }
    .p3_4{
        right: 0px;
    }
    
    .p4_1{
        left: 0; z-index: 1; top: -45px;
    }
    .p4_2{
        left: 0;z-index: 1;bottom: 210px;
    }
    .p4_3{
        left: 130px;bottom: 40px;z-index: 1;
    }
    .p4_4{
        right: 0px;
    }
    .splitter{
        margin: 40px 0px;
        text-align:center;
    }
        .splitter img{
            display:inline;
        }
        
    .row.flexkg{
        display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: stretch;
    	align-content: stretch;
    }
    .flexkg div img{
        transition:0.3s;
    }
    .flexkg div:hover img.image-pl{
        transform: rotate(-5deg);
    }
    
    @media only screen and (max-width: 768px) {
        .palatka img{
            position:relative;
            bottom:auto !important;
            left: auto !important;
            top: auto !important;
            right: auto !important;
        }
        .park-bg{
            height: auto !important;
            background-size:cover;
        }
        .park-bg .container{
            height: auto !important;
        }
        .park{
            position: relative;
            height: auto !important;
        }
        .park-inner{
            height: auto !important;
        }
        .p1_4{
            display:none;
        }
        .p1_5{
            display:none;
        }
        .p1_6{
            display:none;
        }
        .park-logo{
            z-index: 111;
            width: 75%;
            background-size: contain;
            background-repeat: no-repeat;
            left: 74%;
        }
        .p1_1{
            width: 70%;
            margin: 0 auto;
            margin-top: 30px;
        }
        .p1_2{
            position: absolute !important;
            margin-left: 15%;
        }
        .p1_3{
            position: absolute !important;
            margin-left: 15%;
                margin-top: 135px;
        }
        .palatka {
            width:100%;
        }
        .flexkg .name img{
            width: 75%;
            margin: 10px auto;
        }
        .p2_3,
        .p4_3,
        .p3_3{
            display:none;
        }
        .park{
            bottom:0px !important
        }
    }
    .flexkg .name{
        position:relative;
    }
        .flexkg .name .age_limit{
            position:absolute;
            top:0px;
            left:0px;
        }
    /*киндерград 2021*/
    
.date-shared{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.svo_frame{
    background:url("../img/svo/frame.png") 50% 100% no-repeat;
    width:219px;
    height:255px !important;
}
.product-element .image.svo_frame{
    justify-content: center !important;
    align-items: center !important;
    border-radius:0px !important
}
    .product-element .image.svo_frame img{
        border-radius:0px !important;
    }
    .blockquote{
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #000000;
        display: flex;
    }
        .blockquote div{
            margin:0 20px;
        }
        .blockquote span{
            font-weight: 400;
            font-size: 16px;
            line-height: 23px;
            color: #737373;
            display: block;
            margin-top: 10px;
        }
        .blockquote:before{
            content:"";
            display:block;
            background:url("../img/svo/quotes.svg") 50% 50% no-repeat;
            width:30px;
            height:21px;
            flex: none;
        }
        .blockquote:after{
            content:"";
            display:block;
            background:url("../img/svo/quotes.svg") 50% 50% no-repeat;
            width:30px;
            height:21px;
            transform: scaleX(-1);
            flex: none;
        }
        .svo_search{
            display: flex;
            gap: 20px;
            margin-top:20px;
        }
            .svo_search .form-group:first-child{
                width:100%;
            }
@media only screen and (max-width: 480px) {
    
    .svo_frame{
        width: 149px !important;
        height: 245px !important ;
        background-size: contain !important;
    }
    .product-element .image.svo_frame{
            max-height: 175px;
    }
    .product-element .image.svo_frame img{
            width: 121px;
    }
    
}