/*
Theme Name: trans-cn.ru
*/

@font-face {
	font-family: 'Inter';
	src: url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*
* {-webkit-appearance: none; }
*/

html {
	margin: 0%;
	padding: 0%;
	background: #fff;
}
body {
    margin: 0%;
    padding: 0%;
	font-size: 16px;
	line-height: 23px;
    font-family: 'Inter', sans-serif;
	font-weight: 300;
    color: #323232;
    overflow-x: hidden;
}
a {
	color: #323232;
	transition: 0.5s;
}
a:hover {
    color: #EF5224;
    text-decoration: underline;
}
h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, h6 {
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
    font-family: 'Inter', sans-serif;
	font-weight: 700;
}
h1, p.h1 {
	font-size: 48px;
	line-height: 60px;
    position: relative;
}
h2 em, h1 em,
h2 span, h1 span,
p.h2 span {
	position: relative;
	font-style: normal;
	position: relative;
    z-index: 0;
}
p.h2 span:before,
h2 span:before,
h2 em:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 11px;
    background: #ff6234;
    z-index: -1;
}
h1 span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    height: 11px;
    background: #ff6234;
    z-index: -1;
}
p.h2, h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
    position: relative;
}
p.h3, h3 {
	font-size: 29px;
	line-height: 35px;
}
p.h4, h4 {
    font-size: 20px;
    line-height: 22pt;
}
h5, h6 {
    font-size: 19px;
    line-height: 20pt;
    margin: 0%;
    margin: 0 auto;
}
input[type="submit"],
input[type="button"] {
    color: #fff;
    background: #FF6234;
    border: none;
    border-radius: 3px;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    background: #FF6234;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 19%);
    border-radius: 5px;
	transition: 0.5s;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #323232;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 24%);
}
img {
	max-width: 100%;
	height: auto;
}
input, select, textarea {
	outline: none;
}
.center {
    margin: 0 auto;
    width: 96%;
    max-width: 1350px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}

/*status_panel*/
section.status_panel {
    background: #fff;
    position: absolute;
    z-index: 2;
    border-top: 2px solid #f4f4f4;
    box-shadow: 0px 120px 20px 20px rgb(0 0 0 / 8%);
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    /* overflow: hidden; */
    display: none;
}
body.status section.status_panel {
    opacity: 1;
    display: block;
}
section.status_panel span.close {
    content: url(images/arrow.svg);
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 19px 14px rgb(0 0 0 / 2%);
    position: absolute;
    right: 3%;
    bottom: -6px;
    z-index: 1;
    cursor: pointer;
    transform: perspective(10px);
    transform: rotate(90deg);
    width: 46px;
    height: 46px;
    padding: 10px;
    box-sizing: border-box;
	transition: 1s;
}
section.status_panel span.close:hover {
    box-shadow: 0px 0px 19px 14px rgb(0 0 0 / 7%);
}
section.status_panel:before {
    content: '';
    background: #EDF5FF;
    right: 0;
    top: 0;
    bottom: 0%;
    width: 44%;
    position: absolute;
}
section.status_panel .left {
    float: left;
    width: 54%;
    padding: 2% 0;
    box-sizing: border-box;
    margin: 0;
}
form.status_order {
    margin: 10px 0 20px;
}
section.status_panel .left .title {
    font-size: 15px;
}
section.status_panel .left .title span {
    font-size: 28px;
    display: block;
    line-height: 20pt;
    margin-bottom: 8px;
}
section.status_panel .left input[type="text"] {
    width: 65%;
    margin-right: 22px;
    position: relative;
    bottom: -3px;
    border: none;
    padding-left: 0;
    border-bottom: 3px solid #ddd;
    border-radius: 0;
    text-transform: uppercase;
}
section.status_panel .right {
    float: right;
    width: 44%;
    box-sizing: border-box;
    margin: 0;
    padding: 2% 0 2% 3%;
    background: #EDF5FF;
}
section.status_panel .right ol {
    margin: 10px 0;
    list-style-type: none;
    padding: 0;
    font-size: 15px;
	position: relative;
}
/*
section.status_panel .right ol:before {
    content: '';
    width: 2px;
    top: 0;
    bottom: 0;
    left: 28%;
    background: #8db6ec;
    position: absolute;
    opacity: 0.6;
}
*/
section.status_panel .right ol:before {
    content: '';
    width: 2px;
    top: 0;
    bottom: 0;
    left: 33%;
    background: #8db6ec;
    position: absolute;
    opacity: 0.6;
}
section.status_panel .right ol li {
    padding: 3.5px 0;
    display: flow-root;
    position: relative;
    color: #969696;
}
/*
section.status_panel .right ol li:before {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #bacde5;
    border: 3px solid #EDF5FF;
    position: absolute;
    left: 26%;
}
*/
section.status_panel .right ol li:before {
    content: '';
    width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #bacde5;
    border: 3px solid #EDF5FF;
    position: absolute;
    left: 31%;
}
section.status_panel .right ol li.active:before {
    background-image: url('images/check_green_status.svg');
    background-color: #25D366;
    background-repeat: no-repeat;
    background-position: center center;
}
section.status_panel .right ol li.active:before {
    background-image: url('images/check_green_status.svg');
    background-color: #25D366;
    background-repeat: no-repeat;
    background-position: center center;
}
section.status_panel .right ol li.active {
	color: #323232;
}
section.status_panel .right ol li span {
    position: relative;
    display: block;
}
/*
section.status_panel .right ol li span.date {
    width: 35%;
    float: left;
}
section.status_panel .right ol li span.status {
    width: 63%;
    float: right;
}
*/
section.status_panel .right ol li span.date {
    width: 40%;
    float: left;
}
section.status_panel .right ol li span.status {
    width: 60%;
    float: right;
}


section.status_panel .answer span {
    background: #25d366;
    color: #fff;
    padding: 4px 10px;
    margin-left: 10px;
    border-radius: 2px;
}
section.status_panel .answer.error span {
	background: #ee5224;
}



