html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    /*font-weight: bold;*/
    font-family: "LatoRegular";
    font-weight: normal;
}

* {
    box-sizing: border-box;
}





/* font-family: "LatoRegular"; */

@font-face {
    font-family: "LatoRegular";
    src: url("../fonts/lato/LatoRegular/LatoRegular.eot");
    src: url("../fonts/lato/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoRegular/LatoRegular.woff") format("woff"),
    url("../fonts/lato/LatoRegular/LatoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



/* font-family: "LatoBold"; */

@font-face {
    font-family: "LatoBold";
    src: url("../fonts/lato/LatoBold/LatoBold.eot");
    src: url("../fonts/lato/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoBold/LatoBold.woff") format("woff"),
    url("../fonts/lato/LatoBold/LatoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



/* font-family: "LatoLight"; */

@font-face {
    font-family: "LatoLight";
    src: url("../fonts/lato/LatoLight/LatoLight.eot");
    src: url("../fonts/lato/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoLight/LatoLight.woff") format("woff"),
    url("../fonts/lato/LatoLight/LatoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



/* font-family: "LatoLightItalic"; */

@font-face {
    font-family: "LatoLightItalic";
    src: url("../fonts/lato/LatoLightItalic/LatoLightItalic.eot");
    src: url("../fonts/lato/LatoLightItalic/LatoLightItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/lato/LatoLightItalic/LatoLightItalic.woff") format("woff"),
    url("../fonts/lato/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



body {
    color: #222;
    font-size: 18px;
    font-family: "LatoLight";
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

p {
    margin: 0 0 15px;
}

h1,
.h1 {
    font-size: 38px;
    line-height: 1;
    padding: 0 0 20px;
}

h2,
.h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    padding: 0 0 25px;
    margin: 0;
    text-align: center;
}

.h2 span {
    position: relative;
    text-transform: uppercase;
}

.h2 span:before,
.h2 span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 80px;
    height: 2px;
    background: #999;
}

.h2 span:before {
    right: calc(100% + 15px);
}

.h2 span:after {
    left: calc(100% + 15px);
}

h3,
.h3 {
    color: #333;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 15px;
}

h4,
.h4 {
    color: #333;
    font-size: 22px;
    line-height: 1;
    padding: 0 0 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "LatoRegular";
    font-weight: 300;
}

hr {
    border: none;
    border-bottom: #e4e4e4 1px solid;
    margin: 25px 0;
}

.main_width {
    width: 1400px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}

.conception{
	margin-bottom: 100px;
}
.conception .h1{
	margin-bottom: 20px; 
}
.conception .text .method_video {
    min-width: 360px;
    padding-bottom: 70%;
    position: relative;
    margin-right: 20px;
    border: 2px solid #efefef;
}
.img img{
	width: 100%;
}

.method_video {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
.method_video::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: 
    rgba(0, 0, 0, .3);
    z-index: 3;
}
/*.method_video .img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
    rgba(0, 0, 0, .2);
    z-index: 2;
}*/
.method_video .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.method_video .img:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% + 12px);
    border: 14px solid 
transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 14px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 14px;
border-left: 20px solid
#fff;
border-right: 20px solid
    transparent;
    transform: translate(-50%, -50%);
    z-index: 4;
}


.brands{
    overflow: hidden;
    padding-bottom: 50px;
}
.steps_wrap{
    background: rgba(233, 239, 244, .64);
    overflow: hidden;
    padding-bottom: 50px;
}
.brands .img{
	width: 260px;
	margin: 0 auto 25px;
}
.check_list li{
	list-style: none;
	position: relative;
	margin: 0 0 15px;
	padding-left: 25px;
}
.check_list li:before{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../images/circle-check.svg) no-repeat center/contain;
}


.table{
	margin-top: 30px;
	border-collapse: collapse;
    border-spacing: 0;
}

.table th, .table tr.v * {
    font-weight: normal;
    vertical-align: middle;
}

.table td, .table th {
	position: relative;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 12px 15px;
	border: 1px solid rgba(0,0,0,.2);
}
.table td{
	font-size: 16px;
}
.table th{
	padding-top: 40px;
}
.table .title{
	font-family: "LatoBold";
	font-size: 22px;
	color: #fff;
	letter-spacing: .5px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 15px 4px;
	background: #bb0c0c;
}
.table .price{
	font-family: "LatoBold";
	color: #333;
	margin-bottom: 0;
}
.prices .button1{
	margin-top: 25px;
}





.steps_block{
	overflow: hidden;
	text-align: center;
	padding-left: 100px;
	margin: 0 auto 35px;
	width: 600px;
	box-sizing: content-box;
	max-width: 100%;
}
.steps{
	display: inline-block;
	position: relative;
	margin:0;
	width: 100%;
}

.steps:before{
	content: '';
	background: #bbb;
	border-radius: 10px;
	position: absolute;
	top: 20px;
	left: -2px;
	height: calc(100% - 96px);
	width: 4px;
}

.steps .step{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.steps .step:nth-child(odd){
	text-align: right;
	float: right;
	margin-right: 50%;
}
.steps .step:nth-child(odd) > *{
	padding-right: 40px;
}
.steps .step:nth-child(even){
	text-align: left;
	float: left;
	margin-left: 50%;
}
.steps .step:nth-child(even) > *{
	padding-left: 40px;
}
.steps .step > .title{
	border-bottom: #ccc 1px solid;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	padding-bottom: 5px;
	margin: 0;
}
.steps .step > .title:before{
	content: '';
	background: #fff;
	border: #c50c0c 3px solid;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	width: 16px;
	height: 16px;
	transition: .3s;
}
.steps .step > .title span{
	display: block;
	clear: both;
}
.steps .step > .txt{
	color: #666;
}
.steps .step:nth-child(odd) > .title:before{
	right: 0;
	transform: translate(50%, 50%);
}
.steps .step:nth-child(even) > .title:before{
	left: 0;
	transform: translate(-50%, 50%);
}

.steps .step .txt{
	padding-top: 4px;
}

.steps .step:last-child{
	margin-bottom: 0 !important;
}
.steps .step .txt_wrapper{
	position: relative;
	width: 100%;
}
.steps .step .txt_wrapper .txt{
	position: absolute;
}

.steps .step:nth-child(2n),
.steps .step:nth-child(2n+1){
	text-align: left;
	float: left;
	clear: both;
	margin: 0 0 40px;
}
.steps .step:before {
	left: 40px;
}
.steps .step:nth-child(2n+1) > *{
	padding-left: 40px;
	padding-right: 0;
}
.steps .step:nth-child(2n+1) > .title:before {
	left: 0;
	transform: translate(-50%, 50%);
}
.steps .step:nth-child(odd).active > .title:after{
	right: auto;
	left: 0;
	transform: translate(-50%, 50%);
}
.steps .step .date{
	color: #888;
	font-size: 18px;
	position: absolute;
	padding: 0;
	left: -75px;
	top: 12px;
}


.content_wrap{
	padding: 60px 0;
}

.w100 {
    width: 100%;
}

.w1100px {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.w800px {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}


.center {
    text-align: center;
}
.bttn.center{
    display: table;
    margin-right: auto;
    margin-left: auto;
}

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

.fx.v {
    flex-direction: column;
}

.fx.c {
    justify-content: center;
}

.fx.vc {
    align-items: center;
}

.fx.w {
    flex-wrap: wrap;
}

.fx.spb {
    justify-content: space-between;
}

.fx.spa {
    justify-content: space-around;
}

.fx>* {
    box-sizing: border-box;
}

.fx.rv {
    flex-direction: column-reverse;
}

.fx.ch2>* {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
}

.fx.ch2>*:nth-child(2n) {
    margin-right: 0;
}

.fx.ch3>* {
    width: calc((100% / 3) - 20px);
    margin: 0 30px 30px 0;
}

.fx.ch3>*:nth-child(3n) {
    margin-right: 0;
}

.fx.ch4>* {
    width: calc(25% - 15px);
    margin: 0 20px 20px 0;
}

.fx.ch4>*:nth-child(4n) {
    margin-right: 0;
}

.fx.ch5>* {
    width: calc(20% - 16px);
    margin: 0 20px 20px 0;
}

.fx.ch5>*:nth-child(5n) {
    margin-right: 0;
}

.clear {
    clear: both;
}
.site_hide,
.hide {
    display: none;
}

.id {
    position: relative;
    bottom: 20px;
}



[data-tooltip] {
    position: relative;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -30px);
    transition: opacity .5s, transform .5s;
    padding: 5px 10px;
}

[data-tooltip]:hover:before {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -10px);
}

[data-tooltip]:after {
    content: '';
    border: 8px solid transparent;
    border-top: #000 8px solid;
    position: absolute;
    left: -9000px;
    bottom: 100%;
    opacity: 0;
    transform: translate(-50%, -14px);
    transition: opacity .5s, transform .5s;
}

[data-tooltip]:hover:after {
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 4px);
}

.more {
    display: inline-block;
    color: #333;
    font-size: 18px;
    position: relative;
    transition: .3s;
}





.header {
    color: #222;
    background: #fff;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 902;
    padding: 5px 0 0;
}
.fix_header{
	z-index: 901;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1s;
}
.fix_header.active{
	opacity: 1;
}
.fix_header .top_row{
    margin-bottom: 6px;
}
.fix_header .phones {
    padding: 0;
}

.fix_header .phones .numbers {
    top: -4px;
    padding: 8px;
    box-sizing: content-box;
    box-shadow: 4px 2px 10px rgba(0,0,0,.4);
    border-radius: 5px;
}
.fix_header.header .menu li {
    padding: 0 0 15px;
}

.fix_header .phones_callme_block {
    margin: 0 20px 3px 0;
}
.fix_header.header .menu {
    margin: 15px 0 0 10px;
}
.header a {
    color: #222;
}
.header .noLink
{
    background-color: transparent;
    border: none;
    color: #222;
    cursor: pointer;
    display: inline;
}

.header .logo {
    float: left;
    height: 68px;
    margin-bottom: 9px;
}
.header .logo_s{
    display: none;
}
.header .logo_s,
.fix_header .logo {
    float: left;
    height: 46px;
}


.header .logo img {
    height: 100%;
    object-fit: contain;
}

.header .menu {
    list-style: none;
    float: left;
    margin: 84px 0 0 20px;
}
.header .menu li {
    font-size: 19px;
    line-height: 1;
    font-family: LatoRegular;
    text-transform: uppercase;
    float: left;
    padding: 0 0 25px;
    margin: 0 0 0 25px;
    list-style: none;
}
.header .noLink,
.header .menu li a {
    font-size: inherit;
    padding: 0;
    color: rgba(112, 112, 112, .93);
}

.header .grey{
    display: block;
    background: #f1f5f8;
    padding: 6px 0 5px;
    font-size: 16px;
    line-height: 1.1;
    font-family: "LatoLight";
    font-weight: 700;
    color: #bb0c0c;
}

.phones_callme_block {
    margin: 0 0 4px;
}

.top_row {
    justify-content: flex-end;
}

.address {
    margin: 4px 35px 0 40px;
    text-align: right;
    letter-spacing: .2px;
}

.address p {
    font-size: 15px;
    color: rgb(95, 95, 95);
    margin-bottom: 2px;
}

.address span {
    font-size: 13px;
    color: rgba(95, 95, 95, .6);
}

.address span:last-child {
    margin-left: 12px;
}

.button1 {
    display: flex;
    align-items: center;
    font-size: 17px;
    border: 3px solid #C50C0C;
    border-radius: 7px;
    padding: 6px 15px 5px;
    cursor: pointer;
    transition: .4s;
}
.button1:hover{
    color: #fff !important;
    background: #C50C0C;
}

.phones {
    display: inline-block;
    position: relative;
}
.phones:before{
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: -15px;
    transform: rotate(-135deg);
    border-top: 2px solid #c50c0c;
    border-left: 2px solid #c50c0c;
    width: 6px;
    height: 6px;
    background: transparent;
}

.phones .numbers{
    position: absolute;
    display: none;
    width: 100%;
    top: -19px;
    left: 0;
    background: #fff;
    z-index: 2;
}

.phones:hover  .numbers{
    display: block;
}

.phones a,
.phones span{
    display: block;
    position: relative;
    font-size: 16px;
    color: rgb(95, 95, 95);
    font-family: 'LatoRegular';
    margin:0 0 3px;
    cursor: pointer;
}
.phones span{
    margin-bottom: 0;
}

.phones a:last-child {
    margin: 0;
    padding: 0;
}


.top_block {
    position: relative;
    clear: both;
    padding: 100px 0;
    margin-bottom: 100px;
}

.pg_home .top_block {
    padding: 70px 0 50px;
    min-height: calc(100vh - 84px);
}
.top_block .main_slider{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.top_block .main_slider .slick-next{
    right: 3%;
}
.top_block .main_slider .slick-arrow:before{
    color: #bb0c0c;
}
.top_block .main_slider > *,
.top_block .main_slider .slick-track{
    height: 100% !important;
    box-sizing: content-box;
}
.top_block .main_slider > .item:not(:first-child){
    display: none;
}
.top_block .main_slider .item{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.top_block .main_slider .main_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.top_block>.main_width {
    position: relative;
    z-index: 2;
}

.top_block .text {
    position: relative;
    width: 550px;
    float: right;
}
.top_block .text .button1{
    display: table;
    margin: 10px auto 0;
}
.top_block .text h1 {
    display: inline-block;
    color: #272727;
    font-size: 42px;
    margin-bottom: 25px;
    
}
.top_block .text h1 span{
    padding-bottom: 5px;
    border-bottom: 2px solid #c50c0c;
}
.top_block .text ul{
    margin: 0 0 20px 14px;
}
.top_block .text ul li,
.top_block .text p {
    color: #555;
    font-size: 17px;
    margin-bottom: 8px;
}
.top_block .text span{
    display: inline-block;
}
.top_block .text .red{
    display: inline-block;
    color: #c50c0c;
    margin-bottom: 0px;
}

.top_block .form {
    position: absolute;
    top: -25px;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .16) 0px 3px 6px;
    padding: 35px 25px;
}

.top_block .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    opacity: 0.7;
}

.top_block .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, transparent, #f0f1f5 95%)
}

.top_block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.form .ajax {
    width: 300px;
}

.form .ajax input,
.form .ajax textarea {
    width: 100%;
    font-size: 16px;
    color: #272727;
    background: #F0F5F8;
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 15px;
    margin-bottom: 20px;
}

.form .ajax input:last-child {
    margin-bottom: 0;
}

.bttn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #BB0C0C;
    border-radius: 6px;
    padding: 12px 25px;
    margin-top: 15px;
    border: none;
    outline: none;
    transition: .4s;
    cursor: pointer;
}
.bttn:hover{
    background: #d25454;
}
div.content_wrap .h2 {
    padding: 0 0 40px;
}


div:not(.content_wrap) .h2 {
    padding: 60px 0 40px;
}

/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    z-index: 900;
    position: absolute;
    top: 50%;

    display: block;

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

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    /*background: transparent;*/
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .45;
}

