@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/Lato-Regular.eot');
	src: local('☺'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light.eot');
	src: local('☺'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;@
}




*:focus {
    outline: none;
}

.woow{
	visibility: hidden;
}

.animated {
	visibility: visible;
	animation-duration: 3s !important; 
	animation-delay: 0.15s !important;
}

.p5 {
	animation-delay: 0.8s !important;
}

.p10 {
	animation-delay: 1.6s !important;
}

.p15 {
	animation-delay: 2.4s !important;
}

.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content-img img {
    height: auto;
}

.slick-dots {
	display: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 3px;
}
.slick-dots li {
	cursor: pointer;
	float: left;
	width: 33.3%;
	background: #000;
	padding: 0;
	border-right: 1px solid #fff;
}
.slick-dots li:last-child {
	border: none;
}
.slick-dots li, .slick-dots li button {
	outline: none;
}
.slick-dots li button {
	background: #99B386;
	border: none;
	width: 0px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.hero-slider .img--holder {
	background-position: bottom center;
	transform: scale(1.1) rotate(0.1deg);
	transition: transform 8s linear;
}

.hero-slider .slide-init .img--holder {
	transform: scale(1.1) rotate(0.1deg) !important;
	transition: transform 0s linear;
}

.slick-active .img--holder {
	transform: scale(1) rotate(0.1deg);
}

.slick-slide .img--holder {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.slick-slide.office-photo .img--holder {
	background-position: bottom center;
}

.hero-slider .slick-arrow {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	color: #FFF;
	z-index: 5;
	transition: background 0.1s;
	padding: 0;
	height: 24px;
    width: 24px;
    border-radius: 20px;
	cursor: pointer;
}

.slider-about .hero-slider .slick-arrow {
	top: 75%;
	right: -45px;
}

.hero-slider .slick-arrow:focus {
	outline: 0;
}

.hero-slider .slick-arrow:hover {
	display: block;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.slider-about .hero-slider .slick-arrow:hover {
	display: block;
	background: #fff;
	z-index: 99;
}

.hero-slider .NextArrow {
    right: 22px;
    margin-top: -4px;
	transform: rotate(180deg);
}

.hero-slider .PrevArrow {
	right: 22px;
    margin-top: -42px;
}

.hero-slider .NextArrow:before {
	content: "";
    background-image: url(../img/slider-arrow.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 14px;
    width: 10px;
}

.hero-slider .PrevArrow:before {
	content: "";
    background-image: url(../img/slider-arrow.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 14px;
    width: 10px;
}

.slider-about .hero-slider .NextArrow:before {
    background-image: url(../img/slider-arrow-b.png);
}

.slider-about .hero-slider .PrevArrow:before {
    background-image: url(../img/slider-arrow-b.png);
}

.hero-slider .text--holder {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
	padding: 0 0 318px 0;
	color: #fff;
	/*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); */
	text-align: center;
}

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

	display: block;
	box-sizing: border-box;

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

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

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

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

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

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

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

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

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

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

	height: auto;

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

.active-slide-my, .count-slide-my, .rozd {
	position: absolute;
	z-index: 99;
	top: 29%;
	right: 0;
	color: #fff;
}

.slider-about .active-slide-my, .slider-about .count-slide-my, .slider-about .rozd {
	top: 25%;
}

.active-slide-my {
	margin-top: -35px;
}

.active-slide-my, .count-slide-my {
	right: 23px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px !important;
}

.slider-about .active-slide-my, .slider-about .count-slide-my{
	color: #111;
	right: -45px;
}

.rozd {
	width: 16px;
	border-bottom: 1px solid #fff;
	opacity: .6;
	right: 26px;
}

.slider-about .rozd {
	opacity: .2;
	right: -41px;
	border-bottom: 1px solid #111;
}

.rozd2 {
	top: 50%;
    margin-top: -12px;
}

.slider-about .rozd2 {
	top: 75%;

}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  display: block;
}

.videoPoster span {
	transform: scale(0.7);
	position: absolute;
    text-indent: 0;
    background-color: #272729a1;
    padding: 11px 13px 11px 37px;
    border-radius: 100px;
    font-family: 'Lato-Light';
    text-transform: uppercase;
    color: #fff;
    font-size: 8px;
    top: 10px;
    left: 10px;
}
.videoPoster span:before {
  	content: "";
  	position: absolute;
  	top: 71%;
    left: 57%;
    width: 20px;
    height: 20px;
    margin: -18px 0 0 -48px;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster span:after {
  	content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    width: 0;
    height: 0;
    margin: -5px 0 0 -37px;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

body {
	color: #272729;
	font-family: 'Lato-Light';
	font-weight: 100;
	padding: 0;
	margin: 0;
	background-color: #f1f0f2;
	background-color: #fff;
	overflow-x: hidden;
	width: 100vw;
}

h1 {
	font-size: 21px;
	font-weight: 300;
	margin: 10px 0 0;
}

h2 {
	font-size: 23px;
	font-weight: 300;
	margin: 10px 0 0;
}

h3 {
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0 0;
	margin-top: 35px;
	
}

.pricingtwo  {
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0 0;
	margin-top: 35px;
	padding-left: 20px;
}

.pricingthree  {
	
	padding-left: 20px;
}

}

.infaredmargin  {
	
	padding: 20px;
}

h4 {
	font-size: 17px;
	font-weight: 300;
	margin: 10px 0 0;
	margin-top: 37px;
	
}

p {
	font-family: 'Lato-Regular';
	font-size: 13px;
    line-height: 1.7;
    margin: 8px 0;
}

header {
	height: 180px;
	background-color: #343436;
	position: relative;
	background-size: contain; 
}

ul {
	padding: 0 26px 0;
	margin-top: 22px;
}

li {
	list-style: url('../img/list.png');
	font-family: 'Lato-Regular';
	font-size: 13px;
    line-height: 1.65;
    margin: 8px 0 13px 1px;
}

img {
	width: 100%;
}

a {
	font-size: 13px;
	color: #272729;
	cursor: pointer;
}

.bd-w-page {
    background-image: url(../img/bg-w-page.png);
    background-repeat: no-repeat;
    background-position: center top 500px;
    background-size: 225%;
    background-color: #f1f0f2;
}

.footer-bg {
	background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 225%;
    z-index: 1;
}

.contact .order1 {
	order: 1;
}

.contact .order0 {
	order: 0;
}

.contact .order3 {
	order: 3;
}

.contact  .order4 {
	order: 4;
}


.button {
	border: 2px solid #555565;
	background-color: #272729;
	font-size: 7px;
	text-transform: uppercase;
	border-radius: 50px 50px;
	font-family: 'Lato-Regular';
	text-align: center;
    color: #fff;
    cursor: pointer;
}

.button {
	text-decoration: none;
	font-size: 10px;
	padding: 12px 25px 13px;
    margin-top: 9px;
    display: inline-block;
}

.button.with-button {
	background-color: transparent;
	color: #272729;
}

input {
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-appearance: none;
  	-moz-appearance: none;
    border: none;
	text-transform: uppercase;
  	letter-spacing: 4px;
  	font-size: 11px;
  	margin: auto;
  	border: none;
    padding: 20px 28px;
    border-radius: 100px;
    width: 100%;
}

select {
	margin: auto;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-appearance: none;
  	-moz-appearance: none;
    border: none;
    padding: 20px;
    width: 100%;
    border-radius: 100px;
	background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  	background-position: calc(100% - 23px) calc(2em + 2px), calc(100% - 18px) calc(2em + 2px), calc(100% - 5em) 1.5em;
  	background-size:
    	5px 5px,
    	5px 5px,
    	1px 1.5em;
  	background-repeat: no-repeat;
  	text-transform: uppercase;
  	letter-spacing: 4px;
  	font-size: 11px;
}

.archive select {
	width: 240px;
}

.flex{
	display: flex;
	
}

.grid {
	flex-wrap: wrap;
padding: 20px;
}

.grid-item {
	width: 100%;
}

.mobile {
	display: block;
}

.no-mobile {
	display: none;
}

.leaflet-control-container {
	display: none;
}

.b_dark {
	background-color: #272729;
	color: #fff;
}

.b_white {
	background-color: #f1f0f2;
	color: #343436;
}

.conteiner {
	padding: 0 20px;
}

.menu-global {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: -1;
	background-color: #343436;
	color: #fff;
	opacity: 0;
}

.rrr-rrr {
	animation: on 1.2s linear forwards;
    -webkit-animation: on 1.2s linear forwards;
    -moz-animation: on 1.2s linear forwards;
    -o-animation: on 1.2s linear forwards;
}

.menu-global.active {
	animation: off 1.2s linear forwards;
    -webkit-animation: off 1.2s linear forwards;
    -moz-animation: off 1.2s linear forwards;
    -o-animation: off 1.2s linear forwards;
}

.list-menu {
	height: 100%;
	position: relative;
}

.menu-global ul {
	margin: auto;
	padding: 0;
	padding-top: 20px;
	position: relative;
	z-index: 100;
}

.menu-global li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu-global li a {
	font-family: 'Lato-Light';
	font-size: 17.93px;
    line-height: 37.29px;
    letter-spacing: 3.5px;
	color: #a1a1a1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.5s ease;
}

.menu-global li a:hover {
	color: #fff;
	transition: color 0.5s ease;
}

.sub-menu {
	display: flex;
	padding: 0 !important;
	margin-top: 0px !important;
	margin-bottom: 8px !important;
}

.sub-menu li {
	width: 50%;
	margin: auto;
}

.sub-menu li a {
	width: 100%;
    border-right: 1px solid #676767;
} 

.sub-menu li:nth-child(2n) a {
    border-right: none;
} 

.sub-menu li a{
	text-transform: capitalize;
	font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    width: 100%;
    display: inherit;
}

.nav-togle.close img {
    width: 11px;
    margin-left: auto;
}

.nav-stick {
	background-color: #343436;
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 26px 0;
    top: -103px;
    transition: all 2s ease 0s;
}

.nav-stick.active {
	top: 0;
	transition: all 2s ease 0s;
}

.nav-top {
	padding-top: 22px;
	position: absolute;
	z-index: 4;
	width: 100%;
}

.logo {
	float: left;
	width: 88px;  
}

.logo img {
	width: 100%;
}

.nav-butons {
	float: right;
}

.nav-buton {
	float: left;
	height: 27.81px;
	margin-right: 7px;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #ececec;
}

.contetn-date a {
	text-decoration: none;
}

.nav-buton .left {
	background-color: #272729;
	float: left;
	height: 100%;
	color: #fff;
	font-size: 7px;
	text-transform: uppercase;
	width: 85px;
	text-align: center;
	border-radius: 50px 0 0 50px;
	font-family: 'Lato-Regular';
	text-align: center;
    line-height: 24px;
    letter-spacing: 1.5px;
    padding-left: 4px;
    text-decoration: none;

}

.nav-buton .right {
	background-color: #fff;
	width: 29px;
	display: flex;
	height: 100%;
	border-radius: 0 50px 50px 0;
}

.nav-buton .right img {
	width: 10px;
	margin: auto;
	padding-bottom: 2px;
    padding-right: 3px
}

.nav-togle {
	background-color: #fff;
	border-radius: 50px;
	height: 27.81px;
	width: 27.81px;
	display: flex;
	cursor: pointer;
	border: 1px solid #ececec;
}

.nav-togle img {
	width: 14px;
	margin: auto;
}

.hero-slider .text--holder {
	text-transform: uppercase;
	font-family: 'Lato-Light';
	width: 100%;
    padding: 0px 43px 128px;
}

.text--holder h2 {
	font-size: 27px;
    letter-spacing: 3.2px;
    margin-top: 10px;
    line-height: 1;
}

.text--holder h4 {
	font-size: 10px;
    letter-spacing: 2.08px;
    padding: 0 46px 0 40px;
}

.header-w {
	position: absolute;
    top: 68px;
    width: 159%;
    left: -36%;
	-webkit-animation: eeee 10s linear 100ms infinite;
    -moz-animation: eeee 10s linear 100ms infinite;
    -o-animation: eeee 10s linear 100ms infinite;
    animation: eeee 10s linear 100ms infinite;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.header-g {
    position: absolute;
    top: 94px;
    width: 149%;
    left: -23%;
	-webkit-animation: eeeee 10s linear 100ms infinite;
    -moz-animation: eeeee 10s linear 100ms infinite;
    -o-animation: eeeee 10s linear 100ms infinite;
    animation: eeeee 10s linear 100ms infinite;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.content-img {
	margin-top: 21px;
	margin-bottom: 45px;
	padding: 4px 2px 2px 2px;
}

.content-img img {
	width: 100%;
}

.contetn-date {
	margin-left: 1px;
}

.similar-img {
	margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
}

.similar-block .contetn-date {
	margin-top: 30px
}

.similar-block h3 {
	margin-top: 13px;
	margin-bottom: 10px;
	font-size: 20px;
}

.archive form {
	margin: auto;
}

footer {
	padding-top: 80px;
	position: relative;
}

footer p {
	font-size: 12px;
    margin: 13px 0 -16px;
    letter-spacing: 0.2px;
    padding-bottom: 29px;
}

.footer_one {
	border-bottom: 1px solid #c2c1c3;
	display: flex;
	margin-bottom: 27px;
    padding-bottom: 15px;
    flex-direction: column;
}
 
.footer_one div {
	margin: auto;
	margin-left: 0;
}

.large-fix {
	background-color: #fff;
}

.social-icon {
 	width: 60px;
    display: flex;
}

.social-icon a{
	margin: auto;
	margin-left: 12px;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.ff_link{
	text-decoration: none;
	transition: all 0.5s ease;
	margin-bottom: 0;
	padding-bottom: 32px;
}

.ff_link a {
	text-decoration: none;
	transition: all 0.5s ease;
}

.ff_link a:hover{
	text-decoration: underline;
	transition: all 0.5s ease;
}

.social-icon a:hover{
	opacity: 0.7;
	transition: opacity 0.5s ease;
}

.pagination > div {
	padding-top: 68px;
    width: 100%;
	display: flex;
	margin: auto;
}

.pagination > div > div {
	text-align: center;
	border-radius: 100px;
}

#map {
	height: 238px;
	border: 1px solid #d2d2d2;
	margin-top: 18px;
	margin-bottom: 14px;
}

.contact {
	padding-top: 8px; 
}

.contact  h2{
	font-size: 26px;
	margin-bottom: 2px;
}

.cont-info p {
	letter-spacing: 0.5px;
    margin-bottom: 12px;
    line-height: 1.66;
}

.cont-info span{
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 800;
}
.cont-info p.day-c {
	margin-bottom: 0px;
}

.cont-info span.day-c {
	font-size: 13px;
    letter-spacing: 1.1px;
}

.cont-info .social-icon{
	width: 58px;
}

.cont-info .social-icon a{
	margin-left: 0px;
    margin-right: 12px;
}

.wpcf7-form.init {
	margin-top: 20px;
}

.wpcf7-form.init label , .poppap label, .form-footer label {
	width:100%; 
	max-width:inherit;
	color: #c0c0c1;
}

.wpcf7-form.init p, .poppap p {
	margin-top: 10px;
}

.cont-form select, .cont-form input, .poppap input {
	-moz-appearance: none;
	background-color: #f1f0f2;
	color: #343436;
	width: 100% !important;
	font-family: 'Lato-Light';
	margin-top: 7px;
    letter-spacing: 1px;
}

.contact-office {
	height: 242px;
    margin: 18px 0 20px;
    background: #f1f0f2;
}

.come h2, .cont-form h2 {
	margin-top: 30px;
}

.cont-form .wpcf7-submit, .poppap .submit-sing, .submit-sing {
	border: 2px solid #555565;
    background-color: #272729 !important;
    width: 130px !important;
    color: #fff !important;
    padding: 16px 20px;
    margin-top: 20px;
    cursor: pointer;
}

#my-scrollbar {
	width: 100%;
	height: 100vh;
	overflow: auto;
}

.home-header {
	height: 100vh;
}

.header-top {
	position: absolute;
    top: -60vw;
    left: -74vw;
    width: 250vw;
    animation: move_wave 8s linear 100ms infinite;
	-webkit-animation: move_wave 8s linear 100ms infinite;
    -moz-animation: move_wave 8s linear 100ms infinite;
    -o-animation: move_wave 8s linear 100ms infinite;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	}

.header-bottom {
	position: absolute;
    left: -74vw;
    width: 250vw;
    bottom: 2vw;
	-webkit-animation: eeee 10s linear 100ms infinite;
    -moz-animation: eeee 10s linear 100ms infinite;
    -o-animation: eeee 10s linear 100ms infinite;
    animation: eeee 10s linear 100ms infinite;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.slick-slide {
	height: 100vh;
}

.slick-slide .img--holder {
	height: 100% !important;
}

.home-b1 {
	margin-top: -35%;
}

.cryo-item {
	margin-top: 0%;
}

.content-home {
	margin: 67px 34px 80px;
	padding-left: 6px;
}

.grey-elips-bg {
	background-image: url("../img/bg-grey.png");
	background-repeat: no-repeat;
    background-position: center top;
	background-size: 225%;
	
}

.grey2-elips-bg {
	background-image: url("../img/bg-grey2.png");
	background-repeat: no-repeat;
	background-position: left 49% top;
    background-size: 220%;
	background-color: transparent;
}

.bg-fix-price-video {
	background-color: #f1f0f2;
} 

.grey3-elips-bg {
	background-image: url("../img/bg-grey3.png");
}

.with-elips-bg {
	background-color: #f1f0f2;
	background-image: url("../img/bg-w.png");
	background-repeat: no-repeat;
	background-position: left 37% top;
    background-size: 300%;
}

.span-home {
	text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 11px;
    line-height: 1;
}

.content-home h2 {
	font-size: 18px;
}

.grid-icon {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-right: 20%;
}

.cryo-item .grid-icon {
	padding-right: 0%;
}

.home-icon {
	width: 80px;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 11px;
}

.home-icon p {
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 9px;
	line-height: 10px;
}

.home-icon > div {
	background: #fff;
	border-radius: 200px;
	border: 1px solid #c8c8c8;
	display: flex;
	width: 80px;
	height: 80px;
	margin: auto;
}

.home-icon > div > img {
	margin: auto;
	width: 45%;
}

.b-home1 {
	height: 132px;
	display: flex;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: -8px;
	width: 185px;
}

.b-home1 .button{
	margin: auto;
    padding: 14.5px 28px;
    font-size: 9px;
}

.home-b2 {
	margin-top: -12%;
}

.home-b2 .content-home {
	margin-top: 63px;
	margin-bottom:-87px;
}

.home-b2 .content-img {
	padding: 28px 170px 20px 0px !important;
}

.home-content-b2 {
	display: flex;
}

.home-content-b2 > div{
	margin: auto 0 !important;
	padding-bottom: 50px !important;
}

.home-content-b2 > div h2 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 6px;
    padding-bottom: 3px;
}

.home-content-b2 > div p {
 	margin-bottom: 20px
}

.home-content-b2 > div p.span-home {
    line-height: 1;
}

.home-content-b2 > div .button{
	margin-right: 14px;
}

.home-b3 .content-img {
	padding: 33px 58px 12px 0px !important;
}

.home-b3 > div p.span-home {
    text-transform: none;
    margin-top: 13px;
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 20px;
}

.header-instagrem {
	display: flex;
    margin-bottom: 20px;
    margin-top: 54px;
}

.header-instagrem img {
	width: 21px;
    height: 21px;
    margin-right: 9px;
}

.header-instagrem h3{
	margin: 0;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.home-b3 div.instagram-item {
	width: 32% !important;
}

.home-b3 div.instagram-item > div {
	padding: 0 4px 0 0 !important;
    margin-bottom: 1px !important;
}

.home-b3 > div {
	margin-bottom: 38px;
}

.inst-g {
	background-position: center top 70px;
}

.about-content {
    width: 100%;
    margin: auto 0px;
    margin-bottom: -50px;
    padding-bottom: 50px;
}

.about-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	margin-left:  auto;
	margin-right:  auto;
	margin-top: 4px;
    letter-spacing: 4.4px;
    text-align: center;
	padding: 10px;
}

.about-content .about-title-sub {
	font-size: 17px;
    text-align: center;
    margin: 11px auto 36px;
    letter-spacing: -0.2px;
    line-height: 1.4;
}

.about-content h4 {
	margin-top: 21px;
	margin-bottom: 10px;
	padding: 20px
}

.slider-about .slick-slide {
	height: 189px;
}

.about-block {
	margin-top: 63px;
}

.about-block h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 9px;
}

.founder {
	text-align: center;
	margin-bottom: 20px;
}

.founder img {
	width: 112px;
    border-radius: 500px;
    margin: auto;
}

.founder h5 {
	margin-top: 10px;
    margin-bottom: 0px;
} 

.founder p {
	margin: 0;
    font-size: 11px;
}

.yoban-dd {
	text-align: center;
}

.cryotheraphy-block {
	text-align: center;
	margin-top: 54px;
}

.cryotheraphy-block  img {
	width: 61%;
}

.cryotheraphy-block p {
	margin-top: 30px;
	letter-spacing: 0.43px;
}

.cryotheraphy-block .button{
	text-align: left;
    width: 124px;
    margin-bottom: 42px;
}

.faqs h4 {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.faq-block{
	width: 93%;
}

.faq-block h3 {
	margin-top: 30px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.abaut-b-t {
	margin-top: 40px;
}

.p404 header {
	height: auto !important;
}

.p404 .nav-top {
	position: relative !important;
}

.p404 footer {
	background-image: url(../img/footer404.png);
	width: 100vw;
	background-size: 200%;
	margin-top: -50vw;
}

.text404 {
	color: #fff;
	text-align: center;
	width: 100vw;
	background-color: #343436;
    padding: 20vh 20px 60vh;
    margin-bottom: -40vh;
}

.text404  h1{
	text-transform: uppercase;
	letter-spacing: 8px;
}

.text404  h4{
	margin-top: 11px;
	letter-spacing: 1.8px;
}

.text404  .button {
	margin-top: 48px;
	display: inline-block;
}

.p404 .header-w {
    top: auto;
    bottom: 0;
    bottom: 20px;
}

.video-p {
	position: relative;
	z-index: 2;
    margin-top: 63px;
    margin-bottom: 20px;
}


.cryo-item .conteiner-content{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	margin-bottom: 30px
}

.cryo-item .home-icon {
    width: 50%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 11px;
}

.sas {
	text-align: center;
	width: 238px;
	height: 238px;
	margin: auto;
	border-radius: 200px;
	background: #fff;
    border-radius: 200px;
    border: 1px solid #c8c8c8;
    display: flex;
}

.sas > div {
	margin: auto;
}

.sas h2 {
	letter-spacing: 0.5px;
	font-size: 24px;
}

.sas h4 {
	margin-top: 0px;
    font-size: 15px;
    width: 172px;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.price-box {
	border-radius: 5px;
	border: 1px solid #c8c8c8;
	margin-bottom: 12px;
}

.price-box div {
	background-color: #fff; 
	padding: 40px 23px 60px;
	border-radius: 0 0 5px 5px;
}

.price-box div.price-box-header {
	background-color: #272729;
	color: #fff;
	padding: 20px;
	border-radius: 5px 5px 0 0;
	padding: 24px 22px 4px !important;
}

.price-box div p {
    margin-bottom: 8px;
}

.price-box div p.price-box-header {
    margin-bottom: 8px;
}

.price-box div p span {
	font-size: 16px;
    line-height: 32px;
    font-weight: 800;
}

.price-box div.price-box-header p span {
	font-size: 17px;
	line-height: 16px;
	letter-spacing: 0;
}

.price-box a.button {
	padding: 9px 25px 10px;
}

.about-content2 {
	margin: 0px 34px  60px !important;
}

.cccc {
	background-position: center top 972px;
}

.package {
	border-radius: 5px;
    margin-bottom: 12px; 
}

.package .package-img {
	min-height: 180px; 
	height: 50vw;
	background-color: #c8c8c8;
	border-radius: 5px 5px 0 0;
	background-position: center;
	background-size: cover;
}

.package .package-cont{
	padding: 40px 30px 54px;
	background-color: #272729;
	color: #fff;
	border-radius: 0 0 5px 5px;
}

.package .package-cont h3{
	margin-top: 0;
    font-weight: 800;
    font-family: 'Lato-Regular';
    font-size: 18px;
    letter-spacing: 0.2px;
}

.package .package-cont p{
	font-size: 14px;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
}

.package .package-cont .button {
	margin-top: 6px;
    display: inline-block;
}

.ooo {
	margin-top: 28px;
	margin-bottom: -20px;
}

.qw{
	background-position: center top 30vh;
}

.qww {
	background-position: center top 16px;
}

.archive .grid-item .content-img img {
	height: 100%;
}

.archive {
	width: auto;
    margin: auto 70px;
}

.archive-title {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3.6px;
    font-size: 19px;
    margin-bottom: 17px;
}

.archive select {
	letter-spacing: 2px;
    font-size: 9px;
    padding: 17px 20px 17px 25px;
    background-color: #fff;
}
@media (max-width: 400px) 
.archive .similar-block {
	padding-top: 54px; display: block; display: flex; 1;
}



.similar-img.post-i {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    height: 179px;
    background-position: center;
    background-size: cover;
}

.archive .similar-block .contetn-date {
    margin-top: 35px;
}

.archive .similar-block .grid-item {
	margin-bottom: 58px
}

.pagination {
	width: 100%;
	margin-bottom: 60px;
}

.pagination > div { 
	padding-top: 0;	
}

.pagination > div > div {
	display: flex;
	margin-right: 8px;
}

.pagination > div > div a + span {
	display: none
}

.pagination > div > div a, .pagination > div > div span {
	margin: auto;
	font-size: 13px;
}

.pagination > div > div.b_dark {
	width: 46px;
	height: 46px;
}

.pagination > div > div.b_dark a {
	color: #fff;
	text-decoration: none;
	width: 46px;
    border-radius: 100px;
    height: 46px;
    line-height: 46px;
}

.pagination > div > div.b_white{
	width: 66px;
}

.pag_info{
    line-height: 32px;
    margin-left: 4px;
}

.post-my-1 {
    width: auto;
    margin: auto 70px;
}

.post-my-1 .grid-item .button{
	margin-bottom: 30px;
}

.span-home {
	padding-right: 30%;
}

.content-home h2 {
	padding-right: 20%;
}

.bbbh1 {
	min-width: 120px;
}

.abaut-b-t {
    margin-top: 14px;
    margin-bottom: 40px;
    padding: 12px 32px 12px;
}

.fix-head {
	position: relative;
    margin-top: -47vw;
    height: 47vw;
}

.thanks h1 {
	padding: 10px 20px;
    width: 280px;
    margin: auto;
}

.thanks h4 {
	padding: 10px 20px;
    width: 280px;
    margin: auto;
}

.abaut-s {
	padding: 20px 40px 40px 20px!important;
	text-align: left !important;
}

.abaut-s h4 {
	margin-bottom: 0 !important;
	padding: 0 !important;
	letter-spacing: 1px !important;
}

.slider-about div#slick {
	width: 100% !important;
	display: grid !important;
}

.hero-slider .text--holder > div {
	margin: auto 70px;
}

.slider-about .hero-slider .text--holder > div {
	margin: auto 140px 0 0;
}

.cont-body {
	margin-bottom: 80px;
}

.similar-block {
	margin-bottom: 40px;
}

.similar-block .similar-block-title {
	text-transform: uppercase;
}

.uio {
	flex-wrap: wrap;
}

.fix-sim {
	padding-bottom: 20vw;
	margin-bottom: -20vw;
	width: 100%;
}

.similar-block .grid .grid-item > div {
    margin-bottom: 0px;
}

.item-cryo-new h4.about-title-sub{
	margin-bottom: 14px;
}

.book-form {
	background: #e7e5e8;
    padding: 30px;
    text-align: center;
    display: grid;
    
}

.book-form .healcode-appointment-logo {
	max-width: 181px;
	width: 100%;
    margin: auto;
    display: block;
}

.book-form div.healcode .header h1 {
	border: none;
	margin: 40px auto;
}

.book-form div.healcode a.action_icon, .book-form div.healcode a.action_icon.my_account_version {
	margin-top: 60px;
}

.book-form .ui-datepicker {
	margin: auto;
}

.text404 .b404 {
	background-color: transparent;
	margin-top: 20px;
	padding: 12px 46px 13px;
	z-index: 2;
	position: relative;
}

.pre-filters> div {
	text-align: center;
}

.book-form .hc-button {
	margin-top: 20px !important;
	border: 2px solid #555565 !important;
    background-color: #272729 !important;
    text-transform: uppercase !important;
    border-radius: 50px 50px !important;
    font-family: 'Lato-Regular' !important;
    text-align: center !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 12px 25px 13px !important;
}

.hc_footer {
	display: none;
}

.healcode-appointments {
	text-align: center;
}

.price-full .faqs {
	margin-top: 70px;
}

.insta {
	width: auto !important;
}

.faqs-f {
	background-position: center top 44px;
}

.faqs-f .faqs {
	margin-top: 125px;
}

.price-top-full {
	background-position: top !important;
    margin-top: -50px;
    padding-top: 100px;
    background-color: transparent;
}

.price-full-b {
	background-position: center top 0px !important;
}

.bbb-fd {
	background-color: #fff;
}

.cryotheraphy-content{
	margin-bottom: -30px;
}


.poppap {
	background-image: url(../img/bg-poppap.png);
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: -1;
	display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    opacity: 0;
}

.poppap-body {
	background-color: #fff;
	border-radius: 10px;
	margin: 30px 20px;
	width: 100%;
	display: flex;
    flex-direction: column;
    max-height: 776px;
}

.close-poppap {
	background-color: #272729;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    float: right;
    margin: 10px 10px;
    cursor: pointer;
}

.close-poppap img {
    width: auto;
    height: 10px;
}	

.poppap-body h2 {
	font-size: 27px;
} 

.poppap-body p {
	font-size: 15px;
	font-family: 'Lato-Light';
}

.form-poppap {
	padding: 0 25px;
}

.poppap .submit-sing {
	margin-top: 10px;
}

.bg-poppap {
	height: 100%;
    background-image: url(../img/body-bg-mask.png);;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-mask-image: url(../img/poppap-body-bg.png);
    -webkit-mask-size: auto;
    -webkit-mask-repeat: no-repeat;
    border-radius: 10px;
}

.poppap input {
	    padding: 17px 37px 19px;
}

.rrr-rrr1 {
	animation: on1 1s linear forwards;
    -webkit-animation: on1 1s linear forwards;
    -moz-animation: on1 1s linear forwards;
    -o-animation: on1 1s linear forwards;
}

.poppap.active {
	animation: off1 1s linear forwards;
    -webkit-animation: off1 1s linear forwards;
    -moz-animation: off1 1s linear forwards;
    -o-animation: off1 1s linear forwards;
}

footer h4 {
	max-width: 240px;
	margin-bottom: 20px;
}

footer .mc4wp-form-fields p {
	font-family: 'Lato-Light';
	font-size: 11px;
	margin: 0;
	padding-bottom: 10px;
}

footer input{
	padding: 14px 28px;
	font-size: 9px;
    letter-spacing: 3px;
    max-width: 242px;
    width: 100%;
}

footer .submit-sing {
    padding: 12px 20px;
    letter-spacing: 2px;
}

.footer-copy {
	float: left;
}

.footer-social {
	float: right;
	margin-top: 14px;
}

.ff_link {
	clear: both;
}

.footer-social2 {
	display: none;
}

.mc4wp-alert p {
	margin: 10px 0 20px !important;
}



footer .mc4wp-form-fields .submit-sing {
    margin-top: 10px;
}

.indrared-page.dsdds-a .about-content {
    width: 100%;
    margin: auto 40px;
    margin-bottom: -50px;
    padding-bottom: 0px;
}

.indrared-page .about-title {
	margin-top: 6px;
	line-height: 1.02;
}

.indrared-page .infrared-sybtitle {
	FONT-SIZE: 14PX;
    LINE-HEIGHT: 1.58;
	margin-top: 20px;
	text-align: center;
	font-family: 'Lato-Regular';
	font-weight: 400;
}

.indrared-page .infrared-sybtitle p {
	margin: 8px 0 17px
}

.indrared-page .grid-icon {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 30px auto 5px;
	justify-content: center;
}

.indrared-page .video-p {
	margin-top: 94px;
	margin-bottom: 0;
}

.qw.indrared-page {
    background-position: center top 210vh;
}

.bg-fix-price-video.indrared-page  {
    background-color: transparent;
    text-align: center; 
}

.bg-fix-price-video.indrared-page .conteiner-content {
	margin: 84px 40px 42px;
	width: 100%;
}

.infra2b-in h2 {
	margin-bottom: 13px;
}

.qww .conteiner-content {
	margin: 0px 40px 0px;
	width: 100%;
}

.pricing.indrared-page .conteiner-content {
	margin-left: 40px;
	margin-right: 40px;
}

.pricing.indrared-page .price-dorob {
    font-style: italic;
    
}


.footer-copy p {
	padding-bottom: 16px;
	line-height: 1.7;
}

.footer-copy #menu-footer {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.footer-copy #menu-footer li {
	list-style: none;
	line-height: 1.7;
	margin-bottom: 0px;
	margin-top: 0px;
}

.footer-copy #menu-footer li a {
	text-decoration: none;
}

.footer-copy #menu-footer li:hover a {
	color: #555565;
}


.police-page h1 {
	font-size: 26px;
	margin-bottom: 20px;
}

.police-page + footer {
	background-color: #fff;
}
#timelyWidget {
	width: 100% !important;
}

@media only screen and (min-width: 600px) {
	header {
		height: 300px;
	}
	
	.button {
		font-size: 10px;
		padding: 12px 25px 13px;
    	margin-top: 9px;
	}

	h1 {
		font-size: 22px;
		font-weight: 400;
		margin: 13px 0 0;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		margin-top: 33px;
		font-size: 22px;
	}

	h4 {
		margin-top: 37px;
		font-size: 18px;
	}

	p {
		font-size: 13px;
	}

	ul {
		padding: 0 58px 0 27px;
    	margin-top: 23px;
	}

	li {
		font-size: 14px;
    	line-height: 1.5;
    	margin: 13.5px 0 5px 2px;
	}

	select {
		background-position: calc(100% - 28px) calc(2em + 2px), calc(100% - 23px) calc(2em + 2px), calc(100% - 4em) 1.3em;
		background-size: 7px 5px, 5px 5px, 1px 2em;
	}

	.menu-global li a {
	    font-size: 19.93px;
	    line-height: 41px;
	    letter-spacing: 4px;
	}

	.mobile {
		display: none;
	}

	.no-mobile {
		display: block;
	}

	.conteiner {
		padding: 0 35px;
	}

	.nav-top {
	    padding-top: 23px;
	}

	.logo {
	    width: 100px;
	    display: flex;
    	height: 31px;
	}

	.logo img {
	   margin: auto;
	}

	.nav-buton {
	    height: 31px;
	    margin-right: 10px;
	}

	.nav-buton .left {
	    font-size: 8px;
	    width: 96px;
	    line-height: 28px;
	}

	.nav-buton .right {
	    width: 31px;
	}

	.nav-buton .right img {
	    width: 11px;
	    padding-right: 6px;
	}

	.nav-togle {
	    height: 31px;
	    width: 31px;
	}

	.nav-togle img {
	    width: 17px;
	    margin-left: 5px;
	}

	.header-w {
		top: 14vw;
    	width: 105vw;
    	left: -3vw;
	}

	.header-g {
	    top: 19vw;
    	width: 105vw;
    	left: -2vw;
	}

	.conteiner-content {
		width: 100%;
		margin: auto 0px;
		margin-top: -55px;	

	}

	.content-title {
		line-height: 1.2;
	}

	.grid {
		display: flex;
	}

	.grid-item {
		width: 50%;
		/*margin-top: auto; */
	}

	.similar-block {
		margin-top: 80px;
	}

	.similar-block-title {
		text-transform: uppercase;
    	letter-spacing: 0.2px;
    	font-size: 12px;
    	margin-bottom: 23px;
	}

	.grid .grid-item:nth-child(3n) div {
			padding-right: 3px;	
			padding-left: 2px; 
	}

	.home-header {
		height: 80vw;
	}

	.slick-slide {
		height: 80vw;
	}

	.slick-slide .img--holder {
		height: 100% !important;
	}

	.header-top {
		top: -25vw;
		left: -13px;
		width: 102%;
	}

	.header-bottom {
		left: -13px;
		width: 102%;
		bottom: -0.8vw;
	}


	.home-b1 {
		margin-top: -12%;
	}

	.content-home {
		margin: 82px 70px 118px;
    	padding-left: 3px;
	}

	.bd-w-page{
		background-position: left 41% top 345px;
    	background-size: 150%;
	}

	.grey-elips-bg {
	    background-position: center top;
	    background-size: 100%;
	}

	.grey2-elips-bg {

	    background-position: left 31% top;
    	background-size: 150%;
	}

	.with-elips-bg {
	    background-position: center top;
	    background-size: 200%;
	}

	.inst-g {
	    background-position: center top 110px;
	}

	.span-home {
	    margin-bottom: 14px;
	}

	.content-home h2 {
		font-size: 18px;
	}

	.grid-icon {
		margin-top: 25px;
		max-width: 100%;
    	width: 78vw;
	}

	.home-icon {
		width: 13.2vw;
	}

	.home-icon p {
		font-size: 11px;
		text-transform: uppercase;
		margin-top: 9px;
		line-height: 10px;
	}

	.home-icon > div {
		width: 13.2vw;
		height: 13.2vw;
	}

	.home-icon > div > img {
		margin: auto;
		width: 50%;
	}

	.b-home1 {
		height: 132px;
		display: flex;
		margin-left: 0px;
		padding-top: 0px;
		margin-top: -27px;
		width: 173px;
	}

	.b-home1 .button{
		margin: auto;
	    padding: 12px 22px 13px;
	    font-size: 9px;
	}

	.home-b2 {
		margin-top: -12%;
	}

	.home-b2 .content-home {
	    margin-top: 96px;
	    margin-bottom: 0px;
	}

	.home-b2 .content-img {
		padding: 47px 0px 0px 12px !important;
	}

	.home-b2 .content-img img {
		margin-left: 44px;
	}

	.home-content-b2 {
		display: flex;
	}

	.home-content-b2 > div{
		margin: auto 0 !important;
		padding-bottom: 50px !important;
	}

	.home-content-b2 > div h2 {
	    font-size: 18px;
	    line-height: 22px;
	    padding-top: 6px;
	    padding-bottom: 3px;
	}

	.home-content-b2 > div p {
	 	margin-bottom: 11px;
	 	line-height: 1.8;
	 	margin-bottom: 17px;
	}

	.home-content-b2 > div p.span-home {
	    line-height: 1;
	}

	.home-content-b2 > div .button{
		margin-right: 14px;
		margin-top: 7px;
    	display: inline-block;
	}

	.home-b3 > div {
		margin-top: 196px;
	    margin-bottom: 46px;
	}

	.home-b3 .content-img {
		padding: 20px 0px 0px 0px !important;
	}

	.home-b3 .content-img img {
		margin-left: 44px;
	}

	.home-b3 > div p.span-home {
	    text-transform: none;
	    margin-top: 13px;
	    line-height: 23px;
	    font-size: 13px;
	    margin-bottom: 24px;
	}

	.header-instagrem {
		display: flex;
	    margin-bottom: 20px;
	    margin-top: 54px;
	}

	.header-instagrem img {
		width: 26px;
	    height: 26px;
	    margin-right: 9px;
	}

	.header-instagrem h3{
	    font-size: 19px;
	}

	.home-b3 div.instagram-item {
		width: 25% !important;
	}

	.home-b3 div.instagram-item > div {
		padding: 0 5px 0 0 !important;

	}

	footer {
		padding-top: 14vw;
	}

	footer p {
		font-size: 12px;
	    margin: 13px 0 -16px;
	    letter-spacing: 0.2px;
	    padding-bottom: 29px;
	}

	.footer_one {
		border-bottom: 1px solid #c2c1c3;
		display: flex;
		margin-bottom: 27px;
	    padding-bottom: 15px;
	}
	 
	.footer_one div {
		margin: auto;
		margin-left: 0;
	}

	.footer_one div + div {
		margin: auto;
		margin-right: 0;
	}

	.social-icon {
	 	width: 50px;
	    display: flex;
	}

	.social-icon a{
		margin: auto;
		margin-left: 12px;
	}

	.about-title {
	    font-size: 22px;
	    margin: auto 50px;
	    margin-top: -3px;
	    width: auto;
	    letter-spacing: 4.4px;
	}

	.about-content .about-title-sub {
	    font-size: 16px;
	    margin: 9px auto 45px;
	    letter-spacing: 0.2px;
	    width: auto;
	}

	.about-title-sub {
		margin: auto 10px;
	}

	.slider-about .slick-slide {
	    height: 40vw;
	}

	.yoban-dd {
		text-align: left;
	}

	.about-block h3 {
	    font-size: 18px;
	    line-height: 1.25;
	    margin-bottom: 9px;
	    margin-top: 0px;
	}

	.founder {
	    margin-bottom: 17px;
	}

	.founder img {
	    width: 162px;
	}

	.founder h5 {
	    font-size: 16px;
	}

	.founder p {

	    font-size: 14px;
	}

	.cryotheraphy-block .grid{
		display: block
	}

	.cryotheraphy-block .grid-item{
		width: auto;
		margin: auto;
	}

	.cryotheraphy-block .grid-item > div{
		padding: 0;
	}

	.cryotheraphy-block img {
	    width: 36%;
	    float: left;
	    margin: 7px 47px 40px 12px;
	}

	.cryo-text{
		text-align: left;
		display: flow-root;
	}

	.grid .faq-block { 
		margin: auto;
		width: 45%;
		margin-left: 0px;
	}

	.grid .faq-block:nth-child(2n) {
		margin: auto;
		margin-right: 0px;
	}

	.cryo-h > div {
		margin-bottom: 65px;
	}

	.contact > .grid > .grid-item {
		width: 100%;
	}

	.ddd p {
		margin-left: 50px;
	}

	#map {
	    height: 353px;
	    margin-top: 27px;
	}

	.contact h2 {
	    font-size: 30px;
	}

	.come h2, .cont-form h2 {
	    margin-top: 46px;
	}

	.contact-office {
	    height: 356px;
	    margin: 33px 0 20px;
	}

	.contact .grid-item div {
		padding: 0
	}

	.insta {
		margin-top: 8px; 
	}

	.p404 .header-w {
	    top: auto;
	    bottom: -1vw;
	}

	.sub-menu li a {
		font-size: 14px;
		letter-spacing: 0;
    	line-height: 1;
	}

	.cccc {
		background-position: center top 554px;
	}

	.video-p {
	    margin-top: 60px;
	}

	.cryo-item .conteiner-content {
		width: 463px;
	}

	.cryo-item .conteiner-content .grid-icon {
		justify-content: center !important;
	}

	.cryo-item .home-icon {
		width: 79px;
		margin: 0 11px 12px;
	}

	.cryo-item .home-icon > div {
	    width: 79px;
	    height: 79px;
	}

	.cryo-item {
	    margin-top: 0;
	}

	.cryo-item .content-home {
	    margin: 36px auto 20px;
	}

	.cry-f {
		margin-top: 0px;
	}

	.sas {
	    text-align: center;
	    width: auto;
	    height: 157px;
	}

	.sas h2 {
	    letter-spacing: 0px;
	    font-size: 24px;
	    margin-top: -2px;
	}

	.sas h4 {
	    margin-top: 5px;
	    font-size: 16px;
	    width: auto;
	    letter-spacing: 0px;
	}

	.pricing .grid .grid-item:nth-child(2n - 1) > div {
		padding: 0px; 
    	margin-right: 10px;
	}

	.pricing .grid .grid-item:nth-child(2n) > div {
		padding: 0px; 
    	margin-left: 10px;
	}

	.price-box div.price-box-header p {
	    margin-bottom: 9px;
	}

	.price-box div {
	    padding: 18px 23px 45px !important;
	}

	.package .package-img {
	    height: 290px;
	}

	.package .package-cont h3 {
	    margin-top: 0;
	    font-weight: 800;
	    font-family: 'Lato-Regular';
	    font-size: 21px;
	    letter-spacing: 0.2px;
	}

	.package .package-cont p span {
	    font-size: 16px;
	}

	.package-ccc{
		padding-bottom: 36px;
	}

	.about-content2 {
	    margin: 0px 70px 60px !important;
	}

	.qw {
	    background-position: center top 204px;
	}

	.qww {
	    background-position: center top 16px;
	}

	.ooo {
		margin-top: 0px;
	}

	.archive-title {
		margin-top: 0px;
	    font-size: 23px;
	    margin-bottom: 24px;
	    letter-spacing: 3.8px;
	}

	.archive select {
	    letter-spacing: 2px;
	    font-size: 12px;
	    padding: 19px 20px 21px 27px;
	    background-color: #fff;
	    width: 383px;
	    margin: auto;
	}

	.similar-block {
    	margin-top: 0px; 
	}

	.archive .similar-block  .grid .grid-item:nth-child(2n - 1) > div {
	    padding-right: 14px !important;
	}

	.archive .similar-block  .grid .grid-item:nth-child(2n) > div {
	    padding-left: 14px !important;
	    padding-right: 0px !important;
	}

	.similar-img.post-i {
		height: 160px;
	}

	.pagination > div {
		width: auto;
	}

	.span-home {
		padding-right: 30%;
	}

	.content-home h2 {
		padding-right: 13%;
	}

	.videoPoster span {
		transform: scale(1);
		top: 30px;
    	left: 30px;
	}

	.hero-slider .text--holder {
	    width: 100%;
	    padding: 0px 0px 128px;
	}

	.thanks h1 {
		padding: 5px;
    	width: 404px;
    	margin: auto;
	}

	.thanks h4 {
		padding: 10px;
    	margin: auto;
    	width: 550px;
	}

	.abaut-s {
		padding: 40px 20px 40px 20px!important;
		text-align: left !important;
		bottom: auto;
		top: 0;
	}

	.abaut-s h4 {
		margin-bottom: 0 !important;
		padding: 0 !important;
		letter-spacing: 1px !important;
		font-size: 13px !important;
		width: 300px;
	}

	.active-slide-my, .count-slide-my, .rozd {
		position: absolute;
		z-index: 99;
		right: 0;
		color: #fff;
	}

	.active-slide-my, .count-slide-my {
		right: 35px;
		width: 24px;
		height: 24px;
		text-align: center;
		line-height: 24px !important;
	}

	.rozd {
		width: 16px;
		border-bottom: 1px solid #fff;
		opacity: .6;
		right: 39px;
	}

	.hero-slider .PrevArrow, .hero-slider .NextArrow {
    	right: 35px;
	}

	.home-content-b3 h2{
		padding-right: 0%;
	}

	.home-content-b3 p.span-home{
		padding-right: 0%;
	}

	.home-content-b3 {
		display: flex;
	}

	.home-content-b3 div{
		margin: auto;
	}

	.home-content-b3 .button {
		margin-top: 0px;
	}

	.ff_link{
		padding-bottom: 42px;
	}

	.hero-slider .text--holder > div {
	    margin: auto;
	    padding-bottom: 100px;
	}

	.similar-block .grid-item div{
		padding-right: 20px;
	}

	.cont-body {
	    margin-bottom: 80px;
	}

	.gfgd {
		margin-top: 0px !important;
	}

	.cry-f {
		padding-bottom: 11vw;
	}

	.p404 footer {
	    padding-top: 11vw
	}

	.slider-about .hero-slider .text--holder > div {
	    margin: 0 180px auto 0;
	}

	.book-form {
	    margin: auto 0px;
	}

	.faqs-f .faqs {
		margin-top: 148px;
	}

	.price-full-b .about-content {
		margin-top: 0;
	}

	.wwidooq {
		width: auto;
	}

	.about-fix {
		padding-bottom: 0px;
	}

	.cryotheraphy-content .about-title-sub {
		margin-bottom: 0;
	}

	.cryotheraphy-block p {
	    margin-top: 16px;
	}

	.cryotheraphy-content {
		margin-bottom: 70px;
	}

	.fix-home-one-img {
		max-width: 270px;
	}

	.p404 footer {
		background-image: url(../img/footer404.png);
		width: 100vw;
		background-size: 200%;
		margin-top: -28vw;
	}

	.faqs h4 {
	    margin-bottom: 40px;
	}

	.fdfd {
		margin-top: 68px
	}

	.poppap {
	    display: flex;
	    justify-content: space-evenly;
	    flex-wrap: nowrap;
	    flex-direction: row;
	    align-items: center;
	    align-content: center;
	}

	.poppap-body {
	    height: 694px;
	    width: 522px;
	}


	.form-poppap {
		padding: 0 48px;
	}

	.poppap-body h2 {
	    margin-top: 40px;
	}

	.poppap p {
	    max-width: 380px;
	}

	.bg-poppap {
		height: 100%;
	    background-image: url(../img/body-bg-mask.png);;
	    background-position: top;
	    background-repeat: no-repeat;
	    background-size: cover;
	    -webkit-mask-image: url(../img/poppap-body-bg.png);
	    -webkit-mask-size: auto;
	    -webkit-mask-repeat: no-repeat;
	    -webkit-mask-size: cover;
	    border-radius: 10px;
	}

	footer .mc4wp-form-fields {
		display: flex;
	}

	footer .mc4wp-form-fields .input-ppo {
		padding-right: 10px;
	}

	.footer-social {
	    display: none;
	}

	.ff_link {
		float: right;
		clear: none;
	}

	.footer-social2 {
		display: block;
	}

	.sing-info-f {
		display: flex;
		width: 100%;
	}

	footer h4 {
	    max-width: 300px;
	    margin-bottom: 20px;
	    font-size: 16px;
	}

	.footer_one .footer-social2 {
		margin-left: auto;
		margin-right: 0;
	}

	.footer-social2 .social-icon {
		width: 56px;
		margin-top: 16px;
	}

	.footer_one .form-footer {
		margin: 0;
	}

	footer .mc4wp-form-fields .submit-sing {
	    margin-top: 24px;
	    font-size: 10px;
	    padding: 11px 20px 12px;
	}

	.indrared-page .about-title {
    	margin-top: -57px;
    	line-height: 1;
	}

	.indrared-page.dsdds-a .about-content {
	    width: 100%;
	    margin: auto 70px;
	    margin-bottom: -50px;
	    padding-bottom: 0px;
	}

	.qw.indrared-page {
        background-position: center top 587px; 
	}

	.bg-fix-price-video.indrared-page .conteiner-content {
	    margin: 94px 70px 42px;
	    width: 100%;
	}

	.infra2b-in h2 {
	    margin-bottom: 9px;
	}

	.qww .conteiner-content {
	    margin: 0px 70px 0px;
	    width: 100%;
	    padding-bottom: 17px
	}

	.pricing.indrared-page .conteiner-content {
	    margin-left: 70px;
	    margin-right: 70px;
	}	

	.footer-copy {
		display: flex;
	}

	.footer-copy p {
	    margin-right: 6px;
	    line-height: 1;
	}

	.footer-copy #menu-footer {
	    display: flex;
	    margin-top: 11px;
	}

	.footer-copy #menu-footer li {
		border-left: 1px solid #c2c1c3;
		padding: 0 5px;
		line-height: 1;
	}

	.footer-copy {
    	margin-top: 6px;
	}

	.police-page h1 {
	    font-size: 30px;
	    margin-bottom: 20px;
	}

}

@media only screen and (min-width: 960px) {
	
	.button {
		font-size: 12px;
	    padding: 15px 35px 16px;
	    margin-top: 15px;
	}

	h1 {
		font-size: 27px;
    	margin: 29px 0 0;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	p {
		font-size: 14px;
		line-height: 1.6;
	}

	.menu-global li a {
	    font-size: 22px;
	    line-height: 46px;
	    letter-spacing: 4px;
	}

	.conteiner {
    	padding: 0 50px;
	}

	header {
	    height: 455px;
	}

	.nav-top {
		padding-top: 35px;
	}

	.logo {
		width: 133px;  
	}

	.logo img {
		margin-top: 10px;
	}

	.nav-buton {
	    height: 36px;
	    margin-right: 10px;
	}

	.nav-buton .left {
	    width: 111px;
    	line-height: 36px;
	}

	.nav-buton .right {
	    width: 37px;
	}

	.nav-buton .right img {
	    width: 14px;
    	padding-right: 6px;
	}

	.nav-togle {
	    height: 36px;
	    width: 36px;
	}

	.nav-togle img {
		width: 20px;
    	margin-left: 7px;
	}

	.conteiner-content {
    	width: 100%;
    	margin: auto 100px;
    }

    .content-title {
	    width: 530px;
	    line-height: 1.1;
	}

	.content-img {
	    margin-top: 32px;
	    margin-bottom: 55px;
	    padding: 0;
	}	

	.cont-body {
		padding-right: 68px;
	}

	.similar-block {
	    margin-top: 123px;
	}

	.similar-block-title {
	    font-size: 11.7px;
	}

	.similar-img {
	    margin-top: 12px;
	    margin-bottom: 0;
	    padding-top: 6px;
	}

	.similar-block .contetn-date {
	    margin-top: 46px;
	}

	.similar-block h3 {
	    margin-top: 17px;
	    margin-bottom: 10px;
	    font-size: 22px;
	}

	footer {
	    padding-top: 128px;
	}

	footer p {
		font-size: 13px;
		margin: 28px 0;
		letter-spacing: 0px;
	}

	.social-icon {
	    width: 58px;
	    display: flex;
	}

	.social-icon a {
	    margin: auto;
	    margin-left: 14px;
	}

	.footer_one {
    	border-bottom: 1px solid #c2c1c3;
    }

    .footer_one p {
    	font-size: 13px;
	    margin: 34px 0 0;
	    letter-spacing: 0px;
	}	

	.home-header {
		height: 721px;
	}

	.header-top {
		top: -27vw;
		width: 104%;
	}

	.slick-slide {
		height: 654px;
	}

	.slick-slide .img--holder {
		height: 100% !important;
	}

	.content-home {
	    margin-top: 144px;
    	margin-bottom: 174px;
    	padding-left: 0px;
	}

	.span-home {
		font-size: 11px;
    	margin-bottom: 23px;
    	letter-spacing: .55px;
	}

	.content-home > h2 {
		font-size: 23px;
    	letter-spacing: 0.2px;
	}

	.home-b1 > .content-home > p, .home-b1 > .content-home > h2, .home-b1 > .content-home > div, .yyyy {
		padding-right: 68px;
	}


	.hero-slider .text--holder {
		width: 100%;
	    padding: 0px 0px 177px;
	}

	.text--holder h2 {
		font-size: 36px;
	    letter-spacing: 5.25px;
	    margin-top: 18px;
	    line-height: 1;
	}

	.text--holder h4 {
		font-size: 14px;
	    letter-spacing: 2.65px;
	    padding: 0 46px 0 40px;
	}

	.home-b1 {
    	margin-top: -12.6%;
	}

	.grid-icon {
		margin-top: 25px;
		width: 64vw;
	}

	.home-icon {
		width: 10.5vw;
		margin-right: 20px;
	}

	.home-icon p {
		font-size: 11px;
		text-transform: uppercase;
		margin-top: 9px;
		line-height: 10px;
	}

	.home-icon > div {
		width: 10.5vw;
		height: 10.5vw;
	}

	.home-icon > div > img {
		margin: auto;
		width: 50%;
	}

	.b-home1 {
	    margin-left: 20px;
	    margin-top: -8px;
	    width: 258px;
	}

	.b-home1 .button {
	    margin: auto;
	    padding: 14px 42px 14px;
	    font-size: 11px;
	    font-family: 'Lato-Light';
	    letter-spacing: .7px;
	}

	.home-b2 .content-img {
    	padding: 20px 0px 0px 79px !important;
	}

	.home-b2 .content-img img {
    	 margin-left: 0px; 
	}

	.home-content-b2 > div {
	    padding-bottom: 7px !important;
	}

	.home-content-b2 > div p.span-home {
	    margin-top: 60px;
	}

	.home-content-b2 > div h2 {
	    font-size: 23px;
	    line-height: 28px;
	    letter-spacing: 0.2px;
	    padding-bottom: 9px;
	    padding-top: 20px;
	}

	.home-content-b2 > div p {
    	margin-bottom: 18px;
	}

	.home-content-b2 > div .button {
	    margin-top: 9px;
	}

	.grey2-elips-bg {
	    background-position: left 52% top;
	    background-size: 115%;
	}

	.home-b3 > div {
	    margin-top: 220px;
	    margin-bottom: 46px;
	}

	.home-b3 .content-home h2 {
	    font-size: 23px;
	    margin-top: 87px;
	    letter-spacing: 0.2px;
	    margin-bottom: 16px;
	}

	.home-b3 > div p.span-home {
	    margin-bottom: 10px;
	}

	.home-b3 .content-img {
	    padding: 20px 0px 0px 6px !important;
	}

	.home-b3 .content-img {
	    padding: 20px 0px 0px 6px !important;
	}

	.header-instagrem {
	    margin-bottom: 42px;
	    margin-top: 39px;
	}

	.header-instagrem h3 {
	    letter-spacing: 0.2px;
	}

	.home-b3 div.instagram-item > div {
	    padding: 0 5px 0 0 !important;
	}

	.header-w {
	    top: 14vw;
	    width: 108vw;
	    left: -6vw;
	}

	.header-g {
	    top: 20vw;
	    width: 105vw;
	    left: -2vw;
	}

	.about-content{
		margin-top: -82px;
	}

	.about-title {
	    font-size: 27px;
	    margin-top: 0px;
	    width: 434px;
	    letter-spacing: 5.4px;
	    line-height: 0.95;
	    margin: auto;
	}

	.about-content .about-title-sub {
	    font-size: 20px;
	    margin: 15px auto 84px;
	    letter-spacing: 0.2px;
	    width: 480px;
	}

	.slider-about .slick-slide {
	    height: 372px;
	}

	.about-block h3 {
	    font-size: 23.5px;
	    line-height: 1.2;
	    margin-bottom: 15px;
	    margin-top: 0px;
	}

	.about-block {
    	margin-top: 84px;
	}
	.book-form {
    	margin-top: 84px;
		padding: 60px;
	}
	.book-form #timelyWidget {
    	width: 100%
	}

	.founders > div {
		display: flex;
		height: 100%;
	}

	.founder {
		width: 50%;
    	margin: auto;
    	margin-top: 64px;
	}


	.founder img {
    	width: 176px;
	}

	.cryotheraphy-block .grid {
	    display: flex;
	}

	.about-content .about-title-sub {
	    font-size: 20px;
	    margin: 19px auto 80px;
	    letter-spacing: 0.2px;
	    width: 453px;
	}

	.cryotheraphy-block img {
	    width: 44%;
	    margin: 5px 40px 40px 3px;
	}

	.cryotheraphy-block .button {
	    text-align: left;
	    width: 137px;
	    margin-bottom: 58px;
	    font-size: 11px;
    	padding: 13px 30px 14px;
	}

	.faqs {
		padding: 0 !important;
	}

	.faqs h4 {
	    font-size: 12px;
	    margin-bottom: 30px;
	}

	.grid .faq-block {
	    width: 29.2%;
	}

	.faq-block h3 {
	    margin-top: 20px;
	    letter-spacing: -0.5px;
	    margin-bottom: 11px;
	    font-size: 22px;
	}

	.grid .faq-block:nth-child(3n+1) {
		margin: auto;
		margin-left: 0px;
	}

	.grid .faq-block:nth-child(3n+2) {
		margin: auto;
	}

	.grid .faq-block:nth-child(3n+3) {
		margin: auto;
		margin-right: 0px;
	}

	.cryo-h > div {
	    margin-bottom: 82px;
	}

	.contact .order1 {
		order: 0;
	}

	.contact .order0 {
		order: 1;
	}

	.contact .order0 > div {
		padding-top: 21px;
		padding-left: 26px; 
	}	

	.contact .order3 {
		order: 3;
	}

	.contact  .order4 {
		order: 4;
	}

	.contact  .order4 > div {
		padding-left: 26px;
	}

	.contact > .grid > .grid-item {
	    width: 50%;
	}

	.contact {
		margin-top: -160px;
	} 

	#map {
	    margin-top: 0px;
	    margin-right: 26px;
	}

	.contact-office {
	    margin: 32px 18px 20px 0px;
	}

	.insta {
    	position: relative;
    	margin-top: 60px;
	}

	.bd-w-page {
	    background-position: center top 120px;
	    background-size: 100%;
	}

	.sub-menu li a{
		font-size: 14px;
		letter-spacing: 0.8px;
    	line-height: 1;
	}

	.cccc {
		background-position: center top 412px;
	}

	.video-p {
	    margin-top: 101px;
	    margin-bottom: 82px;
	}

	.cryo-item {
	    margin-top: -11%;
	}

	.cryo-item .conteiner-content {
	    width: auto;
	}

	.cryo-item .conteiner-content .grid-icon {
	    padding-right: 0px !important;
	}

	.cryo-item .home-icon {
	    width: 94px;
	    margin: 0 8px 12px;
	}

	.cryo-item .home-icon > div {
	    width: 94px;
	    height: 94px;
	}

	.cryo-item .content-home {
	    margin: 78px auto 20px;
	}

	.cry-f {
	    margin-top: 0px;
	    margin-bottom: 23vw;
	}

	.qw {
	    background-position: center top 209px;
	}

	.sas > div {
	    margin: 20px 35px 20px 80px;
	    display: flex;
	    width: 100%;
	}

	.wer_l {
		width: 65%;
	    margin: auto auto auto 0;
	    text-align: left;
	    border-right: 1px solid #c8c8c8;
	}

	.wer_r {
		display: flex;
	}

	.sas h2 {
	    letter-spacing: 0px;
	    font-size: 30px;
	    margin-top: 0px;
	}

	.sas h4 {
	    font-size: 21.5px;
	    line-height: 14px;
	}

	.wer_r a{
		margin: auto auto auto;
	}

	.price-grid .grid-item {
    	width: 25%;
	}

	.pricing .grid .grid-item:nth-child(2n - 1) > div {
	    padding: 0px;
	    margin-right: 10px;
	}

	.pricing .grid .grid-item:nth-child(2n) > div {
	    padding: 0px;
	    margin-left: 0px;
	    margin-right: 10px;
	}

	.price-box div.price-box-header {
	    padding: 27px 22px 6px !important;
	}

	.price-box div.price-box-header p {
	    line-height: 1.4;
	    font-family: 'Lato-Light';
	}

	.price-box div.price-box-header p span {
	    font-size: 16px;
	    line-height: 13px;
	    letter-spacing: 0;
	    font-family: 'Lato-Regular';
	}

	.price-box div p {
    	line-height: 20px;
    	font-family: 'Lato-Light';
	}

	.price-box div p span {
	    font-size: 14px;
	    line-height: 32px;
	    font-family: 'Lato-Regular';

	}

	.price-box .button {
		font-size: 10px;
    	padding: 9px 26px 10px;
    	margin-top: -5px;
	}

	.price-box div {
	    padding: 19px 23px 45px !important;
	}

	.ooo {
		margin-top: -24vw !important;
	}

	.package-ccc {
		margin-top: 0px !important;
	}

	.package {
		display: flex;
		flex-wrap: nowrap;
	}

	.package .package-img {
		width: 50%;
    	height: auto;
    	border-radius: 5px 0 0 5px;
	}

	.package .package-cont {
		width: 63%;
		border-radius:  0 5px 5px 0;
		padding: 54px 63px 58px 41px;
	}

	.package .package-cont h3 {
	    font-size: 19px;
    	letter-spacing: 1.1px;
    	line-height: 26px;
	}

	.package .package-cont .button {
	    margin-top: 0px;
	    display: inline-block;
	    font-size: 10px;
    	padding: 9px 24px 10px;
	}

	.archive-title {
	    font-size: 29px;
	    margin-bottom: 24px;
	    letter-spacing: 4.2px;
	}

	.archive select {
	    padding: 22px 14px 23px 33px;
	}

	.archive .similar-block {
	    padding-top: 66px;
	    margin-top: 0px;
	}

	.similar-img.post-i {
	    height: 274px;
	}

	.archive .similar-block .contetn-date {
	    margin-top: 49px;
	}

	.archive .similar-block .grid-item {
	    margin-bottom: 70px;
	}

	.pagination > div > div.b_dark {
	    width: 54px;
	    height: 54px;
	}

	.pagination > div > div.b_dark a {
		width: 54px;
	    height: 54px;
	    line-height: 54px;
	}

	.pagination > div > div.b_white {
	    width: 74px;
	}

	.span-home {
		padding-right: 0;
	}

	.content-home h2 {
		padding-right: 0;
	}

	.videoPoster span {
	    transform: scale(1.3);
	    top: 40px;
    	left: 30px;
	}

	.thanks h1 {
		padding: 5px;
    	width: 450px;
    	margin: auto;
	}

	.thanks h4 {
		padding: 10px;
    	margin: auto;
    	width: 600px;
	}

	.abaut-s {
		padding: 100px 60px 40px 60px!important;
		text-align: left !important;
		bottom: auto;
		top: 0;
	}

	.abaut-s h4 {
		margin-bottom: 0 !important;
		padding: 0 !important;
		letter-spacing: 1px !important;
		font-size: 19px !important;
		width: 414px;
	}

	.active-slide-my {
		top: 29%;
		margin-top: -31px;
	}

	.rozd2 {
		margin-top: -43px;
	}

	.active-slide-my, .count-slide-my {
    	right: 50px;
	}

	.hero-slider .PrevArrow, .hero-slider .NextArrow {
    	right: 50px;
	}

	.rozd {
	    right: 53px;
	}

	.archive-title {
    	margin-top: -110px;
	}

	.cont-body {
		margin-bottom: 120px;
	}

	.cryotheraphy-block .grid-item {
	    width: 50%; 
	    margin: 0 auto;
	}

	.hero-slider .NextArrow {
	    margin-top: 0px;
	}

	.cryotheraphy-block p {
	    margin-top: 20px;
	}

	.abaut-col-tex > div {
		padding-right: 40px;
	}

	.slider-about .active-slide-my, .slider-about .count-slide-my, .slider-about .rozd {
	    top: 35%;
	}

	.slider-about .hero-slider .slick-arrow {
	    top: 65%;
	}

	.slider-about .active-slide-my {
	    margin-top: -34px;
	}

	.slider-about .rozd2 {
	    top: 65%;
	    margin-top: -10px;
	}

	.price-full-title h1 {
		width: 490px;
	}

	.wwidooq {
		width: auto;
	}

	.cryotheraphy-content .about-title-sub {
		margin-bottom: 40px;
	}

	.wpcf7-form.init {
	    margin-top: 26px;
	}

	.fix-home-one-img {
		max-width: 310px;
	}

	.cryo-item .grid-icon {
		width: 100%;
	} 

	.price-box div p {
	    margin-bottom: 20px;
	}
	
	.slider-about .active-slide-my, .slider-about .count-slide-my, .slider-about .rozd {
		top: 20%;
	}
	
	.slider-about .hero-slider .slick-arrow {
		top: 54%;
		right: -45px;
	}
	
	.slider-about .rozd2 {
		top: 54%;
	}

	.faqs h4 {
	    margin-bottom: 30px;
	}

	.slider-about .hero-slider .slick-arrow:hover {
	    background: #f1f0f2;
	}

	.fdfd {
		margin-top: 21px
	}
	
	.bg-fix-price-video {
		background-color: transparent;
	} 

	.poppap-body {
	    height: 558px;
	    width: 682px;
	}


	.form-poppap {
		padding: 0 25px;
		z-index: 2;
	}

	.poppap p {
	    max-width: 570px;
	}

	.bg-poppap {
		margin-top: -68px;
	}

	.poppap-body h2 {
		font-size: 31px;
	} 

	.poppap-body p {
		font-size: 18px;
	}

	.input-ppo {
		width: 49%;
		float: left;
		padding-right: 1%;
		font-size: 14px;
	}

	.footer-social2 {
		display: none;
	}

	.footer-social {
	    display: block;
	}

	.form-poppap {
		padding: 0 48px;
	}

	.footer-b-b {
		display: flex;
   	 	width: 100%;
    	flex-direction: row;
    	justify-content: space-between;
	}

	.footer-social {
	    margin-top: 32px;
	}

	.sing-info-f {
		display: block;
    	width: auto; 
	}

	.footer_one {
		display: flex;
		flex-direction: row;
	}

	.sing-info-f h4 {
		margin-top: 4px;
    	max-width: 230px;
	}

	.footer_one .form-footer {
		margin-left: 20px;
	}

	.poppap .submit-sing {
	    width: 162px !important;
	    margin-top: 8px;
	}

	footer .mc4wp-form-fields .submit-sing {
	    margin-top: 24px;
	    font-size: 12px;
	    padding: 10px 20px 11px;
	}

	.indrared-page .about-title {
    	margin-top: -83px;
    	line-height: 1;
	}

	.indrared-page.dsdds-a .about-content {
    	width: 100%;
    	margin: auto 100px;
    	margin-bottom: -50px;
    	padding-bottom: 0px;
	}

	.indrared-page .infrared-sybtitle {
	    max-width: 500px;
    	margin-left: auto;
    	margin-right: auto;
	}

	.indrared-page .home-icon {
	    padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	    width: 10vw;
	    margin-right: 12px;
	}

	.indrared-page .home-icon > div {
		padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
	    width: 10vw;
	    height: 10vw;
	}

	.qw.indrared-page {
    	background-position: center top 370px; 
	}

	.indrared-page .grid-icon {
    	width: 100%;
	}

	.bg-fix-price-video.indrared-page {
    	margin-top: -2%;
	}

	.bg-fix-price-video.indrared-page .conteiner-content {
	    margin: 140px 100px 74px;
	    width: 100%;
	}

	.qww .conteiner-content {
	    margin: 0px 100px 0px;
	    width: 100%;
	    padding-bottom: 23vw;
	}

	.bd-w-page.qww.indrared-page {
		background-position: center top 48px;
	}

	.pricing.indrared-page .conteiner-content {
    	margin-left: 100px;
    	margin-right: 100px;
	}

	.pricing.indrared-page .ooo {
    	margin-top: -16.5vw !important;
	}

	.footer-copy #menu-footer {
		margin-top: 7px;
	    padding-top: 20px;
	    padding-bottom: 24px;
	}

}