/*slicker*/
/*arrow*/
span.arrow {
    display: block;
    border-radius: 100%;
    box-shadow: 0px 0px 14px 0px rgb(135 135 135 / 31%);
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: #fff url(images/arrow.svg) center center no-repeat;
    transform: rotate(180deg);
}
span.arrow.right_top {
    top: -86px;
    position: absolute;
}
span.arrow:hover {
    box-shadow: 0px 0px 14px 0px rgb(135 135 135 / 55%);
    background: #ff6234 url(images/arrow_white.svg) center center no-repeat;
}
span.prev.arrow {
    transform: rotate(0);
}
span.prev.arrow.right_top {
    left: 70px;
}
span.next.arrow {
    right: 0;
}
span.arrow.slider {
    top: 45%;
    position: absolute;
}
span.arrow.slider.prev {
    z-index: 1;
}
span.arrow.slider.next {
    
}
.visibility .slick-list {
    overflow: visible;
}


/*warning*/
section.warning {
    text-align: center;
    background: #EF5224;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}
section.warning span {
    background: #fff;
    padding: 5px 16px;
    border-radius: 24px;
    color: #323232;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}

/*top*/
section.top {
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.09);
    z-index: 1;
    position: relative;
}
section.top a {
	text-decoration: none;
}
section.top a:hover {
	text-decoration: underline;
}
div.logo {
    float: left;
    width: 30%;
    font-size: 14px;
    line-height: 12pt;
    padding: 14px 0 0;
    font-style: italic;
    color: #4D4D4D;
}
div.logo img {
    float: left;
    margin: -4px 20px 0 0;
}
section.top input[type="button"] {
    float: right;
}
section.top span.track {
    float: left;
    margin: 0 20px 0 0;
    border: 3px solid #E8E8E8;
    padding: 11px 22px 11px 55px;
    border-radius: 6px;
    margin: 8px 0 0;
    position: relative;
    cursor: pointer;
	transition: 1s;
}
section.top span.track:hover {
    border: 3px solid #4c8cdf;
}
section.top span.track:before {
    content: url('images/loc.svg');
    position: absolute;
    left: 10px;
    top: -7px;
    background: #fff;
    padding: 0 5px;
}
section.top div.tel {
    float: right;
    width: auto;
    margin: 0 50px 0 0;
    line-height: 15pt;
}
section.top div.tel span {
    display: block;
    font-size: 13px;
}
section.top div.tel a {
    font-size: 21.5px;
	position: relative;
}
section.top div.tel a:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #97e19a;
    border-radius: 100%;
    position: absolute;
    opacity: 1;
    transition: 0.7s;
    left: -13px;
}
body.online section.top div.tel a:before {
	opacity: 0;
}
section.top div.mess {
    float: right;
    width: auto;
    line-height: 11.5pt;
    margin-right: 30px;
}
section.top div.mess span {
    font-size: 13px;
    display: block;
}
section.top div.mess a.tel {
    font-size: 15px;
    margin: 0 5px 0 0;
}
a.whatsapp {
    content: url('images/whatsapp.svg');
    width: 20px;
    height: 20px;
}
a.viber {
    content: url('images/viber.svg');
}
a.telegram {
    content: url('images/telegram.svg');
    width: 20px;
    height: 20px;
}
a.ins {
    content: url('images/ins.png');
    width:20px;
    height:20px;
}
a.tiktok {
    content: url('images/tiktok.png');
    width: 20px;
    height: 20px;
}
a.vk1 {
    content: url('images/vk1.png');
    width: 20px;
    height: 20px;
}
a.wechat {
    content: url('images/wechat.svg');
}
section.top div.mess a.mess {
	position: relative;
	bottom: -3px;
}
section.top a.email {
    border-bottom: 3px solid #ddd;
    display: table;
    font-size: 14px;
    margin: 5px 0 0;
}
section.top a.email:hover {
	text-decoration: none;
    border-bottom: 3px solid #FF6234;
}