.slick-prev {
    left: 7%;
}

.slick-next {
    right: 7%;
}

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

    opacity: .75;
    color: #fff;

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

.slick-prev:before {
    content: "\e900"
}

.slick-next:before {
    content: "\e901";
}

.doctors {
    background: rgba(233, 239, 244, .64);
    margin-bottom: 40px;
    overflow: hidden;
}
.doctors.m0 {
    margin: 0;
}
.doctors .text{
	margin-bottom: 25px;
}

.doctors_row .item {
    background: #efefef;
    border-radius: 6px;
    overflow: hidden;
}
.doctors_row .item:last-child{
	margin-right: 0;
}

.doctors_row .img,
.techs .img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
}

.doctors_row .img {
    padding-bottom: 100%;
}
.doctors_row.servs .img {
    padding-bottom: 70%;
}

.doctors_row .img img,
.techs .img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctors_row .img img {
    object-position: center 0;
}

.doctors_row .button1 {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}
.doctors_row.ch4 .button1 {
    margin-bottom: 8px;
}

.doctors_row .more {
    font-size: 15px;
    border-bottom: 3px solid #C50C0C;
    margin-left: 0px;
    padding: 0 2px 2px;
}

.techs .info .title,
.doctors_row .info .title {
    font-size: 17px;
    font-weight: 800;
}