@media only screen and (min-width: 1140px) {
	.button {
		font-size: 13px;
	    padding: 16px 35px 17px;
	    margin-top: 17px;
	}

	h1 {
		font-size: 39.25px;
    	margin: 41px 0 0;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		margin-top: 30px;
		font-size: 26px;
	}

	h4 {
		margin-top: 32px;
	    font-size: 22px;
	}

	p {
		font-size: 14px;
		line-height: 1.6;
	}

	a {
	    font-size: 14px;
	    color: #272729;
	}

	select, input {
		width: 406px;
	    padding: 22px 37px 27px;
	    background-position: calc(100% - 31px) calc(2.3em + 2px), calc(100% - 28px) calc(2.3em + 2px), calc(100% - 5.4em) 1.4em;
	    background-size: 4px 5px, 4px 5px, 1px 2.7em;
	    letter-spacing: 2px;
	    font-size: 11px;	  
	}


	.menu-global li a {
	    font-size: 22px;
	    line-height: 46px;
	    letter-spacing: 4px;
	}

	.conteiner {
    	padding: 0 87px;
	}

	header {
	    height: 100vh;
	}

	.nav-top {
		padding-top: 69px;
	}

	.logo {
		width: 180px;  
	}

	.logo img {
	    margin-top: 9px;
	}

	.nav-buton {
	    height: 49px;
	    margin-right: 14px;
	}

	.nav-buton .left {
	    width: 153px;
    	line-height: 48px;
    	font-size: 11.5px;
	}

	.nav-buton .right {
	    width: 50px;
	}

	.nav-buton .right img {
	    width: 18px;
    	padding-right: 4px;
	}

	.nav-togle {
	    height: 49px;
	    width: 49px;
	}

	.nav-togle img {
		width: 26px;
    	margin-left: 10px;
	}

	.header-w {
	    top: 14vw;
	    width: 107vw;
	    left: -6vw;
	}

	.header-g {
	    top: 21vw;
	    width: 104vw;
	    left: -3vw;
	}

	.abaut-anim .header-w {
		top: 14vw;
	}

	.abaut-anim .header-g {
		top: 20vw;
	}

	.archive-title {
	    letter-spacing: 7.9px;
	    margin-left: 10px;
	}


	.conteiner-content {
    	width: 1023px;
    	margin: auto;
    	margin-top: -409px;
    }

    .contetn-date {
	    margin-left: 3px;
	}

    .content-title {
	    width: 772px;
	    line-height: 1;
	}

	.content-img {
	    margin-top: 43px;
    	margin-bottom: 72px;
	    padding: 4px 3px 2px 3px;
	}	

	.cont-body {
		padding-right: 212px;
    	padding-left: 1px;
	}

	.grid .grid-item > div {
	    padding-right: 28px;
	    margin-bottom: 23px;
	    margin-bottom: 65px;
	}

	.grid .grid-item:nth-child(3n) > div {
			padding-right: 0px;	
			padding-left: 26px; 
	}

	.similar-block {
	    margin-top: 181px;
	    margin-top: 56px;
	}

	.similar-block-title {
	    font-size: 14px;
	    margin-left: 2px;
	}

	.similar-img {
	    margin-top: 18px;
	    margin-bottom: 0;
	    padding-top: 6px;
	}

	.similar-block .contetn-date {
	    margin-top: 46px;
	}

	.similar-block h3 {
	    margin-top: 17px;
	    margin-bottom: 10px;
	    font-size: 22px;
	}

	footer {
    	padding-top: 170px;
    	padding-bottom: 10px;
	}

	footer p {
		font-size: 13px;
		margin: 40px 0;
		letter-spacing: 0px;
	}

	.menu-global li a{
		font-size: 31.93px;
		line-height: 66.29px;
		letter-spacing: 6.5px;
	}

	.nav-togle.close img {
	    width: 19px;
	}

	.social-icon {
	    width: 78px;
	    display: flex;
	}

	.social-icon a {
	    margin: auto;
	    margin-left: 18px;
	}

	.footer_one {
	    padding-bottom: 2px;
	}

    .footer_one p {
    	font-size: 13px;
	    margin: 66px 0;
	    letter-spacing: 0px;
	    padding: 0;
	}

	.archive select {
		margin-top: 29px;
	}

	.pagination > div > div {
		width: 61px;
		height: 61px;
		line-height: 56px;
		margin: auto;
	}

	.pagination > div > p {
		width: 61px;
		padding: 0px 10px; 
  		line-height: 45px;
	}

	.pagination > div > p.pag_info {
		padding: 0px 12px; 
	}

	.pagination > div > div.numb {
		width: 86px;
		font-family: 'Lato-Regular';
		font-size: 11px;
	}

	.contact {
		padding-top: 64px 
	}

	#map {
		height: 477px;
	    margin-left: 3px;
	    margin-right: 1px;
	}

	.home-header {
		height: 74vw;
	}

	.header-top {
		width: 97%;
		top: -26vw;
	}

	.slick-slide {
		height: 67vw;
	}

	.home-b1 {
		margin-top: -13%;
	}

	.hero-slider .text--holder {
	    padding: 0px 0px 320px;
	}

	.text--holder h4 {
	    font-size: 16.52px;
	    letter-spacing: 5px;
	}

	.text--holder h2 {
	    font-size: 45px;
	    letter-spacing: 9px;
	    margin-top: 17px;
	}

	.content-home {
		margin-top: 221px;
		margin-bottom: 300px;
		padding-left: 6px;
	}

	.grey-elips-bg {
	    background-position: center top;
	    background-size: 100%;
	}

	.grey2-elips-bg {
	    background-position: center top;
	    background-size: 100%;
	}

	.with-elips-bg {
	    background-position: center top;
	    background-size: 100%;
	}

	.span-home {
		font-size: 14px;
    	margin-bottom: 28px;
    	letter-spacing: 0px;
	}

	.content-home > h2 {
		font-size: 30px;
    	letter-spacing: 0px;
	}

	.home-b1 > .content-home > p, .home-b1 > .content-home > h2, .home-b1 > .content-home > div, .yyyy {
		padding-right: 140px;
	}

	.grid-icon {
		display: flex;
		flex-wrap: wrap;
		margin-top: 52px;
	}

	.home-icon {
		width: 15%;
	    text-align: center;
	    margin-right: 23px;
	    margin-bottom: 20px;
	}

	.home-icon p {
		font-size: 12px;
	    text-transform: uppercase;
	    margin-top: 18px;
	    line-height: 12px;
	}

	.home-icon > div {
	    background: #fff;
	    border-radius: 200px;
	    border: 1px solid #c8c8c8;
	    padding: 36px 20px;
	    width: auto;
	    height: auto;
	}

	.b-home1 {
		height: 132px;
		display: flex;
		margin-left: 26px;
		margin-top: 4px;
		width: 271px;
	}

	.b-home1 .button{
		margin: auto;
		padding: 19px 47px 19px;
	}

	.home-b2 {
		margin-top: -12%;
	}

	.home-b2 .content-home {
		margin-top: 173px;
		margin-bottom: 300px;
	}

	.home-b2 .content-img {
		padding: 9px 14px 0 82px !important;
	}

	.home-content-b2 {
		display: flex;
	}

	.home-content-b2 > div{
		margin: auto 0 !important;
		padding-bottom: 50px !important;
	}

	.home-content-b2 > div h2 {
		font-size: 32.29px;
	    line-height: 32px;
	    padding-top: 24px;
	    padding-bottom: 12px;
	    letter-spacing: 0px;
	}

	.home-content-b2 > div p {
    	line-height: 1.75;
    	margin-bottom: 18px;
	}

	.home-content-b2 > div p.span-home {
	    margin-top: 15px;
	    margin-bottom: 8px;
	}

	.home-content-b2 > div .button{
		margin-right: 14px;
	}

	.home-b3 {
		margin-top: -352px;
	}

	.home-b3 .content-img {
		margin-top: 18px;
    	margin-left: -62px;
	}

	.home-b3 .content-img img {
		width: 619px;
	}

	.home-content-b3 {
		margin: auto 0;
	}

	.home-content-b3 > div {
		margin-bottom: -57px !important;
	}

	.home-content-b3 > div h2 {
		font-size: 32.42px;
    	line-height: 39px;
    	padding-top: 3px;
    	padding-bottom: 12px;
	}

	.home-content-b3 .span-home {
		text-transform: none;
	    margin-bottom: 50px;
	    font-size: 17.46px;
	    margin-top: 16px;
	}

	.home-b3 div.grid-item {
		width: 60%;
	}

	.home-b3 div.grid-item + div.grid-item + div.grid-item{
		width: 40%;
	}

	.home-b3 div.grid-item + div.grid-item div{
		margin-bottom: -5px !important;
	}

	.home-b3 .content-home h2 {
	    font-size: 32.42px;
    	line-height: 39px;
    	padding-top: 54px;
    	padding-bottom: 12px;
	}

	.home-b3 > div p.span-home {
		text-transform: none;
    	margin-bottom: 20px;
    	font-size: 17.46px;
    	margin-top: 16px;
	}

	.header-instagrem {
		margin-top: -5px;
		margin-bottom: 57px;
	}

	.header-instagrem img {
		width: 33px;
		height: 33px;
		margin-right: 14px;
	}

	.header-instagrem h3{
		margin: 0;
    	line-height: 1.4;
    	letter-spacing: 0.4px;
    	font-size: 25px;
	}

	.home-b3 div.instagram-item {
		width: 25% !important;
	}

	.home-b3 div.instagram-item > div {
		padding: 0 12px 0 0 !important;
		margin-bottom: 6px !important;
	}

	.home-b3 .content-home {
		margin-bottom: 156px;
	}

	.about-content {
		/*margin-top: -210px;*/
		/*width: 1256px;*/
		margin-bottom: -120px;
		margin-top: -45vh;
	}

	.archive-title, .about-title  {
		text-transform: uppercase;
		text-align: center;
	    letter-spacing: 7.9px;
	    margin-left: 9px;
	}

	.about-title {
		font-size: 39.25px;
		line-height: 1;
		width: 651px;
		margin-left:  auto;
		margin-right:  auto;
	}

	.slider-about{
		margin-top: 116px;
	}

	.abbb-p {
		background-position: center top 71px !important;
	}

	.about-content .about-title-sub {
		font-size: 26.16px;
		width: 658px;
		text-align: center;
		margin: 18px auto 116px;
	}

	.about-content h4 {
		margin-top: 21px;
	}

	.slider-about .slick-slide {
		height: 612px;
	}

	.about-block {
		margin-top: 128px;
	}

	.about-block h3 {
		font-size: 32.29px;
		line-height: 1;
		margin-bottom: 28px;
	}

	.yoban-dd {
		padding-right: 0px !important;
	}

	.founder{
		margin-top: 50px;
	}

	.founder img {
	    width: 92%;
	}

	.founder h5 {
	    font-size: 19px;
	    margin-top: 22px;
	}

	.about-content .about-title-sub {
	    margin: 19px auto 40px;
	}

	.cryotheraphy-block .grid-item {
	    width: 50%;
	}

	.cryo-text {
		padding: 0px;
	}

	.cryotheraphy-block .grid {
    	margin: auto;
	}

	.cryo-text {
	    padding-right: 0px;
	}

	.cryotheraphy-block img {
	    width: 44%;
    	margin: 14px 58px 40px 40px;
	}

	.cryotheraphy-block p {
	    margin-top: 30px;
	    letter-spacing: 0px;
	}

	.cryotheraphy-block .button {
	    font-size: 13px;
	    width: 150px;
	}

	.cry--qwqw h1.about-title{
		width: 850px;
	}

	.grid .grid-item > div {
	    margin-bottom: 146px;
	}

	.cry--qwqw h4.about-title-sub{
		width: 850px;
	}

	.cry--qwqw  .button {
		padding: 17px 50px 18px;
	}

	.faqs {
		margin-top: 95px;
	}

	.faqs h4 {
	    font-size: 16px;
	    margin-bottom: 42px;
	}

	.faq-block h3 {
		margin-top: 30px;
		letter-spacing: -0.4px;
	    font-size: 25px;
	}

	.cryo-h > div {
	    margin-bottom: 154px;
	}

	.home-icon > div > img {
	    margin: auto;
	    width: 63%;
	}

	.b-home1 .button {
	    font-size: 13px;
    	padding: 16px 35px 17px;
	}

	.contact{
		width: 1024px;
    	margin-top: -55vh;
	}

	.contact .order0 > div {
		padding-top: 65px;
	}

	.contact h2 {
	    font-size: 34px;
	    margin-bottom: 12px;
	}

	.cont-info span {
	    font-size: 18px;
	}

	.ddd p {
	    margin-left: 16px;
	}

	.cont-info .social-icon {
	    width: 62px;
	}

	.contact .grid .grid-item > div {
    	margin-bottom: 55px;
	}

	.contact .grid .grid-item:nth-child(3n) > div {
	    padding-right: 0px;
	    padding-left: 0px;
	}

	.contact-office {
	    margin: 40px 30px 20px 0px;
	    height: 480px;
	}

	.insta {
		margin-top: 84px;
		width: 1024px !important;
	}

	.bd-w-page {
	    background-position: center top 270px;
	    background-size: 100%;
	}

	.inst-g {
    	background-position: center top 170px;
	}

	.insta {
		padding-bottom: 200px;
    	margin-bottom: -110px;
	}

	.sub-menu {
	    /*margin-bottom: 20px !important;*/
	    margin-bottom: 0 !important;
	}

	.sub-menu li a{
		font-size: 20px;
		letter-spacing: 0.8px;
    	line-height: 1;
	}

	.cryotheraphy-content {
		margin-bottom: 0px !important;
	}

	.cont-dddd {
		background-position: center top 0px;
	}

	.cry-f {
	    margin-top: 0px;
	    margin-bottom: 17vw;
	}

	.video-p {
	    margin-top: 154px !important;
	    margin-bottom: 24% !important;
	}
	
	.video-p-new {
	    margin-top: 154px;
	    margin-bottom: 15%;
	}

	.cryo-item {
	    margin-top: -10%;
	}

	.cryo-item .grid-icon {
		width: 100%;
	}

	.cryo-item .conteiner-content {
	    width: 1023px;
	}

	.cryo-item .content-home {
    	margin: 78px auto 104px;
	}

	.cryo-item .home-icon {
	    width: 11.28%;
	}

	.cryo-item .home-icon > div {
	    width: 100%;
	    height: 100%;
	    padding: 0px 0px;
	}

	.cryo-item .home-icon > div > img {
	    margin: auto;
	    width: 48%;
	}

	.sas {
	    text-align: center;
	    width: auto;
	    height: 194px;
	}

	.sas > div {
	    margin: 47px 62px 60px 96px;
	    display: flex;
	    width: 100%;
	}

	.sas h2 {
	    letter-spacing: 0px;
	    font-size: 40px;
	    margin-top: 0px;
	}

	.sas h4 {
	    font-size: 27.5px;
	    line-height: 31px;
	    margin: 0;
	}

	.pricing .grid .grid-item:nth-child(4n - 3) > div {
	    padding: 0px;
	    margin-right: 31px;
	}

	.pricing .grid .grid-item:nth-child(4n - 2) > div {
	    margin-left: 9px;
    	margin-right: 23px;
	}

	.pricing .grid .grid-item:nth-child(4n - 1) > div {
	    margin-left: 17px;
    	margin-right: 14px;
	}

	.pricing .grid .grid-item:nth-child(4n) > div {
	    margin-left: 26px;
    	margin-right: 5px;
	}

	.bd-w-page {
		background-position: center top -30px;
	}

	.ooo .faqs h4, .package-ccc .faqs h4{
		font-size: 14px;
    	margin-bottom: 43px;
	}

	.price-box div {
	    padding: 23px 26px 45px !important;
	}

	.price-box div.price-box-header {
	    padding: 30px 28px 17px !important;
	}

	.price-box div.price-box-header p span {
	    font-size: 18px;
	}

	.price-box .button {
	    font-size: 10px;
	    padding: 13px 40px 14px;
	    margin-top: 1px;
	}

	.package-ccc {
		margin-bottom: 0;
	}

	.package .package-cont h3 {
	    font-size: 23.5px;
	    letter-spacing: 1.1px;
	    line-height: 29px;
	}

	.package .package-cont p span {
	    font-size: 19px;
	}

	.package .package-cont p {
	    font-family: Lato-Light;
	}

	.package .package-cont .button {
	    margin-top: 3px;
	    display: inline-block;
	    font-size: 12px;
	    padding: 11px 34px 12px;
	}

	.cccc {
		background-position: center top 110px;
	}

	.archive .grid .grid-item:nth-child(2n - 1) > div {
	    padding-right: 27px;
	    padding-left: 0px;
	}

	.archive .grid .grid-item:nth-child(2n) > div {
	    padding-right: 0px;
	    padding-left: 27px;
	}

	.archive-title {
	    text-transform: uppercase;
	    text-align: center;
	    letter-spacing: 7.5px;
	    margin-left: 9px;
	    font-size: 40px;
	}

	.archive select {
	    margin-top: 6px;
	    width: 410px;
	}

	.archive .similar-block {
	    padding-top: 84px;
	    margin-top: 0px;
	}

	.archive .similar-block .grid .grid-item:nth-child(2n - 1) > div {
    	padding-right: 27px !important;
	}

	.archive .similar-block .grid .grid-item:nth-child(2n) > div {
	    padding-left: 27px !important;
	    padding-right: 0px !important;
	}

	.archive .grid .grid-item > div {
	    margin-bottom: 30px;
	}

	.similar-img.post-i {
	    height: 360px;
	}

	.pagination > div > div {
	    margin-right: 8px;
	}

	.pagination > div > div.b_dark {
	    width: 61px;
	    height: 61px;
	}

	.pagination > div > div.b_dark a {
		width: 61px;
	    height: 61px;
	    line-height: 61px;
	}

	.videoPoster span {
	    transform: scale(1.5);
	    top: 50px;
	    left: 60px;
	}

	.fix-head {
	    position: initial;
	    margin-top: 0vw;
	    height: 0vw;
	}

	.thanks h1 {
		padding: 5px;
    	width: 580px;
    	margin: auto;
	}

	.thanks h4 {
		padding: 10px;
    	margin: auto;
    	width: 640px;
	}

	.conteiner-fix {
		margin-top: -100vh;
	}

	.line-feix{
		margin-top: 55vw;
	}

	.line-feix2{
		margin-top: 22.5vw;
	}

	.abaut-s {
		padding: 140px 80px 60px 80px!important;
		text-align: left !important;
		bottom: auto;
		top: 0;
	}

	.abaut-s h4 {
		margin-bottom: 0 !important;
		padding: 0 !important;
		letter-spacing: 1px !important;
		font-size: 28px !important;
		width: 594px;
	}

	.active-slide-my, .count-slide-my, .rozd {
    	top: 36%;
	}

	.active-slide-my {
		top: 35%;
	}

	.rozd2 {
		margin-top: -4.2%;
    	top: 50%;
	}

	.active-slide-my, .count-slide-my {
    	right: 87px;
	}

	.hero-slider .PrevArrow, .hero-slider .NextArrow {
    	right: 87px;
	}

	.rozd {
	    right: 90px;
	}

	.hero-slider .NextArrow {
    	margin-top: -2px;
	}

	.cont-body {
		margin-bottom: 180px;
	}

	.about-content2 {
	    margin: auto !important;
	}

	.cryotheraphy-block  .grid .grid-item > div {
    	margin-bottom: 65px; 
	}

	.package .package-cont {
	    padding: 82px 63px 78px 41px;
	}

	.fdfd {
		margin-top: 0px;
	}

	.p404 footer {
	    padding-top: 8vw;
	}

	.p404 .header-w {
	    top: auto;
	    bottom: -26vw;
	}

	.active-slide-my {
	    top: 36%;
	    margin-top: -35px;
	}

	.book-form {
	    margin: auto;
	    max-width: 100%;
		padding: 60px;
	}
	#timelyWidget {
		width: 100% !important;
		
	}
	.book-cont h1.about-title {
		margin-top: 8vw;
	}
	}
	.book-cont {
		margin-bottom: 0px;
	}

	.price-full-title h1 {
	    width: 800px;
	}

	.price-full .about-content {
		margin-top: 0vh;
	}

	.price-full .grid .grid-item > div {
		margin-bottom: 0;
	}

	.price-full .about-content {
		margin-bottom: 0px;
	}

	.bbb-fd {
		margin-bottom: -14vw;
	}

	.bbb-fd > div {
		z-index: 2
	}

	.price-full-b {
		padding-top: 14vw;
	}

	.wpcf7-form.init {
	    margin-top: 34px;
	}

	.fix-home-one-img {
		max-width: 100%;
	}

	.price-box div p  {
    	font-size: 14px;
	}

	.price-box div p span {
    	font-size: 18px;
	}

	.price-box a.button {
	    padding: 13px 35px 14px;
	}
	
	.slider-about .active-slide-my, .slider-about .count-slide-my, .slider-about .rozd {
		top: 12%;
	}
	
	.slider-about .hero-slider .slick-arrow {
		top: 30%;
		right: -45px;
	}
	
	.slider-about .rozd2 {
		top: 30%;
	}

	.p404 .fix-head {
		position: relative;
	}

	.cont-dddd .contact {
		margin-bottom: 0;
		padding-bottom: 120px; 
	}

	.c-inst {
		background-color: #fff;
	}

	.c-inst > div {
		margin-top: -120px;
	}

	.bbbb-ook {
		margin-bottom: -20vw;
	}

	.bbbb-ook > div {
		padding-bottom: 20vw;
	}

	.arrrrr {
		margin-bottom: -300px;
		padding-bottom: 300px;
	}

	.price-full .grid .grid-item > .price-box {
	    margin-bottom: 12px;
	}

	.grid .grid-item > div.price-box {
    	margin-bottom: 23px;
	}
	
	.ooo {
		margin-bottom: 0px !important;
	}

	.poppap-body {
	    height: 660px;
	    width: 724px;
	}

	.bg-poppap {
		margin-top: 0px;
	}

	.poppap-body h2 {
		font-size: 38px;
	} 

	.poppap-body p {
		font-size: 22px;
	}

	.input-ppo {
		font-size: 14px;
	}

	.footer_one .sing-info-f {
		margin-right: 20px;
	}

	footer .mc4wp-form-fields {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    justify-content: flex-start;
	    width: 640px;
	}

	footer .mc4wp-form-fields input {
		width: 295px;
	}

	.footer_one div + div {
	    margin: auto;
	    margin-left: 0;
	}

	.footer-social {
	    margin-top: 40px;
	}

	.close-poppap {
	    margin: 20px 20px;
	}

	.form-poppap {
	    padding: 0 70px;
	}

	.poppap .submit-sing {
	    font-size: 13px;
	}

	.poppap-body h2 {
	    font-size: 50px;
	}

	footer .sing-info-f h4 {
	    max-width: 300px;
	    margin-bottom: 20px;
	    font-size: 20px;
	}

	footer .mc4wp-form-fields p {
    	font-size: 14px;
	}

	footer input {
	    padding: 16px 28px 18px;
	    font-size: 10px;
	    letter-spacing: 3px;
	    max-width: 242px;
	    width: 100%;
	}

	footer .mc4wp-form-fields .submit-sing {
	    padding: 13px 20px 14px;
	}

	.indrared-page .about-title {
	    margin-top: -113px;
	    line-height: 1;
	}

	.indrared-page .infrared-sybtitle {
	    max-width: 820px;
	    margin-top: 43px;
	}

	.indrared-page.dsdds-a .about-content {
	    width: 1038px;
	    margin: auto;
	    margin-bottom: -286px;
	    padding-bottom: 0px;
	}

	.indrared-page .home-icon {
	    width: 25%;
	    margin-right: 16px;
	}

	.indrared-page .home-icon > div {
	    width: auto;
	    height: auto;
	}

	.qw.indrared-page {
	    background-position: center top 228px;
	}

	.bg-fix-price-video.indrared-page .conteiner-content {
	    margin: 159px auto 77px;
	    width: 1038px;
	}

	.infra2b-in h2 {
	    margin-bottom: 15px;
	    max-width: 820px;
	    margin-left: auto;
	    margin-right: auto;
	}

	.infra2b-in p {
		max-width: 820px;
		margin-left: auto;
	    margin-right: auto;
	}

	.qww .conteiner-content {
	    width: 1038px;
	    margin: auto;
	    padding-bottom: 23vw;
	}

	.pricing.indrared-page .conteiner-content {
	    width: 1038px;
	    margin: auto;
	}

	.indrared-page .faqs {
	    margin-top: 44px;
	}

	.indrared-page .grid-icon {
    	padding-right: 0;
    	margin: 56px auto 5px;
 	   justify-content: center;
	}

	.footer-copy #menu-footer {
	    margin-top: 19px;
	    padding-top: 20px;
	    padding-bottom: 44px;
	}

	.footer-copy #menu-footer li {
	    padding: 0 8px;
	}

	.police-page .cont-body {
	    margin-bottom: 100px;
	}
}