/*title*/
section.title {
    position: relative;
    padding: 1px 0 50px;
    background-position: center center;
    background-size: cover;
    background-color: #fb9291;
    z-index: 0;
    transition: 1s;
    -moz-transition: background-image 0.8s ease-in-out;
    -webkit-transition: background-image 0.8s ease-in-out;
    -o-transition: background-image 0.8s ease-in-out;
}
section.title:before {
    content: '';
    background: rgb(255 255 255 / 4%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    position: absolute;
}
section.title:after {
    content: '';
	background: rgb(255,255,255);
	background: linear-gradient(149deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    position: absolute;
}
section.title > * {
	position: relative;
	z-index: 1;
}
section.title h1 {
    max-width: 650px;
}
section.title div.desc {
    font-size: 24px;
    margin: -15px 0 30px;
}
section.title ol.check_blue {
    margin-bottom: 40px;
}
article.post_one.right ol,
ol.check_blue {
    font-size: 19px;
    line-height: 23px;
    list-style-type: none;
    padding: 0;
}
article.post_one.right ol li,
ol.check_blue li {
    margin: 16px 0;
    position: relative;
    padding-left: 40px;
}
article.post_one.right ol li:before,
ol.check_blue li:before {
    content: url('images/check.svg');
    position: absolute;
    background: #4c8cdf;
    border-radius: 100%;
    padding: 6px;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    top: -6px;
}
section.title input[type="button"] {
    float: left;
}
section.title input[type="button"].blue {
    display: none;
}
section.title span.more {
    max-width: 230px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 13pt;
    margin: 10px 0 0 25px;
}
ul.pages {
    position: absolute;
    right: 0;
    top: 0;
    list-style-type: none;
    text-align: right;
    list-style-type: none;
    counter-reset: list 0;
}
ul.pages li {
    padding: 12% 0;
    margin: 11px 0;
    border-right: 4px solid #fff;
    padding-right: 60px;
    color: #fff;
    transition: 1s;
    cursor: pointer;
    position: relative;
}
ul.pages li img {
	height: 0px;
	width: 0px;
}
ul.pages li.active {
    border-right: 4px solid #FF6234;
    color: #FF6234;
}
ul.pages li:hover {
    border-right: 4px solid #323232;
    color: #323232;
}
ul.pages li:after {
    counter-increment: list;
    content: "0" counter(list) ". ";
    color: #fff;
    font-size: 24px;
    right: 10px;
    position: absolute;
    transition: 1s;
}
ul.pages li.active:after {
    color: #FF6234;
}
ul.pages li:hover:after {
    color: #323232;
}

/*tarif*/
section.tarif {
    padding: 20px 0 35px;
    position: relative;
    overflow: hidden;
}
section.tarif .center {
    position: relative;
}
section.tarif:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    height: 55%;
    background-color: #4380CE;
    position: absolute;
    display: table;
    border-radius: 6px;
}
.tarif_list {
    display: flex;
    width: 100%;
    margin: 40px 0 25px;
}
.tarif_list .one {
    width: 20%;
    border: 4px solid #E6E6E6;
    margin: 0 10px 0;
    text-align: center;
    padding: 1px 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 12pt;
    transition: 1s;
    background: #fff;
}
.tarif_list .one:first-child {
	margin-left: 0;
}
.tarif_list .one:last-child {
	margin-right: 0;
}
.tarif_list .one:hover {
    border: 4px solid #FF6234;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 6%);
}
.tarif_list .one img {
    padding: 0 20px;
    background: #fff;
    margin: -32px auto 10px;
    display: block;
    max-width: 200px;
    height: 77px;
    width: auto;
    box-sizing: border-box;
}
.tarif_list .one span.name {
    font-size: 21px;
    display: block;
}
.tarif_list .one .desc {
    height: 32px;
}
.tarif_list .one span.time {
    font-size: 14px;
    display: block;
    padding: 8px 0;
}
.tarif_list .one ul {
    padding: 0;
    list-style-type: none;
    text-align: left;
    max-width: 90%;
    margin: 10px auto;
    height: 104px;
}
.tarif_list .one ul li {
    margin: 11px 0;
    position: relative;
    padding-left: 30px;
}
.tarif_list .one ul li:before {
    content: url('images/check_blue.svg');
    background: #F1F1F1;
    border-radius: 100%;
    padding: 3px 4px 0 5px;
    width: 22px;
    height: 22px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: -3px;
}
.tarif_list .one span.price {
    font-size: 23px;
    padding: 8px 0 17px;
    display: block;
}
.tarif_list .one input[type="button"] {
    box-shadow: 0px 5px 14px rgb(0 0 0 / 1%);
}
.tarif_list .one input[type="button"]:hover {
    box-shadow: 0px 5px 14px rgb(0 0 0 / 19%);
	background: #323232;
}
.desc.opacity {
    text-align: center;
    font-size: 14px;
    line-height: 16pt;
    color: #90C1FF;
    max-width: 1100px;
    margin: 0 auto;
}
div.go {
    display: flex;
    max-width: 800px;
    margin: 30px auto 0;
}
div.go.white {
    color: #fff;
}
div.go input[type="button"] {
    margin-left: 3%;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 9%);
}
div.go input[type="button"]:hover {
    box-shadow: 0px 5px 14px rgb(0 0 0 / 19%);
}
input[type="button"].black {
    background: #323232;
}
input[type="button"].black:hover {
    background: #494949;
}

/*website*/
section.website {
    padding: 30px 0 55px;
    overflow: hidden;
}
blockquote {
    margin: 30px 0;
    font-size: 19px;
    line-height: 20pt;
}
blockquote a {
    text-decoration: none;
    border-bottom: 3px solid #90C1FF;
    margin: 0 10px 0 0;
}
blockquote a:hover {
	text-decoration: none;
	border-bottom: 3px solid #FF6234;
}
div.left {
    float: left;
    width: 52%;
    margin-right: 1%;
}
div.go.little {
    max-width: 550px;
    margin: 20px 0 30px;
}
div.go.little input[type="button"] {
    margin-right: 5%;
    margin-left: 0;
    margin-top: -5px;
}
article {
    line-height: 17.5pt;
}
aside {
    background: #4380ce;
    color: #fff;
    padding: 30px 35px;
    border-radius: 6px;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 19%);
    font-size: 15px;
    line-height: 16pt;
    position: absolute;
    right: 22%;
    top: 46%;
    max-width: 185px;
}
aside span {
    font-size: 47px;
    display: block;
    margin: 8px 0 29px;
}
section.website aside {
    z-index: 1;
	transition: 2s;
}
section.website:hover aside {
	transition: 3s;
    top: 48%;
}
section.website img.web {
    position: absolute;
    z-index: 0;
    top: -5%;
    z-index: -1;
	transition: 2s;
}
section.website:hover img.web {
	transition: 3s;
    top: -6%;
}
ul.tg_list {
    margin: 30px 0 25px;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: flex;
    list-style-type: none;
    counter-reset: list 0;
}
ul.tg_list li {
    margin: 0 45px 0 0;
    position: relative;
}
ul.tg_list li:after {
    content: url('images/arrow_trigger.svg');
    position: absolute;
    right: -15px;
    top: 42%;
	transition: 1s;
}
ul.tg_list li:hover:after {
    right: -21px;
}
ul.tg_list li:last-child {
    margin: 0;
}
ul.tg_list li:last-child:after {
    content: none;
}
ul.tg_list li img {
    display: block;
    margin-bottom: 5px;
}
ul.tg_list li:before {
    counter-increment: list;
    content: "0" counter(list) ". ";
    background: #ff6234;
    border-radius: 100%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 24%;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 19px;
    top: -15px;
	transition: 1s;
}
ul.tg_list li:hover:before {
	background: #323232;
}

/*partners*/
section.partners {
    padding: 30px 0 45px;
    position: relative;
}
section.partners:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1500px;
    height: 100%;
    max-width: 100%;
    background-color: #EBF0F7;
    position: absolute;
    display: table;
    border-radius: 6px;
}
section.partners img.image {
    padding: 9px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    right: 0;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 9%);
	transition: 1s;
}
section.partners:hover img.image {
    top: -40px;
	transition: 2s;
}
article.left {
    float: left;
    width: 48%;
    margin-right: 1%;
}
section.partners aside {
    right: 3%;
    top: 26%;
    max-width: 300px;
    z-index: 1;
    width: 460px;
	transition: 1s;
}
section.partners:hover aside {
    right: 4%;
	transition: 2s;
}
div.triggers {
    display: table;
    width: 100%;
}
ul.tg_list.arrows li:after {
    content: url('images/arrows_blue.svg');
    position: absolute;
    right: -18px;
    top: 42%;
}
ul.tg_list.arrows li:hover:after {
    right: -25px;
}
ul.tg_list.check li:before {
    content: url('images/check_big.svg');
    background: #ff6234;
    border-radius: 100%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 24%;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 19px;
    top: -15px;
	transition: 1s;
}
ul.tg_list.check li:hover:before {
    background: #323232;
}
ul.tg_list.arrows li:last-child:after {
    content: none;
}