.doctors_row .info {
    background: #fff;
    padding: 15px;
}

.doctors_row .info .text {
    margin-bottom: 15px;
}

.doctors_row .info .text,
.techs .info .text {
    font-size: 15px;
    color: #444;
}
.more{
    cursor: pointer;
}

.doctors_row .info .title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 10px;
}

.doctors_row .info .post {
    font-size: 18px;
    font-weight: 700;
    color: #777;
    margin-bottom: 8px;
}

.doctors_row .info .text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}
.doctors_row .info .text p{
	margin-bottom: 8px;
}
.contacts {
    margin: 40px 0 40px 0;
}

.contacts .group {
    justify-content: space-between;
    margin-right: 70px;
}

.contacts .item {
    margin: 10px 0 15px;
}

.contacts .item .title {
    position: relative;
    color: #888;
    padding: 0 0 2px;
    margin: 0 0 10px;
}

.contacts .item .title:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    background: #c50c0c;
}

.contacts .item .value {
    color: #222;
    font-size: 21px;
}

.contacts .item .value a {
    display: block;
    color: #222;
}

.contacts .item .value a:nth-child(n+2) {
    margin-top: 3px;
}

.contacts .item .value a span {
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 8px 0 0;
}

.contacts .item .value a i {
    color: #999;
    font-size: 18px;
}
.footer *{
    color: rgba(255, 255, 255, .9);
    line-height: 1;
    font-weight: 700;
}