@media only screen and (min-width: 1476px) {
	footer {
	    padding-top: 210px;
	}


}



@media only screen and (min-width: 1680px) {
	footer {
	    padding-top: 240px;
	}

}

@media only screen and (min-width: 1921px) {
	.large-fix {
		max-width: 1921px;
		margin: auto;
		overflow: hidden;
		background-color: #fff;
	}

	header {
		min-height: 1300px;
	    max-height: 1400px;
	}

	.slick-slide {
	    max-height: 1280px;
	}

	.header-top {
	   max-width: 1850px;
	   top: -35%;
	}

	.fix-head {
	    position: relative;
	    margin-top: -900px;
	    height: 900px;
	}

	.nav-stick {
		max-width: 1921px;
	    left: 50%;
	    margin-left: -960px;
	}

	.header-w {
	    top: -10%;
	    width: 102%;
	    left: -1%;
	}

	.header-g {
	    top: 6%;
	    width: 105%;
	    left: -3%;
	}

	.line-feix {
	    margin-top: 950px;
	}

	.indrared-page .about-title {
	    margin-top: 950px;
	}

	.conteiner-fix {
	    margin-top: -1480px;
	}

	.contact.conteiner-fix {
		margin-top: -1380px;
	}

	.contact-body header {
		max-height: 1300px;
	}

	.cont-dddd {
		margin-top: -300px;
	}

	.cont-dddd .contact.conteiner-fix {
	    margin-top: -1080px;
	}

	.nav-stick .conteiner {
		width: 1747px;
		margin: auto;
	}

	.menu-global {
		max-width: 1921px;
	    margin: auto;
	    left: 0;
	    right: 0;
	    overflow: auto;
	}

	.menu-global .header-top {
	    top: -52%;
	}

	.indrared-page.dsdds-a .about-content {
	    margin-top: -1480px;
	}

}

