/* Стили слайдера */

/* Slider */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
    display: none!important;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
    display: none!important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 28px;
    height: 28px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* Стили страницы */

@font-face {
  font-family: 'PFDinTextCondPro';
	src: url('../fonts/PFDinTextCondPro-Medium.eot');
	src: url('../fonts/PFDinTextCondPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Medium.woff') format('woff'),
	   url('../fonts/PFDinTextCondPro-Medium.ttf')  format('truetype');

	   font-weight:400;
 }
@font-face {
  font-family: 'PFDinTextCondPro';
	src: url('../fonts/PFDinTextCondPro-Regular.eot');
	src: url('../fonts/PFDinTextCondPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Regular.woff') format('woff'),
	   url('../fonts/PFDinTextCondPro-Regular.ttf')  format('truetype');

	   font-weight:normal;
 }

 @font-face {
  font-family: 'PFDinTextCondPro';
	src: url('../fonts/PFDinTextCondPro-Light.eot');
	src: url('../fonts/PFDinTextCondPro-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-Light.woff') format('woff'),
	   url('../../fonts/PFDinTextCondPro-Light.ttf')  format('truetype');

	   font-weight:100;
 }

 @font-face {
  font-family: 'PFDinTextCondPro';
	src: url('../fonts/PFDinTextCondPro-XBlack.eot');
	src: url('../fonts/PFDinTextCondPro-XBlack.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PFDinTextCondPro-XBlack.woff') format('woff'),
	   url('../fonts/PFDinTextCondPro-XBlack.ttf')  format('truetype');

	   font-weight:800;
 }

 *{
	margin:0;
	padding:0;
}

body{
	min-width:1100px;
	font-family: 'PFDinTextCondPro';
	font-weight:normal;
	font-size:15px;
	background: #f6f6f6;
}
.wrap {
	width:1100px;
	margin:0 auto;
	position:relative;
}
h1 {
	font-size:52px;
	color:white;
	padding-top: 40px;
	font-weight: 800;
}

h2 {
	text-align: center;
	font-weight:500;
	font-size:40px;
}

h3 {
	font-weight:400;
	font-size:24px;
}

.clear{
	clear:both;
}

button{
	cursor:pointer;
	outline:none;
	font-family:'PFDinTextCondPro';
	font-size:14px;
	border:none;
	background:#ed1b24;
	color:white;
	width:165px;
	height: 40px;
}
.share {
	width: 30px;
	height: 30px;
}

input {
	outline:none;
	width:200px;
	height: 40px;
	font-family:'PFDinTextCondPro';
	font-size:14px;
	color:#fff;
	border:1px solid #fff;
	background: transparent;
	padding-left: 22px;
	margin-bottom: 10px;
	margin-right: 15px;

}
input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #fff !important;}
input::-moz-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #fff !important;}
input:-moz-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #fff !important;}
input:-ms-input-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #fff !important;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.10s ease;}
input:focus::-moz-placeholder {opacity: 0; transition: opacity 0.10s ease;}
input:focus:-moz-placeholder {opacity: 0; transition: opacity 0.10s ease;}
input:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.10s ease;}


.infoblock {
	position: fixed;
	z-index: 999999999;
	height: 64px;
	background: rgb(4, 153, 117);
	width: 100%;
	left: 0;
	top: -200px;
	text-align: center;
	color: #ffffff;
	line-height: 64px;
	font-size: 32px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.25);
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	opacity: 0;
	-moz-transition: 0.5s 0s ease;
	-o-transition:  0.5s 0s ease;
	-webkit-transition: 0.5s 0s ease;
	transition: 0.5s 0s ease;
}
.close-info {
	height: 64px;
	width: 64px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	border-left: solid 1px rgb(53, 162, 105);
	float: right;
	line-height: 59px;
	font-size: 45px;
	background: rgb(28, 122, 92);
	font-family: verdana, tahoma, arial;
}
.close-info:hover {
	opacity: 0.8;
	-moz-transition: 0.3s 0s ease;
	-o-transition:  0.3s 0s ease;
	-webkit-transition: 0.3s 0s ease;
}
.infoblock.err {
	background: rgb(145, 0, 0);
}
.infoblock.err .close-info {
	background: rgb(185, 0, 0);
	border-left: solid 1px rgb(162, 53, 53);
}
input.err-form {
	-moz-transition: 0.3s 0s ease;
	-o-transition:  0.3s 0s ease;
	-webkit-transition: 0.3s 0s ease;
		transition: 0.3s 0s ease;
	background: #FFF7DF;
	border-color: #FFB2AB;
}