/*store*/
section.store {
    padding: 30px 0 55px;
    border-bottom: 3px solid #efefef;
    overflow: hidden;
}
div.adress {
    background: #4C8CDF;
    color: #fff;
    padding: 20px 30px 25px;
    border-radius: 6px;
    line-height: 20pt;
    margin: 20px 0 10px;
	position: relative;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 9%);
	transition: 1s;
}
div.adress:hover {
    box-shadow: 0px 5px 14px rgb(0 0 0 / 13%);
}
div.adress:after {
    content: url('images/china.webp');
    position: absolute;
    top: -28px;
    right: 3%;
    border: 5px solid #fff;
    border-radius: 100%;
    width: 81px;
    height: 81px;
    padding: 0;
    box-sizing: border-box;
}
div.adress strong {
    display: block;
    margin-bottom: 7px;
}
ul.tg_list.plus li:before {
    content: '+';
    padding: 9px;
    font-size: 38px;
}
ul.tg_list.plus {
    max-width: 1100px;
}
section.store img.image {
    position: absolute;
    z-index: 0;
    top: -12%;
    right: -35%;
    z-index: -1;
	transition: 3s;
}
section.store:hover img.image {
    top: -14%;
	transition: 5s;
}

/*tour*/
section.tour {
    padding: 20px 0 40px;
    position: relative;
    overflow: hidden;
}
section.tour .center {
	position: relative;
}
section.tour:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    height: 55%;
    background-color: #ff6234;
    position: absolute;
    display: table;
    border-radius: 6px;
}
article.right {
    float: right;
    width: 48%;
    margin: 10px 0 0;
}
article.post_one.right ol li {
    margin: 16px 0;
    position: relative;
    padding-left: 40px;
}
article.post_one.right ol {
    font-size: 16px;
}
.photos_gallery {
    display: inline-block !important;
    width: 100%;
    margin: 12px 0 0;
}
.photos_gallery .one {
    float: left;
    margin: 0 4px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 19%);
}
.photos_gallery .one img {
    max-height: 360px;
    display: block;
    width: auto;
    background: #323232;
	filter: contrast(1);
	transition: 2s;
}
.photos_gallery .one:hover img {
	filter: contrast(1.25);
}


/*reviews*/
section.reviews {
    position: relative;
    padding: 15px 0 50px;
    overflow: hidden;
}
section.reviews:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 93%;
    height: 55%;
    background-color: #DCE7F5;
    position: absolute;
    display: table;
    border-radius: 6px;
}
div.reviews_list .one {
    background-color: #fff;
    float: left;
    margin: 0 11px 0 0;
    padding: 25px;
    box-sizing: border-box;
    height: 300px;
    font-size: 14px;
    line-height: 15pt;
    transition: 0.5s;
    max-width: 360px;
    width: 360px;
    border-bottom: 3px solid #ff6234;
    box-shadow: 1px 1px 5px 6px rgb(12 12 12 / 3%);
    border-radius: 3px;
	transition: 1s;
}
div.reviews_list .one:hover {
    box-shadow: 1px 1px 5px 6px rgb(12 12 12 / 11%);
    border-bottom: 3px solid #323232;
}
div.reviews_list .one .content {
    height: 175px;
    overflow: hidden;
    margin-bottom: 15px;
}
div.reviews_list .one .people {
	padding: 10px 0 0;
}
div.reviews_list .one .people img {
    max-width: 50px;
    float: left;
    margin: -5px 20px 0 0;
    border-radius: 4px;
}
div.reviews_list .one .people span.star {
    content: url('images/stars.webp');
    display: table;
    left: -2px;
    position: relative;
    height: 16px;
    margin: 4px 0 0;
}
div.reviews_list .one.mess {
    width: auto;
    padding: 7px;
}
div.reviews_list .one.mess img {
    height: 285px;
    width: auto;
}
.reviews_services {
    display: table;
    width: 100%;
    margin-bottom: 23px;
}
a.yandex {
    content: url('images/yandex.webp');
}
a.google {
    content: url('images/google.webp');
}
a.gis2 {
    content: url('images/2gis.webp');
}
a.otzovik {
    content: url('images/otzovik.webp');
}
a.vk {
    content: url('images/vk.svg');
}
a.serv {
    margin: 0 50px 0 0;
}
.reviews_services div.star {
    position: relative;
    top: -22px;
    margin-left: 50px;
    display: initial;
}
.reviews_services div.star span {
    content: url('images/stars.webp');
    position: relative;
    margin: 0 15px;
    bottom: -5px;
}
.reviews_services div.star:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #dddddd;
    position: absolute;
    left: -40px;
    top: 49%;
}

/*team*/
section.team {
    padding: 15px 0 40px;
    position: relative;
    overflow: hidden;
}
section.team:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    height: 55%;
    background-color: #DCE7F5;
    position: absolute;
    display: table;
    border-radius: 6px;
}
article.short {
    max-width: 800px;
}
.team_list {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}
.team_list .one {
    font-size: 14px;
    float: left;
    margin: 0 10px 0 0;
    background-size: cover;
    width: 23%;
    padding: 250px 30px 40px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 6px solid #fff;
    box-sizing: border-box;
    position: relative;
    height: 380px;
	transition: 1s;
}
.team_list .one:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: block;
    position: absolute;
    transition: 1s;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 13%) 48%, rgba(255,255,255,0) 100%);
}
.team_list .one:hover:after {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 33%) 48%, rgba(255,255,255,0) 100%);
}
.team_list .one div {
    position: relative;
    z-index: 1;
}
.team_list .one  span.name {
    font-size: 21px;
    display: block;
    margin-bottom: 4px;
}
.team_list .one span.prof {
    display: block;
    margin-bottom: 4px;
}
.team_list .one div a.tel {
    font-size: 15px;
    text-decoration: none;
    margin-right: 2px;
}
.team_list .one div a.mess {
    position: relative;
    bottom: -4px;
    margin: 0 1px;
}