.ff_link a {
	text-decoration: none;
}

/* Animation wave */

@keyframes move_wave {
    0% {
    	-webkit-transform: translateY(0) translateZ(0) scaleY(1);
    	-moz-transform: translateY(0) translateZ(0) scaleY(1); 
    	-ms-transform: translateY(0) translateZ(0) scaleY(1); 
    	-o-transform: translateY(0) translateZ(0) scaleY(1); 
    	transform: translateY(0) translateZ(0) scaleY(1); 
    }
    50% {
    	-webkit-transform: translateY(50px) translateZ(0) scaleY(1.1); 
	    -moz-transform: translateY(50px) translateZ(0) scaleY(1.1); 
	    -ms-transform: translateY(50px) translateZ(0) scaleY(1.1);  
	    -o-transform: translateY(50px) translateZ(0) scaleY(1.1);  
	    transform: translateY(50px) translateZ(0) scaleY(1.1); 
    }
    100% {
    	-webkit-transform: translateY(0) translateZ(0) scaleY(1); 
	    -moz-transform: translateY(0) translateZ(0) scaleY(1); 
	    -ms-transform: translateY(0) translateZ(0) scaleY(1); 
	    -o-transform: translateY(0) translateZ(0) scaleY(1); 
	    transform: translateY(0) translateZ(0) scaleY(1); 
    }

}