.light {
	font-weight: 100;
	font-size: 23px;
	text-align: center;
	padding: 20px 0 50px 0;
}


.header {

}
.logo {
	float: left;
	padding: 12px 0 15px 0;
}
.logo  > img {
	float: left;
}
.logo p {
	width: 270px;
	width: 287px;
	padding: 21px 0 0 170px;
	color: #777777;
}
.contacts {
	float: right;
/* 	width: 500px; */
}
.contacts  p {
	float: left;
	font-weight: 400;
	font-size: 21px;
	margin:30px 0 0 33px;
}
.contacts a {
	text-decoration: none;
	float: left;
	margin:23px 15px 0 0 ;
}

.block-1 {
	background:url(../img/block-1-fon.jpg) no-repeat center white;
	height: 450px;
	color: white;
	text-align: center;
}
.block-1 p {
	font-size: 27px;
	padding: 123px 0 25px 0;
}

.deti {
	position: absolute;
	top: 78px;
	left: 454px;
}

.block-2 {
	padding: 100px 0 110px 0;
}
.block-2-info {
	width: 320px;
	height: 330px;
	background: white;
	display: inline-table;
	position: relative;
	margin: 0 0 90px 0;
	z-index: 2;
}
.block-2-info:nth-child(2) {
	margin:0 65px;
}
.block-2-info h3 {
	text-align: center;
	padding: 10px 0 10px 0;
}
.block-2-info p {
	padding: 0 25px 0 10px;
}
.block-2-info .share {
	position: absolute;
}
.block-2-info .vk {
	bottom: -13px;
	left: 160px;
	background: url(../img/vk.png) no-repeat;
	height: 27px;
	width: 27px;

}
.block-2-info .classmates {
	background: url(../img/od.png) no-repeat left;
	bottom: -13px;
	left: 120px;
	height: 27px;
	width: 27px;
}
.pluso-odnoklassniki,.pluso-vkontakte {
	visibility: hidden;
	position: absolute;
}
.classmates:before {
	content: "Поделиться";
    display: block;
    position: absolute;
    border-radius: 17px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 5px;
    width: 0px;
    left:20px;
    top: 0px;
    background:#ffa23d ;
    color: transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: -1;
}
.classmates:hover:before {
	background: #ffa23d;
	left: 17px;
	width: 130px;
	left: -103px;
	color: white;
}

.vk:after {
	content: "Поделиться";
	display: block;
	position: absolute;
	border-radius: 17px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 5px;
	width: 0px;
	top: 0px;
	 color: transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left:0;
}
.vk:hover:after {
	background: #6997cc;
	left: 17px;
	width: 130px;
	left: 0px!important;
	color: white;
	left:130px;
	z-index: -1;
}


.forma {
	background: #fff;
}
.forma h3 {
	width: 430px;
	float: left;
	padding: 57px 0 0 40px;
}
.forma button {
	float: right;
	margin: 55px 40px 55px 0;
}


.block-3 {
	background:url(../img/block-3-fon.jpg) no-repeat center white;
	height: 440px;
	text-align: center;
	color: white;
}
.block-3 h2 {
	padding-top: 75px;
}
.play {
	margin:75px auto 0 auto;
	background: url(../img/utube.png) no-repeat;
	background-size: cover;
	width: 69px;
	height: 49px;
}
.play:hover {
	background: url(../img/utube.png) no-repeat;
	background-size: cover;
	transform:scale(1,1);
}
.block-3 p {
	font-weight: 100;
	font-size: 23px;
	text-align: center;
}
.block-3 p.primech {
	background: black;
	font-size: 16px;
	width: 300px;
	margin: 100px auto 0 auto;
}

.block-4 {
	background: #f6f6f6;
	padding: 90px 0 75px 0;
}
.block-4-cost {
	border:2px solid white;
	width: 300px;
	height: 50px;
	background: url(../img/book.png) no-repeat 10px center;
	display: inline-table;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-ms-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	box-sizing: border-box;
	padding: 9px 0 0 70px;
	margin-bottom: 90px;
}
.block-4-cost p {
	font-size: 22px;
	font-weight: 500;
}
.block-4-cost .red {
	color: #ed1b24;
}
.block-4-cost:nth-of-type(2) {
	margin: 0 96px 0 96px;
}