.footer>.top {
    background: #5E6467;
    padding: 25px 0;
    position: relative;
}

.footer .top p {
    font-size: 16px;
}

.footer p.title {
    font-size: 14px;
    margin-bottom: 12px;
}

.footer .top a {
    display: block;
    margin-bottom: 5px;
}

.footer .foot_address p:not(.title) {
    margin-bottom: 0;
}

.footer .top .main_width .half {
    width: calc(55% - 10px);
    margin-right: 20px;
}

.footer .top .main_width .half:last-child {
    width: calc(45% - 10px);
    margin: 0;
}

.footer .top .main_width .fx.boxes>* {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer .top .main_width .fx.boxes>*:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer .top .main_width .fx.boxes>.schedule:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    padding-bottom: 20px;
}

.footer .top .map {
    display: block;
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(45% + 40px);
    cursor: pointer;
}

.footer .top .map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.footer .top .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .schedule_title p {
    font-size: 19px;
    margin: 0;
}

.footer .schedule {
    display: flex;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    font-size: 19px;
}

.footer .schedule span:first-child {
    width: 65px;
    display: block;
    margin-right: 25px;
}

.footer .schedule span:last-child {
    display: block;
    box-sizing: border-box;
}

.footer .form .title {
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 25px;
}

.footer .form .ajax .bttn {
    margin-top: 0;
}

.footer .bottom {
    background: #464F53;
    color: rgba(255, 255, 255, .4);
    font-size: 13px;
    padding: 15px 0;
}

.footer .cop,
.footer .developer {
    color: rgba(255, 255, 255, .7);
}

.socials{
    display: flex;
}
.socials *{
    margin: 2px 10px 2px 0;
}
.fx.spb .socials *{
    margin: 0 10px 0 0;
}

.md_form .title{
	font-size: 22px;
	font-weight: 800;
	color: #333;
    margin-top: 12px;
}
.md_form .bttn{
	margin-top: 0;
}
.md_form .select_block{
    margin-bottom: 15px;
}


.to_messege {
    background: #0178BC;
    border: #fff 2px solid;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.to_messege i {
    color: #fff;
    font-size: 30px;
    line-height: 56px;
}

.messege_block {
    color: #fff;
    position: fixed;
    right: 100%;
    bottom: 50px;
    width: 230px;
    opacity: 0;
    transform: scale(0.3);
    transform-origin: 100% 100%;
    transition: opacity .3s, transform .3s;
    z-index: 31;
}

#to_messege:checked~.messege_block {
    right: 10px;
    opacity: 1;
    transform: scale(1);
}


.messege_block p {
    float: left;
}