@keyframes eeee {
    0% {
        transform:  translateY(0) scaleY(1)
    }
    25% {
        transform:  translateY(1%) scaleY(1.2) 
    }
    50% {
        transform:  translateY(1.25%) scaleY(1) 
    }

    75% {
        transform:  translateY(0.8%) scaleY(1.3) 
    }
    100% {
        transform: translateY(0) scaleY(1) 
    }

}

@keyframes eeeee {
    0% {
        transform:  translateY(0) scaleY(1)
    }
    25% {
        transform:  translateY(0.9%) scaleY(1) 
    }
    50% {
        transform:  translateY(1%) scaleY(1) 
    }

    75% {
        transform:  translateY(0.9%) scaleY(1) 
    }
    100% {
        transform: translateY(0) scaleY(1) 
    }

}

@keyframes on {
    0% {
    	z-index: 200;
    	opacity: 1; 
    }
    90% {
    	z-index: 200;
    	opacity: 0;  
    }
    100% {
    	z-index: -1;
    	opacity: 0;
    }

}

@keyframes off {
    0% {
    	z-index: -1;
    	opacity: 0; 
    }
    10% {
    	z-index: 200;
    	opacity: 0;  
    }
    100% {
    	z-index: 200;
    	opacity: 1;
    }

}

@keyframes on1 {
    0% {
    	z-index: 400;
    	opacity: 1; 
    }
    90% {
    	z-index: 400;
    	opacity: 0;  
    }
    100% {
    	z-index: -1;
    	opacity: 0;
    }

}

