@font-face {
  font-family: 'PT Serif';
  src: url('/fonts/PTSerif-Italic.eot');
  src: url('/fonts/PTSerif-Italic.eot?#iefix') format('embedded-opentype'),
      url('/fonts/PTSerif-Italic.woff2') format('woff2'),
      url('/fonts/PTSerif-Italic.woff') format('woff'),
      url('/fonts/PTSerif-Italic.ttf') format('truetype'),
      url('/fonts/PTSerif-Italic.svg#PTSerif-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}

* {
  box-sizing: border-box;  
}
*:focus {
  outline: none;
}
html {
  font-size: 15px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
h1, .h1 {
  margin: 4% 0 2%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
h2, .h2 {
  font-size: 1.25rem;
  margin: 3% 0 1.6% 0;
  font-weight: 600;  
  color: #000;
  line-height: 1.2;
}
h3,
.h3 {  
  color: #000;
  font-size: 1.125rem;
  margin: 1.25% 0;
  font-weight: bold;
}
p {
  margin-top: 0;
  margin-bottom: 1.62%;
}
.nofloat {
	clear: both;
}
a {
  color: #663f37;
  border-bottom: 1px solid rgba(102, 63, 55, .3);
  padding: 0px 0px;
  transition: .2s linear;
  text-decoration: none;
}
.no__line{
	border-bottom:none;
}
a:hover {
  border-bottom-color: transparent;
}

.g-recaptcha {
  margin-bottom: 3%;
}
body.pageBody {
  background: url("/images/bg1.png") no-repeat left bottom fixed, url("/images/bg2.png") no-repeat right bottom fixed, url("/images/bg3.png") no-repeat left top fixed;
  overflow-x: hidden;
  background-color: #f7aa47;
}
table.price {
  border: 2px solid #663f37;
  margin: 0 auto;
  margin-top: 2.5%;
  margin-bottom: 3%;
}
table td {
  border: 1px solid #663f37;
  padding: 6px 14px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-2 .flex-item {
  width: calc(50% - 10px);
  margin: 0 10px;
}
.flex-2 .flex-item:nth-child(odd) {
  margin-left: 0;
}
.flex-2 .flex-item:nth-child(even) {
  margin-right: 0;
}
.flex-4 .flex-item {
  width: calc(25% - 15px);
  margin: 0 10px;
  text-align: center;
  margin-bottom: 5%;
}
.flex-4 .flex-item:nth-child(4n + 1) {
  margin-left: 0;
}
.flex-4 .flex-item:nth-child(4n) {
  margin-right: 0;
}
.flex-4.diplom .flex-item {  
  display: flex;
  align-items: center;
  justify-content: center;
}
.nanny .flex-item {
  max-width: 410px;
}
.slider_partner .slick-slide {
	outline: none;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container.main-fone {
  background: #fadfad;
}
.hostcms {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -200px;
}
.flex_img {
  display: flex;
}
.flex_img a {
  margin: 0 10px 10px;
  border: none;
  outline: none;
}
.flex_img a img {
  max-width: 100%;
  height: auto;
}
.top_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  align-items: center;
}
.top_menu a {
  border: none;
}
.top_menu .dropOut a:hover {
  padding: 12px 20px 12px 20px;
}
.top_menu a:hover {
  padding: 0px;
}
.vertical_center {
  display: flex;
  align-items: center;
}
.headre {
  z-index: 1000;
  border-bottom: 1px solid rgba(102, 63, 55, .35);
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.top_menu a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
}
.top_menu a img {
  margin-left: 10px;
}
.slider {
  position: relative;
  margin-bottom: 5%;
}
.slider_item img {
  width: 100%;
}
.button, .comment .field input[type='submit'] {
  display: block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  font-size: 14px;
  background: #f7aa47;
  border: 1px solid #f7aa47;
  font-weight: 400;
  color: #663f37;
  cursor: pointer;
  transition: .2s linear;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.button:hover, #AddRecord .comment .field input[type='submit']:hover {
  background: #fadfad;
}
.comment .field input[type='submit'] {
  margin-top: 3%;
}
p.politic {
  font-size: 11px;
  margin-top: 0;
}
.why_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}
.why_item {
  width: calc(33.33% - 20px);
  margin: 0 15px;
  margin-bottom: 5%;
}
.why_item:nth-child(3n + 1) {
  margin-left: 0;
}
.why_item:nth-child(3n) {
  margin-right: 0;
}
.why_item_img {
  margin-bottom: 5%;
  display: flex;
  align-items: center;
}
.why_item_img img {
  margin-right: 10px;
}
.why_item_name {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #663f37;
}
.content {
  padding: 0px 98px;
}
.dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}
.dropdownContain {
  position: absolute;
  z-index: 2;
  left: 0;
  margin-left: 0;
  top: 100%;
  visibility: hidden;
}
.dropOut {
  background: #fadfad;
  float: left;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.dropOut ul {
  float: left;
  padding: 0 0;
  list-style: none;
}
.dropOut ul li {
  text-align: left;
  color: #777;
}
.dropOut li:first-child {
  background: none;
}
.dropOut ul li:hover {
  color: #4d4d4d;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
.dropOut a {
  color: #4d4d4d;
  padding: 12px 20px 12px 20px;
}
.dropOut ul li:hover a {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
ul li:hover .dropdownContain {
  visibility: visible;
}
ul li:hover .underline {
  border-bottom-color: #777;
}
ul li:hover .dropOut {
  opacity: 1;
}
.dropOut a {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: inherit;
  transition: .3s;
  display: block;
  width: 100%;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.dropOut a:hover {
  background: #ffc863;
}
.flex_block_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_block_menu .top_menu > li > a {
  color: #333;
}
.flex_block_menu > .top_menu > a:hover {
  border-bottom: 2px solid #d3d3d5;
}
.flex_block_menu > .top_menu > a {
  border-bottom: 2px solid transparent;
}
.flex_block_menu .top_menu .current a:hover {
  border: none;
}
.fix {
  width: 100%;
  padding: 0 !important;
  top: 0px;
  left: 0px;
  border-bottom: none;
}
.content_other {
  padding: 0 95px 0px 95px;
}
.descr-str {
  margin: 0 auto;
  margin-bottom: 5%;
  max-width: 810px;
}
.news_list.full_list {
  display: flex;
  flex-direction: column;
}
.news_list.full_list .tag_container > div {
  margin-bottom: 20px;
	clear: both;
}
.article_item .news_title img {
	float: none;
	margin-top: 5px;
}
.article_item {
    display: flex;
}
.article_item .news_title {
    flex-shrink: 0;
    border-bottom: 0;
}
.article_item .article_info > div {
    margin-top: 10px;
}
.news_list.full_list > div a.name {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.inside {
  margin-bottom: 6.5%;
  background: #663f37;
  padding: 5% 15px;
  position: relative;
  text-align: center;
}
.inside.servise {
  margin-left: -95px;
  margin-right: -95px;
}
.inside .name h1 {
  font-size: 1.875rem;
  line-height: 45px;
  margin: 0px;
  color: #fff;
  letter-spacing: .04em;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
}
.all_items {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  background: #fadfad;
  margin-left: -95px;
  margin-right: -95px;
}
@keyframes tophere {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.all_items.fixed {
  position: fixed;
  top: 0;
  z-index: 200;
  background: #663f37;
  margin-left: -500px;
  margin-right: -500px;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  animation: tophere 1s;
  animation-fill-mode: forwards;
}
.all_items.fixed span {
  color: #fadfad;
}
.all_items.fixed .current_item_menu span {
  color: #663f37;
}
.all_items.fixed .current_item_menu {
  background: #f7aa47;
}
.all_items.fixed li {
  transition: .2s linear;
}
.all_items.fixed li:not(.current_item_menu):hover {
  background: #7d5a53;
}
.all_items.fixed li:hover a span {
  border-bottom-color: rgba(250, 223, 173, .3);
}
.all_items li {
  list-style: none;
  width: 16.67%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.all_items li a {
  font-size: 14px;
  color: #663f37;
  border-bottom: none;
  transition: .2s linear;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
  padding: 20px 8px;
}
.all_items li a span {
  transition: .2s linear;
  border-bottom: 1px solid transparent;
}
.all_items li:hover a span {
  border-bottom-color:#663f37;
}
.all_items li.current_item_menu:hover a span {
  border-bottom-color: transparent;
}
.current_item_menu {
  background: #ffc863;
}
.pag p {
  text-align: center;
}
.pag p > * {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(102, 63, 55, .3);
  align-items: center;
  font-size: .875rem;
  color: #663f37;
}
.pag p > span {
  background: #f7aa47;
}
.pag p > a {
  position: relative;
  overflow: hidden;
}
.pag p > a:hover {  
  color: #fadfad;
}
.pag p > a span.tr {
  position: absolute;
  transition: .2s ease-in-out;
  display: block;
}
.pag p > a span.tr:nth-child(1) {
  border-top: 11px solid #663f37;
  border-left: 11px solid transparent;
  border-right: 11px solid #663f37;
  border-bottom: 11px solid transparent;
  top: 0;
  right: 0;
  transform: translate(12px, -12px);
}
.pag p > a span.tr:nth-child(2) {
  border-top: 11px solid #663f37;
  border-left: 11px solid #663f37;
  border-right: 11px solid transparent;
  border-bottom: 11px solid transparent;
  top: 0;
  left: 0;
  transform: translate(-12px, -12px);
}
.pag p > a span.tr:nth-child(3) {
  border-top: 11px solid transparent;
  border-left: 11px solid #663f37;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #663f37;
  bottom: 0;
  left: 0;
  transform: translate(-12px, 12px);
}
.pag p > a span.tr:nth-child(4) {
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid #663f37;
  border-bottom: 11px solid #663f37;
  bottom: 0;
  right: 0;
  transform: translate(12px, 12px);
}
.pag p > a:hover span.tr {transform: translate(0px, 0px);}
.pag p > a:hover span.label {
  z-index: 10;
}

.inside_cont {
  margin-bottom: 6%;
}
.inside_cont.content {
  padding: 0;
}
.inside_cont img.fleft {
  float: left;
  margin: 0 12px 12px 0;
}
.inside_cont img.fright {
  float: right;
  margin: 0 0 12px 12px;
}
.slider_inside {
  padding-bottom: 60px !important;
  margin-bottom: 0px !important;
}
.important {
  background-color: #F7AA47;
  color: #663F37;
  margin: 0 auto;
  margin-top: 2.5%;
  margin-bottom: 3.6%;
  padding: 3.6%;
  text-align: center;
  display: block;
  max-width: 600px;
  clear: both;
}
.important p {
  margin: 0;
}
.hezuo {
  padding: 0;
  max-width: 782px;
  margin: 0 auto;
  margin-top: 4%;
}
.hezuo .content {padding: 0;}
.hezuo ::-webkit-input-placeholder {
  color: #9a9a9a;
}
.hezuo ::-moz-placeholder {
  color: #9a9a9a;
}
.hezuo :-moz-placeholder {
  color: #9a9a9a;
}
.hezuo :-ms-input-placeholder {
  color: #9a9a9a;
}
.hezuo > div > div.content {
  padding: 0;
}
.hezuo > .content > p, .hezuo > .content > p > a {
  color: #fff;
  text-align: center;
}
.hezuo > .content > p > a {
  border-bottom-color: rgba(255,255,255,.3);
}
.hezuo > .content > p > a:hover {
  border-bottom-color: transparent;
}
.hezuo .forma .columns-form {
    width: 100%;
}
.nameForm {
  color: #443f35;
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	text-align: center;
	padding: 10px 0 12px;
	background: #ffc863;
}
.hezuo .forma .columns-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.hezuo .forma .columns-form > div:first-child {
    width: 32.87%;
    flex-shrink: 0;
    margin-right: 20px;
}
.hezuo .forma .columns-form > div:last-child {
    width: 68%;
}
.hezuo .forma {
    text-align: center;
    margin: 0 auto;
    background: url(/images/back-form-1.png) 0 0 no-repeat, url(/images/back-form-2.png) 100% 100% no-repeat;
    padding: 30px;
    border: 2px solid #ffc863;
	    max-width: none;
}
.hezuo .field.effect input {
	width: 100%;
	padding: 0 15px;
	border: 2px solid #f8c479;
	background-color: rgba(253, 239, 214, 0.569);
}
.hezuo .field.effect textarea {
	height: 100%;
	width: 100%;
	padding: 10px 15px;
	max-width: none;
	border: 2px solid #f8c479;
	background-color: rgba(253, 239, 214, 0.569);
}
.hezuo form input::-webkit-input-placeholder, .hezuo form textarea::-webkit-input-placeholder {
  color: #443f35;
}
.hezuo form input::-moz-placeholder, .hezuo form textarea::-moz-placeholder {
  color: #443f35;
}
.hezuo form input:-moz-placeholder, .hezuo form textarea:-moz-placeholder {
  color: #443f35;
}
.hezuo form input:-ms-input-placeholder, .hezuo form textarea:-ms-input-placeholder {
  color: #443f35;
}
.fieldtext {
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 14px 30px;
  resize: none;
  max-width: 380px;
}
.fieldtext:focus {
  outline: none;
}
#AddRecord, #AddComment {
  max-width: 300px;
  margin: 0 auto;
}
.comment form > .row {
  margin: 0;
  flex-direction: column;
}
.comment .field {
  font-size: 14px;
  color: #663f37;
  width: 100%;
  margin-bottom: 10px;
  max-width: 300px;
  padding: 0;
  background: transparent;
  border: 1px solid #fadfad;
}
.comment .field input, .comment .field textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #fadfad;
  padding: 0 15px;
}
.comment .field textarea {
  padding: 10px 15px;
    height: 130px;
}
.comment .caption {
  font-size: 14px;
  font-weight: 400;
  color: #663f37;
  padding-left: 16px;
}
.comment {
  margin-bottom: 6%;
}
.comment .name {
  color: #663f37;
  font-weight: 700;
  margin-bottom: 2px;
}
.comment .text {
  margin-bottom: 2px;
  font-family: PT Serif;
  font-style: italic;
}
.comment .text p {
  margin-top: 0;  
}
.comment .date {
  font-size: 0.875rem;
  color: #d2b989;
  margin-bottom: 4px;
}
/* Эффекты на форме */
.field.effect {
  height: 42px;
	display: flex;
	align-items: center;
	border: 1px solid #fadfad;
	position: relative;
	width: 100%;
}
.hezuo .field.effect {
	height: 44px;
}
.field.effect.effect_area {
  height: 108px; 
}
.field.effect .caption {
  width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	font-weight: 900;
	transition: .2s cubic-bezier(0.4, 0, 1, 1);
	padding-left: 15px;
	color: #663f37;
}
.hezuo .field.effect .caption {	
  background-color: rgba(253, 239, 214, 0.569);
	font-weight: 400;
	color: #443f35;
}
.hezuo .field.effect.focused textarea {
    height: 100%;
	background: #fff;
}
.hezuo .btn-form {	
	width: 100%;
	height: 42px;
	background: #f7aa47;
	font-weight: 400;
	font-size: 14px;
}
.hezuo .btn-form, .article-form .btn-form-1 {
	max-width: 240px;
  transition: all 300ms ease;
	position: relative;
	color: #322c27;
	background: #f7aa47;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	align-items: center;
	display: flex;
    justify-content: center;
	cursor: pointer;
}
.hezuo .btn-form input, .article-form .btn-form-1 input {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #ffc863;
  top: 0;
  left: auto;
  right: 0;
  z-index: 1;
  transition: all 300ms ease;
	max-width: 240px;
	padding: 0;
}
.hezuo .field.effect.focused textarea + label, .hezuo .field.effect.focused input + label {
    border-color: #f8c479;
}
.hezuo .field.effect.focused input {
    width: 100%;
	background: #fff;
}
.hezuo .btn-form label {
    position: relative;
    z-index: 5;
	cursor: pointer;
}
.hezuo .btn-form:hover input, .article-form .btn-form-1:hover input  {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #ffc863;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.field.effect.effect_area .caption {  
  align-items: flex-start;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s cubic-bezier(0.4, 0, 1, 1), background 0s;
}
.field.effect input, .field.effect textarea {  
  padding: 0;
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
  border: 0;
}
.field.effect input {
  width: 0;
}
.field.effect textarea {
  height: 0;
  width: 0;
  transition: height .2s cubic-bezier(0.4, 0, 1, 1);
}

.field.effect.focused input {
  width: 60%;
  padding: 0 15px;
}
.field.effect.focused textarea {
  height: calc(100% - 42px);
    width: 100%;
    padding: 10px 15px;
    max-width: none;
}
.comment .field.effect.focused textarea, .comment .field.effect.effect_area .caption {
  font-family: PT Serif;
  font-style: italic;
}
.field.effect.focused input + label {
  width: 40%;
  border-left: 2px solid #e48828;
  background: #fadfad;  
}
.field.effect.effect_area.focused {
  flex-direction: column-reverse;
}
.field.effect.focused textarea + label {
  background: #fadfad;
  border-bottom: 2px solid #e48828;
  height: 42px;
}
.hezuo .field {
  margin-bottom: 20px;
}
.hezuo input[type='checkbox'] {
	opacity: 0;
	position: absolute;
	    width: 5px;
    height: 5px;
}
.hezuo .policy label {
	align-items: flex-start;
	font-size: 14px;
	color: #572f27;
	    display: flex;
	cursor: pointer;
}
.hezuo .policy label .gal {
    width: 22px;    
    height: 22px;
    border: 2px solid #b08f72;
    background: #fdf1dc;
    margin-right: 16px;
	flex-shrink: 0;
}

.hezuo .policy input:checked + label .gal {
    background: #fdf1dc url(/images/check.png) center no-repeat;
}

.hezuo .politic-send {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#error, #message {
  font-weight: bold;
  color: #333;
  margin-bottom: 5%;
}
.form_label {
  font-size: 12px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.form_label span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #fadfad;
}
.form_label a {
  font-size: .75rem;
  color: #663f37;
}
.form_label input {
  display: none;
}
.ch:checked ~ .boxik {
  background: url(/images/check.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 98%;
  cursor: pointer;
}
.send {
  border-radius: 50px;
}
.footer {
  color: #663f37;
  padding: 20px 25px;
  background: #f7aa47;
  display: flex;
  justify-content: space-between;
}
.footer div:first-child span {
  color: #663f37;
}
.footer a {
  color: #663f37;
}
.footer-1 {
  background: #663f37;
  padding: 22px 95px 30px 95px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 10%;
	clear: both;
}
.footer-1 .title {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 12%;
}
.footer-1 .info {
  max-width: 245px;
  font-size: .875rem;
  flex-shrink: 0;
}
.footer-1 .info .block, .footer-1 .column.contact .block {
  color: #b19d99;
}
.footer-1 .columns {
  display: flex;
  justify-content: flex-end;
}
.footer-1 .columns .column {
  padding-left: 20px;
  width: 30%;
}
.footer-1 a {
  color: #fadfad;
  font-size: .875rem;
  display: inline;
  border-bottom-color: rgba(250, 223, 173, .3);
}
.footer-1 a:hover {
  border-bottom-color: transparent;
}
.footer-1 .contact {
  font-size: .875rem;
}
.footer-1 .contact span.bold {
  font-weight: 700;
}
.soc_link a img {
  transition: .5s ease-in-out;
}
.soc_link a:hover img {
  transform: rotate(360deg);
}
section.services {
    margin-top: 7%;
}
.nap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 3.35%;
  border-top: 1px solid #663f37;
}
.nap_item {
  max-width: 33.33%;
  height: 100%;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #663f37;
  border-right: 1px solid #663f37;
  padding-top: 33.33%;
  background-position-y: -10px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.nap_item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: -50px;
  background: rgb(247, 170, 71);
  border-radius: 50%;
  transition: .5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.nap_item:hover:before {
  transform: scale(17);
}
.nap_item:nth-child(3n + 1) {
  border-left: 1px solid #663f37;
}
.nap_item:hover {
  border-bottom: 1px solid #663f37;
}
.nap_item span.nap_title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: #663f37;
  transition: .2s linear;
  transform: translateX(-50%);
  font-weight: 700;
  border-bottom: 1px solid rgba(102, 63, 55, .3);
  white-space: nowrap;
}
.nap_item:hover:after {
  background: rgba(0,0,0,0);
}
.nap_item:hover span {
  border-color: transparent;
}
.nap_item:hover span:before {
  width: 3px;
}
.soc_block {
  padding: 0px 70px 80px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.soc_block_item {
  width: 380px;
  font-size: 14px;
}
.soc_block_item .more {
  margin-top: 28px;
}
.soc_block ._ram {
  border: 1px solid #1A54A2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 42px 80px 42px 60px;
  line-height: 140%;
}
.logo2 {
  border: none;
}
.logo2:hover {
  padding: 0px;
}
.flex_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_row img {
  margin: 40px 0px;
}
.ramka {
  padding: 40px 60px;
  border: 1px solid #1A54A2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 300;
}
.ramka .ramka_item.bld {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
  flex-basis: 34%;
}
.ramka .ramka_item {
  flex-basis: 60%;
}
.ramka .ramka_item .info_ram {
  color: #a4a4a4;
  font-size: 14px;
  margin-bottom: 10px;
}
.ramka .ramka_item .info_ram_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ramka .ramka_item .info_ram_items .info_ram_item {
  flex-basis: 45%;
  font-size: 18px;
  line-height: 140%;
}
.ramka .ramka_item .info_ram_items .info_ram_item span {
  font-size: 30px;
  font-weight: bold;
  color: #1A54A2;
}
.slider_inside_item {
  width: 180px;
  margin: 0px 10px;
  border: none;
}
.slider_inside_item img {
  width: 100%;
}
.slider_inside_item:hover {
  padding: 0px;
}
.current_item_menu a {
  color: #663f37 !important;
}
.contact_info {
  text-align: center;
  margin-bottom: 3%;
}
.contact_box_item_name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
	height: 30px;
}
.contact_box_item_name span {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .04em;
}
.contact_box_item_name img {
  margin-right: 10px;
}
.contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 4%;
}
.contact_box_item {
  width: calc(33.33% - 20px);
  line-height: 1.4;
  margin: 0 10px;
  margin-bottom: 7%;
}
.sluzhbi {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 40px;
  justify-content: space-between;
  width: 100%;
}
.sluzhba_item {
  width: 31.333%;
  margin: 0% 1%;
  position: relative;
  padding-top: 35px;
}
.sluzhba_item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 2px;
  background: #adadb1;
}
@media (max-width: 800px) {
  .sluzhba_item {
    width: 98%;
  }
  .contact_box_item {
    width: 98%;
  }
  .about_priem_item {
    width: 100% !important;
  }
}
.sluzhba_item_name {
  font-weight: 600;
  color: #000;
}
.map {
  margin-left: -95px;
  margin-right: -95px;
  margin-bottom: 56px;
}
.ramka_info {
  padding: 30px;
  text-align: center;
  border: 1px solid #1A54A2;
  position: relative;
  margin: 40px 0px;
}
.ramka_info p {
  margin: 0px;
}
.ramka_info span {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0px 28px;
  background: #fff;
  font-size: 16px;
  color: #1A54A2;
  font-weight: 600;
}
li {
  margin-bottom: 10px;
}
ol li {
  line-height: 1.4;
}
ul li {
  display: flex;
  margin-bottom: 0px;
  align-items: flex-start;
  line-height: 1.4;
}
ol li {
  margin-bottom: 0px;
}
ul li:before {
  content: "";
  display: block;
  height: 5px;
  margin-right: 10px;
  background: #663f37;
  border-radius: 50%;
  width: 5px;
  flex-shrink: 0;
  margin-top: 8px;
}

ul.interesting li{
	margin-bottom:5px;
}

ul.interesting li:before{
	background: url(/images/tick.svg) no-repeat;	
	border-radius:0;
	width: 12px;
	height: 12px;
}

.top_menu li {
  position: relative;
}
.bottom_menu {
  padding: 0;
}
.bottom_menu li:before {
  display: none;
}
ul {
  padding: 0px;
  list-style: none;
  padding-left: 20px;
  line-height: 1.1;
}
ol {
  padding-left: 22px;
}
.about_priem_item {
  width: 48%;
  margin: 1%;
}
.top_menu li:before {
  content: none;
}
.all_items li:before {
  content: none;
}
.about_priem {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.about_priem_name {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}
.rast {
  margin-top: 23px;
  margin-bottom: 70px;
  align-items: inherit;
  justify-content: inherit;
  flex-direction: column;
}
.rast .info_ram_item {
  flex-basis: 33.333% !important;
}
.rast .ramka_item.bld {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.rast .ramka_item {
  flex-basis: 100%;
}
.rast .ram_stelka {
  font-size: 14px;
  color: #a4a4a4;
  position: relative;
}
.rast .ram_stelka:before {
  content: url(/images/str.png);
  transform: translate(-170%);
  position: absolute;
}
.rast .op_inf {
  font-size: 14px;
  line-height: 140%;
}
.slider_box {
  position: relative;
}
.slider_box .left_arrow {
  width: 18px;
  height: 42px;
  background: url(/images/arrows.png);
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  left: 40px;
  cursor: pointer;
  font-weight: 100;
}
.slider_box .right_arrow {
  width: 18px;
  height: 43px;
  background: url(/images/arrows.png);
  background-position-x: 18px;
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer;
}
.dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 100;
}
.dots .slick-dots {
  position: static;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots .slick-dots li {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dots .slick-dots li.slick-active button {
  border: 3px solid #f7aa47;
}
.dots .slick-dots li:before {
  content: none;
}
.dots .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.dots .slick-dots li button:before {
  content: none;
}
.slider_text {
  position: absolute;
  bottom: 12px;
  left: 50%;
  text-align: center;
  max-width: 80%;
  width: 100%;
  transform: translateX(-50%);
}
.slider_text > p {
  color: #663f37;
  margin: 0px;
  background: rgba(255, 255, 255, 0.76);
  padding: 2.45% 3% 28px;
  border-radius: 4px;
  font-size: 1.25rem;
}
.ramka.rast {
  background: #fff;
}
.bg_map {
  position: relative;
}
.deviz {
  padding: 3% 5% 4%;
  position: relative;
  text-align: left;
  margin-bottom: 7%;
  background: #663f37;
}
.deviz p {
  margin: 0px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.deviz_name {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0px 15px;
  color: #fadfad;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 1.2%;
}
.info_name_first {
  font-size: 24px;
}
.info_name_first span {
  font-size: 40px;
  font-weight: bold;
}
.info_name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info_name .info_name_first {
  flex-basis: 25%;
}
.info_name .info_name_second {
  flex-basis: 75%;
}
.info_name .info_name_second li {
  margin: 0px;
}
.infogr_discr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.infogr_discr_item {
  color: #000;
  margin-right: 50px;
}
.infogr_discr_item:last-child {
  margin-right: 0px;
}
.infogr_discr_item_name {
  font-size: 18px;
  color: #000;
}
.infogr_discr_item_name span {
  color: #1A54A2;
  font-size: 30px;
  font-weight: bold;
}
.infogr_soc {
  position: relative;
  margin-bottom: 40px;
}
.infogr_soc:before {
  content: url("/images/bg_map.png");
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: -40%;
}
.info_name {
  margin-bottom: 40px;
}
.slider_inside_box {
  position: relative;
}
.inside_control {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
.inside_control .lt {
  background: url("/images/arr_sm.png");
  width: 8px;
  height: 13px;
  margin-right: 25px;
  cursor: pointer;
}
.inside_control .rt {
  background: url("/images/arr_sm.png");
  width: 8px;
  height: 13px;
  background-position-x: 8px;
  margin-left: 25px;
  cursor: pointer;
}
.dot {
  position: relative;
}
.dot .slick-dots {
  position: static;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot .slick-dots li {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  border-radius: 50%;
}
.dot .slick-dots li.slick-active {
  border: 3px solid #2666bd;
}
.dot .slick-dots li.slick-active button {
  background: #fff;
}
.dot .slick-dots li:before {
  content: none;
}
.dot .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5e5e5;
}
.dot .slick-dots li button:before {
  content: none;
}
.headre_mobile, .line-head {
  display: none;
}
.burger {
  position: relative;
  z-index: 1000;
  margin-top: -12px;
}
.burger span {
  width: 25px;
  height: 2px;
  position: relative;
  margin: 6px 0px;
  background: #000;
  display: block;
  transition: .7s;
}
.burger span:before {
  content: '';
  width: 25px;
  height: 2px;
  position: absolute;
  top: -8px;
  background: #000;
  transition: .3s;
}
.burger span:after {
  content: '';
  width: 25px;
  height: 2px;
  position: absolute;
  bottom: -8px;
  background: #000;
  transition: .3s;
}
.burger.opn span {
  width: 25px;
  height: 2px;
  position: relative;
  margin: 6px 0px;
  background: #000;
  display: block;
  transition: .3s;
  transform: rotate(-45deg);
}
.burger.opn span:before {
  content: '';
  width: 25px;
  height: 2px;
  position: absolute;
  top: 0px;
  background: #000;
  transition: .3s;
  transform: rotate(-90deg);
}
.burger.opn span:after {
  content: '';
  width: 17px;
  height: 2px;
  position: absolute;
  bottom: -6px;
  background: #000;
  display: none;
  transition: .3s;
}
.logo_mob a {
  border: none;
}
.textarea {
  padding-bottom: 20px;
  padding-left: 10px;
}
.slide_menu .top_menu a {
  font-size: 1.145rem;
  padding: 6px 0;
  width: 100%;
  position: relative;
  display: block;
}
.slide_menu .top_menu a.down:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(/images/close1.png);
  background-size: cover;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 10px;
}
.field.send {
  border-radius: 0;
	max-width: 236px;
	color: #322c27;
	transition: .2s linear;
	border-color: #f7aa47;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.field.send:focus {
  background: #f7aa47;
}
/*.btn-form {
  transition: all 300ms ease;
    position: relative;
}
.btn-form:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #4A90E2;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  transition: all 300ms ease;
}
.btn-form:hover {
  color: white;
  box-shadow: none;
}
.btn-form:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #4A90E2;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}*/
@media (max-width: 1025px) {
  
  .hezuo > div.content {
    padding: 0 15px;
  }  
  .slider {
    margin-top: 0px;
  }     
  .left_arrow {
    display: none !important;
  }
  .right_arrow {
    display: none !important;
  }
  .content {
    padding: 0px 15px;
  }
  .contact_info {
    font-size: 14px;
    margin-bottom: 45px;
    line-height: 1.4;
  }
  .soc_block ._ram {
    border: 1px solid #1A54A2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 22px 40px 22px 40px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .soc_block {
    padding: 0px 0px 80px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
	.hezuo .field.send {
		margin-top: 0px;
	}
  .field.send {
    margin-top: 20px;
  }
  .all_items {
    display: none;
  }
  .inside .name h1 {
    line-height: 140%;
    margin-top: 0px;
    font-size: 1.43rem;
  }
  .nap_item:after {
    background: transparent;
  }
  .flex_row {
    align-items: center;
  }
  .flex_row img {
    width: 100%;
    margin: 10px;
  }
  .ramka {
    flex-direction: column;
  }
  .ramka .ramka_item bld {
    margin-bottom: 20px;
    flex-basis: 100%;
  }
  .ramka .info_ram {
    margin: 25px 0px;
  }
  .ramka .info_ram_item {
    flex-basis: 100% !important;
    font-size: 16px !important;
    margin: 10px 0px;
  }
  .info_name_first {
    flex-basis: 100% !important;
  }
  .infogr_discr {
    justify-content: flex-start;
  }
  .infogr_discr_item {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .container {
    overflow-x: hidden;
  }
  .content_other > .h2 {
    padding: 0px 0px;
  }
  .sluzhba_item:before {
    display: none;
  }
  .contact_box {
    padding: 0px 15px;
  }
  .dropOut ul li:last-child a {
    padding: 6px 25px 6px 0px;
  }
  .dropOut ul li:last-child a:hover {
    padding: 6px 25px 6px 0px;
  }
  .dropOut a:hover {
    background: transparent;
  }
  .about_priem {
    flex-wrap: wrap;
  }
  .about_priem .about_priem_item {
    margin-bottom: 20px;
    margin: 0px auto;
  }
  .slider_inside_box {
    margin-bottom: 15px;
  }
  .hezuo form > div.row > div {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .slider_partner .slick-next {
    right: -5px;
  }
  .slider_partner .slick-prev {
    left: -5px;
  }
  .forma {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ramka_info span {
    padding: 0px 18px;
  }
}
.slide_menu.open {
  transform: translateX(0%);
  transition-delay: .20s;
}
.fixeddd {
  overflow: hidden;
  height: 100%;
}
.trub {
  margin-top: -12px;
}
.trub a {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/images/trb.svg);
  background-size: cover;
  border: none;
}
.trub a:hover {
  padding: 0px;
}
.trub a nobr {
  display: none;
}
.trub a img {
  width: 100%;
}
.slider_box .left_arrow,
.slider_box .right_arrow {
  opacity: 0.5;
  transition: .3s;
}
.slider_box {
  margin-bottom: 5%;
}
.slider_box .left_arrow:hover,
.slider_box .right_arrow:hover {
  opacity: 1;
}
.forma {
  text-align: center;
  margin: 0 auto;
  margin-top: 3%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form.forma input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  justify-content: center;
  border: none;
}
.slick-slide {
  position: relative;
}
.kalach_second_item {
  width: 280px;
  padding: 35px;
  border: 1px solid #1A54A2;
}
.kalach_second_item .ramochka_item {
  color: #a4a4a4;
}
.kalach_second_item .ramochka_item:before {
  content: url(/images/str.png);
  transform: translate(-170%);
  position: absolute;
}
.kalach_second_item p {
  margin: 0px;
  font-weight: 600;
}
.kalach_second_item span {
  font-size: 30px;
  color: #1A54A2;
  margin: 10px 0px;
  display: block;
}
.kalach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.prm_box {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  flex-wrap: wrap;
}
.center_text {
  text-align: center;
}
.prm_item {
  margin-bottom: 40px;
}
.prm_item_img {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prm_num {
  margin: 16px 0px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.prm_item_name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1025px) {
  .kalach {
    flex-direction: column;
  }
  .line {
    display: none;
  }
  .line_text {
    width: initial !important;
  }
  .kalach_item img {
    width: 100%;
  }
  .prm_item {
    width: 50%;
  }
}
.big_map img {
  width: 100%;
}
.samv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.samv li {
  flex-basis: 25%;
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  margin-right: 1%;
}
.samv li:before {
  position: absolute;
  left: 49px;
  top: 11px;
}
.samv li:after {
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
}
.samv li:nth-child(1):after {
  content: url("/images/pshen.png");
}
.samv li:nth-child(2):after {
  content: url("/images/yachmen.png");
}
.samv li:nth-child(3):after {
  content: url("/images/grech.png");
}
.samv li:nth-child(4):after {
  content: url("/images/goroh.png");
}
.samv li:nth-child(5):after {
  content: url("/images/chech.png");
}
.samv li:nth-child(6):after {
  content: url("/images/raps.png");
}
.samv li:nth-child(7):after {
  content: url("/images/pods.png");
}
@media (max-width: 1025px) {
  .samv li {
    flex-basis: 100%;
  }
}
.big_map {
  position: relative;
}
.map_info_rast {
  position: absolute;
  display: flex;
  top: 0px;
  flex-wrap: wrap;
  align-items: center;
}
.line_text {
  font-size: 20px;
  width: 300px;
  line-height: 130%;
  font-weight: 600;
}
.line {
  width: 48px;
  margin-right: 20px;
}
.simbol {
  opacity: 0;
}
.simbol.on {
  transition: opacity .1s ease-in-out;
  opacity: 1;
}
.map_inside_torg {
  position: relative;
  margin-bottom: 30px;
}
.map_inside_torg .map_inside_name {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.map_inside_torg img {
  width: 100%;
  margin-top: 30px;
}
.map_inside_torg .ramk.inside_torg {
  position: absolute;
  top: 0px;
  padding: 45px 60px;
  width: 380px;
  right: 0px;
  background: rgba(255,255,255,0.6);
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #2666bd;
  line-height: 140%;
  font-weight: 600;
}
.inside_inf {
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
.priem_inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.priem_inside_item {
  text-align: center;
}
.priem_inside_item .g {
  height: 50px;
  margin-bottom: 20px;
}
.priem_inside_item_name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
}
@media (max-width: 1025px) {
  .ramk.inside_torg {
    position: static !important;
  }
  .map_inside_torg .ramk.inside_torg {
    padding: 22px 22px;
    width: 100%;
  }
  .inside_inf {
    display: none;
  }
}
#page-preloader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  z-index: 20000;
}
.preloader {
  position: absolute;
  height: 3px;
  width: 0%;
  transition: 500ms;
  background: #f7aa47;
}
.preloader.move {
  width: 100%;
}
.outside {
  padding: 30px 60px;
}
.map_outside img {
  width: 100%;
}
@media (max-width: 1025px) {
  .outside {
    padding: 30px 10px;
  }
}
.language {
  font-size: 12px;
  margin-left: 35px;
  font-weight: bold;
  letter-spacing: 1px;
}
.language a {
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin: 0px 2px;
}
.language a:hover {
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.language a.active {
  color: #1A54A2;
}
.language.ins a {
  color: #888;
}
.language.ins a:hover {
  border-bottom: 2px solid #adadb1;
}
.language.ins a.active {
  color: #1A54A2;
}
@media (min-width: 1025px) {
  .top_menu li {
    margin-bottom: 0px;
  }    
}
.e404 {
  margin: 10% 0 0;
  font-size: 15.385em;
  text-align: center;
  font-weight: bold;
  line-height: 120%;
}
.e404_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 10% 0px;
}
@media (max-width: 1025px) {
  .e404 {
    font-size: 10.385em;
  }
}
.top_menu > li > a {
  border-bottom: 2px solid transparent;
  transition: .3s;
}
.top_menu > li > a:hover {
  color: #f7aa47;
}
.headre.shadow .top_menu li>a:hover {
  border-bottom: 2px solid #663f37;
  color: #663f37;
}
.flex_block_menu .top_menu > li > a {
  padding: 0;
}
.mlg {
  width: 188px;
}
.mlg2 {
  width: 231px;
}
.z100 {
  position: relative;
  z-index: 100;
}
.open ul.top_menu {
  transform: translateX(0%);
  transition: transform 0.7s cubic-bezier(0.38,0.71,0.22,0.94);
  transition-delay: .2s;
}
.change_languge {
  position: absolute;
  right: 20px;
  top: 20px;
}
.change_languge label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.change_languge label input {
  display: none;
}
.change_languge label input:checked ~ .checker::after {
  left: 59%;
  transition: .3s;
}
.change_languge label .checker {
  width: 38px;
  height: 17px;
  border: 1px solid #1A54A2;
  position: relative;
  line-height: 0px;
  border-radius: 20px;
  padding: 8px;
  margin: 0px 10px;
}
.change_languge label .checker::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1A54A2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  line-height: 0px;
  transition: .3s;
}
.slider_item img {
  position: relative;
}
.progress-button {
  position: relative;
}
.progress-button button {
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}
.progress-button button {
  background-color: #1A54A2;
  color: #fff;
}
.progress-button button:hover {
  background-color: #0d3061;
}
.progress-button button span {
  color: #fff;
}
.progress-button button:focus {
  outline: none;
}
.progress-button button span {
  -webkit-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
}
.progress-button svg {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-55%);
  pointer-events: none;
}
.progress-button svg path {
  opacity: 0;
  fill: none;
}
.progress-button svg.progress-circle path {
  stroke: #1A54A2;
  stroke-width: 5;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
  stroke: #fff;
  stroke-linecap: round;
  stroke-width: 4;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.loading.progress-button button {
  width: 70px;
  border-width: 5px;
  border-color: #ddd;
  background-color: transparent;
  color: #fff;
}
.loading.progress-button span {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
  opacity: 0;
}
.success.progress-button button,
.error.progress-button button {
  -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
  transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}
.success.progress-button button {
  border-color: #1A54A2;
  background-color: #1A54A2;
}
.error.progress-button button {
  border-color: #FB797E;
  background-color: #FB797E;
}
.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
}
.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25,0.25,0.4,1), border-width 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25,0.25,0.4,1.6), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25,0.25,0.4,1.6), border-width 0.3s, border-color 0.3s;
}
.loading.elastic.progress-button button {
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6,0,0.75,0.75), border-width 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6,-0.6,0.75,0.75), border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6,-0.6,0.75,0.75), border-width 0.3s, border-color 0.3s;
}
.loading button {
  padding: 0px;
  width: 50px !important;
  height: 50px;
}
.top-line-header {
  display: flex;
  background: #663f37;
  padding: 4px;
  margin-left: -500px;
  margin-right: -500px;
}
.top-line-header > .container {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px 5px 15px !important;
}
.top-line-header .contacts {
  font-size: 0.875rem;
  display: flex;
}
.top-line-header .title-top {
  color: #fff;
  font-size: 0.875rem;
}
.top-line-header .contacts > * {
  color: #fff;
  border-bottom: none;
}
.top-line-header .addr {
  margin-right: 40px;
}
span.call {
  color: #fff;
  border-bottom: 1px dashed;
  font-size: 15px;
  cursor: pointer;
  font-family: "Open Sans";
  transition: .2s;
}
span.call:hover {
  color: #f7aa47 !important;
}
.top_menu li.phone {
  text-align: right;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
input.field:focus {
  border: 1px solid #f7aa47;
}
.top_menu li.phone a {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 300;	
	letter-spacing: 0;
  border-bottom: 1px dashed #663f37 !important;
	color: #663f37;
}

.top_menu li.phone a span {
  font-weight: 700;
  color: #fff;
}
.flex_block_menu {
  padding: 12px 25px;  
  background: #f7aa47;
}
.headre.shadow .top_menu li.phone>a:hover {
  border-bottom-color: transparent !important;
}
span.call {
  color: #663f37;
  font-weight: 500;
}
span.call:hover {
  color: #663f37 !important;
  border-bottom-color: transparent;
}
.all_items .container {
  display: flex;
  background: transparent;
  justify-content: space-between;
}
.bgfon {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(102, 63, 55, 0.95);
  z-index: 2000;
  display: none;
}
.active {
  display: block !important;
}
.modal_f {
  display: none;
}
.modal_f.form {
  border: none;
  background: transparent;
}
.modal_f {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2000;
}
.form {
  padding: 23px 23px 20px 23px;
  background: #edfafa;
  border: 6px solid #dcf2f2;
  border-radius: 3px;
  margin-bottom: 150px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.modal_f .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(/images/close.png);
  cursor: pointer;
}
.bottom_menu li {
  padding: 5px 0;
  display: block;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.modal_f .info {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.form .info {
  margin-top: 0px;
}
.row.fields .form_field {
  margin-bottom: 20px;
}
.row.fields .form_field input {
  margin-bottom: 0px;
  width: 100%;
}
.form .priem textarea,
.form .priem input {
  padding: 10px 20px;
  border-radius: 3px;
}
.form .priem input {
  border: 1px solid #badbdb;
  width: 49.5%;
  margin-bottom: 10px;
}
.modal_f .submit-box {
  margin-top: 0px !important;
  display: flex;
  align-items: flex-start;
}
.form .priem input[type="submit"] {
  padding: 15px 0px;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #663f37;
  background: #f7aa47;
  line-height: 1.25;
  cursor: pointer;
  transition: .2s linear;
  border: 1px solid #f7aa47;
  width: 29.5%;
  margin-bottom: 0px;
  font-weight: 400;
}
.form .priem input[type="submit"]:hover {
  background: #fadfad;
}
.modal_f .submit-box p {
  color: #fff;
}
.form .priem p {
  width: 69.5%;
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 0;
  margin-left: 15px;
}
.form .priem p a {
  color: #fff;
}
.form .priem p a:hover {
  border-color: transparent;
}
.headre {
  padding: 18px 25px;
}
.slider_partner {
  margin-bottom: 145px;
  margin-top: 90px;
}
.slider_partner .slick-prev {
  background: url(/images/left-blue.png);
  width: 18px;
  height: 43px;
}
.slider_partner .slick-prev:before {
  content: none;
}
.slider_partner .slick-prev:hover {
  background: url(/images/left-blue.png);
}
.slider_partner .slick-prev:focus {
  background: url(/images/left-blue.png);
}
.slider_partner .slick-next {
  background: url(/images/right-blue.png);
  width: 18px;
  height: 43px;
}
.slider_partner .slick-next:before {
  content: none;
}
.slider_partner .slick-next:hover {
  background: url(/images/right-blue.png);
}
.slider_partner .slick-next:focus {
  background: url(/images/right-blue.png);
}
.slider_partner .slick-slide {
  display: flex !important;
  justify-content: center;
}
.vak {
  border: 2px solid #f7aa47;
  max-width: 410px;
  margin-bottom: 4%;  
  display: inline-block;
  vertical-align: text-top;
}
.vak.about_s {
  max-width: none;
}
.vak .title {
  background: #ece1cd;
  font-size: 1.25rem;
  text-align: center;
  padding: 10px;
}
.vak .body {
  background: #fdefd6;
  padding: 1px 8.5%;
}
.vak.about_s .body {
  padding: 15px 20px 5px;
}
.vak .body ul {
  border-top: 4px solid #f7aa47;
  padding-left: 0;
}
.vak .body ul li {
  border-bottom: 1px dashed #f7aa47;
  padding: 8px 0;
}
.vak .body ul li:before {  
  height: 20px;
  margin-right: 8px;
  width: 20px;
  margin-top: 1px;
}
.vak.one-half .body ul li:before {background: url(/images/ico-style1.png);}
.vak.two-half .body ul li:before {background: url(/images/ico-style5.png);}
.plaha {
  padding: 10px 15px 5px 40px;
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 2%;
  position: relative;
}
.plaha:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 4px;
  width: 34px;
  height: 34px;
}
.green-plaha {
  background: #dffad3;
  border-color: #72cb67;
}
.green-plaha:before {
  background: url(/images/ico_success.png);
}
.green-light-plaha {
  background: #fffac6;
  border-color: #d3c200;
}
.green-light-plaha:before {
  background: url(/images/ico_attention.png);
}
.blue-plaha {
  background: #dde9f7;
  border-color: #50b0ec;
}
.blue-plaha:before {
  background: url(/images/ico_info.png);
}
.modal-fone, .modal-fone-review {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(102, 63, 55, 0.95);
  z-index: 3000;
  display: none;
}
.modal-fone .modal-win, .modal-fone-review .modal-win {
  background: #fadfad;
  max-width: 400px;
  padding: 2% 3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: calc(100% - 30px);
}
.modal-fone-review .modal-win #error, .modal-fone-review .modal-win #message {
	font-weight: 400;
}
.modal-fone .modal-win .btn-ok, .modal-fone-review .modal-win .btn-ok {
  background: #f7aa47;
  border: 1px solid #f7aa47;
  transition: .2s linear;
  color: #663f37;
  max-width: 170px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-top: 16px;
}
.modal-fone .modal-win .btn-ok:hover, .modal-fone-review .modal-win .btn-ok:hover {
  background: transparent;
}
.modal-fone .modal-win .close, .modal-fone-review .modal-win .close {
  background-image: url(/images/close1.png);
  background-size: cover;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#topmenu li {
    display: table-cell;
    border-right: 1px solid #f7aa47;
    line-height: 1;
}
.content.inside_cont img {    
    margin-left: 10px;
}
.links-page {
	display: flex;
	justify-content: space-between;
	clear: both;
}
.links-page a {
	position: relative;
	font-weight: 600;
	border: 0;
}
.links-page a span {
	border-bottom: 1px solid rgba(102, 63, 55, .3);
	transition: .2s linear;
}
.links-page a:hover span {
	border-bottom: 1px solid transparent;
}
.links-page a:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 12px;
	background-repeat: no-repeat;	
	top: 50%;
	transform: translateY(-50%);
}
.links-page .prev-link {
	margin-left: 20px;
	margin-right: 20px;
}
.links-page .next-link {
	margin-right: 20px;
	text-align: right;
	margin-left: 20px;
	display: inline-block;
}
.links-page .prev-link:before {
	background-image: url(/images/prev-arrow.svg);
	left: -20px;
}
.links-page .next-link:before {
	background-image: url(/images/next-arrow.svg);
	right: -20px;
}
.article-form {
	display: flex;
    padding: 20px;
		flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px;
    background-image: url(/images/back-form-1.png);
    border: 2px solid #e48828;
    border-left: 0;
    border-right: 0;
	    margin-top: 30px;
}
.article-form .nameForm {
	padding: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
	background: transparent;
	padding-right: 15px;
}
.forma-article {
	display: flex;
	    width: 100%;
    justify-content: center;
}
.article-form .input-field input {
	width: 100%;
	padding: 0 15px;
	border: 0;
	background-color: rgba(253, 239, 214, 0.569);
	height: 42px;
	max-width: 234px;
	border: 2px solid #f8d69f;
}
.article-form .input-field {
	margin-right: 20px; 
}
.article-form .input-field input:focus {
	background-color: #fff;
}
.article-form .input-field input:focus {
	background-color: #fff;
}
.article-form .btn-form-1 input {
    border-color: #f7aa47;
    border: 0;
}

.article-form .btn-form-1 {
	width: 100%;
	flex-shrink: 0;   
	max-width: 180px;
	background: #663f37;
}
.article-form .btn-form-1 label {
    color: #f7aa47;
    z-index: 1;
	    transition: .3s;
}
.article-form .btn-form-1:hover input {
	border: 0;
	background: #ffc863;
	margin: 0;
}
@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
.article-form .btn-form-1:hover label {
    color: #663f37;
}
.article-form .btn-form-1 .loading {
  top: 5px;
	font-size: 22px;
	z-index: -1;
	position: absolute;
	opacity: 0;
	left: calc(50% - 10px);
	color: #663f37;
	transform-origin: center center;
}
.article-form .btn-form-1.active .loading {
	opacity: 1;
	animation: rotate 1s infinite linear;
	z-index: 14;
}
.article-form .btn-form-1.active label, .article-form .btn-form-1.sended label,
.article-form .btn-form-1.active input, .article-form .btn-form-1.sended input {
	display: none;
}
.article-form .btn-form-1 .check {
      opacity: 0;
    top: 9px;
    position: absolute;
    left: 50%;
    font-size: 20px;
    z-index: -1;
    color: #663f37;
    transform: translateX(-50%);
}
.article-form .btn-form-1.sended .check {
	opacity: 1;
    z-index: 10;
    display: flex;
    align-items: center;
}
.article-form .btn-form-1.sended .check span {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    margin-right: 5px;
}
.article-form .btn-form-1.active, .article-form .btn-form-1.sended {
    background: #f7aa47;
}
.article-form .btn-form-1.active:hover input, .article-form .btn-form-1.sended:hover input {
	display: none;
}
.article-form .btn-form-1:before {
	content: "";
	display: block;
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	background: #ffc863;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 2s ease;
	max-width: 240px;
	padding: 0;
}
.article-form .btn-form-1.active:before, .article-form .btn-form-1.sended:before {
	width: 100%;
}
.breadcrumbs {
	margin-top: 20px;
	text-align: center;
	list-style:none;
	color:#b1a5a2;
}
.breadcrumbs li {
	display:inline-block;
}
.breadcrumbs a {
	color:#fff;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	text-decoration: none;
}
.labels_article {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.tag_item {
	padding-right: 20px;
	margin-bottom: 15px;
}
.tag_item a {
	padding: 10px 0 0;
}
.tag_container h2 {
	margin-bottom: 15px;
	margin-top: 0;
}
.tag_container {
	padding: 20px 0px 10px;
}
.article_item:last-child {
	margin-bottom: 0 !important;
}
.labels_head {
	color: #663f37;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: -30px;
}
@media (max-width: 1191px) {
	.slider_partner {
		margin-left: 15px;
		margin-right: 15px; 
  }  
  .content_other {
    padding: 0px 15px;
  }	
	.top_menu li.phone {
		align-items: flex-start;
	}
	ul li {
		align-items: flex-start;
	}
	.contact_box_item {
		font-size: 14px;
		margin-bottom: 45px;
	}
	h3, .h3 {
		font-size: 16px;
		color: #333;
		text-transform: none;
	}
	.dropOut ul {
		padding-left: 10px;
  }  
  .footer > * {
    margin-bottom: 10px;
  }  
	.article-form {
    margin: 0;
	}
	.article-form .btn-form-1 input {
    width: 100%;
    margin: 0;
	}
	.article-form .btn-form-1 label {
    color: #663f37;
	}
	.labels_head { margin-top: 0; }
}
@media (max-width: 991px) {
  .headre_mobile {
    position: static;
    display: flex !important;
    justify-content: space-between;
    padding: 30px 20px 2px;
    background: #f7aa47;
    align-items: center;
  }
  .dropOut ul {
    margin-bottom: 8px;
  }
  .slide_menu .tel {
    padding: 2px 22px;
    font-weight: 400;
  }
  .slide_menu .addr {
    padding: 2px 22px;
    margin-bottom: 12px;
    font-weight: 400;
  }
  .line-head {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #663f37;
    color: #fff;
    text-align: center;
    padding: 2px 10px 4px;
    font-size: .75rem;
  }
  .top_menu {
    list-style: none;
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-left: 50px;
    transform: translateX(-100%);
    transition: 0s !important;
    transition-delay: 0s !important;
  }
  .top_menu > li {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
    min-width: 425px;
    margin-bottom: 6px;
  }
  .dropdownContain {
    position: relative;
    visibility: visible;
    display: none;
  }
  .dropdownContain .dropOut {
    opacity: initial !important;
    box-shadow: none;
  }
  .dropdownContain .dropOut li {
    margin-bottom: 0px;
  }
  .dropdownContain .dropOut a:hover,
  .dropdownContain .dropOut a {
    padding: 8px 20px;
    font-weight: 400;
  }
  .dropdownContain ul li:hover .dropOut {
    margin-top: 0px !important;
  }
  .top_menu a img {
    display: none;
  }
  .dropdownContain .dropOut a:hover,
  .dropdownContain .dropOut a {
    justify-content: center;
  }
  .top_menu li.phone {
    text-align: center !important;
    line-height: 1.4 !important;
  }
  .slide_menu {
    transform: translateX(-100%);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fadfad;
    display: flex;
    transition: .7s;
    z-index: 900;
    flex-direction: column;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .slide_menu * {
    color: #663f37 !important;
  }   
  span.call {
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
  }
  .slider_box {
    margin-top: 0;
  }
  .content_other {
    padding: 0px 10px;
  }
  .flex_img a {
    max-width: 300px;
  }
  .modal_f .close {
    right: 40px;
    top: 0;
  }
  .top-line-header {
    display: none;
  }
  .priem .fields {
    justify-content: center;
  }
  .modal_f .submit-box {
    align-items: center;
    flex-direction: column;
  }
  .form .priem input[type="submit"] {
    margin-bottom: 15px !important;
  }
  .footer-1 {
    padding: 22px 15px 30px 15px;
  }
  .footer-1 .columns .column {
    width: 33.33%;
  }  
  .why_item {
    width: calc(33.33% - 13.33px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .headre {
    display: none !important;
  }	
	.article-form .input-field {
    margin-right: 10px;
	}
}
@media (max-width: 767px) {  
  .nap {
    justify-content: flex-start;
  }
  .inside.servise {
    margin-right: -10px;
    margin-left: -10px;
  }
  .map_inside_torg .map_inside_name {
    font-size: 14px;
  }
  .flex_img {
    flex-direction: column;
  }
  .footer-1 .columns {
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .footer-1 .columns .column .block {
    display: none;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .bottom_menu {
    margin: 0;
  }
  .bottom_menu a {
    line-height: 1;
    padding: 0;
  }
  .footer-1 {
    justify-content: flex-start;
  }
  .footer-1 .columns .column {
    width: 100%;
  }
  .footer-1 .columns .title {
    cursor: pointer;
    transition: .2s linear;
    padding: 5px 40px 7px 20px;
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .footer-1 .columns .title:hover {
    background: #714f48;
  }
  .footer-1 .columns .title:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(/images/close.png);
    background-size: cover;
    right: 14px;
    top: 13px;
    transform: rotate(45deg);
    transition: .2s linear;
  }
  .footer-1 .column.open .title:before {
    transform: rotate(0deg);
  }
  html {
    font-size: 14px;
  }
	.hezuo .policy label .gal {margin-right: 10px;width: 20px;height: 20px;}
	.hezuo .forma {
    padding: 10px;
	}
	.hezuo .btn-form {
    max-width: 180px;
	}
	.hezuo .forma .columns-form > div:first-child {
    margin-right: 10px;
	}
	.hezuo .field {
    margin-bottom: 10px;
	}
	.hezuo .field.effect.effect_area {
    height: 98px;
	}
	.hezuo .policy label {
    font-size: 12px;
		text-align: left;
	}
	.forma-article {
    width: 100%;
    max-width: none;
    margin-top: 12px;
	}
	.article-form .nameForm {
    padding: 0;
    width: 100%;
	}
	.article-form {
    flex-direction: column;
	}
}
@media (max-width: 575px) {  
	.content.inside_cont img {
		float: none;
		display: block;
		margin-bottom: 10px;
		margin-left: 0;
	}
	ul {
		padding-left: 0px; 
	}
	.top_menu > li {
    min-width: auto;
    width: calc(100% - 22px);
    margin-bottom: 2px;
	}
  .dropdownContain .dropOut a:hover,
  .dropdownContain .dropOut a {
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .top_menu li.phone {
    text-align: left !important;
  }
  .row.fields .form_field {
    width: 100%;
  }
  .top_menu {
    padding-left: 22px !important;
    padding-top: 60px;
  }
  .why_item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .why_items {
    margin-bottom: 25px;
  }
  .inside .name h1 {
    font-size: 20px;
  }
  .form .priem p {
    width: 100%;
    margin-left: 0;
  }
  .form .priem input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .priem {
    width: 100vw;
  }
  .priem .fields {
    justify-content: center;
  }
  .modal_f .submit-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact_box_item {
    margin-bottom: 25px;
  }
  .modal_f .close {
    right: 15px;
  }
  .modal_f .info {
    font-size: 24px;
  }
  .slider_text > p {
    font-size: 1rem;
  }
  .nap_item span {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
  }
  .nap_item:nth-child(odd) {
    border-left: 1px solid #663f37;
    border-right: 1px solid #663f37;
  }
  .nap_item:nth-child(even) {
    border-left: none;
    border-right: 1px solid #663f37;
  }
  .nap_item {
    padding-top: 50%;
    max-width: 50%;
  }
  .footer-1 .columns {
    margin-top: 20px;
  }
  .footer-1 .columns .column {
    padding-left: 0;
  }
  .footer-1 {
    flex-direction: column;
  }
  .footer-1 .columns .title {
    padding: 5px 40px 7px 10px;
    background: #714f48;
  }
  .footer-1 .info {
    max-width: none;
  }
  .footer-1 .title {
    margin-bottom: 7px;
  }
  .footer-1 .columns .column .block {
    padding-left: 15px;
  }
  .footer {
    flex-direction: column;
    padding: 10px 15px;
    align-items: flex-start;
  }
  .why_item_img {
    margin-bottom: 6px;
  }
  .slider_text {
    position: relative;
    bottom: 0;
    max-width: 100%;
  }
  ul li:before {
    margin-right: 5px;
  }
  .dots {
    bottom: 7px;
  }
  .logo img {
    max-width: 80px;
  }
  .inside_cont img.fright, .inside_cont img.fleft {
    float: none;
    display: block;
    margin: 10px 0;
  }
  .vak .body {
    padding: 1px 15px;
  }
  .flex-2 .flex-item {
    width: 100%;
    margin: 0;
  }
  .flex-4 .flex-item {
    width: calc(50% - 5px);
    margin: 0 5px 5%;
  }
  .flex-4 .flex-item:nth-child(even) {
    margin-right: 0;
  }
  .flex-4 .flex-item:nth-child(odd) {
    margin-left: 0;
  }
	.block_name.main_page {
    margin-left: -15px !important;
    margin-top: -30px !important;
    margin-right: -15px !important;
	}
	.hezuo .forma .columns-form {
    flex-direction: column;
	}
	.hezuo .forma .columns-form > div:first-child, .hezuo .forma .columns-form > div:last-child {
    width: 100%;
	}
	.hezuo .politic-send {
    flex-direction: column;
	}
	.hezuo .politic-send .policy {
    margin-bottom: 10px;
	}
	.hezuo .btn-form {
    left: 50%;
    transform: translateX(-50%);
	}
	.article-form {
    padding: 10px 0;
		margin: 20px 0;
	}
	.article-form .btn-form-1:before {
    max-width: none;
	}
	.article-form .btn-form-1 {
    max-width: none;
    height: 42px;
	}
	.article-form .input-field {
    margin-right: 0;
    margin-bottom: 10px;
	}
	.article-form .input-field input {
    height: 42px;
    max-width: none;
	}
	.forma-article {
    max-width: none;
    flex-direction: column;
	}
	.article-form .btn-form-1 input {
    max-width: none;
	}
	.links-page .next-link {
    align-self: flex-end;
	}
	.links-page .prev-link {
    align-self: flex-start;
	}
	.links-page {
    flex-direction: column;
	}
	.links-page a {
    margin-bottom: 10px;		
	}
	.article_item {
    flex-direction: column;
	}
	.article_item .news_title {
    margin-bottom: 10px;
	}
}
.modile__img{
	display:none;
}
@media(max-width:425px){
	.school__photo{
		display:none;
	}
	.modile__img{
		padding:5px;
		border-radius:5px;
	background-color: #fff;
	display:block;
}
}


/*#region -Di- Задача № 28937 */
.breadcrumbs a.breadcrumb-last-item {
  color: #b1a5a2;
  border-bottom:  none;
  text-decoration: none;
  pointer-events: none;
}
/*#endregion <!--Di--> */