html,
body {
  height: 100%;
}
body {
  margin: 0 !important;
  padding: 0 !important;
    font-family: "Open Sans", serif;
}
* {
  margin: 0 ;
  padding: 0 ;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* ul {
  list-style: none !important;
} */
a {
  text-decoration: none ;
}
a img {
  border: 0;
}
section {
  margin: 0 auto !important;
  width: 1280px ;
}
input,
button {
  border: 0 ;
  outline: none !important;
}

.clearfix {
  clear: both;
}
input[type="sumbit"],
input[type="button"],
button {
  cursor: pointer;
}
/* 
::-webkit-input-placeholder {color: rgba(255,255,255,0.5);}
::-moz-placeholder          {color: rgba(255,255,255,0.5);}
:-moz-placeholder          {color: rgba(255,255,255,0.5);}
:-ms-input-placeholder      {color: rgba(255,255,255,0.5);}

*/
header {
  padding-top: 24px;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.13);
  padding-bottom: 17px;
  /* 	margin-bottom: 15px; */
  position: relative;
  z-index: 2;
}
header b {
  display: none;
}
header section {
  padding-left: 0;
  padding-right: 11px;
}
header a.logo {
  display: inline-block;
  float: left;
  margin-top: 13px;
  width: 233px;
}
header .right {
  float: right;
  width: 975px;
}
header .right .contacts {
  padding-bottom: 17px;
  border-bottom: solid 1px #b6b8b8;
  margin-bottom: 20px;
}
header .right .contacts .address {
  display: inline-block;
  color: #292929;
  font-size: 13px;
  padding: 2px 0 2px 24px;
  background: url(../img/address.png) left center no-repeat;
  margin-top: 10px;
}
header .right .contacts a.mail {
  display: inline-block;
  color: #273134;
  font-size: 13px;
  padding: 2px 0 2px 27px;
  background: url(../img/mail.png) left center no-repeat;
  margin-top: 10px;
  margin-left: 73px;
}
header .right .contacts a.phone {
  display: inline-block;
  float: right;
  color: #292929;
  font-size: 28px;
  padding-left: 27px;
  background: url(../img/phone.png) left 12px no-repeat;
}
header .right nav ul li {
  display: inline-block;
  margin-right: 55px;
}
header .right nav ul li.current-menu-item a {
  color: #e51421;
  font-weight: 600;
}
header .right nav ul li:last-child {
  margin-right: 0;
}
header .right nav ul li a {
  display: inline-block;
  color: #252525;
  font-size: 16px;
  text-transform: uppercase;
}