/*contact_bottom*/
section.contact_bottom {
    padding: 22px 0 45px;
    overflow: hidden;
}
ul.navi {
    margin: 0 0 35px 0;
    list-style-type: none;
    font-size: 20px;
    padding: 0;
    display: flex;
}
ul.navi li {
    cursor: pointer;
    margin: 0 35px 0 0;
    border-bottom: 4px solid #90C1FF;
	transition: 0.5s;
}
ul.navi li:hover {
    border-bottom: 4px solid #323232;
}
ul.navi li.active {
    border-bottom: 4px solid #ff6234;
}
address {
    background: #fff;
    box-shadow: 1px 1px 18px 4px rgb(12 12 12 / 9%);
    border-radius: 6px;
    font-style: normal;
    overflow: hidden;
    border-bottom: 3px solid #323232;
}
address .one {
	display: none;
    height: 480px;
}
address .one.active {
    display: flex;
}
address .content {
    width: 40%;
    padding: 10px 40px 20px;
    box-sizing: border-box;
}
address .photo {
    width: 28%;
}
address .photo img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
address .map {
    width: 35%;
    min-height: min-content;
}
address .map iframe {
    width: 100%;
    border: none;
    background: #ddd;
    min-height: min-content;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 540px;
    min-height: min-content;
}
div.social_network {
	margin: 20px 0 0;
}
div.social_network a {
    margin: 0 10px 0;
    height: 45px;
}
address .office {
    padding: 15px 0;
}
address .office span {
    font-size: 19px;
    display: block;
    margin: 4px 0 0;
}
address a {
    text-decoration: none;
}
address a:hover {
    text-decoration: underline;
}
address .tel a.tel {
    font-size: 30px;
    display: block;
    margin: 10px 0;
}
address h3 {
    margin: 20px 0;
}
address .mess {
    padding: 15px 0 10px;
}
address .mess span {
    display: block;
}
address a.tel {
    font-size: 20px;
    margin: 4px 7px 0 0;
}
address .mess a.mess {
    margin: 0 2px;
    padding: 0;
    position: relative;
    bottom: -1px;
}
address a.email {
    font-size: 18px;
    margin: 10px 0 0;
    display: table;
    border-bottom: 3px solid #ddd;
}
address a.email:hover {
	text-decoration: none;
    border-bottom: 3px solid #FF6234;
}

/*footer*/
footer {
    background: #4C8CDF;
    border-top: 5px solid #ff6234;
    font-size: 14px;
    color: #bcd0ed;
    text-align: center;
    padding: 305px 0 35px;
    margin-top: -320px;
}
footer a {
    color: #bcd0ed;
    text-decoration: none;
}
footer a:hover {
    color: #dfe469;
    text-decoration: underline;
}
footer a.politic {
    margin: 0 5%;
}


/*callback_block */
p.visibility {
	display: none;
}
section.callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(0 0 0 / 82%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
    animation: callback .6s forwards;
}
section.callback_block.active {
	display: block;
}
@keyframes callback {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
section.callback_block .content {
    background: #fff;
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 22%;
    margin: 0 auto;
    width: 380px;
    box-sizing: border-box;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
    border-radius: 8px;
    border: 3px solid #ff6234;
    box-sizing: border-box;
    padding: 3% 3% 4%;
}
section.callback_block .content form {
    box-sizing: border-box;
}
section.callback_block .content form div.image {
    float: left;
    width: 48%;
    position: relative;
}
section.callback_block .content form div.image img {
	display: block;
}
section.callback_block .content form div.image div {
    position: absolute;
    bottom: 25px;
    left: 0;
    background: #00B593;
    color: #fff;
    padding: 17px 20px;
    max-width: 50%;
    font-size: 13px;
    line-height: 17pt;
    border-radius: 0 3px 3px 0;
}
section.callback_block .content form div.image div span {
    display: block;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 17px;
}
section.callback_block .content form div.form {
    float: right;
    width: 50%;
    padding: 18px 35px 50px;
    box-sizing: border-box;
}
section.callback_block .content p.h3 {
    font-size: 27px;
    line-height: 25pt;
    text-align: left;
    color: #323232;
}
input[type="text"], section.callback_block input[type="email"], section.callback_block input[type="tel"] {
    width: 100%;
    border: 2px solid #cbcbcb;
    margin: 6px 0;
    transition: 0.5s;
    padding: 15px 18px;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 4px;
}
input[type="email"].error, input[type="tel"].error, input[type="text"].error {
    border: 2px solid #ff8b8b !important;
}
input[type="email"].good, input[type="text"].good, input[type="tel"].good {
    border: 2px solid #c3f166 !important;
}
section.callback_block input[type="button"] {
    margin-top: 10px;
    width: 100%;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 10%);
}
section.callback_block input[type="button"]:hover {
    box-shadow: 0px 5px 14px rgb(0 0 0 / 20%);
}
section.callback_block span.close {
    content: url(images/close_white.webp);
    position: absolute;
    right: -15px;
    top: -12px;
    opacity: 1;
    transition: 1s;
    cursor: pointer;
    background: #ff6234;
    border-radius: 100%;
    padding: 10px;
}
section.callback_block span.close:hover {
    transition: 1s;
    background: #323232;
}
section.callback_block p.politic {
    font-size: 13px;
    line-height: 13pt;
    opacity: 0.5;
    margin: 25px 0 0;
}
section.callback_block p.politic a {
    color: #323232;
}
section.callback_block p.politic a:hover {
    text-decoration: none;
}