@keyframes off1 {
    0% {
    	z-index: -1;
    	opacity: 0; 
    }
    10% {
    	z-index: 400;
    	opacity: 0;  
    }
    100% {
    	z-index: 400;
    	opacity: 1;
    }

}

input:focus::placeholder {
  color: transparent;
}


.nav-togle, .nav-buton .left, .nav-buton .right, .button, .b_dark {
	transition: background-color 0.5s ease;
}

.nav-togle:hover, .nav-buton .left:hover, .nav-buton .right:hover, .button:hover, .b_dark:hover, .cont-form .wpcf7-submit:hover {
	transition: background-color 0.5s ease;
	background-color: #4a4a4e;
}

.nav-togle img, .nav-buton .right img {
	transition: filter 0.5s ease;
}

.nav-togle:hover img, .nav-buton .right:hover img {
	transition: filter 0.5s ease;
	filter: brightness(0) invert();
}

.with-button {
	transition: border-color 0.5s ease;
}

.with-button:hover {
	transition: border-color 0.5s ease;
	background-color:transparent;
	border-color: #b1b1bb;
}

#sb_instagram .sbi_link.sbi_disable_lightbox {
    display: block!important;
}

.scrollbar-track-x {
	display: none !important;
}

.zoom {
	transform: scale(1);
	transition: transform 0.5s ease;
}