.block-5-info,.block-6-info {
	position: relative;
	background: white;
	height: 265px;
	width: 245px;
	display: inline-table;
	text-align: center;
	margin-bottom: 50px;
}
.block-5-info, .block-6-info {
	margin-right: 36px;
}
.block-5-info h3, .block-6-info h3 {
	font-size: 17px;
	font-weight: 600;
	padding-top: 20px;
}
.block-5-info:nth-of-type(4n), .block-6-info:nth-of-type(4n) {
	margin-right: 0!important;
}
.block-5-info a>p,.block-6-info a>p {
	display: none;
	position: absolute;
	position: absolute;
	z-index: 2;
	top: 93px;
	left: 98px;
	color: white;
	text-decoration: underline;
}
/* .i {
	position: absolute;
	background: url(../img/i-big.png) no-repeat center;
	top:-30px;
	left:98px;
	width:51px;
	height:51px ;
} */
.block-5-info a:hover img, .block-6-info a:hover img {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
    -webkit-filter: blur(6px) sepia(90%);
    filter: blur(6px) sepia(90%);

}
.block-5-info a:hover p, .block-6-info a:hover p{
	display: block;
}
.block-5-info a,.block-6-info a {
	overflow: hidden;
	width: 100%;
	height: 182px;
	display: block;
}



.block-7 {
	background:url(../img/block-7-fon.jpg) no-repeat center white;
	height: 440px;
	color: white;
	text-align: center;
}
.block-7 h2 {
	padding: 80px 0 0 0;
}
.block-7 p {
	width:700px;
	line-height: 50px;
	margin:55px auto 0 auto;
	font-size: 17px;
}

.block-8 {
	padding: 50px 0 85px 0;
}
.block-8 ul{
	list-style-type: none;

}
.block-8 ul>li {
	background: #fff;
	padding: 15px 35px 15px 30px;
	display: inline-table;
	width: 530px;
	box-sizing: border-box;
	margin-bottom: 25px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-ms-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-webkit-transform: scale(0,0);
	transform: scale(0,0)
}
.block-8 ul>li:nth-child(odd) {
	margin-right: 30px;
}

.block-9 {
	padding-bottom: 100px;
}
.block-9-teacher {
	position: relative;
    background: transparent;
    height: 250px;
    width: 150px;
    display: inline-table;
    text-align: center;
    margin-right: 36px;
    margin-top: 50px;
}
.block-9-teacher:last-child {
	margin-right: 0px!important;
}
.block-9-teacher  p {
    display: none;
    position: absolute;
    position: absolute;
    z-index: 2;
    top: 93px;
    left: 46px;
    color: white;
    text-decoration: underline;
}
.block-9-teacher a {
	height: 200px;
	overflow: hidden;
	display: block;
	cursor: default;
}
.block-9-teacher h3 {
	padding-top: 35px;
	font-size: 17px;
}
.block-9-teacher a:hover img {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
    -webkit-filter: blur(6px) sepia(90%);
    filter: blur(6px) sepia(90%);
}
/* .block-9-teacher .i {
	position: absolute;
	background: url(../img/i.png) no-repeat center;
	top: 176px;
	left: 45px;
	width: 41px;
	height: 41px;
} */
.block-9-teacher a:hover p {
    display: block;
}
.teacher-slayder {
	position: relative;
}
.block-9 li.slick-active {
    border: 1px solid #d9d9da;
    border-radius: 2px;
    background: transparent;
}
.block-9 .slick-dots li button {
	width: 29px;
	height: 27px;
}
.block-9 .slick-dots {
	z-index: 4;
}
.block-9 .slick-dots li button:before {
	width: 29px;
	height: 27px;
	color: transparent;
}

.teacher-slayd {
	outline: none;
}
.slayder-num {
	position: absolute;
	bottom: 20px;
	bottom: -40px;
	left: 490px;
}
.slayder-num li {
	list-style-type:none;
	display: inline;
	margin-right: 28px;
	cursor: pointer;
}

.block-10 li {
	display: inline-block;
	height: 125px;
	margin-right: 50px;
}
.block-10 li:nth-child(even) {
	margin-right: 0!important;
}
.block-10 li p {
	width: 450px;
	float: right;
	padding: 15px 0 0 15px;
}
.color-num {
	width: 57px;
	height: 57px;
	text-align: center;
	float: left;
	color: white;
	font-size: 31px;
	font-weight: 500;
	display: inline;
	box-sizing: border-box;
	padding-top: 11px;
}