/* popup__toggle */
#popup__toggle {
	bottom: 6%;
    right: 10px;
    position: fixed;
    z-index: 9;
	cursor: pointer;
	transition: 0.5s;
}
#popup__toggle.dinamic {
	bottom: 10%;
	transition: 0.5s;
}
.img-circle{background-color:#ECC22E;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ECC22E;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#ECC22E;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	bottom: 14px;
	right: 49px;
	position:absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 1;
	transition: 0.5s;
}
.img-circleblock{
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width:72px;
	height:72px;
	background-image:url(images/callback.webp);
	background-position: center center;
	background-repeat:no-repeat;
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition: 0.5s;
}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
span.more_arrow {
	display: none;
}
footer.single {
    padding: 20px 0 23px;
    margin: 0;
    border-top: 3px solid #ff6234;
}
section.error404 {
    padding: 10px 0 90px;
}
section.single_page {
    padding: 1px 0 40px;
}

@media(max-width: 1400px) {
	p.h2, h2 {
		font-size: 30px;
		line-height: 37px;
	}
	section.top div.tel {
		margin: 0 30px 0 0;
	}
	section.top div.mess {
		margin-right: 20px;
	}	
	section.top span.track {
		padding: 11px 15px 11px 55px;
	}
	
}

@media(max-width: 1350px) {
	input[type="button"] {
		padding: 20px 25px;
	}
	div.logo img {
		margin: -4px 15px 0 0;
	}
	
}

@media(max-width: 1300px) {
	div.logo {
		content: url('images/logo.svg');
		max-width: 15%;
		margin: 2px 4% 0 0;
	}
	section.top div.mess {
		margin: 0 3.5% 0 1%;
	}
	.tarif_list {
		margin: 50px 0 25px;
	}	
	.tarif_list .one {
		font-size: 13px;
	}	
	p.h2, h2 {
		font-size: 29px;
		line-height: 37px;
	}	
	section.tour:before {
		height: 45%;
	}
	section.website {
		padding: 25px 0 25px;
	}
	blockquote {
		font-size: 18px;
	}
	section.status_panel .left .title span {
		font-size: 25px;
	}
	
}

@media(max-width: 1200px) {
	section.top div.mess {
		margin: 0 1.5% 0 0;
	}	
	div.logo {
		margin: 2px 3.5% 0 0;
	}	
	input[type="button"] {
		font-size: 12px;
	}
	.tarif_list .one {
		border: 3px solid #E6E6E6;
		margin: 0 2px 0;
	}
	.tarif_list .one:hover {
		border: 3px solid #FF6234;
	}	
	.tarif_list .one ul {
		font-size: 12.5px;
	}
	.tarif_list .one ul li {
		margin: 8px 0;
	}
	.tarif_list .one ul li:before {
		padding: 2px 4px 0 5px;
		width: 20px;
		height: 20px;
		top: -2px;
	}
	
}



@media(max-width: 1150px) {
	section.top div.mess a.tel {
		display: block;
		margin-right: none;
	}
	section.top div.mess span {
		display: none;
	}
	section.top div.mess {
		margin: 0 2.5% 0 1.5%;
	}
	.tarif_list .one {
		border: 1px solid #E6E6E6;
		margin: 0;
		border-radius: 0;
	}
	.tarif_list .one:hover {
		border: 1px solid #FF6234;
	}	
	.tarif_list .one ul {
		font-size: 12px;
		line-height: 12pt;
	}
	.tarif_list .one ul li {
		margin: 6px 0;
	}
	.tarif_list .one img {
		padding: 0 10px;
	}
	section.partners img.image {
		right: -110px;
	}	
	div.triggers {
		font-size: 14px;
		line-height: 15pt;
	}	
	a.serv {
		margin: 0 30px 0 0;
	}	
	.team_list .one div a.tel {
		font-size: 14px;
	}
	.team_list .one {
		padding: 250px 15px 40px;
	}

	
}

@media(max-width: 1050px) {
	section.top span.track {
		font-size: 13px;
	}
	section.top div.mess {
		margin: 0 1.5% 0 0;
	}
	.tarif_list .one {
		padding: 1px 3px 20px;
	}
	.tarif_list .one ul {
		font-size: 12px;
		line-height: 12pt;
	}
	.tarif_list .one ul li {
		margin: 8px 0;
	}
	.tarif_list .one ul li:before {
		padding: 4px 7px 0 5px;
	}

	
}