header .right nav ul li.current_page_item_s a,
header .right nav ul li.current_page_item a,
header .right nav ul li a:hover {
  color: #e51421;
}
header .right nav ul li.current_page_item_s a,
header .right nav ul li.current_page_item a{  font-weight: 600;}
.main_top {
  margin-top: 15px;
}
.main_top section {
  position: relative;
}
.main_top .slider_nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 427px;
  background: rgba(0, 0, 0, 0.14);
  z-index: 2;
}
.main_top .slider_nav ul {
  margin-top: 35px;
  border-bottom: solid 1px #cbcfd0;
  border-top: solid 1px #515557;
}
.main_top .slider_nav ul li {
  display: block;
  border-bottom: solid 1px #515557;
  border-top: solid 1px #cbcfd0;
}
.main_top .slider_nav ul li.active a {
  background: #e5231a;
}
.main_top .slider_nav ul li.active a::after {
  opacity: 1;
}
.main_top .slider_nav ul li a {
  display: table;
  width: 100%;
  height: 90px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.main_top .slider_nav ul li a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 18px;
  background: url(../img/active.png);
  position: absolute;
  right: 15px;
  top: 35px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.main_top .slider_nav ul li a span {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 50px;
}
.iconserv{display: inline-flex;align-items: center;justify-content: center;    border-radius: 6px 0 6px 6px;    border: solid 1px #e5231a;padding: 3px ;height: 40px;
  width: 35px;}
.iconserv>svg{height: 18px;color:#e5231a}
.iconserv>svg path{fill: red}
.main_top .carousel {
  width: 100%;
  height: 430px;
  float: right;
  overflow: hidden;
}
.main_top .carousel .owl-controls .owl-dots {
  position: absolute;
  right: 13px;
  bottom: 13px;
}
.main_top .carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 3px;
}
.main_top .carousel .owl-controls .owl-dots .owl-dot.active span {
  border: solid 5px #263068;
}
.main_top .carousel .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
.main_top .carousel .item {
  position: relative;
  width: 100%;
  height: 430px;
}
.main_top .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.main_top .carousel .content {
  position: absolute;
  z-index: 1;
  left: 334px;
  top: 35px;
}
.main_top .carousel .content a {
  display: inline-block;
  color: #3b3c3e;
  font-size: 10px;
  padding: 5px 0;
  padding-right: 40px;
  background: url(../img/link.png) right center no-repeat;
  background-position: 105px 3px;
  margin-top: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.main_top .carousel .content a:hover {
  color: #e5231a;
  background-position: 105px -34px;
}
.main_top .carousel .content p {
  color: #273134;
  font-size: 30px;
  font-weight: 600;
}
.rss {
  padding-top: 45px;
  padding-bottom: 40px;
  -webkit-box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.13);
  position: relative;
}
.rss section {
  padding: 0 33px;
}
.rss .list {
  text-align: justify;
}
.rss .list::after {
  content: "";
  display: inline-block;
  width: 100%;
  text-align: justify;
}
.rss .list .item {
  display: inline-block;
  vertical-align: top;
  width: 377px;
}
.rss .list .item .head_text {
  color: #273134;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
}
.rss .list .item .ref_wrap {
  text-align: left;
  padding-left: 60px;
}
.rss .list .item .ref_wrap a {
  display: inline-block;
  color: #3b3c3e;
  font-size: 10px;
  padding: 5px 0;
  padding-right: 28px;
  background: url(../img/link.png) right center no-repeat;
  background-position: right 3px;
  margin-top: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.rss .list .item .ref_wrap a:hover {
  color: #e5231a;
  background-position: right -34px;
}

.rss .list .item ul li {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: left;

}
.rss .list .item ul li:not(:last-child) {  border-bottom: solid 1px #bfbfbe;}
.rss .list .item ul li:last-child {
  margin-bottom: 0;
}
.rss .list .item ul li .date {
  display: inline-block;
  float: left;
  border: solid 1px #e5231a;
  width: 38px;
  text-align: center;
  color: #e5231a;
  text-transform: uppercase;
  font-size: 17px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-weight: 600;
  -webkit-border-radius: 6px 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 6px 0 6px 6px;
  background-clip: padding-box;
}
.rss .list .item ul li .date small {
  display: block;
  font-size: 10px;
  margin-top: -4px;
}
.rss .list .item ul li .content {
  float: right;
  width: 320px;
}
.rss .list .item ul li .content a {
  display: inline-block;
  color: #e5231a;
  font-size: 14px;
  font-weight: 600;
  height: 57px;
  overflow: hidden;
}
.rss .list .item ul li .content a:hover {
  text-decoration: underline;
}
.rss .list .item ul li .content p {
  display: block;
  color: #3b3c3e;
  font-size: 13px;
  height: 54px;
  overflow: hidden;
}
.practice {
  background: url(../img/pattern.jpg);
  padding-top: 62px;
  padding-bottom: 105px;
}
.practice section {
  padding: 0 11px;
}
.practice .head {
  color: #273134;
  font-size: 30px;
  font-weight: 700;
  float: left;
}
.practice .top_practice {
  margin-bottom: 30px;
}

#stPage{}
.parthners .title_page,
#stPage .title_page{  font-size: clamp(1rem, -0.875rem + 8.333vw, 3.5rem);margin-bottom: 2vmax}



.footer_ves{width: 80px;float: right}
.page_content figure{margin: 1.2vmax 0 }
.page_content .wp-block-heading{margin:1.5vmax 0 }

.mp_midlblk_list>li:last-child{border: none}
.practice .top_practice a {
  display: inline-block;
  float: right;
  color: #3b3c3e;
  font-size: 10px;
  padding: 5px 0;
  padding-right: 32px;
  background: url(../img/link.png) right center no-repeat;
  background-position: 143px 3px;
  margin-top: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.practice .top_practice a:hover {
  color: #e5231a;
  background-position: 143px -34px;
}
.practice .list {
  text-align: justify;
}
.practice .list::after {
  content: "";
  display: inline-block;
  width: 100%;
  text-align: justify;
}
.practice .list .item {
  display: inline-block;
  width: 290px;
  vertical-align: top;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.18);
}
.practice .list .item a.img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 165px;
}
.practice .list .item a.img img {
  width: 100%;
  height: auto;
}
.practice .list .item .content {
  text-align: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  height: 272px;
}

.about article figure{margin: 1.5vmax 0}
.about article p{margin-bottom: 15px}

.practice .list .item .content .name {
  color: #273134;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 25px;
}
.practice .list .item .content ul li {
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.practice .list .item .content ul li a {
  display: inline-block;
  color: #273134;
  font-size: 14px;
}
.practice .list .item .content ul li a:hover {
  text-decoration: underline;
}
footer {
  background: #fff;
  padding-top: 37px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 2px -3px 15px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px -3px 15px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 2px -3px 15px 0px rgba(0, 0, 0, 0.13);
}
footer section {
  padding: 0 11px;
}
footer .left {
  float: left;
  width: 224px;
  font-size: 12px;
  color: #292929;
}
footer .left small {
  display: block;
  font-size: 11px;
  margin-top: 10px;
}
footer .place {
  float: left;
  margin-left: 140px;
}
footer .place p {
  display: block;
  color: #292929;
  font-size: 12px;
}
footer .place a.phone {
  color: #292929;
  font-size: 24px;
}
footer .place a.mail {
  color: #292929;
  font-size: 12px;
}
footer .menu {
  float: left;
  margin-left: 80px;
}
footer .menu ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 105px;
  -moz-column-width: 105px;
  column-width: 105px;
}
footer .menu ul li {
  display: block;
}
footer .menu ul li a {
  color: #292929;
  font-size: 13px;
}
footer .menu ul li a:hover {
  text-decoration: underline;
}
footer .social {
  float: left;
  margin-left: 115px;
}
footer .social h5 {
  color: #292929;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
}
footer .social a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  color: #949494;
  font-size: 20px;
  text-align: center;
  border: solid 1px #949494;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
footer .social a:nth-child(2) {
  padding: 6px 0 0 1px;
}
footer .social a:nth-child(3) {
  padding: 7px 0 0 10px;
  background: #e51322;
  border: solid 1px #e51322;
  text-align: left;
  color: #fff;
}
footer .social a:nth-child(4) {
  padding: 6px 0 0 4px;
  background: #273368;
  border: solid 1px #273368;
  color: #fff;
  text-align: left;
}
footer .social a:nth-child(4):nth-child(4)::before {
  content: "B";
  color: #fff;
  position: absolute;
  left: 9px;
  top: 3px;
  font-weight: 700;
  font-size: 20px;
}
.push {
  height: 149px;
}
.page_wrap {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -149px;
  overflow: hidden;
}
.contacts_block {
  position: relative;
  height: 950px;
  overflow: hidden;
}
.contacts_block #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.contacts_block .content {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  padding-left: 30px;
  padding-top: 60px;
}
.contacts_block .content .contact_head {
  color: #273134;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 45px;
}
.contacts_block .content a.phone {
  display: inline-block;
  color: #292929;
  font-size: 28px;
}
.contacts_block .content p {
  margin-top: 30px;
  color: #292929;
  font-size: 17px;
}
.contacts_block .content a.mail {
  display: inline-block;
  color: #28292b;
  font-size: 17px;
  margin-bottom: 20px;
}
 a.feed {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  width: 290px;
  background: #ff3a47;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
 a.feed:hover {
  background: #263068;
}
 .parthners  a.feed {margin: 1.5vmax 0;width: 100%}
.contacts_block .content .small_head {
  margin-top: 35px;
  margin-bottom: 20px;
  color: #292929;
  font-size: 18px;
  font-weight: 600;
}
.contacts_block .content ul li {
  color: #292929;
  font-size: 14px;
  margin-bottom: 17px;
}
/* .gmnoprint {
	display: none;

	&.gm-bundled-control {
		display: inline-block;
	}
	} */
.info aside ul li a:hover {
  color: #e51421 !important;
  background: #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
aside {
  float: left;
  width: 275px;
  position: relative;
}
.back{cursor: pointer}
aside::before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  right: -25px;
  top: 0;
  height: 6440px;
  width: 2000px;
}
aside .content {
  position: relative;
  z-index: 2;
  margin-top: 44px;
}
aside ul li {
  display: block;
}
aside ul li.current-menu-item a {
  color: #e51421 !important;
  background: #fff !important;
}
aside ul li a {
  display: block;
  color: #222224;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 25px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: solid 1px #c6c6c6;
  background: #fff;
}
aside ul li a.back {
  padding-left: 0px;
}

aside ul li a.back i ,aside ul li .back.menu-item >a i , .vacancy_back > i {
  display: inline-block;
  background: url(../img/link_back.png) no-repeat;
  background-position: 0px -37px;
  margin-left: 20px;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  float: left;
  margin-top: 2px;
}
  li.back.menu-item>a:before {
  display: inline-block;
    content: "";
  background: url(../img/link_back.png) no-repeat;
  background-position: 0px -37px;
  margin-left: 20px;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  float: left;
  margin-top: 2px;
}

  ul.sub-menu{display: none}
aside ul li a.back:hover {
  background: #fff;
  color: #e51421;
}
aside ul li a.back:hover i {
  background-position: 0px 0px;
}
aside ul li a:hover {
  color: #e51421 !important;
  background: #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.text-excerpt strong,
.text-excerpt b {
  font-weight: normal;
}

.experience.item .main_content h2 {
  border-bottom: 0;
}
.experience.info .main_content .item article {
  width: 100%;
}
.experience.info .main_content .item .text {
  width: 865px;
}

.experience .head_article {
  border-bottom: solid 1px #b6b8b6;
  padding-bottom: 30px;
}
.experience .head_article h2 {
  display: inline-block;
  border-bottom: 0;
  padding-bottom: 0px !important;
}
.experience .date {
  display: inline-block;
  float: left;
  margin-right: 20px;
  border: solid 1px #e5231a;
  width: 38px;
  text-align: center;
  color: #e5231a;
  text-transform: uppercase;
  font-size: 17px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-weight: 600;
  -webkit-border-radius: 6px 0 6px 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px 0 6px 6px;
  -moz-background-clip: padding;
  border-radius: 6px 0 6px 6px;
  background-clip: padding-box;
  margin-top: 4px;
}
.experience .date small {
  display: block;
  font-size: 10px;
  margin-top: -4px;
}
.experience .date-year {
  display: block;
  font-size: 14px;
}
.experience .main_content {
  padding-top: 55px;
  float: right;
  width: 935px;
}
.experience .main_content .exp_title_page {
  color: #273134;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: solid 1px #b6b8b8;
}

.experience .main_content .exp_title_page h1 {
  font-size: 32px;
}

.experience .main_content .item {
  padding-top: 34px;
  padding-bottom: 35px;
  border-bottom: dashed 1px #b6b8b8;
}

.experience .main_content .item .right .head_doc {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.experience .main_content .item article {
  float: left;
  vertical-align: top;
  width: 630px;
  color: #3b3c3e;
  font-size: 13px;
  padding-bottom: 140px;
}
.experience .main_content .item article p {
  margin-bottom: 15px;
}
.experience .main_content .item article a {
  color: #3b3c3e;
  text-decoration: underline;
}
.experience .main_content .item article a:hover {
  text-decoration: none;
}
.experience .main_content .item article h3 {
  display: block;
  text-align: center;
  font-size: 18px;
  letter-spacing: 4px;
}
.experience .main_content .item article h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.experience .main_content .item .text {
  width: 575px;
  float: left;
}
.experience .main_content .item .text a.main_ref,
div.main_ref {
  color: #e5231a;
  font-size: 18px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 18px;
}
div.main_ref {
  display: block;
}
.text-none {
  margin-top: 2em;
}
.experience .main_content .item .text a.main_ref:hover {
  text-decoration: underline;
}
.experience .main_content .item .text p {
  color: #3b3c3e;
  font-size: 13px;
}
.text-excerpt a {
  font-size: 13px;
  color: #263068;
  text-decoration: underline;
}
.text-excerpt a:hover {
  text-decoration: none;
}
.experience .main_content .item .right {
  float: right;
  width: 256px;
  text-align: left;
}
.experience .main_content .item .right.doc_block {
  width: 100%;
}
.experience .main_content .item .right .docs_head {
  color: #273134;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.experience .main_content .item .right a {
  color: #263068;
  font-size: 11px;
  background: url(../img/doc.png) left center no-repeat;
  padding: 4px 0 4px 25px;
  margin-bottom: 6px;
  display: inline-block;
  display: block;
  word-wrap: break-word;
}
.experience .main_content .item .right a span {
  text-decoration: underline;
}
.experience .main_content .item .right a:hover span {
  text-decoration: none;
}
.pagination {
  display: block;
  text-align: center;
}
.wp-pagenavi {
  display: inline-block;
  text-align: center;
  padding-bottom: 140px;
  margin-top: 30px;
}
.wp-pagenavi .wrap {
  display: inline-block;
}
.wp-pagenavi span.extend {
  margin: 0 6px;
}
.wp-pagenavi span.current {
  display: inline-block;
  color: #e5231a;
  font-size: 18px;
  margin: 0 10px;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first {
  display: none;
}
.wp-pagenavi a.page {
  display: inline-block;
  color: #7a7a7a;
  font-size: 18px;
  margin: 0 10px;
}
.wp-pagenavi a.page:hover {
  text-decoration: underline;
}
.wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/pagination.png) no-repeat;
  margin-top: 3px;
  background-position: -76px 0px;
  float: right;
  left: 10px;
  color: rgba(0, 0, 0, 0);
}
.wp-pagenavi a.nextpostslink:hover {
  background-position: -40px 0px;
}
.wp-pagenavi a.previouspostslink {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/pagination.png) no-repeat;
  margin-top: 3px;
  background-position: 0px 0px;
  float: left;
  left: 10px;
  color: rgba(0, 0, 0, 0);
}
.wp-pagenavi a.previouspostslink:hover {
  background-position: -116px 0px;
}
.wp-pagenavi a.pag {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/pagination.png) no-repeat;
  margin-top: 3px;
}
.wp-pagenavi a.pag.left {
  background-position: 0px 0px;
  float: left;
  margin-right: 10px;
}
.wp-pagenavi a.pag.left:hover {
  background-position: -116px 0px;
}
.wp-pagenavi a.pag.right {
  background-position: -76px 0px;
  float: right;
  left: 10px;
}
.wp-pagenavi a.pag.right:hover {
  background-position: -40px 0px;
}
.wp-pagenavi ul {
  display: inline-block;
}
.wp-pagenavi ul li {
  display: inline-block;
  margin: 0 10px;
}
.wp-pagenavi ul li.active a {
  color: #e5231a;
}
.wp-pagenavi ul li a {
  display: inline-block;
  color: #7a7a7a;
  font-size: 18px;
}
.wp-pagenavi ul li a:hover {
  text-decoration: underline;
}
.service .list {
  border-left: dashed 1px #b6b8b8;
  margin-top: 40px;
  border-bottom: dashed 1px #b6b8b8;
  border-right: 0;
  position: relative;
  border-right: dashed 1px #b6b8b8;
  display: flex;flex-wrap: wrap;justify-content: space-between;
}
.service .list::after {
  content: "";
  display: inline-block;
  border-right: dashed 1px #b6b8b8;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.service .list .item {

  width: 50%;
  padding: 22px;
  position: relative;
}

.service .list .item ul {
  list-style: none;
}


.service .list .item:nth-child(2n)::before {
  content: "";
  display: inline-block;
  border-top: dashed 1px #b6b8b8;
  width: 200%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.service .list .item .title_service {
  color: #273134;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.service .list .item ul li {
  margin-bottom: 14px;
  vertical-align: top;
}
.service .list .item ul li:last-child {
  margin-bottom: 0;
}
.service .list .item ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background: #263068;
  margin-right: 7px;
  vertical-align: top;
  margin-top: 9px;
}
.service .list .item ul li a {
  display: inline-block;
  color: #263068;
  font-size: 15px;
  width: 94%;
  padding-right: 25px;
}
.service .list .item ul li a:hover {
  text-decoration: underline;
}
.main_wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
  float: right;
  width: 935px;
}
.main_wrapper.full{width: 100%}
.main_wrapper .title_page {
  color: #273134;
  font-size: 32px;
  font-weight: 700;
}

