* {
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0;
    padding:0;
    color: #fff;
    font-family: Roboto, sans-serif, Arial;
}
body{
	background-color: #0B6AF8;
	background-image:url(../images/front_page_bg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:top center;
}
div,
section {
    position: relative;
}
.smart-captcha {
	min-width: 0!important;
}
input,
button,
textarea,
.slick-slide{
    outline: none;
}

a,
a:hover,
svg path{
    -webkit-transition:all .3s ease;
	transition:all .3s ease;
    text-decoration: none;
}

.flex-block {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

h1 {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-size: 65px;
    margin: 0 0 90px 0;
    padding: 0;
}

h3 {
    font-size: 44px;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
	font-size: 16px;
	line-height: 150%;
}

li,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
header{
	position:absolute;
	z-index:3;
	width:100%;
	top:20px;
}
header .container{
	max-width:100%;
	padding:42px 60px
}
header .logo img {
    max-width: 220px;
    height: 100%;
}
.drop-down-menu{
	margin-left: 50px;
	padding-top:23px;
}
.drop-down-menu .drop-down-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.drop-down-menu .drop-down-menu__list .menu-item a {
    font-size: 16px;
    padding: 5px 15px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.drop-down-menu .drop-down-menu__list>.menu-item a:hover {
    color: #6FC2F4;
}
.drop-down-menu .drop-down-menu__list> .menu-item.menu-item-has-children> a:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 9px;
    bottom: -1px;
    left: calc(50% - 9px);
    background: url(../images/submenu-triangle.svg) center center no-repeat;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
}
.drop-down-menu .drop-down-menu__list .menu-item.menu-item-has-children:hover a:before {
    opacity: 1;
    visibility: visible;
}
.drop-down-menu .drop-down-menu__list>li>.sub-menu {
    background-color: #fff;
    padding: 30px 20px;
    padding-bottom: 10px;
    box-shadow: 0px 4px 40px rgba(20, 57, 112, 0.3);
    border-radius: 4px;
    min-width: 100%;
    left: 0;
    transition: all 0.4s ease;
    max-height: 480px;
    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    display: none;
    top: auto;
    height: auto;
    width: auto;
    z-index: 5;
}
.drop-down-menu .drop-down-menu__list>li:hover>.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.drop-down-menu li>.sub-menu>.menu-item>a {
    color: #5266A7;
    font-size: 14px;
    padding: 0;
	font-weight:bold;
}
.drop-down-menu li>.sub-menu>li {
    padding-right: 10px;
    position: relative;
    width: 31%;
    z-index: 1;
	margin:0 0 15px 0;
}
.drop-down-menu .drop-down-menu__list>li>.sub-menu>li .sub-menu {
    position: relative;
    display: flex;
    background-color: transparent;
    flex-direction: column !important;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    min-width: 200px;
}
.drop-down-menu .drop-down-menu__list>li>.sub-menu>li .sub-menu li {
    width: 100%;
    margin: 0;
    padding-right: 0;
}
.drop-down-menu .drop-down-menu__list>li>.sub-menu>li .sub-menu a {
    color: #5266A7;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.drop-down-menu li>.sub-menu>.menu-item>a:hover{
	color: #0B6AF8 !important
}
.drop-down-menu .drop-down-menu__list>li>.sub-menu>li .sub-menu a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5266A7;
    position: absolute;
    top: calc(50% - 2px);
    left: 0px;
    z-index: 2;
    display: block !important;
}
header .messengers-block{
	position:absolute;
	right:60px;
	top:21px;
	-webkit-align-items:center;
	align-items:center;
	z-index: 2
}
header .messengers-block a{
	display:block;
	margin-left:8px;
	background-color:#fff;
	width:24px;
	height:24px;
	border-radius:12px;
	position:relative;	
}
header .messengers-block a svg{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);	
}
header .messengers-block a svg path{
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
header .messengers-block a:hover{
	background-color:#167FEF;
}
header .messengers-block a:hover svg path{
	fill:#fff;
}
header .recall-btn{
	width: 116px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #46DEFF;
	margin-left:21px;
	box-sizing: border-box;
	filter: drop-shadow(0px 5px 20px rgba(234, 236, 255, 0.8));
	border-radius: 23px;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:#46DEFF;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
header .recall-btn:hover{
	border-color:#fff;
	color:#fff;
}
header .menu-wrap{
	/*margin-left: auto;*/
}
header .menu-phone{
	margin-left:70px;
	padding-top:23px;
}
header .menu-phone a{
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	white-space: nowrap;
	}
header .menu-phone a:hover{
	color: #46DEFF;		
}
.menu-phone__text{
	font-size: 13px;
	margin-top:5px;
	text-align: right;
	color: #6FC2F4;
}
.block-city{
	position:absolute;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	align-items:center;
	left:80px;
	bottom:0;
	z-index:3;
	cursor:pointer;
}
.block-city span{
	margin:0 9px 0 11px;
}
header .social{
	position:absolute;
	right:60px;
	width:20px;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webit-justify-content:center;
	justify-content:center;
}
header .social a{
	margin-bottom:25px;
}
header .social i{
	color:#fff;
	font-size:16px;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
header .social a:hover i{
	color:#46DEFF;
}
.main-first{
	padding:180px 0 206px 0;
}
.main-first:before{
	content:'';
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background-image:url(../images/front-first-bg.png);
	background-repeat:repeat-x;
	background-position:top center;
}
.main-first h1{
	font-family: Roboto;
	font-size: 64px;
	line-height: 75px;	
	font-weight:normal;
	margin-bottom:20px;
	width:45%;
}
.first-block-description{
	width:45%
}
.main-first .buttons-block{
	margin-top:34px;
	width:45%;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.btn-link{
	height:46px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:0 22px;
	background: #EAECFF;
	box-shadow: 0px 5px 30px rgba(234, 236, 255, 0.4);
	border-radius: 23px;
	font-size: 14px;
	line-height: 14px;
	color: #167FEF;
}
.btn-link:hover{
	background-color:#fff;
}
.btn-link svg{
	margin-left:25px;
}
.more-link{
	height:46px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:0 25px;
	border-radius: 23px;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #46DEFF;
	box-sizing: border-box;
	color:#46DEFF;
}
.more-link:hover{
	color:#46DEFF;
	background-color:#fff;
}
.main-first .buttons-block .more-link{
	margin-left:50px;
}
.front-actions{
	margin-top:-115px;
}
.front-actions .actions-slider .slick-list{
	padding: 0 calc((100% - 1110px)/2 - 25px);
}
.front-actions .actions-slider .slick-track{
	margin-left: 0;
}
.front-actions .actions-slider .slide{
	padding: 0 25px;
	border: none;
    outline: none;
}
.front-actions .actions-slider .slide .slide-img{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:170px;
	overflow:hidden;
	border-radius:6px 6px 0 0;
}
.front-actions .actions-slider .slide .actions-bages{
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	position:absolute;
	bottom:14px;
	left:0;
}
.front-actions .actions-slider .slide .actions-bages > div{
	padding:0 15px;
	height:24px;
	border-radius:12px;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #fff;
	-webkit-align-items:center;
	align-items:center;
	margin-left:20px;
}
.front-actions .actions-slider .slide .actions-bages .action-blue-text{
	
	background-color:#167FEF;
}
.front-actions .actions-slider .slide .actions-bages .action-pink-text{
	background-color:#E23FEA;
}
.front-actions .actions-slider .slide .slide-img .action_percents{
	position:absolute;
	right:20px;
	bottom:0;
	font-weight: bold;
	font-size: 95px;
	line-height: 1;
	text-align: right;
	color: #EFF6FE;
}
.front-actions .actions-slider .slide .slide-info{
	min-height:100px;
	background-color:#EFF6FE;
	padding:14px 20px;
	border-radius:0 0 6px 6px;
}
.front-actions .actions-slider .slide .slide-info .slide-info-titles{
	width:55%;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #167FEF;
}
.front-actions .actions-slider .slide .slide-info .slide-info-titles span{
	display:block;
	width:100%;
	font-size: 14px;
	line-height: 16px;
	color: #0F1447;
	opacity: 0.5;
	margin-top:2px;
}
.front-actions .actions-slider .slide .slide-info .slide-info-buyblock{
	width:40%;
}
.front-actions .actions-slider .slide .slide-info .slide-info-prices{
	font-weight: bold;
	font-size: 25px;
	line-height: 135%;
	text-align: right;
	color: #167FEF;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.front-actions .actions-slider .slide .slide-info .slide-info-prices span{
	font-size: 16px;
	line-height: 135%;
	text-align: right;
	text-decoration-line: line-through;
	color: #8E8F95;
	margin-right:20px;
	position:relative;
	top:7px;
}
.front-actions .actions-slider .slide .get-buy-btn{
	position:absolute;
	right:40px;
	bottom:14px;
	width: 50px;
	height: 26px;
	background: #167FEF;
	border:1px #167FEF solid;
	box-shadow: 0px 5px 15px rgba(22, 127, 239, 0.5);
	border-radius: 27px;
	font-size: 14px;
	line-height: 16px;
	color: #EAECFF;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.front-actions .actions-slider .slide .get-buy-btn svg{

}
.front-actions .actions-slider .slide .get-buy-btn:hover{
	box-shadow: 0px 0px 0px rgba(22, 127, 239, 0.5);
	background-color:#fff;
	color:#167FEF;
	border-color:#167FEF;
}
.front-actions .actions-slider .slide .get-buy-btn:hover svg path{
	stroke:#167FEF;
}
.front-services{
	padding:64px 0;
}
.front-services h2,
.front-services .service-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	line-height: 53px;
	color: #46DEFF;
	margin-bottom:22px;
}
.front-services .service-descr{
	width:100%;
	max-width:800px;
	overflow: hidden;
	position: relative;
}
.front-services .service-descr.cuted:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, rgba(11, 106, 248, 0) 0%, #0B6AF8 68.75%);
}
.front-services .service-descr+.show-more{
	font-size: 12px;
	line-height: 14px;
	text-decoration-line: underline;
	color: #46DEFF;
}
.front-services .service{
	margin-top:150px;
	width:100%;
	max-width:800px;
}
.front-services .service.flex-block{
	max-width:965px;
}
.front-services .service .service-text{
	width:52%;
}
.front-services .service .service-price{
	width:35%;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.front-services .service .service-price-wrap{
	width:100%;
	font-weight: 300;
	font-size: 66px;
	line-height: 150%;
	color: #FFFFFF;
	margin:56px 0 46px 0;
}
.front-services .service .service-price-wrap span{
	font-weight: normal;
	font-size: 20px;
	line-height: 150%;
}
.services-icons{
	margin-top:36px;
}
.popup-buy form .info-text{
	margin: 0 0 20px 0;
	color:#FFE296;
}
.popup-buy form .info-text.small{
	margin: -10px 0 20px 0;
	font-size: 12px;
}
.fa-instagram,
.fa-facebook-square{
	display: none!important;
}
.oferta_text{
	z-index: 9;
}
.page-template-page-oferta p{
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 25px;
}
.page-template-page-oferta h3{
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.page-template-page-oferta li{
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 25px;
}
.page-template-page-oferta h1{
	font-size: 45px;
	line-height: 53px;
	color: #46DEFF;
	font-weight: normal;
	margin-bottom: 20px;
}
body.page-template-page-oferta {
	background-color: #0B6AF8;
	background-image: url(https://float-tishina.ru/wp-content/themes/e-store/assets/images/front_page_bg.jpg);
}
.page-template-page-oferta .parallax-image{
	display: none;
}
@media screen and (min-width: 1200px){
	.services-icons{
		margin-left: -37px;
	}
}
.services-icons .service-icon-item{
	width:25%;
	padding:30px 21px 10px 21px;
	text-align: center;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.services-icons .service-icon-item:hover{
	opacity:0.7
}
.services-icons .service-icon-item:after{
	content:'';
	display:block;
	position: absolute;
	right:0;
	top:0;
	width: 1px;
	height: 160px;
	background: radial-gradient(50% 50% at 50% 50%, #0ED0FA 0%, rgba(14, 208, 250, 0) 100%);
}
.services-icons .service-icon-item:last-child:after{
	display:none;
}
.services-icons .service-icon-item .service-icon{
	height:57px;
	margin-bottom:5px;
}
.services-icons .service-icon-item .service-icon-title{
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #46DEFF;
}
.services-icons .service-icon-item a{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:3;
}
.front-slider{
	margin-top:26px;
}
.front-slider-photo{
	padding:0 20px;
	height: 340px;
}
.front-slider-photo img{
	width:100%;
	height:100%;
	position: relative;
	object-fit: cover;
}
.front-slider .slick-slide:before{
	background-color:#0B6AF8;
	content:'';
	display:block;
	position: absolute;
	right:20px;
	left:20px;
	top:0;
	height:100%;
	z-index:2;
	opacity:0.6;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.front-slider .slick-slide.slick-center:before{
	opacity:0;
}
.front-seances{
	padding:70px 0;
	position: relative;
}
.front-seances:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -350px;
	width: 100%;
	height: 2550px;
	background-image: url(../images/front-seansec1.png);
	background-repeat: no-repeat;
	z-index: -1;
}
.front-seances h2{
	font-size: 45px;
	font-weight:normal;
	line-height: 53px;
	color: #FFFFFF;
	margin-bottom:17px;
	width:100%;
	max-width:800px;
}
.front-seances .front-seances-descr{
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
}
.front-seances-wrap{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: stretch;
	margin-top:53px;
}
.front-seances-wrap .seances-items-groups{
	width:48%;
	margin-bottom:60px;
	padding-bottom: 46px;
}
.front-seances-wrap .seances-items-groups>.flex-block:last-child{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.front-seances-wrap .seances-items-group{	
	/*height:295px;*/
	overflow:hidden;
}
.seances-items-group .seances-item{
	margin-bottom:29px;
}
.seances-items-group .seances-items-title{
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom:24px;
}
.seances-items-group .seances-item-title{
	width: 49%;
    font-weight: normal;
    font-size: 16px;
}
.seances-items-group .seances-item-title span{
	display:block;
	position:relative;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	opacity:0.5;
}
/*.seances-items-group .seances-item-title span:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	background: linear-gradient(to top, #409bf6, transparent);
	height: 50px;
	left: 0;
	bottom: 0;
}*/
.seances-items-group .seances-item-price{
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
}
.seances-items-group .seances-item-line{
	content:'';
	position:relative;
	display:block;
	width: 57px;
	height: 2px;
	top:8px;
	background-color:#eff6fe;
	opacity:0.3;
}
.front-seances-wrap .get-buy-btn{
	position:relative;
	top:-4px;
	width: 50px;
	height: 26px;
	border:1px #fff solid;
	/*box-shadow: 0px 5px 15px rgba(22, 127, 239, 0.5);*/
	border-radius: 27px;
	font-size: 14px;
	font-weight:normal;
	line-height: 16px;
	color: #fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.front-seances-wrap .get-buy-btn svg{
	
}
.front-seances-wrap .get-buy-btn:hover{
	background: #fff;
	border:1px #167FEF solid;
	color:#167FEF
}
.front-seances-wrap .get-buy-btn:hover svg path{
	stroke:#167FEF;
}
@media screen and (max-width: 660px) {
    .section-a {
        height: auto;
        max-height: unset !important;
    }
}

.section-features{
	position: relative;
	padding-bottom: 140px;
}
.section-features:before{
	content: '';
	display: block;
	width: 100%;
	height: 750px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: -190px;
	background-image: url(../images/features-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.features-text{
	font-weight: 300;
	font-size: 18px;
	line-height: 150%;
	max-width: 100%;
	width: 800px;
	margin-bottom: 60px;
}
.features-text p{
	margin-bottom: 25px;
}
.features-title{
	font-size: 35px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #46DEFF;
	font-weight: normal;
}
.features-list{
	max-width: 100%;
	width: 830px;
	column-count: 2;
	column-gap: 0;
}
.features-list li{
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #46DEFF;
	position: relative;
	padding-left: 30px;
	background-image: url(../images/list-plus.svg);
	background-repeat: no-repeat;

}
.reviews-section{
	position: relative;
}

.reviews-title-block{
	font-weight: normal;
	font-size: 45px;
	line-height: 53px;
	margin-bottom: 35px;
	text-align: center;
}
.reviews-btns{
	margin-top: 80px;
	justify-content: center;
}
.reviews-wrap .slick-prev{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: none;
	font-size: 0;
	background-color: transparent;
	background-image: url(../images/rev-prev.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 52px;
	z-index: 10;
	cursor: pointer;
}
.reviews-wrap .slick-next{
	position: absolute;
	top: 50%;
	right: 0;	
	transform: translateY(-50%);
	border: none;
	font-size: 0;
	background-color: transparent;
	background-image: url(../images/rev-next.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 52px;
	z-index: 10;
	cursor: pointer;
}

.reviews-item-text{
	text-align: center;
	font-style: italic;
	max-width: calc(100% - 100px);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
	font-size: 15px;
}
.reviews-item-name{
	color: #46DEFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.reviews-item-date{
	text-align: center;
	opacity: 0.5;
	font-size: 12px;
}
.reviews-item-header{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.reviews-item-header span:first-child,
.reviews-item-header span:last-child{
	display: block;
	width: 70px;
	height: 1px;
	background-color: #46DEFF;
	margin-right: 30px;
	margin-left: 30px;
}
.reviews-btns .btn-link{
	border: 1px solid #46DEFF;
	/*box-shadow:0px 5px 20px rgba(234, 236, 255, 0.8);*/
	filter: drop-shadow(0px 5px 20px rgba(234, 236, 255, 0.8));
	box-shadow: none;
	border-radius: 23px;
	background: none;
	color: #46DEFF;
	width: 160px;
	height: 36px;
	justify-content: center;
}
.section-callback__wrap{
	position: relative;
	padding: 100px 0;
	text-align: center;
}
.section-callback__wrap:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 915px;
	height: 510px;
	max-width: 100%;
	background-image: url(../images/sea-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}
.section-callback__title{
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 36px;
	color: #46DEFF;
}
.section-callback__text{
	font-weight: 300;
	font-size: 22px;
	max-width: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.section-callback__form-title{
	text-align: center;
	color: #46DEFF;
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 30px;
}
.section-callback__form .col{
	width: 237px;
	margin-right: 10px;
	margin-left: 10px;
}
.section-callback__form .flex-block{
	justify-content: center;
	flex-wrap: wrap;
}
.section-callback__form .col input[type=text],
.section-callback__form .col input[type=tel]{
	display: block;
	width: 100%;
	line-height: 46px;
	border: none;
	font-size: 14px;
	padding: 0 20px;
	border-radius: 23px;

}
.section-callback__form .col .btn{
	display: flex;
	width: 100%;
	font-size: 14px;
	padding: 0 20px;
	border: none;
	height: 46px;
	justify-content: space-between;
	align-items: center;
	background: #46DEFF;
	box-shadow: 0px 5px 20px rgba(70, 222, 255, 0.6);
	border-radius: 23px;
	cursor: pointer;
	background-image: url(../images/arrow-right.svg);
	background-position: 90% 50%;
	background-repeat: no-repeat;
}
.section-callback__contacts{
	margin-top: 50px;
	justify-content: center;
}
.section-callback__contacts .contacts-block{
	/*width: 290px;*/
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 50px;
	color: #EAECFF
}
.section-callback__contacts .contacts-block .text{
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 6px;
}
.section-callback__contacts .contacts-block .value{
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
}

.wpcf7-acceptance{
	width: 100%;
	display: block;
	margin-top: 15px;
	opacity: 0.5;
	font-size: 10px;
}
.wpcf7-acceptance .wpcf7-list-item-label{
	position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label a{
	color: inherit;
	text-decoration: underline;
}
/*popup*/
.overlay {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 12;
}
.overlay.active {
    top: 0;
}
.popup {
    position: fixed;
    top: -150%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    background: #001678;
    width: 90%;
    max-width: 460px;
    padding: 50px 30px;
    border-radius: 10px;
    z-index: 13;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.popup.popup-video,
.popup.popup-more {
    max-width: 800px;
}
.popup.popup-more {
    padding: 0;
    background: none;
}
.popup.popup-video video {
    width: 100%;
    height: auto;
}
.popup.active {
    top: 50%;
}
.popup-title {
    text-align: center;
    font-size: 32px;
    margin: 0 0 40px 0;
}
.popup-body .your-name input,
.popup-body .your-tel input,
.popup-body input[type="submit"] {
    width: 100%;
    margin: 10px auto;
}
.popup.popup-more .popup-body img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: block;
}
.popup-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -40px;
    cursor: pointer;
    padding: 5px;
    z-index: 2;
}
.popup-close span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.popup-close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
}
.popup-close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
}
.popup-banner {
    display: block;
    position: fixed;
    top: -150%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 98%;
    max-width: 600px;
    padding: 50px 90px 70px 50px;
    background: #fff;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1000;
    color: #3c3c3b;
    -webkit-transition: top .5s ease;
    transition: top .5s ease;
}
.popup-banner.active {
    top: 50%;
}
.popup-banner-close {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
.popup-banner-close span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3c3c3b;
    left: 0;
    top: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.popup-banner-close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup-banner-close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-banner-close:hover span:first-child {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.popup-banner-close:hover span:last-child {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.pb-logo {
    width: 100%;
    margin-bottom: 65px;
}
.pb-logo img {
    position: relative;
    width: 90%;
    max-width: 300px;
}
.pb-texts {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pb-texts .pb-title {
    width: 50%;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 40px;
    margin-bottom: 40px
}
.pb-texts .pb-dates {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
.pb-texts .pb-dates .pb-dates-start {
    margin-bottom: 10px;
}
.pb-texts .pb-dates .pb-dates-start:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: -4px;
    right: -90px;
    height: 2px;
    background: #3c3c3b;
}
.pb-texts .pb-discount {
    widtH: 50%;
    font-size: 100px;
    line-height: 90px;
    font-weight: 100;
}
.pb-texts .pb-discount:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    right: 0;
    top: 0;
    height: 100%;
    background: #3c3c3b;
}
.pb-texts .pb-prices {
    width: 50%;
    padding-left: 20px;
}
.pb-texts .pb-prices .pb-price {
    font-size: 65px;
    line-height: 50px;
    margin-bottom: 8px;
}
.pb-texts .pb-prices .pb-price span {
    font-size: 50px;
}
.pb-texts .pb-prices .pb-oldprice {
    font-size: 26px;
    line-height: 26px;
}
.pb-texts .pb-prices .pb-oldprice:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    top: 12px;
    width: 60px;
    background: #3c3c3b;
}
.pb-link {
    width: 100%;
    margin-top: 60px;
    padding-left: 30px
}
.pb-link a {
    display: block;
    width: 195px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 39, 73, 0.7);
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.pb-link a:after {
    content: "\203A";
    padding-left: 18px;
}
.pb-link a:hover {
    background-color: rgba(0, 39, 73, 1);
}

.form-description p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 75%;
}

.form-description .form-description__text {
    width: 25%;
    font-size: 24px;
}

.form-description .wpcf7-form-control-wrap {
    width: 25%;
    margin-right: 20px;
}

.form-description .form-description__input,
.popup-body .your-name input,
.popup-body .your-tel input,
.popup-body .your-email input {
    border: 1px solid #fff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
    margin: 10px 0;
    padding: 20px 10px;
    color: #fff;
    width: 100%;
}

.form-description .form-description__submit,
.popup-body input[type="submit"] {
    color: #000;
    background-color: #fff;
    font-size: 1.28571rem;
    padding: 20px 50px;
    border: 1px solid #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}
.popup-body textarea{
    font-family: Roboto, sans-serif, Arial;
    border: 1px solid #fff;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 10px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    resize: none;
}

.form-description .form-description__input::-webkit-input-placeholder,
.popup-body .your-name input::-webkit-input-placeholder,
.popup-review textarea::-webkit-input-placeholder,
.popup-body .your-tel input::-webkit-input-placeholder,
.popup-body .your-email input::-webkit-input-placeholder {
    font-size: 18px;
    color: #fff
}

.form-description .form-description__input:-moz-placeholder,
.popup-body .your-name input:-moz-placeholder,
.popup-body .your-tel input:-moz-placeholder,
.popup-review textarea:-moz-placeholder,
.popup-body .your-name input::-moz-placeholder,
.popup-body .your-tel input::-moz-placeholder,
.popup-review textarea::-moz-placeholder,
.form-description .form-description__input::-moz-placeholder,
.popup-body .your-email::-moz-placeholder {
    font-size: 18px;
    color: #fff
}

.form-description .form-description__input:-ms-input-placeholder,
.popup-body .your-name input:-ms-input-placeholder,
.popup-review textarea:-ms-input-placeholder,
.popup-body .your-tel input:-ms-input-placeholder,
.popup-body .your-email input:-ms-input-placeholder {
    font-size: 18px;
    color: #fff
}

.form-description .form-description__submit {
    color: #000;
    background-color: #fff;
    font-size: 1.28571rem;
    padding: 20px 50px;
    border: 1px solid #fff;
    cursor: pointer;
    margin-left: 10px;
    font-weight: 700;
    text-align: center
}

.form-description .form-description__submit:hover,
.popup-body input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}


/*end popup*/



/*footer*/
.footer{
	background: #0F3A7A;
	color: #fff;
	padding: 20px 0 30px;
	position: relative;
}
.footer_nav .drop-down-menu__list{
	display: flex;
}
.footer_nav .drop-down-menu__list .sub-menu{
	display: none;
}
.footer_nav .drop-down-menu__list a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.footer_nav .drop-down-menu__list li{
	margin-right: 15px;
	margin-left: 15px;
	white-space: nowrap;
}
.footer>.container>.flex-block{
	align-items: center;
	justify-content: space-between;
}
.footer>.container>.flex-block:last-child{
	margin-top: 12px;
	font-size: 12px;
	align-items: center;
	color: #EAECFF;
}
.footer>.container>.flex-block:last-child a{
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #EAECFF;
}
.footer .copyright a{
	margin-left: 30px;
	font-size: 12px !important;
	font-weight: normal !important;
}
.footer>.container>.flex-block:last-child .flex-block{
	align-items: center;
}


.footer .search{
	position: relative;
}
.footer .search button{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	width: 30px;
	height: 30px;
	border-radius: 30px;
}
.footer .search input{
	width: 170px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: #EAECFF;
	border-radius: 15px;
	border: none;
}

#top{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	bottom: 60px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	z-index: 100;
	cursor: pointer;
}
#top svg{
	opacity: 0.7;
	transition: all .3s ease;
}
#top:hover svg{
	opacity: 1;
}
.popup-cityselect {
    background-color: #e7efff;
    background-image: url(../images/popup-cities-bg.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 30px 0 40 rgba(0, 0, 0, 0.1);
    padding: 70px;
    width: 96%;
    max-width: 910px;
}
.popup-cityselect .popup-city-title {
    font-size: 42px;
    color: #006baa;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.popup-cityselect .popup-cities {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}
.popup-cityselect .popup-cities .popup-city {
    width: 48%;
    display: block;
    font-size: 20px;
    color: #231f20;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all .3s ase;
    transition: all .3s ase;
    margin-bottom: 22px;
}
.popup-cityselect .popup-cities .popup-city:hover {
    color: #006baa;
}
.popup-cityselect .popup-banner-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 2px #006baa solid;
    border-radius: 32px;
}
.popup-cityselect .popup-banner-close span {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #006baa;
    left: 2px;
    top: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.popup-buy form button.price__link {
    color: #000;
    background-color: #fff;
    font-size: 1.28571rem;
    padding: 10px 40px;
    border: 1px solid #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    display: block;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.popup-buy form button.price__link:hover {
    background: 0 0;
    color: #fff;
}
.mobile-menu, .mobile-menu-phone,.visible-mob{
    display: none;
}
@media screen and (max-width: 1199px) {
	.container{
		padding: 0 20px
	}
	.footer>.container>.flex-block{
		flex-direction: column
	}
	.footer>.container>.flex-block>*{
		margin-bottom: 30px;
	}
	header .container{
        flex-wrap: wrap;
			
	}
	header .container .menu-wrap{

	}
    .menu-wrap {
        width: 75%;
    }
    .menu-phone {
        width: 100%;
        bottom: 30px;
        text-align: right;
    }
    .menu-phone a {
        padding-top: 0;
    }	
   .main-first:before{
   	display: none;
   } 
}
@media screen and (max-width: 1023px){
	header .container{
		padding: 20px 20px 0
	}
	header .messengers-block{
		display: none;
	}
	.menu-wrap{
		display: none;
	}
    .mobile-menu {
        position: relative;
        right: 0;
        z-index: 5;
    }
    
    .menu-humberger i {
        font-size: 22px;
    }
    
    .menu-humberger i.fa-times {
        display: none;
    }
    
    .menu-humberger.opened i.fa-bars {
        display: none;
    }
    
    .menu-humberger.opened i.fa-times {
        display: block;
    }
    .mobile-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 12;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .menu-humberger i {
        font-size: 22px;
    }
    
    .menu-humberger i.fa-times {
        display: none;
    }
    
    .menu-humberger.opened i.fa-bars {
        display: none;
    }
    
    .menu-humberger.opened i.fa-times {
        display: block;
    }

    .mobile-menu-sam-menu {
        overflow-y: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        overflow-y: hidden;
        padding: 0px 40px;
        max-height: 0;
        z-index: 10;
        background: rgba(0, 22, 120, 0.8)
    }
    
    .menu-item-has-children:hover {
        background: transparent;
    }
    
    .mobile-menu-block {
        z-index: 11;
    }
    
    .mobile-menu-sam-menu.opened {
        padding: 100px 40px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 1000px;
    }
    
    .mobile-menu-sam-menu.opened .cart-block {
        position: absolute;
        right: 10px;
        top: 120px;
        z-index: 11;
    }
    
    .mobile-menu-sam-menu.opened .cart-block i {
        font-size: 22px;
        color: #fff;
    }
    
    .mobile-menu-sam-menu .cart-block .cart__count-goods,
    .mobile-menu-sam-menu.opened .cart-block .cart__count-goods {
        display: none;
    }
    
    .mobile-menu-sam-menu.opened .social {
        display: block;
        width: 100%;
        margin: 20px auto;
        text-align: center;
        font-size: 26px;
    }
    
    .mobile-menu-sam-menu.opened .social a {
        color: #fff;
        position: relative;
        margin: 0 20px;
    }
    
    .mobile-menu-sam-menu ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .mobile-menu-sam-menu ul li {
        padding: 10px 0;
        width: 100%;
        min-width: 300px;
    }
    
    .mobile-menu-sam-menu li a {
        color: #fff;
        padding: 0 10px;
    }
    
    .mobile-menu-sam-menu #second-menu li a {
        font-size: 28px;
        padding: 0 20px;
    }
    
    .mobile-menu-sam-menu .drop-down-menu__list li a {
        font-size: 22px;
        padding: 0 20px;
        display: block;
    }
    
    .mobile-menu-sam-menu ul>li.menu-item-has-children ul {
        display: block;
        position: relative;
        width: 100%;
        padding: 0 0 0 20px!important;
        background: none;
        font-size: 16px;
        top: 0;
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .mobile-menu-sam-menu ul>li.menu-item-has-children.opened ul {
        max-height: 700px;
        overflow-y: auto;
    }
    
    .mobile-menu-sam-menu ul>li.menu-item-has-children ul li {
        padding: 10px 0;
        width: 100%;
        margin: 5px 0;
    }
    
    .mobile-menu-sam-menu ul>li.menu-item-has-children ul li a {
        font-size: 16px !important;
    }
    
    .mobile-menu-sam-menu ul>li div {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .mobile-menu-sam-menu ul>li.opened div {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    /*end mob menu	*/


    .front-services .service.flex-block{
    	flex-direction: column
    }
    .front-services .service .service-text,
    .front-services .service .service-price{
    	width: 100%;
    }
    .front-services .service{
    	margin-top: 50px;
    }
    .front-services .service .service-price-wrap{
    	margin: 30px 0;
    }
    .front-seances-wrap .seances-items-groups{
    	width: 100%;
    	margin-bottom: 50px;
    }
    .section-callback__form .flex-block{
    	flex-direction: column;
    	align-items: center;
    }
    .section-callback__form .col{
    	margin-bottom: 20px;
    	width: 280px;
    }
    header .menu-phone{
    	padding-top: 0;
    }
    header .social{
    	right: 20px;
    	top: 80px;
    }
    .main-first h1,
    .first-block-description,
    .main-first .buttons-block{
    	width: 80%;
    }
}
.jr_mobile_social{
	display: none;
	padding-left: 20px;
	margin-top: 20px;
}
.jr_mobile_social a{
	color: #fff;
	font-size: 20px;
}
.videocontainer{
	pointer-events: none;
}
.containerdiv {
	border: 0;
	float: left;
	position: relative;
	width: 65px;
}

.rating {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	margin-right: 5px;
}

.reviews_number {
	font-size: 12px;
	line-height: 14px;
	color: #8DA7DD;
}
.rating_item_bot{
	display: flex;
	align-items: center;
}
.rating_item_top {
	display: flex;
	align-items: baseline;
}
.signature{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
}
.cornerimage {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.rating_item{
	width: 33.3%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.rating_item a{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.jr_rating{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.rating_item_bot img {
	max-width: 65px;
}
#preloader{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #0B6AF8;
}
@media screen and (max-width: 767px) {
	.btn-link{
		padding: 0 15px;
	}
	.rating_item{
		width: 50%;
		margin: 10px auto;
	}
	.jr_rating{
		justify-content: center;
	}
	.signature{
		font-weight: normal;
		line-height: 1;
		font-size: 10px;
	}
	.jr_tel_widget{
		bottom: 160px;
	}
	.jr_mobile_social{
		display: block;
	}
	.pb-texts .pb-discount{
		font-size: 50px;
	}
	p{
		font-size: 14px;
	}
	.visible-mob{
		display: block;
	}
	.hidden-mob{
		display: none;
	}
	header .container{
		padding-top: 15px;
	}
	header .logo img{
		max-width: 133px;
		height: auto;
	}
	header .logo-wrap{
		display: flex;
		align-items: center;
	}
	.block-city{
		position: static;
		margin-left: 20px;
	}
	header .menu-phone{
		text-align:left; 
		margin-left: 0;
		bottom: 0;
		padding-top: 5px;
	}
	header .menu-phone a{
		font-size: 17px;
		font-weight: 500;
	}
	.menu-phone__text{
		text-align: left;
	}
	.main-first h1, .first-block-description, .main-first .buttons-block{
		width: 100%;
	}
	.main-first h1{
		font-size: 46px;
		line-height: 54px;
		margin-bottom: 15px;
	}

	.main-first .buttons-block{
		white-space: nowrap;
		justify-content: space-between;
	}
	.main-first .buttons-block .more-link{
		margin: 0;
	}
	.main-first{
		padding-bottom: 75px;
	}
	.front-actions{
		margin-top: 0;
	}
	.front-actions .actions-slider .slide .slide-info{
		flex-direction: column;
		padding: 15px 10px;
	}
	.front-actions .actions-slider .slide .slide-info .slide-info-titles{
		width: 100%;
		font-size: 20px;
		margin-bottom: 20px;
	}
	.front-actions .actions-slider .slide .slide-info .slide-info-titles span{
		font-weight: normal;
	}
	.front-actions .actions-slider .slide .slide-info .slide-info-buyblock{
		width: 100%;
	}

	.front-actions .actions-slider .slide .slide-info .slide-info-prices{
		justify-content: flex-start;
		flex-direction: column;
		font-size: 20px;
		min-height: 48px;
	}
	.front-actions .actions-slider .slide .slide-info .slide-info-prices span{
		display: inline-block;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.front-actions .actions-slider .slide{
		padding: 0 15px;
	}
	.front-actions .actions-slider .slide .get-buy-btn{
		right: 25px;
		bottom: 15px;
	}
  .front-actions  .slick-slider .slick-list{
  	padding-right: 20%;
  }
  .front-actions .actions-slider .slide .actions-bages{
  	bottom: auto;
  	top: 20px;
  	padding: 0 10px;
  	justify-content: space-between;
  	width: 100%;
  }
  .front-actions .actions-slider .slide .actions-bages > div{
  	margin: 0;
  }
  .front-services h2, .front-services .service-title{
  	font-size: 32px;	
  	line-height: 37px;
  	margin-bottom: 20px;
  }
  .front-services h2 + .service-descr p{
  	font-size: 16px;
  }
  .front-services .service .service-price-wrap{
  	font-weight: 200;
  	font-size: 56px;
  	margin-top: 20px;
  	margin-bottom: 10px;
  }
  .front-services .service .service-price .btn-link{
  	min-width: 190px
  }
  .services-icons{
  	flex-wrap:wrap; 
  }
  .services-icons .service-icon-item{
  	width: 50%;
  }
  .services-icons .service-icon-item .service-icon-title{
  	font-size: 14px;
  }
  .services-icons .service-icon-item:nth-child(2):after{
  	display: none;
  }
  .front-seances h2{
  	font-size: 32px;
  	line-height: 37px;
  }
  .front-seances:before{
  	top: -185px;
  	background-size: 180% auto;
  }








	#top {
		right: 20px;
		bottom: 90px;
	}
	.footer{
		padding-bottom: 0;
	}
	.footer>.container>.flex-block{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer .logo{
		width: 143px;
	}
	.footer .logo img{
		max-width: 100%
	}
	.footer .messengers-block,
	.footer_nav,
	.footer .search,
	.footer .visible-mob{
		width: 100%;
	}
	.footer-phone.visible-mob{
		width: calc(100% - 150px);
		text-align: right;
	}
	.footer-phone{
		font-size: 11px;
	}
	.footer-phone a{
		display: block;
		color: inherit;
		font-size: 18px;
		font-weight: 500;
	}
	.footer .messengers-block{
		justify-content: space-between;
		width: 100%;
	}
	.footer .messengers-block a{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		background-color: #fff;
		border-radius: 15px;
		color: #0F3A7A;
	}
	.footer .messengers-block a svg path{
		fill: #0F3A7A;
	}
	.footer .recall-btn{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-radius: 15px;
		color: #0F3A7A;
		height: 30px;
		font-size: 14px;
		padding: 0 20px;
	}
	.footer_nav{
		order: 5
	}
	.footer_nav .drop-down-menu__list,
	.footer_nav .drop-down-menu__list li{
		display: block;
	}
	.footer_nav .drop-down-menu__list li{
		margin: 0;
	}
	.footer_nav .drop-down-menu__list>li>a{
		display: flex;
		align-items: center;
		height: 40px;
		border-bottom: 1px solid #C3D2F1;
		font-weight: normal;
		font-size: 16px;
	}
	.footer_nav .drop-down-menu__list>li:first-child>a{
		border-top: 1px solid #C3D2F1;
	}
	.footer .search input{
		width: 100%;
	}
	.footer>.container>.flex-block:last-child{
		margin-top: 0;
	}
	.popup-cityselect {
    padding: 40px 20px;
	}
	.popup-cityselect .popup-banner-close {
    top: 7px;
    right: 7px;
	}
	.popup-cityselect .popup-city-title {
	    font-size: 28px;
	    color: #006baa;
	    font-weight: bold;
	    text-transform: uppercase;
	    margin-bottom: 30px;
	}
	.popup-cityselect .popup-cities {
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    width: 90%;
	}
	.popup-cityselect .popup-cities .popup-city {
	    width: 100%;
	    font-size: 18px;
	    margin-bottom: 18px;
	}
	.mobile-menu-phone{
		display:block;
		background-color:#003779;
		position:fixed;
		right:0;
		top:200px;
		border-radius:10px 0 0 10px;
		height:40px;
		width:57px;
		text-align: center;	
		z-index: 999;
	}
	.mobile-menu-phone svg {
		height: 30px !important;
		width: 25px !important;
		position:relative;
		margin-top:5px;
	}
	.front-slider{
		margin-top: 0;
	}
	.front-slider-photo{
		padding: 0 7px;
	}
	.front-slider .slick-slide:before{
		right: 7px;
		left: 7px;
	}
	.front-seances{
		padding: 60px 0;
	}
	.seances-items-group .seances-items-title{
		font-size: 22px;
	}
	.seances-items-group .seances-item{
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		padding-bottom: 25px;
	}
	.seances-items-group .seances-item:after{
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 280px;
		background: rgba(239, 246, 254, 0.3);
	}
	.seances-items-group .seances-item-title{
		width: 100%;
		margin-bottom: 15px;
	}
	.seances-items-group .seances-item-line{
		display: none;
	}
	.front-seances-wrap .get-buy-btn{
		margin-left: 30px;
	}
	.front-seances-wrap .seances-items-groups:last-child{
		margin-bottom: 0;
	}
	.features-list{
		columns: 1;
	}
	.section-features{
		padding-bottom: 74px;
	}
	.reviews-wrap .slick-prev{
		left: -10px;
		width: 14px;
		height: 32px;
		background-size: contain;
	}
	.reviews-wrap .slick-next{
		right: -10px;
		width: 14px;
		height: 32px;
		background-size: contain;
	}
	.reviews-item-text{
		max-width: calc(100% - 20px)
	}
	.reviews-btns{
		margin-top: 50px;
	}
	.section-callback__wrap:before{
		background-position: center;
		width: 550px;
		top: 62%;
		max-width: none;
	}
	.section-features:before{
		width: 750px;
		height: 400px;
		right: 70%;
		transform: translateX(50%);
		background-size: contain;
		top: 150px;
	}

	.section-callback__text{
		font-size: 18px;
	}
	.section-callback__title,
	.section-callback__form-title{
		font-size: 28px;
	}
	.section-callback__contacts{
		flex-wrap:wrap;
		padding-bottom: 30px;
	}
	.section-callback__contacts .contacts-block{
		width: 100%;
		margin-bottom: 30px;
	}
	.form-description .form-description__input, .popup-body .your-name input, .popup-body .your-tel input{
		padding: 10px 10px;
		font-size: 14px;
	}
	.popup-body textarea{
		padding: 10px 10px;
		height: 100px;
		font-size: 14px;
	}
	.popup-close{
		right: 0;
	}
	.front-slider-photo{
		height: 130px;
	}

}




/*search page*/

.section-search,
.section-secondary{
	padding: 180px 0 40px;
	/*background-image: linear-gradient(180deg, rgba(11, 106, 248, 0) 0%, rgba(11, 106, 248, 0.75) 28.13%);*/
	/*background-size: 100% 1800px;*/
	background-image: url(../images/float-main-bg.jpg);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.section-search h1,
.secondary-page-title{
	margin:0 0 30px;
	font-size: 64px;
	font-weight: normal;
}
.search-page-form{
	margin-bottom: 20px;
	position: relative;
	width: 540px;
	max-width: 100%;
}
.search-page-form input{
	background: #EAECFF;
	border-radius: 23px;
	height: 30px;
	padding: 0 35px 0 15px;
	color: #5B7ABA;
	font-size: 12px;
	display: block;
	width: 100%;
	border: none;
}
.search-page-form button{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	position: absolute;
	right: 15px;
	top: 0;
	height: 30px;
	cursor: pointer;
}
.search-results{

}
.search-results article{
	margin-bottom: 40px;
	width: 540px;
	max-width: 100%;
}
.search-results .post-title{
	font-size: 16px;
	color: #46DEFF;
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 1.5;
}
.search-results .post-excerpt{
	font-size: 13px;
	line-height: 15px;
}
.search-results a{
	color: inherit;
}
@media screen and (max-width: 767px){
	.section-search h1,
	.secondary-page-title{
		font-size: 46px;
	}
	.search-results article{
		margin-bottom: 20px;
	}
}

.pages-list{
	margin-top: 70px;
}
.pages-list a{
	color: inherit;
}
.pages-list>li{
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 40px;
}
.pages-list>li>ul{
	margin-top: 15px;
	padding-left: 25px;
}
.pages-list>li>ul li{
	color: #46DEFF;
	font-size: 16px;
	position: relative;
	line-height: 2;
}
.pages-list>li>ul li:before{
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background-color: #46deff;
	position: absolute;
	left: -25px;
	top: 16px;
}

@media screen and (max-width: 767px){
	.pages-list>li{
		margin-bottom: 25px;
	}
	.pages-list>li>ul{
		margin-top: 10px;
	}
}


/*page about float*/

.about__content h3{
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;

}
.about__content ul{
	padding-left: 25px;
}
.about__content ul li{
	color: #46DEFF;
	font-size: 16px;
	line-height: 2;
	position: relative;
}
.about__content ul li a{
	color: inherit;
}
.about__content ul li:before{
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background-color: #46deff;
	position: absolute;
	left: -25px;
	top: 16px;
}
.service-list-title,
.check-list-title{
	margin-top: 40px;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
}

.service-list p,
.check-list p{
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 16px;
	background-image: url(../images/list-check.svg);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.front-services__about.front-services .service.flex-block{
	max-width: 100%;	
	flex-wrap: wrap;
}
.front-services__about.front-services .service .service-text{
	width: 600px;	
	max-width: 100%;
}
.front-services__about.front-services .service .service-price{
	margin-left: 125px;	
	width: 270px;	
}

.page-template-page-about_float .section-callback__form{
	padding: 110px 0;
	position: relative;
}
.page-template-page-about_float .section-callback__form:before{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	width: 915px;
	height: 510px;
	background-image: url(../images/sea-bg-2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.page-template-page-about_float .section-callback__contacts{
	margin-top: 0;
}
.page-template-page-about_float .front-services .service{
	margin-top: 75px;
}

@media screen and (max-width: 991px){
	.page-template-page-about_float .section-callback__form{
		padding: 50px 0;
	}
	.front-services__about.front-services .service .service-price{
		width: 100%;
		margin: 0;
	}
}
.grecaptcha-badge{
	display: none !important;
}