.zoom:hover {
	transform: scale(1.1);
	transition: transform 0.5s ease;
}

html, body, #scrollControllerContent {
	width: 100vw;
	overflow: hidden;
}

.sbi_photo_wrap:hover > .sbi_link.sbi_disable_lightbox {
	background: rgb(255 255 255 / 43%) !important; 
}

.sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.wpcf7-response-output {
	display: none
}

.myVideo {
	right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.myVideo{
	position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */

    transform: translate(-50%, -50%);
}

.hero-slider .text--holder {
	padding: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
}

select > option {
   font-size: 14px;
   line-height: 18px;
   font-family: 'Lato-Light';
}

select option {
	-webkit-appearance: none !important;  /* Remove style Chrome */
	-moz-appearance: none !important; /* Remove style FireFox */
	appearance: none !important; /* Remove style FireFox*/
	font-family: 'Lato-Light', Arial, Helvetica, sans-serif; !important;
	text-transform: uppercase !important;
	padding: 20px;
}

main {
	background-color: #EAE9EB;
}

.price-dorob {
	font-style: italic;
    margin: 40px 0 100px;
	
	
}


}

.price-dorob2 {
	font-style: italic;
    
	
	
}


footer .mc4wp-form-fields .input-ppo input {
	margin-top: 6px;
}


.form-poppap label {
	font-size: 14px;
}