.messege_block .mssgr {
    display: block;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    clear: both;
    float: left;
    min-width: 150px;
    padding: 10px 20px 10px 50px;
    margin: 0 0 15px;
}

.messege_block .mssgr.viber {
    background: #7755e2 url(../images/viber.png) no-repeat 13px center/30px 30px;
}

.messege_block .mssgr.viber.mob {
    display: none;
}

.messege_block .mssgr.messenger {
    background: #004cff url(../images/icons/messenger.svg) no-repeat 13px center/30px 30px;
}


.header .to_phones {
    display: none;
    height: 27px;
    float: right;
    margin: 5px 0 0;
    width: 27px;
}
.header .to_phones img{
	width: 100%;
}

.open_sidebar {
    display: none;
    float: left;
    cursor: pointer;
    margin: 8px 0 0;
}

.open_sidebar .icon {
    display: block;
    border-top: #bb0c0c 2px solid;
    position: relative;
    width: 30px;
    height: 18px;
    transition: .3s;
}

.open_sidebar .icon:hover {
    width: 34px;
}

.open_sidebar .icon:after,
.open_sidebar .icon:before {
    content: '';
    background: #bb0c0c;
    position: absolute;
    left: 0;
    height: 2px;
}

.open_sidebar .icon:after {
    top: 100%;
    width: 60%;
}

.open_sidebar .icon:before {
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.mob_sidebar_bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
    z-index: 1000;
}

.mob_sidebar {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    width: 250px;
    transition: .4s ease-out;
    z-index: 1001;
}

#mob_sidebar {
    display: none;
}

#mob_sidebar:checked~.mob_sidebar_bg {
    left: 0;
    opacity: 1;
}

#mob_sidebar:checked~.mob_sidebar {
    left: 0;
}

#mob_sidebar:checked~.mob_sidebar>.wrapper {
    left: 0;
}

.mob_sidebar>.wrapper {
    position: relative;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: .4s ease-out;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
}

.mob_sidebar .box {
    clear: both;
    margin: 0 0 30px;
}

.mob_sidebar a {
    color: #222;
}

.mob_sidebar .logo {
    color: #fff;
    float: left;
    width: 100%;
    margin: 10px 0 30px;
}

.mob_sidebar .logo img {
   	width: 100%;
}

.mob_sidebar .menu li {
    font-size: 18px;
    list-style: none;
    margin: 5px 0;
}

.mob_sidebar .menu > ul > li.sb_li  * {
    display: block;
    padding: 5px 0
}

.mob_sidebar .menu > ul > li.sb_li > span {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding-left: 15px;
    padding-right: 10px;
    margin: 0 -10px 0 -15px;
}

.mob_menu .nav li .icon{
	width: 25px;
	float: left;
	margin-right: 10px;
	line-height: 28px;
	padding: 0;
}
.mob_menu .nav li .name{
	display: flex;
	align-items: center;
	float: left;
	font-size: 14px;
	height: 28px;
	padding: 0;
	cursor: pointer;
	width: calc(100% - 55px);
}
.mob_menu .nav li {
    font-size: 20px;
    list-style: none;
    margin: 5px 0;
    display: flex;
    position: relative;
}
.mob_menu .nav li div{
	width: 100%;
}
.mob_menu .nav li .s_menu{
	width: 100%;
	display: none;
	clear: both;
	margin-bottom: 15px;
}
.mob_menu .nav li.active .s_menu{
	display: block;
}
.mob_menu .nav li .s_menu a{
	display: block;
	position: relative;
	font-size: 14px;
	margin: 0 0 10px 17px;
}
.mob_menu .nav li .s_menu a.active{
	background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 4px 10px 4px 17px;
    margin: 0 0px 10px 0px;
}
.mob_menu .nav li .s_menu a.active:before{
	left: 4px;
}
.mob_menu .nav li .s_menu a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -11px;
	transform: translateY(-50%);
	width: 8px;
	height: 2px;
	background: #bb0c0c;
}
.mob_menu .subcat_disc {
    display: block;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 50%;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 6px;
    transition: .3s;
    height: 15px;
    width: 15px;
}
.mob_menu .subcat_disc:hover{
    color:rgba(0,0,0,0.5);
}
.subcat_disc::before {
    content: '';
    background: #333;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 7px;
    height: 1px;
    transition: .3s;
}
.subcat_disc::after {
    content: '';
    background: #333;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 1px;
    height: 7px;
}
.subcat_disc.minus{
    transform: rotate(-90deg);
}
.subcat_disc.minus:before{
    width: 1px;
    left: 5px;
}

p:empty{
	display: none;
}
a.button1{
	color:#222 !important;
}
.pg_home .top_block .mob{
    display: none;
}


.txt ul li{
    padding: 0 0 15px 15px;
    list-style: none;
    position: relative;
}
.txt ul li::before {
    content: "\2022";
    color: #c50c0c;
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0px;
    left: 0;
}
.txt strong.red{
    color: #c50c0c;
}


.anchor_bl{
    position: relative;
    top: -120px;
}


