/*** 

====================================================================
	Responsive Style from 1241 and more
====================================================================

 ***/
 @media screen and (min-width: 1241px) {

    .hide-on-laptop {
        display: none;
    }
    
    .container {
    max-width: 1170px;
    
}


}



.profile {
	position: relative;
	padding: 30px 0;
}
.profile:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.1);
}
.profile-wrap {
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	z-index: 1;
}

.profile-wrap-block {
	position: relative;
  	flex-direction: column;
	
	margin: 3px;
	width: calc(25% - 6px);
	height: auto;
	overflow: hidden;
}
.profile-wrap-title {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);

	padding: 10px;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;

	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.profile-wrap-block img {
	width: 100%;
	max-height: 200px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.profile-wrap-block:hover img {
	transform: scale(1.2);
}
.profile-wrap-block:hover .profile-wrap-title {
	opacity: 1;
}



.profile-page {
    padding-top: 100px;
}

.profile-cta {
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.desc-sect {
	background-color: #3F2F2F;
	color: #fff;
	
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.2), rgba(0,0,0,.2) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}

.active-text {
	padding: 0 20px;
}

.desc-sect h4 {
	color: #bd3148;
	margin-top: 20px;
	margin-bottom: 10px;
}
.btn-page-callback {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 30px;
}

.profile-tarif ul {
	text-align: center;
	color: #fff;
	list-style-type: none;
}
.profile-tarif ul li {
	padding: 10px 0;
	font-size: 20px
}	
.profile-tarif ul li span{
	color: #FDF34E;
}


.profile-list {
	margin: 20px auto;
	columns: 3;
	column-gap: 10px;
}


.profile-list .profile-list-item {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	background-color: #fff;
	overflow: hidden;
	break-inside: avoid;
	
	position: relative;
	  width: 23%;
    background-color: transparent;
    max-height: 353px;
    margin: 0 1% 24px;
}

.box-title {
	margin: 0;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .7);

	padding: 10px;
	color: #fff;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;

	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	
}

.box .box-img {
	transform: scale(1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.box .box-img img {
	height: auto;
}
.box:hover .box-img {
	transform: scale(1.3);
}
.box:hover .box-title {
	opacity: 1;
}


.box .btn {

}

.btn-pass-page {
	margin: 0;
	position: absolute;
	z-index: 999;
	opacity: 0;
	bottom: 0px;
	left: 0;
	width: 100%;
	
	background: rgba(0,0,0, .7);

	padding: 10px;
	color: #fff;

	

	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	
}
.profile-list-item:hover .btn-pass-page {
	opacity: 1;
}



.anketa-text ul {
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 400px;
    padding-right: 21px;
}
.anketa-text ul li {
	text-align: left;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
}
.anketa-text ul li span{
	text-align: left;
	position: absolute;
	right: 0;
}

.dib {
	display: inline-block;
}

.offer-profile-model {
	padding: 241px 0 150px;
	height: auto;
	background: #000 url(assets/img/bg-profile1.jpg) center left;
	-webkit-background-size: cover;
	background-size: cover;

	position: relative;
	z-index: 1;
}
.offer-profile-model.offer-page:after {
	display: none;
}
.profile-model-title {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 70px;
	font-family: 'Bad Script', cursive;
	color: #C62424;
	color: #bd3148;
	letter-spacing: 2px;
}
.profile-model-sub-title {
	font-size: 46px;
	font-weight: 400;
	text-transform: lowercase;
	margin-top: 20px;
	color: #C62424;
	color: #fff;
	font-family: 'Bad Script', cursive;
}

.cbp-caption-wrap-img {

}


.fg-image-wrap {
	transform: scale(1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fg-item:hover .fg-image-wrap {
	transform: scale(1.2);
}

.fg-image-wrap {

}



.mfp-title {
	display: none;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


.profile-list {
    margin: 20px auto;
    columns: 1;
    column-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    /*max-height: 735px;*/
    -ms-overflow-y: hidden;
        overflow-y: hidden;
} 




