/*
* @author: Shushas Roman
* @email: Shushasrp@gmail.com
*/


/* <Service styles */
body{
	font: 24px 'Segoe UI', Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	min-width: 300px;
	background: #fff;
}
a{
	outline: none;
	color: #486e97;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}
i{
	font-style: italic;
}
b,
strong{
	font-weight: bold;
}
.text:after,
.clearfix:after,
.clear{
	font-size:0;
	clear:both;
	overflow:hidden;
	line-height:0;
	border: 0;
	content: '';
	display: block;
}
.fl-l{
	float: left;
}
.fl-r{
	float: right;
}
.ta-l{
	text-align: left;
}
.ta-c{
	text-align: center;
}
.ta-r{
	text-align: right;
}
button,
input{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
}
button:focus{
	outline: none;
}

.red-color{
	color: #b42525;
}
.pink-color{
	color: #de1e8f;
}
.blue-color{
	color: #2948bc;
}

.blue-bg{
	background-color: #2948bc;
}
.purple-bg{
	background-color: #8a29bc;
}
.pink-bg{
	background-color: #de1e8f;
}
.blue-light-bg{
	background-color: #2994bc;
}
.green-light-bg{
	background-color: #0dbfa0;
}
.red-bg{
	background-color: #f1254b;
}
/* Service styles> */


/* <Icons */
.icon{
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-phone-white{
	width: 16px;
	height: 19px;
	background-image: url(../images/icons/icon-phone-white.png);
}
.icon-phone-purple{
	width: 16px;
	height: 19px;
	background-image: url(../images/icons/icon-phone-purple.png);
}
.vk-icon{
	width: 46px;
	height: 46px;
	background-image: url(../images/icons/vk-icon.png);
}
.fb-icon{
	width: 46px;
	height: 46px;
	background-image: url(../images/icons/fb-icon.png);
}
.tw-icon{
	width: 46px;
	height: 46px;
	background-image: url(../images/icons/tw-icon.png);
}
.fb-simple-icon{
	width: 20px;
	height: 35px;
	background-image: url(../images/icons/fb-simple-icon.png); 
}
/* Icons> */


/* <Form */
.button{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    font: 500 20px 'Segoe UI', Arial, Helvetica, sans-serif;
    border-radius: 35px;
    padding: 15px 33px 19px;
    transition: opacity .3s;
    box-sizing: border-box;
}
a.button div{
	display: inline-block;
}
.button:hover{
	text-decoration: none;
	opacity: .8;
}
.button:active{}
.button.block{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.button-pink{
	color: #fff;
	background: #de1e8f;
}
.button-blue{
	color: #fff;
	background: #2948bc;
}
.button-red{
	color: #fff;
	background: #f1254b;
}
.button-border{}
.button .icon{
    vertical-align: top;
    margin: 5px 2px 0 0;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: #fff;
    font-size: 20px;
    font-weight: lighter;
    border-bottom: 1px solid #2948bc;
    padding: 0 2px;
    height: 48px;
}
textarea{}
::-webkit-input-placeholder{color: #494949}
::-moz-placeholder{color: #494949}
:-ms-input-placeholder{color: #494949}
:-moz-placeholder{color: #494949}
.form{
	position: relative;
}
.form-title{
	padding: 0 110px 14px;
	position: relative;
	overflow: hidden;
}
.form-title::after,
.form-title::before{
    content: '';
    width: 100px;
    height: 12px;
    position: absolute;
    top: 31px;
}
.form-title::after{
	left: 0;
    box-shadow: 0 -3px 0 0 #132f55, -35px 3px 0 0 #132f55;
}
.form-title::before{
    right: 0;
    box-shadow: 0 -3px 0 0 #132f55, 35px 3px 0 0 #132f55;
}
.form-box{
	margin-bottom: 25px;
}
.form-box:last-child{
	margin-top: 37px;
}
.form-box-container{}
/* Form> */


/* <Popup */
.popup{
    display: none;
    max-width: 420px;
    width: 100%;
    padding: 35px 35px 10px;
}
.popup .form-title{
	padding: 0;
}
.popup .form-title::before,
.popup .form-title::after{
	display: none;
}
.popup .form-title:first-child{
	margin-top: -10px;
}
.popup .form-title .second-title{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 25px;
}
.popup .form-result{
	text-align: center;
	top: -25px;
}
/* Popup> */


/* <Common styles */
.page-wrapper{
	overflow: hidden;
}
.header-wrapper,
.footer-wrapper,
.section-wrapper{
	position: relative;
	margin-bottom: 8vw;
}
.section-wrapper{
	padding-top: 5vw;
}
.section-wrapper + br{
	display: none;
}
.header-bg{
	float: left;
}
.section-bg{
	position: absolute;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.section-bg.center{
	top: -666px;
	right: -666px;
	bottom: -666px;
	left: -666px;
}
.section-bg.top{
	top: -89px;
	bottom: auto;
}
.section-bg.right{
	right: -9px;
	left: auto;
}
.section-bg.bottom{
	bottom: 0;
	top: auto;
}
.section-bg.left{
	left: 0;
	right: auto;
}
.blog-wrapper .section-bg{
	max-width: 58%;
}
.box{
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
}

.first-title{
	font: bold 69px/85px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	margin-bottom: 41px;
	display: flex;
	align-items: center;
}
.header-title .first-title{
	display: block;
}
.first-title.ta-c{
	justify-content: center;
}
.second-title{
	font: bold 46px/61px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	margin-bottom: 61px;
	position: relative;
}
.second-title.ta-c{
	justify-content: center;
}
.subtitle{
	margin: -42px 0 42px;
    line-height: 32px;
    letter-spacing: -.5px;
}

.border-title{}
.border-title::before,
.border-title::after{
    content: '';
    height: 3px;
    width: 100px;
    margin-top: -8px;
    background: #132f55;
    display: inline-block;
    vertical-align: middle;
}
.border-title::before{
	margin-right: 2.5vw;
}
.border-title::after{
	margin-left: 2.5vw;
}
.word-bottom-bg{
	position: relative;
	z-index: 0;
}
.word-bottom-bg::after{
	content: '';
	position: absolute;
	right: -5px;
	bottom: 10px;
	left: -5px;
	height: 16px;
	background: #9daaff;
	z-index: -1;
}
.second-title .word-bottom-bg::after{
	height: 12px;
	bottom: 6px;
}

.pager{
	display: flex;
	justify-content: center;
	margin-top: -11px;
}
.pager-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #a6a6a6;
	font: bold 36px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	cursor: pointer;
}
.pager-arrow{
	background: url(../images/pager-arrow.png) 54% center no-repeat #2948bc;
}
.pager-arrow:first-child{
	transform: rotate(180deg);
	margin-right: 25px;
}
.pager-arrow:last-child{
	margin-left: 25px;
}
.pager-button:hover,
.pager-button.current{
	color: #000;
}

.text{
    line-height: 40px;
    font-weight: 300;
    letter-spacing: .3px;
}
.text p{}
.text img{
	display: inline-block;
	vertical-align: top;
}
.text hr{
    height: 5px;
    background: #2948bc;
    width: 310px;
    margin: 60px 0 53px;
}

.table{
	background: #fff;
	
	margin-bottom: 71px;
	box-shadow: 0 0 35px 0 rgba(113,53,108,.15);
	border-radius: 3px;
}
.table-row{
	display: table-row;

	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.table-cell{
	display: table-cell;
	vertical-align: middle;
	font-weight: 300;
	padding-left: 45px;
	padding-right: 45px;
	width: 33.3333%;
}
.table-hat{
	position: relative;
	border-bottom: 1px solid #e3e3e3;
}
.nowrap{
	white-space: nowrap;
}
.table-hat .table-cell{
    border: none;
    height: 84px;
    position: relative;
    padding-top: 28px;
    padding-bottom: 35px;
}
.table-hat-title{
	font: bold 36px/42px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	color: #a9a9a9;
	position: relative;
}
.table-hat-title::after{
	content: 'Closeenglish';
	display: block;
}
.table-hat img{
	position: absolute;
	top: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
}
.table-head{
	border-bottom: 1px solid #e3e3e3;
}
.table-head .table-cell{
	border-left: 1px solid #e3e3e3;
	padding-top: 27px;
	padding-bottom: 29px;
}
.table-head .table-cell:first-child{
	border: none;
}
.table-head-title{
	font: bold 28px/34px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
}
.table-content{}
.table-content .table-cell{
	border-left: 1px solid #e3e3e3;
	padding-top: 11px;
	padding-bottom: 10px;
}
.table-content .table-cell:first-child{
	font-weight: 500;
	border: none;
}
.table-content .table-cell:first-child strong{
	font-size: 30px;
}
.table-head + .table-content .table-cell{
	padding-top: 33px;
}
.table-row:last-child .table-cell{
	padding-bottom: 57px;
}

.tables .table.simple{
	margin-bottom: 54px;
	table-layout: auto;
}
.table.simple .table-head{}
.table.simple .table-head .table-cell{
	font: bold 28px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	height: 80px;
	padding-bottom: 36px;
}
.table.simple .table-content .table-cell:first-child strong{
	font-size: inherit;
	font-weight: 500;
}
.table.simple .table-content{}
.table.simple .table-content:nth-child(odd) .table-cell{
	background: #ecf2ff;
}
.table.simple.pink .table-content:nth-child(odd) .table-cell{
	background: #ffdcf1;
}
.table.simple .table-content .table-cell{
	font-weight: 300;
	vertical-align: top;
	border-top: 1px solid #e3e3e3;
	padding-top: 25px;
	padding-bottom: 32px;
}
.table.simple .table-content .table-cell:first-child{
	font-weight: 500;
}
.table.simple .table-head + .table-content .table-cell{
	border-top: none;
}
.table.simple .table-head + .table-content .table-cell{
	padding-top: 28px;
}
.table.simple .table-row:last-child .table-cell{
	padding-bottom: 69px;
}
.price-table .table-head + .table-row{}
.price-table .table-head + .table-row + .table-row .table-cell:first-child::after{
	content: '- 5% скидка';
	color: #de1e8f;
}
.price-table .table-head + .table-row + .table-row + .table-row .table-cell:first-child::after{
	content: '- 10% скидка';
	color: #de1e8f;
}
.price-table .table-head + .table-row + .table-row + .table-row + .table-row .table-cell:first-child::after{
	content: '- 15% скидка';
	color: #de1e8f;
}
.nodiscount .table-cell:first-child::after{
	display: none;
	position: absolute;
	left: -999999px;
}
.table-footer-text{
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(113,53,108,.15);
    border-radius: 3px;
    padding: 36px 40px 40px;
    margin-top: -51px;
}

.nav-mobile-button{
    display: none;
    width: 40px;
    margin: auto;
    padding: 15px;
}
.nav-mobile-button.open,
.nav-mobile-button:hover{
	background: rgba(255,255,255,.3)
}
.mobile-button-line{
    display: block;
    height: 5px;
    background: #2948bc;
    border-radius: 3px;
    margin-top: 8px;
}
.mobile-button-line:first-child{
	margin: 0;
}

.location-map-container .bx-yandex-map{
	min-width: 100%;
}
.location-map-container .ymaps-map{
	min-width: 100%;
}

.form-result{
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 6px;
    font-size: 40px;
    padding: 40px;
}
.form-result-text{
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}

body div.news-detail img.detail_picture{
    margin: 0 50px 50px 0;
    width: 300px;
    height: auto;
}

.how-detail{
	text-align: center;
}
.how-detail div.news-detail img.detail_picture,
.how-detail img{
	float: none;
    margin: -40px auto 85px;
	width: auto;
}
.news-detail{}
.news-detail ul{
	list-style: inside disc;
}
.news-detail ul li{
	margin-top: 10px;
}
.news-detail ul li p{
	display: inline;
}


.slick-track{
	display: flex;
}
/* Common styles> */


/* <Header */
.header-wrapper{
	margin-bottom: 110px;
	background: url(../images/patter-bg.png);
	z-index: 23;
}
.header-bg{
    margin: 0 -15.8vw 0 -7px;
    max-width: 49vw;
}
.header{
	text-align: right;
	padding-top: 33px;
}
.header-top{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.header-title{
    padding: 5.5vw 0 9.85vw 26vw;
}
.header .button{
    padding: 15px 42px 19px;
    margin-top: -2px;
}
.header-logo{
	margin-left: 40px;
}
.header-logo img{
	display: block;
}

.nav-wrapper{
	background: #d8e5ff;
}
.nav{}
.nav-list{
	display: flex;
	justify-content: space-between;
}
.nav-list-item{
    padding: 13px 0 16px;
}
.nav-list-item a{
	font: bold 18px 'PT Serif', 'Segoe UI', Arial, sans-serif;
	color: #451121;
	display: block;
	padding: 5px 0;
}

.header-wrapper.simple{
	margin: 0;
}
.header-wrapper.simple .header{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}
.header-wrapper.simple .header .block-text,
.header-wrapper.simple .header p{
    text-align: left;
    color: #451121;
    font: bold 18px/26px 'PT Serif', 'Segoe UI', Arial, sans-serif;
    padding: 28px 0 0;
    letter-spacing: -.3px;
}
.header-wrapper.simple .header-top{
	margin-bottom: 33px;
}
.header-wrapper.simple + .section-wrapper{
	padding-top: 82px;
}
.header-wrapper.simple + div .section-wrapper,
.header-wrapper.simple + .section-wrapper{
	position: relative;
}
.header-wrapper.simple + div .section-wrapper::before,
.header-wrapper.simple + .section-wrapper::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30vw;
    background: url(../images/patter-bg.png);
    min-height: 200px;
}
.header-wrapper.simple + .location-page.section-wrapper::before{
	height: 20vw;
}
.location-page.location-wrapper .section-bg{
	top: 78px;
    max-height: 122%;
    left: -7px;
}
.location-page .location-map-container{
	width: 70vw;
}
.location-page .location-text{
    width: 24.5%;
    padding: 52px 42px 43px;
    font-size: 24px;
    flex-shrink: 0;
}
.location-page .location-text p + p{
	margin-top: 13px;
}
/* Header> */


/* <Footer */
.footer-wrapper{
	background: url(../images/bg-image-bot.png) center 50px no-repeat;
	background-size: cover;
	margin-bottom: 0;
	margin-top: 270px;
}
.footer-nav-wrapper{
	background-color: #d8e5ff;
	margin-bottom: 12px;
}
.footer-bar{
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 19px;
}
.footer-bar a{
	color: #451121;
	font: bold 18px 'PT Serif', 'Segoe UI', Arial, sans-serif;
}
.footer-nav-contacts{}
.footer-nav-contacts a{
    font-size: 21px;
    display: block;
    padding: 5px 0 0;
    letter-spacing: .3px;
}
.footer-nav-contacts .icon{
    margin: 5px 11px 0 0;
    vertical-align: top;
}
.footer-nav{
	flex-basis: 70%;
}
.footer-nav-list{
    display: flex;
    justify-content: space-between;
}
.footer-nav-list-item{}
.footer-nav-list-item a{}
.footer{
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}
.footer-logo{}
.footer-logo img{}
.footer .block-text,
.footer p{
	padding: 24px 0;
	color: #451121;
	font: bold 18px/30px 'PT Serif', 'Segoe UI', Arial, sans-serif;
    letter-spacing: -.3px;
}
/* Footer> */


/* <Learn */
.learn{}
.learn .second-title{}
.learn-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.learn-list-item{
    width: 25%;
    box-sizing: border-box;
    padding: 0 4% 37px;
}
.learn-image{
	margin-bottom: 26px;
    position: relative;
    padding-top: 13vw;
}
.learn-image img{
	position: absolute;
	top: -66px;
	right: -66px;
	bottom: -66px;
	left: -66px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	width: auto;
	height: auto;
}
.learn-title{
	text-align: center;
    font: bold 20px/24px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #000;
}
.learn-title::after{
    content: '';
    display: block;
    margin: 13px auto 0;
    height: 2px;
    background-color: #7c3416;
    width: 30px;
}
.learn-title a{
	color: inherit;
}
/* Learn> */


/* <Team */
.team-wrapper::before,
.header-wrapper.simple + .team-wrapper::before{
	min-height: 0;
	height: 280px;
}
.team{}
.team .second-title{}
.team-list{
	position: relative;
	display: flex;
	padding: 8px 0 0;
	z-index: 0;
	flex-wrap: wrap;
	margin: 0 -80px;
}
.team-list::before,
.team-list::after{
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
}
.team-list::before{
	background: url(../images/bg-team-1.png) center no-repeat;
    background-size: contain;
    left: -1vw;
    top: -2px;
    width: 100%;
    max-width: 39%;
    padding-top: 31.35%;
}
.team-list::after{
	background: url(../images/bg-team-2.png) center no-repeat;
    background-size: contain;
    right: 1vw;
    top: -16px;
    width: 100%;
    max-width: 31.13%;
    padding-top: 31.13%;
}
.team-list-item{
    width: 33.333%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 80px;
    margin-top: 40px;
}
.team-list-item:nth-child(1n) .team-image{
	border: 10px solid #2948bc;
}
.team-list-item:nth-child(2n) .team-image{
	border: 10px solid #b8267c;
}
.team-list-item:nth-child(3n) .team-image{
	border: 10px solid #1494a7;
}
.team-image{
    margin-bottom: 31px;
    display: block;
    overflow: hidden;
}
.team-image img{
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.team-title{
	font: 25px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
.team-title a{
	color: inherit;
}
.team-type{
	font: 16px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	color: #787878;
	margin-top: 7px;
}
.team-desc{
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
	padding: 0 30px;
}
.team-desc a{}
/* Team> */


/* <Promo */
.promo-wrapper .section-bg{
    top: -710px;
    right: -724px;
    bottom: -666px;
    left: -666px;
    max-width: 77%;
    max-height: 124%;
}
.promo-form .second-title{}
.promo-form .form{
    background: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 74px 0;
    box-shadow: 0 0 55px 0 rgba(113,53,108,.25);
    border-radius: 4px;
}
.promo-form .form-box{
    max-width: 266px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}
.promo-form.simple{
    top: -90px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -28px;
}
.promo-form.simple .form{
	max-width: 100%;
	padding-bottom: 79px;
}
.promo-form.simple .form-title{
    margin: 0 7vw 32px;
}
.promo-form.simple .form-box{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	width: 100%;
}
/* Promo> */


/* <Video */
.video-wrapper .section-bg{
    max-width: 90%;
    max-height: 136%;
    top: -372px;
    left: -542px;
}
.video .second-title{}
.iframe-wrapper{
    border-top: 33px solid transparent;
    margin-bottom: 332px;
    max-width: 970px;
    padding-top: 52.25%;
    margin: auto;
    position: relative;
}
.iframe-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/* Video> */


/* <Why */
.why-wrapper .section-bg{
    max-width: 44%;
    max-height: 160%;
    top: -14.8vw;
}
.why .second-title{}
.why-list{
	display: flex;
	flex-wrap: wrap;
	padding: 34px 20px 0;
	margin-bottom: -78px;	
}
.why-list-item{
    width: 33.33%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.3px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 78px;
}
.why-list-count{
	width: 83px;
    height: 78px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 40px;
    font: 48px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #fff;
}
.why-list-item:nth-child(1n) .why-list-count{
    background-color: #2948bc;
}
.why-list-item:nth-child(2n) .why-list-count{
	background-color: #8a29bc;
}
.why-list-item:nth-child(3n) .why-list-count{
    background-color: #de1e8f;
}
.why-list-item:nth-child(4n) .why-list-count{
    background-color: #2994bc;
}
.why-list-item:nth-child(5n) .why-list-count{
    background-color: #0dbfa0;
}
.why-list-item:nth-child(6n) .why-list-count{
    background-color: #f1254b;
}
/* Why> */


/* <Location */
.location-wrapper .section-bg{
    top: -100px;
    max-height: 122%;
}
.location-container{
    display: flex;
    align-items: flex-start;
   	padding: 36px 0 0;
}
.location .second-title{}
.location-text{
	width: 34.6%;
    background: url(../images/pattern-colored-bg.png);
    padding: 55px 52px 43px;
    font: 30px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
    flex-shrink: 0;
}
.location-text p + p{
	margin-top: 24px;
}
.location-text-title{
	letter-spacing: -.4px;
}
.location-text .button{
    margin: 58px -6px 0 -6px;
    max-width: 100%;
}
.location-map{
	width: 63.4%;
}
.location-map-container{
	width: 54vw;
}
.location-map-container img{
	display: block;
}
/* Location> */


/* <Gallery */
.gallery{}
.gallery .second-title{}
.gallery-list-wrapper{
	padding: 20px 0 60px;
	max-width: 77%;
}
.gallery-list{
	padding-bottom: 140px
}
.gallery-list .slick-list{
	overflow: visible;
}
.gallery-list .slick-arrow{
	position: absolute;
	bottom: 0;
	font-size: 0;
	text-indent: -6666px;
	background: url(../images/slider-arrow.png) 54% center no-repeat;
	border: 2px solid #2948bc;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	cursor: pointer;
}
.gallery-list .slick-arrow.slick-disabled{
	opacity: .4;
	cursor: default;
}
.gallery-list .slick-prev{
	left: 0;
	transform: rotate(180deg)
}
.gallery-list .slick-next{
	left: 78px;
}
.gallery-list-item{
	padding-right: 29px;
}
.gallery-list-item img{
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 0 0 #f1254b;
	transition: all .3s;
}
.gallery-list-item.slick-active img{
	box-shadow: -26px 27px 0 0 #f1254b;
}
/* Gallery> */


/* <Blog */
.blog-wrapper{}
.blog-wrapper .section-bg{
    top: 63px;
    left: 27px;
    max-width: 60%;
}
.blog-list{
    padding: 8.85vw 1.7vw 0;
}
.blog-list > br{
	display: none;
}
.blog-list-item{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 68px;
}
.blog-list-item:first-child{
	margin-top: 0;
}
.events .blog-list-item:nth-child(1n) .blog-date,
.blog-list-item:nth-child(1n) .button{
	background-color: #de1e8f;
}
.events .blog-list-item:nth-child(2n) .blog-date,
.blog-list-item:nth-child(2n) .button{
	background-color: #2948bc;
}
.events .blog-list-item:nth-child(3n) .blog-date,
.blog-list-item:nth-child(3n) .button{
	background-color: #8a29bc;
}
.events .blog-list-item:nth-child(4n) .blog-date,
.blog-list-item:nth-child(4n) .button{
	background-color: #2994bc;
}
.events .blog-list-item:nth-child(5n) .blog-date,
.blog-list-item:nth-child(5n) .button{
	background-color: #0dbfa0;
}
.events .blog-list-item:nth-child(6n) .blog-date,
.blog-list-item:nth-child(6n) .button{
	background-color: #2948bc;
}
.blog-list-item:nth-child(even){
	text-align: right;
}
.blog-list-item:nth-child(even) .blog-image{
	order: 3;
	margin-left: 10%;
}
.blog-list-item:nth-child(odd) .blog-image{
	margin-right: 10%;
}
.blog-image{
    order: 1;
    flex-shrink: 0;
    width: 42.45%;
}
.blog-image img{
	display: block;
	max-width: 100%;
	height: auto;
}
.blog-content{
	order: 2;
    padding-bottom: 3.5vw;
    width: 47.55%;
}
.blog-date{
	color: #909090;
	font-size: 20px;
	margin-bottom: 14px;
	font-weight: 500;
}
.blog-title{
	font: bold 36px/43px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
	margin-bottom: 27px;
    letter-spacing: -.8px;
}
.blog-title a{
	color: inherit;
}
.blog-description{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.3px;
	margin-bottom: 52px;
}
.blog-footer{
    margin: 0 -10px;
    display: flex;
    align-items: center;
}
.blog-footer .button{
	color: #fff;
	width: 210px;
}
.blog-list-item:nth-child(odd) .button{
	margin-right: 28px;
}
.blog-list-item:nth-child(even) .blog-footer{
	justify-content: flex-end;
}
.blog-list-item:nth-child(even) .button{
	margin-left: 28px;
	order: 2;
}
.blog-footer .social-button{
	margin: 0 5px;
}
.blog-list.detail{}
.blog-list.detail .blog-list-item{
	align-items: flex-start;
}

.events .blog{
	padding-bottom: 0;
}
.events .blog-date{
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.events .section-bg.top.left{
    top: 48px;
    left: -6px;
}
.events .section-bg.bottom.right{
	left: auto;
    top: auto;
    bottom: 13.25vw;
}
.events .blog-date{
    padding: 2px 15px 6px;
    margin-bottom: 20px;
}
.events .blog-list-item:first-child .blog-image img{
	box-shadow: -26px -29px 0 0 #fff;
}
/* Blog> */


/* <About */
.about-wrapper .section-bg{}
.about-wrapper .section-bg.left.top{
	top: -64px;
	left: -63px;
}
.about-wrapper .section-bg.center.top{
    top: 37.6vw;
    right: -220px;
    left: auto;
    opacity: .4;
}
.about-wrapper .section-bg.left.bottom{
    left: -13.55vw;
    bottom: -6.8vw;
    opacity: .4;
}
.about-wrapper .section-bg.right.bottom{
	bottom: -10vw;
    opacity: .4;
}
.about{}
.about-video{
    float: left;
    position: relative;
    margin: -17px 20px 40px 0;
    width: 58.6%;
}
.about-video iframe,
.about-video img{
	display: block;
	max-width: 100%;
}
.about .text{
    clear: both;
    padding-top: 8.8vw;
    column-width: 200px;
    column-count: 2;
    column-gap: 94px;
    position: relative;
}
.about .text p{
	margin-bottom: 25px;
}
.about .text ul{
	list-style: inside disc;
	margin-bottom: 25px;
}
.about .text ul li{
	margin-top: 10px;
}
.about .text ul li p{
	display: inline;
}
.about .text img{
    display: block;
    max-width: 100%;
    padding-top: 4.8vw;
    margin-bottom: 11vw;
}
.about .text iframe{
	display: block;
    max-width: 100%;
}
/* About> */


/* <Reviews */
.reviews-wrapper{}
.reviews-wrapper .section-bg.top.left{
    top: 75px;
    left: -7px;
    max-width: 65%;
}
.reviews-wrapper .section-bg.bottom.right{
	right: 0;
	left: auto;
	bottom: 1vw;
}
.reviews{}
.reviews-list{
    padding: 23.3vw 38px 0;
}
.review{
	display: flex;
	align-items: center;
	margin-top: 91px;
}
.review:first-child{
	margin-top: 0;
}
.review:nth-child(1n) .review-title::after,
.review:nth-child(1n) .icon{
	background-color: #de1e8f;
}
.review:nth-child(1n) .review-text a{
	color: #de1e8f;
}
.review:nth-child(2n) .review-title::after,
.review:nth-child(2n) .icon{
	background-color: #2948bc;
}
.review:nth-child(2n) .review-text a{
	color: #2948bc;
}
.review:nth-child(3n) .review-title::after,
.review:nth-child(3n) .icon{
	background-color: #8a29bc;
}
.review:nth-child(3n) .review-text a{
	color: #8a29bc;
}
.review:nth-child(4n) .review-title::after,
.review:nth-child(4n) .icon{
	background-color: #2994bc;
}
.review:nth-child(4n) .review-text a{
	color: #2994bc;
}
.review:nth-child(5n) .review-title::after,
.review:nth-child(5n) .icon{
	background-color: #0dbfa0;
}
.review:nth-child(5n) .review-text a{
	color: #0dbfa0;
}
.review:nth-child(6n) .review-title::after,
.review:nth-child(6n) .icon{
	background-color: #2948bc;
}
.review:nth-child(6n) .review-text a{
	color: #2948bc;
}
.review:nth-child(even){
	text-align: right;
}
.review:nth-child(even) .review-image{
	order: 2;
	margin: 0 0 0 12%;
}
.review:nth-child(even) .review-title::after{
	right: 0;
	left: auto;
}
.review:nth-child(odd){}

.review-image{
	width: 294px;
	height: 294px;
	background: url(../images/review-image-border.png) center no-repeat;
	background-size: contain;
	position: relative;
	flex-shrink: 0;
	margin-right: 12%;
	border-radius: 50%;
}
.review-image img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 78.6%;
    max-height: 78.6%;
    border: 12px solid white;
    border-radius: 50%;
}
.review-content{
	width: 100%;
}
.review-title{
    color: #000;
    font: bold 36px 'PT Serif', 'Segoe UI', Arial, Helvetica, sans-serif;
    letter-spacing: -.8px;
    margin-bottom: 22px;
    padding-bottom: 49px;
    position: relative;
}
.review-title::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 106px;
}
.review-title a{
	color: inherit;
}
.review-title .icon{
    margin: 4px 0 0 26px;
    vertical-align: top;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    clear: both;
}
.review-text{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
.review-text a{
	font-weight: 500;
	white-space: nowrap;
}
/* Reviews> */


/* <Price */
.prices-wrapper{}
.prices-wrapper .section-bg.left.top{
    top: 47px;
    left: -7px;
    max-width: 66%;
}
.prices-wrapper .section-bg.right.bottom{
	bottom: -65px;
}
.prices{}

.tables{
	margin: 10vw 0 0;
}
.tables .table{
	table-layout: fixed;
}
/* Price> */


/* <Schedule */
.schedule-wrapper{}
.schedule-wrapper .section-bg.left.top{
    top: 64px;
    left: 62px;
    max-width: 55%;
}
.schedule-wrapper .section-bg.right.center{}
.schedule{}
.schedule .table{}
.table-tab{
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
}
.table-tab .title-bg{
    padding: 10px 15px 15px;
    background-color: rgba(255,255,255,.75);
}
/* Schedule> */


/* <Responsive */
@media (max-width: 1200px){
	.table.simple .table-head .table-cell{
		white-space: normal;
	}

	.blog-title br,
	.review-text br{
		display: none;
	}

	.team-list-item{
		padding: 0 40px;
	}
	.team-list{
		margin: 0 -40px;
	}
}
@media (max-width: 1024px){
	.learn-list-item{
		width: 33.33%;
		padding: 0 0 30px;
	}
	.learn-image{
		padding-top: 20vw;
	}

	.location-container{
		display: block;
	}
	.location-page .location-text,
	.location-text{
		text-align: center;
		width: auto;
	}
	.location-map{
		width: auto;
		overflow: hidden;
	}
	.location-page .location-map-container,
	.location-map-container{
		width: auto;
		min-height: 600px;
	}
	.location-map-container img{
		width: 100%;
		min-height: 600px;
	}

	.footer-bar{
		display: block;
	}
	.footer-nav-contacts{
		text-align: center;
		margin-bottom: 15px;
	}

	.table-content .table-cell,
	.table-cell{
		padding: 4px 15px 5px;
	}
	.table-head .table-cell{
		padding: 10px 15px 11px;
	}
	.table-hat .table-cell{
		padding-top: 13px;
		padding-bottom: 20px;
	}
	.table-head + .table-content .table-cell{
		padding-top: 15px;
	}
	.table-row:last-child .table-cell{
		padding-bottom: 15px;
	}
	.table-hat-title{
		font-size: 30px;
	}
	.table-head-title{
		font-size: 22px;
		line-height: 28px;
	}

	.reviews-list{
		padding-left: 0;
		padding-right: 0;
	}
	.review-image{
		width: 200px;
		height: 200px;
		margin-right: 5%;
	}
	.review:nth-child(even) .review-image{
		margin: 0 0 0 5%;
	}

	.header .button{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 5px;
	}

	.blog-image{
		width: 35%;
	}
	.blog-list-item:nth-child(even) .blog-image{
		margin-left: 5%;
	}
	.blog-list-item:nth-child(odd) .blog-image{
		margin-right: 5%;
	}
	.blog-content{
		width: 60%;
	}
	.blog-content{
		padding-bottom: 0;
	}

	.about-video{
		float: none;
		margin: 0 auto 70px;
		max-width: 100%;
		width: auto;
	}
	.about-video iframe,
	.about-video img{
		margin: 0 auto;
		height: 370px;
	}
	.about-video + .second-title{
		text-align: center;
	}

	.team-list-item{
		padding: 0 20px;
	}
	.team-list{
		margin: 0 -20px;
	}
}
@media (max-width: 768px){
	.table-hat-title,
	.table-head-title,
	.table.simple .table-head .table-cell,
	body{
		font-size: 20px;
	}
	.table-hat-title{
		line-height: 28px;
	}
	.first-title{
		text-align: center;
		font-size: 50px;
		line-height: 64px;
		margin-bottom: 30px;
	}
	.second-title{
		text-align: center;
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 40px;
	}
	.subtitle.ta-r,
	.subtitle{
		text-align: center;
		line-height: 27px;
		margin-top: -38px;
	}
	.second-title .word-bottom-bg::after{
		height: 11px;
		bottom: 3px;
	}
	.box > .button.fl-r{
		float: none;
		display: block;
		max-width: 300px;
		margin: auto;
	}
	.table-hat .table-cell{
		height: auto;
		padding-bottom: 15px;
	}

	.header-top{
		flex-direction: column;
		margin-bottom: 25px;
	}
	.header-logo{
	    margin-left: 0;
	    padding: 15px 20px;
	    background-color: rgba(255,255,255,.75);
	    border-radius: 2px;
	}
	.simple .header-logo{
		background: none;
		padding: 0;
	}
	.header-top .button{
		order: 2;
		margin-top: 35px;
	}
	.header-title{
		padding-left: 0;
		text-align: center;
	}
	.header-bg{
		position: absolute;
		top: 0;
		left: 0;
		min-width: 300px;
	}

	.section-bg{
		display: none;
	}

	.nav{
		position: relative;
	}
	.nav-mobile-button{
		display: block;
	}
	.nav-list{
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		background: #d8e5ff;
		padding: 15px;
		z-index: 23;
		text-align: center;
		border-top: 3px solid #fff;
	}
	.nav-list-item{
		padding: 6px 0;
	}
	.nav-list-item a{
		display: inline-block;
	}
	.nav-mobile-button.open ~ .nav-list{
		display: block;
	}
	.footer-nav-list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-nav-list-item{
		margin: 10px 10px 0;
	}

	.border-title::before, 
	.border-title::after{
		display: block;
		margin: 0 auto;
	}
	.border-title::after{
		margin-top: 6px;
		margin-top: 12px;
	}
	.border-title::before{
		margin-bottom: 6px;
	}

	.why-list{
		padding-left: 0;
		padding-right: 0;
	}

	.why-list-item{
		width: 50%;
	}

	.promo-form,
	.video,
	.location{
		padding-bottom: 60px;
	}
	.location-wrapper.location-page{

	}
	.location-wrapper.location-page .location{
		padding-bottom: 0;
	}
	.location-wrapper.location-page .location-map-container{
		min-height: 0;
	}
	.team-list{
		padding-bottom: 0;
	}

	.promo-form.simple .form-title{
		margin-left: 0;
		margin-right: 0;
	}

	.team-list{
		display: block;
	}
	.team-list-item{
		margin: 0 auto 60px;
		width: 330px;
		max-width: 100%;
		padding: 0;
	}

	.table-hat img{
	    display: none;
	}

	.review:nth-child(even),
	.review{
		flex-direction: column;
		text-align: center;
	}
	.review:nth-child(even) .review-image,
	.review-image{
		order: 0;
		margin: 0 auto 25px;
	}
	.review-title{
		padding-bottom: 25px;
	}
	.review:nth-child(even) .review-title::after,
	.review-title::after{
		right: 0;
		left: 0;
		margin: auto;
	}
	.review-title .icon{
		display: block;
		margin: 8px auto 0;
	}

	.blog-list{
		padding-left: 0;
		padding-right: 0;
	}
	.blog-list-item{
	    flex-direction: column;
    	align-items: center;
	}
	.blog-list-item:nth-child(odd) .blog-image,
	.blog-list-item:nth-child(even) .blog-image{
		margin: 0 auto 25px;
		order: 0;
		width: auto;
		max-width: 290px;
	}
	.events .blog-date{
		display: block;
		width: 180px;
		margin: -44px auto 10px;
	}
	.blog-content{
		width: auto;
		text-align: center;
	}
	.blog-list-item:nth-child(even) .blog-footer,
	.blog-footer{
		justify-content: center;
	}

	.about .text{
		column-width: 0;
		column-count: 1;
		column-gap: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about .text iframe + iframe{
		margin-top: 35px;
	}
	.about .text img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
		margin-top: 50px;
	}
	.about .text img ~ img{
		order: 2;
	}
	.text hr{
		margin: 30px 0;
	}

	.tables{
		overflow: auto;
		margin-bottom: 50px;
		box-shadow: 0 0 35px 0 rgba(113,53,108,.15);
		border-radius: 3px;
	}
	.table{
		border-radius: 0;
		min-width: 620px;
		margin: 0;
		box-shadow: none;
	}
	.table-footer-text{
		margin-top: 25px;
		padding: 18px 25px 25px;
		box-sizing: border-box;
	}

	.form-result{
		font-size: 30px;
	}

	.footer-wrapper{
	    background-image: url(../images/patter-bg.png);
	}
}
@media (max-width: 540px){
	.first-title{
		text-align: center;
		font-size: 40px;
		line-height: 54px;
		margin-bottom: 20px;
	}
	.second-title{
		text-align: center;
		font-size: 30px;
		line-height: 38px;
	}
	.second-title .word-bottom-bg::after{
		height: 9px;
		bottom: 3px;
	}
	.subtitle.ta-r, .subtitle{
		margin-top: -39px;
	}

	.location-text .button,
	.button{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.location-text .button{
		margin-left: 0;
		margin-right: 0;
	}

	.header-title{
		margin-bottom: 30px;
	}

	.why-list-item{
		width: auto;
		padding: 0;
	}
	.why-list-count{
		margin-bottom: 20px;
	}

	.form-title,
	.promo-form.simple .form-title{
		margin: 0;
		padding: 0 40px;
	}
	.form-title::after, 
	.form-title::before{
		width: 35px;
		box-shadow: 0 -3px 0 0 #132f55, 0 3px 0 0 #132f55;
	}

	.promo-form.simple .form-box,
	.promo-form .form-box,
	.form-box{
		max-width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.promo-form.simple .form-box:last-child,
	.promo-form .form-box:last-child,
	.form-box:last-child{
		margin: 40px 0 0;
	}

	.promo-form.simple .form,
	.promo-form .form{
		padding: 30px 0;
	}

	.iframe-wrapper{
		padding-top: 75%;
	}

	.learn-list-item{
		width: 50%;
	}
	.learn-image{
		padding-top: 75%;
	}

	.footer p,
	.footer{
		flex-direction: column;
		justify-content: center;
		padding: 10px 0 5px;
	}
	.footer,
	.footer .block-text, 
	.footer p{
		text-align: center;
	}

	.section-wrapper{
		margin-bottom: 70px;
	}

	.location-container,
	.why-list,
	.promo-form, 
	.video, 
	.location,
	.team-list{
		padding: 0;
	}
	.iframe-wrapper{
		border: none;
	}
	.about .text,
	.gallery-list-wrapper{
		padding-top: 0;
	}
	.review,
	.team-list-item,
	.why-list-item{
		margin-bottom: 40px;
	}

	.header-wrapper.simple .header{
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.header-wrapper.simple .header > {
		margin-left: auto;
		margin-right: auto;
	}
	.header-wrapper.simple .header p{
		order: 2;
		padding: 0 0 30px;
	}

	.about-video iframe,
	.about-video img{
		margin: 0 auto;
		height: 240px;
	}

	.blog-footer{
		display: block;
	}
	.blog-list-item:nth-child(even) .button,
	.blog-list-item:nth-child(odd) .button,
	.blog-footer .button{
		display: block;
		margin: 0 auto 21px;
	}

	.header-wrapper.simple .header .block-text{
		padding: 0 0 30px;
	}
}
@media (max-width: 420px){
	.first-title{
		font-size: 30px;
		line-height: 34px;
	}
	.second-title{
		text-align: center;
		font-size: 26px;
		line-height: 30px;
	}
	.word-bottom-bg::after{
		height: 10px;
		bottom: 4px;
	}
	.subtitle.ta-r, .subtitle{
		margin-top: -40px;
	}
	.subtitle.ta-r br, 
	.subtitle br{
		display: none;
	}

	.location-text{
		padding: 30px;
	}
	.location-text .button{
		width: auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 35px;
	}
	.location-text p + p{
		margin-top: 14px;
	}

	.gallery-list-wrapper{
		max-width: 95%;
	}

	.learn-list-item{
		width: 300px;
	}

	.table-footer-text{
		text-align: center;
		padding: 8px 15px 15px;
	}
}
/* Responsive> */