@media (max-width: 1530px) {
    .doctor_page .top_block .img {
        left:50px;
    }
}
@media (max-width: 1380px) {
	.contacts .text{
		font-size: 16px;
	}
	.contacts .item .value {
	    font-size: 17px;
	}
    .contacts .item .value span {
    }
    .contacts {
        margin-right: 0;
    }
    
	.more {
	    font-size: 14px;
	}
	.button1 {
	    font-size: 14px;
	}
	.advantages .item i {
	    font-size: 46px;
	}
	.advantages .item .title {
	    font-size: 16px;
	}
	.advantages .item .info .txt {
	    font-size: 14px;
	}
	.form .ajax input {
	    font-size: 15px;
	    padding: 10px 18px;
	}
	.select_block {
	    padding: 9px 15px;
	}
	.select_block select {
	    font-size: 14px;
	}
	.bttn {
	    font-size: 15px;
	    padding: 10px 18px;
	}
	.top_block .text p {
	    font-size: 17px;
	}
	.header .menu li {
	    font-size: 16px;
        line-height: 1.1;
	    margin: 0 0 0 20px;
	}
	.phones a {
	    font-size: 16px;
	}
	.blog_list .blog .item p {
	    font-size: 14px;
	}
	.select_block::before {
	    width: 9px;
	    height: 9px;
	}
	.footer .schedule_title p {
	    font-size: 17px;
	}
	.footer .schedule {
	    font-size: 15px;
	}
	.footer .top .map {
	    width: 360px;
	}
}