@media(max-width: 900px) {
	html.main {
		margin-top: 0 !important;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}	
	.center {
		width: 90%;
		min-width: 90%;
		max-width: 90%;
	}
	body {
		font-weight: 500;
	}
	h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, h6 {
		font-weight: 900;
		
	}	
	
	h1 {
		font-size: 32px;
		line-height: 27pt;
		font-weight: normal;
		position: relative;
	}
	p.h2, h2 {
		font-size: 25px;
		line-height: 23pt;
		font-weight: normal;
		position: relative;
	}
	p.h3, h3 {
		font-size: 18px;
		line-height: 16pt;
	}
	h4, h5, h6 {
		font-size: 16px;
		line-height: 16pt;
	}
	
	/*warning*/
	section.warning {
		font-size: 15px;
		line-height: 14pt;
	}	
	section.warning span {
		display: none;
	}

	/*top*/
	section.top {
		padding: 18px 0;
	}
	ul.pages,
	section.top div.tel span,
	section.top input[type="button"] {
		display: none;
	}
	section.top div.mess {
		width: 50%;
		text-align: left;
		padding: 4px 0 0;
	}
	section.top div.mess a.mess {
		margin: -4px 5px 0;
		width: 26px;
	}
	section.top div.mess a.mess:last-child {
		margin-right: 0;
	}
	section.top div.mess a.tel {
		display: none;
	}
	section.top div.mess a.email {
		display: none;
	}
	div.logo {
		content: url('images/logo.svg');
		padding: 0;
		margin: 8px 13% 0 0;
	}
	section.top span.track:hover,
	section.top span.track {
		content: url(images/loc.svg);
		padding: 1px 8px;
		border: 2px solid #4C8CDF;
		border-top: 0;
		border-bottom: none;
		float: right;
		margin: -3px 0 0;
	}
	section.top div.tel a {
		font-size: 16px;
		letter-spacing: -0.7px;
		margin: 6px 0 0;
		display: block;
	}
	section.top div.tel {
		float: left;
		width: auto;
		line-height: 15pt;
		margin: 1px 0 0;
		display: none;
	}
	article.post_one.right ol, ol.check_blue {
		font-size: 17px;
		line-height: 21px;
	}
	article.post_one.right ol li:before, ol.check_blue li:before {
		top: -4px;
	}
	
	/*title*/
	section.title:before {
		background: rgb(255 255 255 / 41%);
	}	
	section.title:after {
		background: linear-gradient(149deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 30%) 100%);
	}
	section.title input[type="button"] {
		float: none;
		margin: 15px auto;
		display: block;
		padding: 26px 45px;
		width: 290px;
		box-shadow: 0px 5px 14px rgb(0 0 0 / 5%);
	}
	section.title input[type="button"].blue {
		display: block;
		background: #4C8CDF;
	}
	section.title span.more {
		display: none;
	}
	section.title ol.check_blue {
		margin-bottom: 32px;
	}
	section.title div.desc {
		font-size: 22px;
		line-height: 22pt;
		margin: -13px 0 25px;
	}
	section.title {
		padding: 1px 0 100px;
	}	
	span.more_arrow {
		text-transform: uppercase;
		bottom: 20px;
		left: 0;
		right: 0;
		color: #323232;
		position: absolute;
		font-size: 12px;
		opacity: 1;
		display: block;
		text-align: center;
	}
	span.more_arrow:before {
		content: url('images/more_arrow.svg');
		position: absolute;
		left: 0;
		right: 0;
		top: -25px;
		transition: 1s;
	}	
	body.online span.more_arrow:before {
		top: -40px;
	}	
	
	/*tarif*/
	.tarif_list {
		display: block;
		width: 100%;
		margin: 35px 0 15px;
	}	
	.tarif_list .one {
		margin: 0 5px 0;
		height: 380px;
		box-sizing: border-box;
		float: left;
	}
	.tarif_list .one input[type="button"] {
		padding: 22px 37px;
		box-sizing: border-box;
		min-width: auto;
	}	
	.tarif_list .one:last-child {
		margin-right: 5px;
	}
	.tarif_list .one:first-child {
		margin-left: 5px;
	}
	.tarif_list .one span.price {
		padding: 1px 0 22px;
	}
	.desc.opacity {
		font-size: 14px;
		line-height: 15pt;
		color: #b1d3ff;
	}
	div.go {
		display: block;
		text-align: center;
		margin: 20px auto 0;
	}

	div.go input[type="button"] {
		margin-left: 0;
		box-shadow: 0px 5px 14px rgb(0 0 0 / 9%);
		margin: 20px auto;
		display: block;
	}
	input[type="button"] {
		padding: 23px 41px;
		min-width: 290px;
	}

	/*website*/
	section.website {
		padding: 15px 0;
		overflow: hidden;
		margin-bottom: -80px;
	}
	div.left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	section.website img.web {
		position: relative;
		z-index: 0;
		top: 0;
		z-index: 0;
		transition: none;
		width: 140%;
		max-width: 140%;
	}
	h2 br {
		display: contents;
	}
	blockquote {
		margin: 5px 0;
		font-size: 19px;
		line-height: 20pt;
	}
	aside {
		font-size: 15px;
		line-height: 16pt;
		position: relative;
		right: 0;
		top: 0;
		max-width: 96%;
		width: 96%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	aside span {
		font-size: 41px;
		display: block;
		margin: 11px 0 19px;
	}	
	section.website:hover aside,
	section.website aside {
		z-index: 1;
		transition: 2s;
		margin-top: 130px;
		margin-bottom: -340px;
	}
	div.go.little input[type="button"] {
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
		display: block;
		margin: -10px auto 20px;
	}
	div.triggers {
		display: block;
		width: 100%;
	}	
	ul.tg_list {
		margin: 15px 0;
		padding: 0;
		list-style-type: none;
		position: relative;
		display: block;
		list-style-type: none;
		counter-reset: list 0;
		line-height: 15pt;
	}
	ul.tg_list li {
		margin: 0 5px 0 0;
		position: relative;
		padding: 20px 50px 10px 0;
		box-sizing: border-box;
	}
	ul.tg_list li:before {
		left: 14%;
		top: 5px;
	}
	ul.tg_list li:hover:after,
	ul.tg_list li:after {
		right: 18px;
	}
	ul.tg_list li img {
		margin-bottom: 12px;
	}
	
	
	/*partners*/
	section.partners {
		padding: 15px 0;
	}		
	section.partners:hover img.image,
	section.partners img.image {
		padding: 0;
		border-radius: 6px;
		position: relative;
		top: -20px;
		margin-bottom: -15px;
		right: 0;
	}	
	section.partners:hover aside, section.partners aside {
		right: 0;
		top: 0;
		z-index: 1;
		transition: 1s;
		position: relative;
		max-width: 96%;
		width: 96%;
		font-size: 14px;
	}
	article.left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	ul.tg_list.check li:before {
		top: 15px;
	}
	ul.tg_list.arrows li:hover:after,
	ul.tg_list.arrows li:after {
		right: 22px;
	}
	section.store {
		padding: 130px 0 15px;
	}
	section.store:hover img.image,
	section.store img.image {
		position: absolute;
		z-index: 0;
		top: -20%;
		right: -35%;
		z-index: -1;
		transition: 3s;
		max-width: 140%;
		width: 140%;
	}
	article.right {
		float: none;
		width: 100%;
		margin: 0;
	}
	section.store ul.tg_list.plus.short {
		margin-bottom: -20px;
	}	
	.photos_gallery .one img {
		max-height: 230px;
	}
	article.post_one.right ol li {
		margin: 13px 0;
		position: relative;
		padding-left: 40px;
	}
	section.tour:before {
		height: 30%;
	}
	section.tour {
		padding: 15px 0 15px;
	}
	.photos_gallery {
		margin: 12px 0;
	}
	section.reviews {
		padding: 5px 0 26px;
	}	
	a.serv {
		margin: 0 14px 0 0;
		height: 39px;
	}
	.reviews_services div.star:before {
		content: none;
	}
.reviews_services div.star {
    position: relative;
    top: -14px;
    margin-left: 0;
    display: initial;
}
	.reviews_services div.star span {
		margin: 0 15px 0 0;
		bottom: -5px;
	}
	section.contact_bottom {
		padding: 15px 0 35px;
		overflow: hidden;
	}
	footer {
		font-size: 12px;
		line-height: 15pt;
		padding: 305px 20px 25px;
		margin-top: -320px;
	}
	footer a.politic {
		margin: 0;
		display: block;
	}
	footer a.autor {
		display: none;
	}
	address .one.active {
		display: block;
	}
	address .content {
		width: 100%;
		padding: 10px 25px 20px;
		box-sizing: border-box;
	}
	address .photo {
		width: 100%;
		height: 300px;
	}
	address .map {
		width: 100%;
		min-height: min-content;
	}
	address .map iframe {
		height: 340px;
	}
	/*popup__toggle*/
	#popup__toggle {
		bottom: 5%;
		right: 3px;
		position: fixed;
		z-index: 15;
	}
	.circlephone {
		max-width: 70px;
		max-height: 70px;
	}
	.circle-fill {
		max-width: 45px;
		max-height: 45px;
		bottom: -12px;
		right: 23px;
	}
	.img-circle {
		width: 25px;
		height: 25px;
		right: 33px;
		top: -27px;
	}
	.img-circleblock {
		width: 20px;
		height: 20px;
		right: 3px;
		top: 2px;
		position: absolute;
		background-size: 65%;
	}
	address {
		font-size: 15px;
		line-height: 14pt;
	}	
	address h3 {
		margin: 25px 0;
		font-size: 27px;
	}	
	address .tel a.tel {
		font-size: 26px;
		display: block;
		margin: 8px 0;
	}
	address .office span {
		font-size: 17px;
		line-height: 17pt;
		display: block;
		margin: 4px 0 0;
	}
	div.social_network a {
		margin: 0 20px 0 0;
		height: 45px;
	}
	div.social_network a:last-child {
		margin: 0;
	}
	ul.navi {
		margin: -10px 0 25px 0;
		list-style-type: none;
		font-size: 16px;
		padding: 0;
		display: table;
		width: 100%;
	}
	ul.navi li {
		margin: 5px 24px 5px 0;
		float: left;
	}
	ul.navi li:last-child {
		margin-right: 0;
	}
	p.h2 span:before, h2 span:before, h2 em:before {
		bottom: -2px;
		height: 10px;
	}
	section.callback_block .content {
		left: 0;
		right: 0;
		display: block;
		top: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0;
		border: 2px solid #ff6234;
		padding: 20% 12% 0;
	}
	section.callback_block p.politic {
		margin: 30px 0 0;
	}
	section.callback_block span.close {
		right: -12px;
		top: -12px;
		padding: 25px;
	}
	.team_list .one:after,
	.team_list .one:hover:after {
		background: linear-gradient(1deg, rgb(255 255 255 / 100%) 0%, rgba(255,255,255,0) 100%);
	}
	section.reviews:before {
		width: 100%;
		border-radius: 0;
	}