.block-10 li:nth-of-type(1) .color-num {
	background:#b99482;
}
.block-10 li:nth-of-type(2) .color-num {
	background:#aecb06 ;
}
.block-10 li:nth-of-type(3) .color-num{
	background:#f78305 ;
}
.block-10 li:nth-of-type(4) .color-num {
	background:#c9c9c9 ;
}
.block-10 li:nth-of-type(5) .color-num {
	background:#353535 ;
}
.block-10 li:nth-of-type(6) .color-num {
	background:#4d75a3 ;
}
.block-10 li:nth-of-type(7) .color-num {
	background:#ed1b24 ;
}


.block-11 {
	background: #f78305;
	color: white;
	padding: 65px 0 110px 0;
}
.otzivi {
	width: 810px;
	margin: 0 auto;
}
.otziv {
	outline: none;
}
.otziv img {
	float: left;
	border-radius: 100%;
}
.otziv h3, .otziv p {
	padding: 0 0 0 175px;
}
.otziv p {
	width: 630px;
}
.block-11 .slick-dots li button {
    width: 10px;
    height: 10px;
    color: transparent;
}
.block-11 .slick-dots li {
	background:#ffcb93;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
.block-11 li.slick-active {
    border: 3px solid #ffcb93;
    background: transparent;
}
.block-11  .slick-dots li button:before {
	color: transparent;
	width: 10px;
	height: 10px;
}

.block-12 {
	padding: 90px 0 80px 0;
}
.block-12 .wrap {
	min-height: 300px;
	overflow: hidden;
}
.vopros-block {
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}
.ssilka {
	margin-bottom: 20px;
	text-decoration: underline;
	color: #5e5e5e;
}
.vopros-block p {
    display: none;
    margin-top: 20px;
}

.map {
	position: relative;
	height: 440px;
	font-weight: 100;
	font-size: 13px;
	width: 100%;
}
#map{
	width: 100%;
	height: 440px;
}
.map-address {
	position: absolute;
	top:40px;
	right:0px;
	width: 440px;
	height: 220px;
	text-align: center;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.map-address li {
	list-style-type: none;
}

.AllOkna {
	display: none;
}

.vspl {
	width:400px;
	padding:50px;
}
.vspl form {
	margin: 0 auto;
	width: 430px;
	padding-top:0px;
}
.vspl h3  {
	font-size: 34px;
	font-weight: 500;
	color: black;
	padding:0px 0px 35px 0;
	text-align: center;
}
.vspl form {
	text-align: center;
}
.vspl input {
	width:205x;
	height:40px;
	margin-left: 0!important;
	border:1px solid #cfcfcf;
	color: #737171;
	margin-bottom: 20px;
}
.vspl p {
	margin-bottom: 30px;
	text-align: center;
	margin-top: -28px;
}
#spasibo {
	text-align: center;
}
#vspl-info {
	width: 700px;
}
#vspl-info h3 {

}
#vspl-info form {
	width: 700px;
	border-top:1px solid #dddddd;
	padding-top: 38px
}
#vspl-info input:first-child{
    margin-left: 124px;
}
#cont li {
	list-style-type: none;
}
.append-text {
	margin: 20px 0 30px 0;
	max-height: 350px;
	overflow: auto;
}
.append-text img {
	float: left;
	padding: 0 35px 35px 0;
}
.append-text p {
	text-align: left;
	margin-top: 0px;
	padding-right: 35px;
}
.append-text a {
	display: block;
	color: black;
	font-size: 18px;
	margin-bottom: 20px;
}
.append-cost p {
	margin-top: 0px;
	font-size: 20px;
	font-weight: 500;
	color: #515151;
}
.data-span {
	margin-right: 30px;
}
.vspl input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #cfcfcf !important;}
.vspl input::-moz-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #cfcfcf !important;}
.vspl input:-moz-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #cfcfcf !important;}
.vspl input:-ms-input-placeholder {opacity: 1; transition: opacity 0.10s ease; color: #cfcfcf !important;}
#vidos {
	width: 960px;
}
a.pluso-more {
	display: none!important;
}
.anim-scale {
    -ms-transform: scale(1,1)!important;
    -moz-transform: scale(1,1)!important;
    -webkit-transform: scale(1,1)!important;
    transform: scale(1,1)!important;
}

.animatin {
    visibility: hidden;
}
.up {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;

	visibility: visible !important;
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

/*online*/
.online_booking_link{
  margin-top: 40px;
}
.online_booking_overlay{
  background: rgba(119, 119, 119, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.online_booking_wrap{
  width: 440px;
  height: 540px;
  position: absolute;
  top: calc(50vh - 270px);
  left: calc(50% - 220px);
}
.online_booking_close{
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.online_booking{
  width: 100%;
  height: 100%;
}