@media (max-width: 1290px) {
	.footer .form .title {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.main_width {
	    max-width: calc(100% - 40px);
	}


}

@media (max-width: 1230px) {
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
}

@media (max-width: 1250px) {
    .contacts .item .value {
        font-size: 15px;
    }
    .contacts .more:before {
        width: 50px;
    }
    .footer .top .map {
	    width: 330px;
	}
	.footer .top .main_width .half:last-child {
	    width: calc(48% - 10px);
	}
	.footer .form_block{
	    width: 50%;
	}
	.footer .form .ajax {
	    width: 100%;
	}
}

@media (max-width: 1200px) {
	.header:not(.fix_header){
		padding-top: 7px;
	}
    .header:not(.fix_header) .logo {
        height: 66px;
    }
    .header:not(.fix_header) .logo i {
        font-size: 140px;
        line-height: 66px;
    }
    .header:not(.fix_header) .menu {
	    margin: 49px 0 0 8px;
	}
    .header:not(.fix_header) .menu li {
        font-size: 12px;
        letter-spacing: 3px;
        margin-left: 20px;
        padding-bottom: 15px;
    }
   	.fix_header .menu li {
		font-size: 14px;
   	}
   	.fix_header.header .menu {
	    margin: 16px 0 0 10px;
	}
   	.fix_header .phones {
	    padding: 0 0 0px 0;
	}
    .header:not(.fix_header) .phones_callme_block {
	    margin: 0px 0 0;
	}
	.header:not(.fix_header) .phones {
	    padding: 0;
	}
	.phones a,
    .phones span{
	    font-size: 14px;
	}
    .phones::before {
        top: 0px;
        right: -15px;
        width: 6px;
        height: 6px;
    }
	.address p {
	    font-size: 14px;
	}
	.address span {
	    font-size: 12px;
	}
	.header:not(.fix_header) .button1 {
	    font-size: 13px;
	    padding: 5px 10px 3px;
	}
	h2, .h2 {
	    font-size: 22px;
	}
	
	.top_block .text h1 {
	    font-size: 35px;
	}
	.top_block .text p {
	    font-size: 15px;
	}
	.footer .top .map {
	    width: 310px;
	}
}

@media (max-width: 1100px) {
    .header .phones{
        display: none;
    }
	.footer .top a {
	    font-size: 15px;
	}
	.footer .top .map {
	    width: 295px;
	}
	.footer .schedule_title p {
	    font-size: 15px;
	}
	.footer .top .main_width .fx.boxes > * {
		font-size: 13px;
	    padding-bottom: 12px;
	    margin-bottom: 12px;
	}
	.footer .top .main_width .fx.boxes > .schedule:last-child {
	    padding-bottom: 10px;
	}
	.doctors_row .info .text {
	    font-size: 14px;
	}
	.doctors_row .info .post {
	    font-size: 15px;
	}
	.doctors_row .info .title {
	    font-size: 17px;
	}
	.doctors_row .button1 {
	    font-size: 13px;
	}
	.doctors_row .more {
	    font-size: 13px;
	}
	.prices_block .prices ul li {
	    font-size: 15px;
	}
	.prices_top .text {
	    margin: 40px auto 60px;
	}
	.doctor_page .path {
	    margin-bottom: 28px;
	}
	.doctor_page .path div{
	    font-size: 13px;
	}
	.doctor_page .text p:last-child {
	    font-size: 16px;
	}

    .header:not(.fix_header) .logo {
        display: none;
    }
    .header .logo_s{
        display: block;
    }
    .header .logo_s img{
        height: 100%;
        object-fit: contain;
    }
    .header:not(.fix_header) .menu{
        margin: 16px 0 0 10px;
    }
    .header .menu li {
        padding: 0 0 15px;
    }
    .header > .main_width{
        align-items: center;
    }
    .header:not(.fix_header) .phones_callme_block {
        margin: 0 0 3px 0;
    }
    .header .top_row {
        margin-bottom: 6px;
    }

}

@media (max-width: 1060px) {
	.slick-prev::before, .slick-next::before {
	    font-size: 54px;
	}
}

@media (max-width: 1000px) {
	
    .top_block .text {
	    width: calc(100% - 450px);
	    margin-left: 380px;
	}
	.footer .top .main_width{
		flex-wrap: wrap;
	}
	.footer .top .main_width .half {
	    width: 100%;
	    margin: 0 0 20px 0;
	}
	.footer .top .main_width .half:last-child {
	    width: 100%;
	}
	.footer .top .map {
	    width: 50%;
	    height: 280px;
	    position: relative;
	    cursor: pointer;
	    right: 0;
	}
	.footer .form .ajax {
	    width: 100%;
	    max-width: 280px;
	}

}

@media (max-width: 970px) {
	.h2 {
	    padding: 40px 0 30px;
	}

}

@media (max-width: 950px) {
	.header:not(.fix_header) .menu li {
	    margin-left: 13px;
	    letter-spacing: 1px;
	}
	.header:not(.fix_header) .address p {
	    margin-bottom: 0px;
	}
	.header:not(.fix_header) .button1 {
	    margin-bottom: 6px;
	}
	.header:not(.fix_header) .phones a {
	    padding-right: 12px;
	    margin-right: 12px;
	}
	.top_block {
	    padding: 75px 0;
	}
}


/*---  MOBILE VERSION  ---*/
@media (max-width: 880px) {
    .mob_hide{
        display: none;
    }
    /*.top_block .text .button1{
        display: none;
    }*/
    .menu li.menu_about ul{
        display: block;
    }
    .menu li.menu_about > span{
        line-height: 1.4;
    }
    .menu li.menu_about ul li{
        padding: 5px 10px;
        font-size: 15px;
    }
	.fix_header{
		display: none;
	}
    .header.active .grey{
        display: none;
    } 
    .header.w100 + *{
        padding-top: 160px !important;
    }
	.top_block {
	    padding: 90px 0 60px;
	    margin-bottom: 50px;
	}
    .header .menu,
    .phones_callme_block,
    .video_bg video,
    .messege_block .mssgr.viber.pc {
        display: none;
    }
    .open_sidebar,
    .header .to_phones,
    .messege_block .mssgr.viber.mob {
        display: block;
    }
    h1,
    .h1 {
        font-size: 30px;
    }
    h2, .h2 {
	    font-size: 18px;
	}
    h3,
    .h3 {
        font-size: 24px;
    }
    .header:not(.fix_header) {
        background: #fff;
        border-bottom: #bb0c0c 2px solid;
        color: #bb0c0c;
        position: fixed;
        left: 0;
        top: 0;
        height: 50px;
        padding: 5px 0;
        z-index: 999;
    }
    .header .grey{
        position: relative;
        top: 45px;
        border-bottom: #ccc 2px solid;
    }
    .header .main_width.fx.spb {
    	display: block;
	}
    .header:not(.fix_header) a {
        color: #222;
    }
	.header:not(.fix_header) .button1 {
	    display: inline-block;
	    float: right;
	    margin-top: 6px;
	}
    .header:not(.fix_header) .logo {
        position: absolute;
        left: 12px;
        top: 5px;
        height: 36px;
        display: block;
    }
    .header .logo_s{
        display: none;
    }
    .to_messege {
        right: 10px;
        bottom: 10px;
        width: 46px;
        height: 46px;
    }
    .to_messege i {
        font-size: 23px;
        line-height: 47px;
    }
	.form .ajax input {
	    font-size: 13px;
	    margin-bottom: 15px;
	}
	.bttn {
	    font-size: 14px;
	    padding: 8px 16px;
	}
	.form .ajax {
	    width: 270px;
	}
	.top_block .text {
	    width: calc(100% - 400px);
	    margin-left: 340px;
	}
	
	.fx.ch3 > * {
	    width: calc((100% / 2) - 15px);
	    margin: 0 30px 30px 0;
	}
	.fx.ch3>*:nth-child(3n) {
	    margin-right: 30px;
	}
	.fx.ch3>*:nth-child(2n) {
	    margin-right: 0;
	}
	.fx.ch4 > * {
	    width: calc((100% / 3) - 10px);
	    margin: 0 15px 15px 0;
	}
	.fx.ch4 > *:nth-child(4n){
		margin-right: 15px;
	}
	.fx.ch4 > *:nth-child(3n){
		margin-right: 0;
	}
	
	.path div {
	    font-size: 13px;
	    padding-right: 9px;
	    margin-right: 9px;
	}
	
	.doctors_row .info .text p{
		margin-bottom: 0;
	}
	.doctors_row .info .text {
	    margin-bottom: 6px;
	}
	
	.contacts .fx.ch2.w > *{
		width: 100%;
		margin: 0 0 20px;
	}
	.map iframe{
		height: 300px !important;
	}
	
    .anchor_bl{
        position: relative;
        top: -60px;
    }

	.conception .text{
		flex-wrap: wrap;
	}
	.conception .text *{
		width: 100%;
	}
	.conception .text .method_video {
	    min-width: 360px;
	    max-width: 600px;
	    padding-bottom: 70%;
	    margin: 0 auto 20px;
	}
}
@media (max-width: 750px) {
	.top_block {
	    padding: 90px 0 15px;
	}
	.top_block .text {
	    width: calc(100% - 340px);
	    margin-left: 340px;
	}
	.h2 {
	    padding: 40px 0 25px;
	}
	.steps_block {
		padding-left: 20px;
	    margin: 0 0 30px;
	    max-width: calc(100% - 20px);
	}
	.steps .step:nth-child(odd) > *{
		padding-right: 25px;
		padding-left: 25px;

	}
	.steps .step:nth-child(even) > *{
		padding-left: 25px;
		padding-right: 25px;
	}
	.steps .step .date{
		display: none;
	}
	.steps::before {
		height: calc(100% - 92px);
	}
	.socials{
		display: flex;
		justify-content: center;
	}
	.footer .fx .socials > *:last-child *{
	    margin: 0;
	}
}
@media (max-width: 650px) {
	h3, .h3 {
	    font-size: 21px;
	}
	.slick-prev::before, .slick-next::before {
	    font-size: 44px;
	}
	.top_block .main_width{
		display: flex;
		flex-wrap: wrap;
	}
	.top_block .text {
	    width: 100%;
	    margin: 50px 0 0 70px;
	}
    .top_block .main_slider .item {
        align-items: flex-start;
        padding-top: 78px;
    }
	.top_block .form {
	    position: static;
	    display: table;
        margin-top: 240px;
	}
    .top_block .main_slider .main_img {
        object-position: 66%;
    }
	.fx.ch4 > * {
	    width: calc((100% / 2) - 10px);
	    margin: 0 20px 20px 0;
	}

	.fx.ch4 > *:nth-child(3n){
		margin-right: 20px;
	}
	.fx.ch4 > *:nth-child(2n){
		margin-right: 0;
	}
	.techs .item:last-child{
		margin-right: 0;

	}
	.doctors_row .button1 {
	    font-size: 13px;
	}
	.doctors_row .button1 {
	    padding: 5px 9px 3px;
	}
	
	.top_block .text p {
	    color: #333;
	}
	.top_block .img::after {
	    width: 100%;
	    background: linear-gradient(to right, transparent, #f0f1f5 80%);
	}
	.steps .step > .title {
    	font-size: 17px;
	}
	.steps .step .txt {
    	font-size: 14px;
	}
	

}
@media (max-width: 550px) {
    .main_width {
        max-width: calc(100% - 20px);
    }
    
	.doctors_row .info .text {
	    font-size: 13px;
	}
	.doctors_row .info .post {
	    font-size: 13px;
	}
}

@media (max-width: 500px) {
	.footer .top{
		text-align: center;
	}
	.footer .top .main_width .half{
		flex-wrap: wrap;
	}
	.footer .top .main_width .half:first-child{
		flex-direction: column-reverse;
	}
	.footer .top .main_width .half > *{
	    width: 100%;
	    margin: 0 0 20px 0;
	}
	.footer .form .ajax {
	    margin: 0 auto;
	}
	.footer .schedule {
	    text-align: left;
	    justify-content: center;
	}
	.footer .schedule span{
		width: 100px;
	}
	.footer .bottom .fx{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .bottom .fx > *{
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.footer .bottom .fx > *:last-child{
		margin-bottom: 0;
	}
	.fx.ch2 > * {
	    width: 80%;
	    margin: 0 0 20px 0;
	}
	.fx.ch2 > *:nth-child(2n),
	.fx.ch3 > *:nth-child(2n),
	.fx.ch3 > *:nth-child(3n),
	.fx.ch4 > *:nth-child(2n),
	.fx.ch4 > *:nth-child(3n){
		margin-right: 0;
	}
	.fx.ch3 > * {
	    width: 80%;
	    margin: 0 0 20px 0;
	}
	.fx.ch4 > * {
	    width: 80%;
	    margin: 0 0 20px 0;
	}
	
}

@media (max-width: 470px) {
	.button1 {
	    font-size: 13px;
	    padding: 6px 12px 4px;
	    border: 2px solid #C50C0C;
	}
	.more {
	    font-size: 13px;
	}
	
	.top_block .text h1 {
	    font-size: 29px;
	}
	.slick-prev::before, .slick-next::before {
	    font-size: 34px;
	}
	
    .pg_home .top_block > .main_width {
        position: absolute;
        bottom: 25px;
    }
    .pg_home .top_block .form {
        display: none;
    }
    .pg_home .top_block .mob{
        display: block;
    }
    .pg_home .top_block .text p {
        color: #000;
    }
	.h2 span::before, .h2 span::after {
	    width: 50px;
	}
}

@media (max-width: 400px) {

    .contacts .item .value {
        font-size: 18px;
    }
    
	.top_block .form {
	    max-width: 100%;
	}
	.form .ajax {
	    width: 100%;
	}

}
@media (max-width: 360px) {
	.fx.ch2 > *,
	.fx.ch3 > * ,
	.fx.ch4 > * {
	    width: 95%;
	}
}