.main_wrapper .title_page h1 {
  font-size: 32px;
}

.share_block {
  padding: 68px 0;
}
.share_block .pluso {
  display: inline-block;
}
.share_block span {
  display: inline-block;
  color: #273134;
  font-size: 17px;
  margin-right: 15px;
  float: left;
  margin-top: 3px;
}
.pluso-counter,
.pluso-logo,
.pluso-go {
  display: none !important;
}
.page_content,.page_content p,
.about article {
  margin-top: 40px;
  color: #273134;
  font-size: 17px;
  line-height: 25px;
  font-size: 17px;

}


.about article blockquote {
  display: block;
  margin: 40px 0;
  color: #273134;
  font-style: italic;
  border-left: solid 3px #273134;
  padding-left: 22px;
}
.price .price_head {
  margin-bottom: 30px;
}
.price .price_head .price_head_text {
  display: inline-block;
  float: left;
}
.price .price_head span {
  display: inline-block;
  color: #273134;
  font-size: 11px;
  margin: 19px 0 0 17px;
}
.price .price_head a {
  float: right;
  color: #263068;
  font-size: 11px;
  background: url(../img/doc.png) left center no-repeat;
  padding: 4px 0 4px 25px;
  margin-bottom: 6px;
  display: inline-block;
  margin-top: 11px;
}
.price .price_head a small {
  font-size: 11px;
  text-decoration: underline;
}
.price .price_head a:hover small {
  text-decoration: none;
}
.price .title_desc {
  text-align: center;
  color: #273134;
  font-size: 20px;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 20px;
  background: #fbfbfb;
  display: block;
}
.price table {
  width: 100%;
  border-top: solid 1px #b6b8b8;
  border-bottom: solid 1px #b6b8b8;
}
.price table tr td:nth-child(1) {
  width: 545px;
}
.price table tr td:nth-child(2) {
  width: 185px;
  font-weight: 600;
}
.price table tbody tr {
  position: relative;
}
.price table tbody tr td:first-child::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 935px;
  z-index: -1;
}
.price table tbody tr:last-child td {
  border-bottom: 0;
}
.price table tbody tr:hover td:first-child::after {
  -webkit-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.18);
  z-index: 10;
}
.price table tbody tr:hover td {
  position: relative;
}
.price table tbody tr:hover td:nth-child(3) p {
  margin-left: -199px;
}
.price table tbody tr:hover td:nth-child(3) a {
  display: inline-block;
}
.price table tbody tr td {
  min-height: 50px;
  color: #000000;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: solid 1px #b6b8b8;
  border-bottom: dashed 1px #b6b8b8;
}
.price table tbody tr td a.fancybox {
  display: inline-block;
  width: 184px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  padding: 6px 0 8px 0;
  background: -webkit-linear-gradient(#ff6b78, #e81724);
  background: -o-linear-gradient(#ff6b78, #e81724);
  background: linear-gradient(#ff6b78, #e81724);
  -webkit-border-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 17px;
  -moz-background-clip: padding;
  border-radius: 17px;
  background-clip: padding-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  /* display: none; */
}
.price table tbody tr td a.fancybox:hover {
  background: -webkit-linear-gradient(#fd4152, #f20514);
  background: -o-linear-gradient(#fd4152, #f20514);
  background: linear-gradient(#fd4152, #f20514);
}
.price table tbody tr td:nth-child(2) {
  font-weight: 600;
}
.price table tbody tr td:nth-child(3) {
  border-right: 0;
  position: relative;
  overflow: hidden;
}
.price table tbody tr td:nth-child(3) .wr {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
}
.price table tbody tr td:nth-child(3) .wr .inside {
  display: table;
  height: 100%;
}
.price table tbody tr td:nth-child(3) .wr .inside .elements {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
.price table tbody tr td:nth-child(3) .wr p {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  padding-left: 15px;
  width: 208px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wpcf7 form.sent .wpcf7-response-output{border:none!important; }
.price table thead tr td {
  height: 50px;
  color: #273134;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  padding-left: 15px;
  border-right: solid 1px #b6b8b8;
  border-bottom: solid 1px #b6b8b8;
  position: relative;
  /* 		&::after {
			
				content: "";
				display: inline-block;
				position: absolute;
				width: 1px;
				background: red;
				top: 0;
				left: 0;
				height: 1500px;
			}
			
			
			&::before {
			
				content: "";
				display: inline-block;
				position: absolute;
				width: 1px;
				background: blue;
				top: 0;
				left: 15px;
				height: 1500px;
			} */
  /* 	&:nth-child(1) {
					width: 545px;
					width: 540px;
				}
				
				&:nth-child(2) {
					width: 186px;
					width: 184px;
				
				}
				
				&:nth-child(3) {
					
					border-right: 0;
					} */
}
.fancybox-close {
  width: 45px;
  height: 45px;
  background: url(../img/close.png) no-repeat;
}
.hidden {
  display: none;
}
label.invalid {
  display: none !important;
}
#order h4 {
  font-size: 21px !important;
  padding-bottom: 35px !important;
}
.modal {
  background: #fff;
  text-align: center;
  width: 650px;
padding: 2vmax 1.5vmax;
}
.modal h4 {
  color: #363636;
  font-size: 2vmax;
  font-weight: 400;
  padding-bottom: 40px;
}
.modal form {
  width: 100%;
}
.modal form input {
  width: 100%;
  margin-bottom: 22px;
  height: 60px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 14px;
  border: solid 1px #252525;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal form input.error {
  border: solid 1px #FF3A47 !important;
}
.modal form textarea {
  width: 100%;
  margin-bottom: 25px;
  height: 200px;
  padding: 27px;
  font-size: 14px;
  border: solid 1px #252525;
  resize: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.modal form textarea.error {
  border: solid 1px #FF3A47 !important;
}
.modal form .button {
  text-align: right;
}
.modal form .button button {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  width: 200px;
  background: #ff3a47;
  font-size: 18px;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
  padding: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal form .button button:hover {
  background: #263068;
}
a.responsive {
  display: none;
}
.templ .head_text {
  color: #273134;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 30px;
  border-bottom: solid 1px #b6b8b8;
}

.templ .head_text h1 {
  font-size: 32px;
}

.templ article {
  margin-top: 40px;
  color: #273134;
  font-size: 17px;
  line-height: 28px;
}
.templ article a {
  color: #273134;
  text-decoration: underline;
}
.templ article a:hover {
  text-decoration: none;
}
.templ article ul{
  margin-left: 18px;
}

.screen-reader-response {
  display: none !important;
}

.doc_block {
  width: 100%;
  text-align: left;
}
.doc_block h6 {
  color: #273134;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  margin-top: 25px;
}
.doc_block a {
  color: #263068;
  font-size: 11px;
  background: url(../img/doc.png) left center no-repeat;
  padding: 4px 0 4px 25px;
  margin-bottom: 6px;
  display: inline-block;
  display: block;
}
.doc_block a span {
  text-decoration: underline;
}
.doc_block a:hover span {
  text-decoration: none;
}
aside ul li.current_page_item >a,
aside .serv_aside ul li a:hover {
  color: #e51421 !important;
  background: #fff !important;
  box-shadow: none;
}
.share_block {
  display: none;
}
.attent_table {
  font-size: 14px;
  margin-top: 20px;
}
.attent_table b {
  color: #E51322;
}
@media screen and (max-width: 1280px) {
  section {
    width: auto;
  }
  header .right {
    width: 695px;
  }
  header .right nav ul li {
    margin-right: 40px;
  }
  header .right .contacts a.mail {
    margin-left: 20px;
  }
  header .right .contacts a.phone {
    font-size: 24px;
  }
  .main_top .carousel {
    height: 320px;
  }
  .main_top .slider_nav {
    height: 320px;
  }
  .main_top .slider_nav ul li a {
    height: 62px;
  }
  .rss .list .item .head_text {
    padding-bottom: 15px;
  }
  .rss .list .item {
    width: 300px;
  }
  .rss .list .item ul li .content {
    width: 253px;
  }
  .rss .list .item ul li .content p {
    font-size: 12px;
  }
  .rss .list .item ul li .content a {
    font-size: 13px;
  }
  .rss .list .item ul li .content p {
    margin-top: 10px;
  }
  .practice .list .item {
    width: 232px;
  }
  .practice .list .item a.img {
    height: 128px;
  }
  .practice .list .item .content ul li a {
    font-size: 13px;
  }
  .practice .list .item .content ul li {
    margin-bottom: 7px;
  }
  .practice .list .item .content .name {
    padding-bottom: 16px;
  }
  .practice .list .item .content {
    height: 186px;
    padding-top: 22px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .practice {
    padding-top: 38px;
    padding-bottom: 41px;
  }
  footer .social {
    margin-left: 0;
    float: right;
  }
  footer .menu {
    margin-left: 42px;
  }
  footer .place {
    margin-left: 55px;
  }
  .main_top .slider_nav ul li a::after {
    top: 22px;
  }
  aside {
    width: 240px;
  }
  .main_wrapper {
    width: 667px;
    width: 69%;
    padding-right: 10px;
  }
  .experience .main_content {
    width: 69%;
  }
  .experience .main_content .item .text {
    width: 310px;
  }
  .experience .head_article h2 {
    width: 91%;
    font-size: 26px;
    margin-top: 4px;
  }
  .experience .main_content .item .right {
    width: 100%;
  }
  .experience .main_content .item article {
    padding-bottom: 40px;
  }
  .experience .main_content .item .right a::after {
    content: "";
    display: block;
    width: 500px;
    clear: both;
  }
  .experience.info .main_content .item .text {
    width: 91%;
  }
  .price table tbody tr td:nth-child(1) {
    width: 48%;
  }
  .price table tbody tr td:nth-child(2) {
    width: 22%;
  }
  .price table tbody tr td:nth-child(3) {
    width: 30%;
  }
  .price table tbody tr td {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .price table thead tr td:nth-child(1) {
    width: 48%;
  }
  .price table thead tr td:nth-child(2) {
    width: 22%;
  }
  .price table thead tr td:nth-child(3) {
    width: 30%;
    text-align: center;
  }
  .price table tbody tr {
    display: table-row;
  }
  .price table tbody tr td:nth-child(3) .wr {
    position: static;
    width: 100%;
  }
  .price table tbody tr td a.fancybox {
    width: 149px;
    font-size: 13px;
  }
  .price table tbody tr td:nth-child(3) .wr p {
    width: 100%;
    padding-left: 0;
    text-align: center;
    line-height: normal;
    padding-bottom: 7px;
  }
  .price table tbody tr td:nth-child(3) .wr .inside .elements {
    text-align: center;
  }
  .price .price_head a {
    float: left;
    clear: both;
  }
  .price table thead tr td {
    padding-left: 11px;
  }
  .modal {
    width: auto;
    display: block;
    padding: 15px;
  }
  .modal h4 {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .price table tbody tr:hover td:nth-child(3) p {
    margin-left: 0;
  }
  .experience .main_content .item .right {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 58px;
  }
  .experience .main_content .item .text {
    margin-bottom: 15px;
    width: 89%;
  }
}
@media screen and (max-width: 960px) {
  header {
    position: relative;
    padding-top: 4px;
  }
  header b {
    display: block;
  }
  header .right {
    width: 72%;
  }
  header .right .contacts {
    top: 11px;
    right: 11px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: right;
  }
  header .right nav ul li {
    margin-right: 23px;
  }
  header .right .contacts a.mail {
    margin-top: 3px;
  }
  header .right nav {
    float: right;
  }
  header a.logo {
    margin-top: 5px;
  }
  header a.logo img {
    width: 100%;
  }
  header .right nav {
    margin-top: 15px;
  }
  .main_top .slider_nav {
    display: none;
  }
  .main_top .carousel .content {
    top: 15px;
    left: 15px;
  }
  .main_top .carousel .content p {
    font-size: 20px;
  }
  .main_top .carousel .content a {
    margin-top: 10px;
  }
  .main_top .carousel {
    height: 198px;
  }
  .rss .list .item {
    width: 100%;
    margin-bottom: 45px;
  }
  .rss .list .item ul li .content {
    width: 90%;
  }
  .rss .list .item ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .rss {
    padding-bottom: 0;
  }
  .practice .list .item {
    width: 48%;
    margin-bottom: 25px;
  }
  .practice .list .item a.img {
    height: 151px;
  }
  .practice {
    padding-bottom: 0;
  }
  footer .place {
    margin-left: 0;
    float: right;
    width: 50%;
    text-align: right;
    margin-bottom: 20px;
  }
  footer .left {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .menu {
    clear: both;
    width: 50%;
    margin-left: 0;
  }
  aside::before {
    display: none;
  }
  aside {
    background: #f7f7f7;
    width: 100%;
    border-top: solid 1px #c6c6c6;
  }
  .main_wrapper {
    float: none;
    width: 100%;
    clear: both;
    padding-left: 11px;
  }
  .about article {
    font-size: 13px;
  }
  .main_wrapper .title_page,
  .experience .main_content .title_page {
    font-size: 23px;
  }

    .main_wrapper .title_page h1,
  .experience .main_content .title_page h1{
    font-size: 23px;
  }
  aside .content {
    margin-top: 0;
  }
  .experience .main_content {
    width: 100%;
  }
  .experience .main_content .item .text {
    width: 90%;
    margin-bottom: 10px;
  }
  .experience .main_content .item .right {
    float: none;
    clear: both;
    width: 100%;
    margin-left: 58px;
  }
  .experience .main_content .item .right a::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    width: 500px;
  }
  .experience .main_content .item .text {
    width: 79%;
  }
  .experience .main_content .item .text p {
    font-size: 12px;
  }
  .experience .main_content .item .right h6 {
    margin-bottom: 7px;
  }
  .experience .main_content .item .right a {
    margin-bottom: 3px;
  }
  .pagination {
    padding-bottom: 37px;
  }
  .experience .main_content .item article {
    width: 100%;
    float: none;
  }
  .experience .head_article h2 {
    width: 89%;
  }
  .experience .head_article h2 {
    width: 80%;
    font-size: 20px;
    margin-top: 0;
  }
  .experience.info .main_content .item .text {
    width: 89%;
  }
  .price table thead tr td {
    padding-left: 5px;
    font-size: 11px;
  }
  .service .list .item {
    width: 100%;
  }
  .service .list .item:nth-child(2n)::before {
    display: none;
  }
  .service .list {
    border-top: dashed 1px #b6b8b8;
    border-bottom: 0;
  }
  .service .list .item {
    border-bottom: dashed 1px #b6b8b8;
  }
  .service .list::after {
    display: none;
  }
}
@media screen and (max-width: 875px) {
  header .right .contacts {
    position: absolute;
    width: 50%;
  }
  header .right {
    width: 100%;
    float: none;
    clear: both;
  }
  header .right nav {
    float: none;
    margin-top: 22px;
  }
  header a.logo {
    float: none;
    margin-top: 23px;
  }
  .contacts_block #map_canvas {
    width: 100%;
    position: static;
    height: 300px;
  }
  .contacts_block .content {
    position: static;
    width: 100%;
    clear: both;
    padding-left: 11px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contacts_block {
    height: auto;
  }
  .contacts_block .content .contact_head {
    margin-bottom: 18px;
  }
  .contacts_block .content a.phone {
    font-size: 22px;
  }
  .contacts_block .content ul li {
    font-size: 13px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 650px) {
  header .right nav ul li {
    margin-right: 14px;
  }
}
@media screen and (max-width: 600px) {
  header .right nav ul li {
    margin-right: 0;
    display: block;
    width: 100%;
    float: none;
  }
  .main_top {
    margin-top: 0;
  }
  header .right {
    width: 100%;
  }
  header section {
    padding-left: 11px;
    padding-right: 11px;
  }
  header .right nav {
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
  }
  a.responsive {
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 57px;
    width: 20px;
  }
  a.responsive img {
    width: 100%;
  }
  header a.logo {
    margin-top: 5px;
    width: 100px;
  }
  header a.logo img {
    width: 100%;
  }
  header {
    padding-top: 11px;
    padding-bottom: 30px;
  }
  header .right .contacts .address {
    margin-top: 0;
    padding-left: 0;
    background: none;
    font-size: 11px;
    display: none;
  }
  header .right .contacts {
    width: 60%;
  }
  header .right .contacts a.mail {
    display: none;
  }
  header .right .contacts a.phone {
    font-size: 16px;
    padding-left: 22px;
    background: url(../img/phone.png) left 4px no-repeat;
    margin-top: 8px;
  }
  .main_top .carousel .content a {
    margin-top: 1px;
  }
  .main_top .carousel .content p {
    font-size: 10px;
  }
  .main_top .carousel {
    height: 105px;
  }
  .main_top .carousel .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .main_top .carousel .owl-controls .owl-dots .owl-dot {
    margin: 0 1px;
  }
  .main_top .carousel .owl-controls .owl-dots {
    right: 5px;
    bottom: 1px;
  }
  .rss section {
    padding: 0 11px;
  }
  .rss {
    padding-top: 15px;
  }
  .rss .list .item .head_text {
    font-size: 18px;
  }
  .rss .list .item ul li .content {
    width: 85%;
  }
  .rss .list .item ul li .content p {
    font-size: 10px;
  }
  .rss .list .item ul li .content a {
    font-size: 12px;
  }
  .rss .list .item {
    margin-bottom: 17px;
  }
  .practice {
    text-align: center;
  }
  .practice .head {
    text-align: center;
    font-size: 25px;
    float: none;
  }
  .practice .top_practice a {
    float: none;
  }
  .practice .list .item {
    width: 100%;
  }
  footer .left {
    width: 100%;
  }
  footer .place {
    width: 100%;
    text-align: left;
  }
  header .right nav {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .right nav ul {
    margin-top: 35px;
  }
  header .right nav.active {
    max-height: 500px;
    margin-bottom: -20px;
  }
  header .right nav ul li a {
    font-size: 14px;
  }
  footer .place a.phone {
    margin-bottom: 6px;
    margin-top: 10px;
  }
  aside ul li a {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .experience.info .main_content .item .text {
    width: 80%;
    margin-left: 10px;
  }
  .price table.thead {
    display: none;
  }
  .price table tbody tr {
    display: table;
    margin-bottom: 15px;
    border-bottom: dashed 1px #b6b8b8;
    clear: both;
  }
  .price table tbody tr td {
    display: block;
    width: 100% !important;
    border-right: 0;
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .price table tbody tr td:nth-child(2) {
    width: 50% !important;
    float: left;
  }
  .price table tbody tr td:nth-child(3) {
    width: 50% !important;
    float: left;
  }
  .price table tbody tr td a.fancybox {
    width: 100%;
    font-size: 11px;
  }
  .price .title_desc {
    font-size: 17px;
  }
  .price table tbody tr td {
    min-height: 0;
  }
  .price table tbody tr:hover td:nth-child(3) p {
    margin-left: 0;
  }
  .price table {
    border-bottom: 0;
  }
  .service .list .item ul li {
    margin-bottom: 7px;
  }
  .service .list .item ul li a {
    font-size: 12px;
    padding-right: 0;
  }
  .price table tbody tr {
    width: 100%;
  }
  .modal form input {
    height: 40px;
    margin-bottom: 12px;
    /* 		font-size: 13px; */
    padding-left: 15px;
  }
  .modal form textarea {
    padding: 15px;
    height: 150px;
  }
  .modal form textarea {
    margin-bottom: 12px;
  }
  .modal form .button button {
    width: 170px;
    font-size: 17px;
    padding: 12px;
  }
  .experience .main_content .item .right a {
    font-size: 11px;
  }
  .experience .main_content .item .right a span {
    font-size: 7px;
  }
}