/*	
	body.status section.status_panel {
		opacity: 1;
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		border: 2px solid #ff6234;
	}	
*/	
	
body.status section.status_panel {
    opacity: 1;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #ff6234;
    overflow: auto;
}	
	
	section.status_panel .left {
		float: none;
		width: 100%;
		padding: 15% 10% 10% 10%;
		margin: 0;
		box-sizing: border-box;
	}
	section.status_panel .left .title span {
		font-size: 22px;
		display: block;
		line-height: 19pt;
		margin-bottom: 8px;
	}
	section.status_panel .left input[type="text"] {
		width: 100%;
		margin-right: 0;
		position: relative;
		bottom: 0;
		border: none;
		border-bottom: 3px solid #ddd;
		margin-bottom: 14px;
	}
	section.status_panel span.close {
		content: url(images/close_white.webp);
		position: absolute;
		opacity: 1;
		transition: 1s;
		cursor: pointer;
		background: #ff6234;
		border-radius: 100%;
		padding: 10px;
		right: -12px;
		top: -12px;
		padding: 25px;
		box-sizing: border-box;
		width: auto;
		height: auto;
	}
	body.status section.status_panel .center {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	section.status_panel .left {
		height: 50vh;
	}	
/*
	section.status_panel .right {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 10%;
		background: #EDF5FF;
		height: 50vh;
	}
*/	
section.status_panel .right {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 10%;
    background: #EDF5FF;
    height: auto;
}	
	
	
	section.status_panel:before {
		content: none;
	}	
	div.answer {
		font-size: 15px;
	}
	section.status_panel .answer span {
		margin: 4px 0 0;
		width: auto;
		display: table;
	}
	form.status_order {
		margin: 5px 0 15px;
	}
	section.status_panel input[type="button"] {
		padding: 23px 41px;
		width: 100%;
	}
	section.error404 {
		padding: 1px 0 30px;
	}
	section.warning {
		font-size: 13px;
		line-height: 14pt;
	}	

}



@media(max-width: 400px) {
	section.warning {
		font-size: 12px;
		line-height: 13pt;
	}	
	div.logo {
		width: 30%;
		max-width: 30%;
		margin: 8px 9% 0 0;
	}
	section.top div.tel a {
		font-size: 15px;
	}	
	section.status_panel .left {
		padding: 8% 10% 3% 10%;
	}
	section.status_panel .left .title {
		font-size: 14px;
		line-height: 13pt;
	}
	section.status_panel .left .title span {
		font-size: 18px;
		display: block;
		line-height: 16pt;
		margin-bottom: 4px;
	}
	form.status_order {
		margin: 2px 0 10px;
	}
	section.status_panel .left input[type="text"] {
		margin-bottom: 12px;
		padding: 12px 0;
	}
	section.status_panel input[type="button"] {
		padding: 19px 41px;
	}
	section.status_panel .right {
		padding: 8% 10% 0;
	}
	section.status_panel .right ol {
		font-size: 13px;
		line-height: 12pt;
	}
	section.status_panel .right ol li {
		padding: 8px 0;
	}
	section.callback_block span.close,
	section.status_panel span.close {
		padding: 20px;
	}


}	