@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&subset=cyrillic');
/*background*/
/*тень*/
/*фон меню*/
/*fonts*/
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../imgajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
* {
  outline: none;
}
.mfp-ready {
  min-width: 100%;
  width:100%;
}
@media screen and (max-width: 560px) {
  .mfp-ready {
    min-width: inherit;
  }
}
html {
  min-width: 100%;
}
@media screen and (max-width: 560px) {
  html {
    min-width: 480px;
  }
}


.dectopnoe{
	display:inline-block;;	
}
.mobilnoe{
	display:none;	
}

@media screen and (max-width: 560px) {
	.dectopnoe{
		display:none;	
	}
	.mobilnoe{
		display:inline-block;	
	}
}





body {
  font-family: 'Montserrat', sans-serif;
}
a {
  text-decoration: none;
}
.box {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 780px) {
  .box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 560px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 560px) {
  .box {
    transform: scale(1);
  }
}
h1 {
  font-size: 54px;
  color: #063546;
  font-weight: 700;
  text-transform: uppercase;
}
.h1_voen {
  font-size: 48px;
  color: #063546;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  color: #063546;
  text-transform: uppercase;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 24px;
	line-height: normal;
  }
}
h3 {
  color: #063546;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-weight: 600;
  font-size: 18px;
}
p {
  color: #063546;
  font-size: 14px;
  font-weight: 400;
}
a {
  color: #063546;
  font-weight: 500;
}
.btn {
  background-color: #009f3c;
  display: flex;
  cursor: pointer;
  position: relative;
}
.btn:hover {
  transition: ease 0.5s;
  background-color: #e60003;
}
.btn:active {
  box-shadow: inset 0px 0px 15px #063546;
}
.btn span {
  margin: auto;
  color: #ffffff;
}
/*modal*/
.hidden {
  display: none;
}
/*.debug{
	.debug(rgba(0,0,0,0.5), 1px solid #ff0);
	z-index: 100;
}*/

/*header*/
/*nav {
  background-color: #009f3c;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1170px;
  width: 100%;
  z-index: 100;
}
nav .wrap {
  padding: 35px 0;
  position: relative;
}
nav .menu_close {
  font-weight: 500;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  nav .menu_close {
    right: 12px;
    top: 12px;
  }
  nav {
	min-width: auto;
  }
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}
@media screen and (max-width: 560px) {
  nav ul li {
    width: 100%;
    text-align: center;
  }
}
nav ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 560px) {
  nav ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 560px) {
  nav ul li:not(:last-child) {
    border-right: 0;
  }
}
nav ul li a {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  padding: 25px;
  display: block;
}
nav ul li a:hover {
  text-decoration: underline;
}
*/
header {
  background: url("../img/top-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (max-width: 560px) {
  header {
    padding: 10px 0 0;
  }
}
header .box {
  position: relative;
}
@media screen and (max-width: 560px) {
  header .box {
    margin: 0 auto;
  }
}
.message_write{
	display:flex; 	
	justify-content:space-between;
	width:900px;
	margin:50px auto 0px;
}
.mw_viber{
	background: url("../img/vibers.png") center center no-repeat;
	background-size: cover;
	width:100px;
	height:100px;
	margin:60px auto 20px;
}
.mw_wts{
	background: url("../img/whasapps.png") center center no-repeat;
	background-size: cover;	
	width:100px;
	height:100px;
	margin:60px auto 20px;
}
.mw_tel{
	background: url("../img/telegram.png") center center no-repeat;
	background-size: cover;	
	width:100px;
	height:100px;
	margin:60px auto 20px;
}
.mw_viber2{
	background-color:#7c519b;
	color:#FFF;
	padding:20px 0px;
	width:250px;
	text-align:center;
	margin:auto;
}
.mw_wts2{
	background-color:#33bf2a;
	color:#FFF;
	padding:20px 0px;
	width:250px;
	text-align:center;
	margin:auto;
}
.mw_tel2{
	background-color:#2d7bbb;
	color:#FFF;
	padding:20px 0px;
	width:250px;
	text-align:center;
	margin:auto;
}
@media screen and (max-width: 560px) {
	.message_write{
		display:block; 	
		width:400px;
		margin:70px auto 0px;
}	
}




.headstar{
	margin:20px 0px 0px 0px;
	color:#063546;
	padding:5px 0px 5px 10px;
	display:block;
	font-size:14px;
	width:480px;
}

@media screen and (max-width: 560px) {
	.headstar{
		width:400px;
		margin:20px auto 0px;
		font-size:13px;
	}
}
/*
header .top {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 560px) {
  header .top {
    align-items: center;
  }
}
header .top div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
}
header .top div.logo {
  width: calc(25% - 24px);
  margin-top: -10px;
}
header .top div.logo img{
  width: 200px;
}
@media screen and (max-width: 560px) {
  header .top div.logo {
    width: calc(33.333333333333336% - 24px);
  }
}
@media screen and (max-width: 560px) {
  header .top div.logo {
    margin-top: 0;
  }
}
header .top div.city {
  width: calc(25% - 24px);
  font-size: 14px;
  color: #063546;
  font-weight: 600;
}
@media screen and (max-width: 560px) {
  header .top div.city {
    display: none;
  }
}
header .top div.phones {
  width: calc(25% - 24px);
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  header .top div.phones {
    display: none;
  }
}
header .top div.phones span {
  font-size: 34px;
}
header .top div.phones img {
  position: relative;
  top: 13px;
}
header .top div.phones-2 {
  width: calc(16.666666666666668% - 24px);
}
@media screen and (max-width: 560px) {
  header .top div.phones-2 {
    display: none;
  }
}
header .top div.phones-2 span {
  font-size: 18px;
}
header .top div.phones-3 {
  display: none;
  font-size: 8px;
  width: calc(41.66666666666667% - 24px);
}
@media screen and (max-width: 560px) {
  header .top div.phones-3 {
    display: block;
  }
}
header .top div.menu {
  width: calc(8.333333333333334% - 24px);
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  header .top div.menu {
    width: calc(25% - 24px);
  }
}
*/

.cashback h2{
	font-size:24px;
	text-align:center;
	line-height:32px;
}
.cashback .subh2{
	text-align:center;
	font-size:20px;
	margin:20px 0 70px;
}
.cashback img{
	width:170px;
	margin-bottom:50px;
}
.flex-cashback{
	width:1000px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.after-cash{
	text-align:center;
	margin:10px 0px 90px;
	font-size:20px;
}

header .banner {
  margin-top: 50px;
}
@media screen and (max-width: 560px) {
  header .banner {
    margin-top: 20px;
  }
  .cashback h2{
	font-size:18px;
	text-align:center;
	line-height:26px;
	}
	.cashback .subh2{
		text-align:center;
		font-size:16px;
		margin:20px 0 70px;
	}
	.cashback img{
		width:160px;
		margin-bottom:50px;
	}
	.flex-cashback{
		width:380px;
		padding:0px 30px;
		margin:auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
}
header .banner .wrap_red-btn {
  background-color: #ff0000;
  transform: translateX(-60px);
}
header .banner .wrap_red-btn.mobile {
  display: none;
}
@media screen and (max-width: 560px) {
  header .banner .wrap_red-btn.mobile {
    display: block;
  }
  header .banner .wrap_red-btn {
  transform: translateX(0px);
}
}
header .banner .wrap_red-btn.mobile .red-btn {
  font-size: 16px;
  padding: 10px;
}
header .banner .wrap_red-btn .red-btn {
  padding: 18px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.6;
}
header .banner .wrap_red-btn .red-btn:hover {
  background-color: #009f3c;
  transition: ease 0.2s;
}
header .banner .wrap_red-btn .red-btn:active {
  box-shadow: inset 0px 0px 15px #063546;
}
header .banner .head {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
header .banner .head .suph1 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(41.66666666666667% - 24px);
  font-size: 32px;
  font-weight: 600;
  color: #063546;
}
@media screen and (max-width: 560px) {
  header .banner .head .suph1 {
    width: calc(100% - 24px);
	margin:15px 0px;
  }
  header .banner .wrap_red-btn .red-btn {
	font-size: 16px;
	}
}
@media screen and (max-width: 560px) {
  header .banner .head .suph1 {
    font-size: 22px;
	text-align: center;
  }
}
header .banner .head .mobile {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% - 24px);
  display: none;
  font-size: 22px;
  margin-top: 15px;
}
@media screen and (max-width: 560px) {
  header .banner .head .mobile {
    display: block;
  }
}
header .banner .head .work {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
  margin-left: calc(8.333333333333334% + 12px);
  font-size: 32px;
  font-weight: 600;
  color: #063546;
}
@media screen and (max-width: 560px) {
  header .banner .head .work {
    width: calc(100% - 24px);
	display: none;
  }
}
@media screen and (max-width: 560px) {
  header .banner .head .work {
    margin-left: calc(0% + 12px);
  }
}
@media screen and (max-width: 560px) {
  header .banner .head .work {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  header .banner .head .work {
    margin-top: 10px;
  }
}
header .banner .head .work span {
  font-size: 54px;
}
@media screen and (max-width: 560px) {
  header .banner .head .work span {
    font-size: 35px;
  }
}
header .banner .body {
  margin-top: 60px;
  width: 1120px;
  padding: 55px 140px 33px 75px;
  margin-left: -75px;
  border: 2px solid #009f3c;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
header .banner .body .mobile{
  display: none;
}
header .banner .body .mobile h1{
  text-align: center;
  font-size: 28px;
}
header .banner .body .mobile .subh1{
  text-align: center;
  margin: 15px 0;
      color: #063546;
	  font-weight: 500;
}
header .banner .body .mobile .subh1 span{
  
    font-weight: 700;
}
@media screen and (max-width: 560px) {
  header .banner .body {
    margin: 20px;
    width: auto;
    padding: 45px 25px 35px;
    border: 2px solid #1e5b31;
    display: block;
  }
  header .banner .body > h1{
    display: none;
  }
  header .banner .body .mobile{
	  display: block;
	}
  header .banner .body .col p {
	  display: none;
	}
	header .banner .body .mobile .subh1{
	  text-align: center;
	  margin: 25px 0;
		  color: #063546;
		  font-weight: 500;
	}
}
header .banner .body .col {
  /*width: 370px;*/
  width: 305px;
}
header .banner .body .col p {
  margin-top: 26px;
  color: #000;
  font-weight: 600;
  position: relative;
  margin-left:-50px;
}
header .banner .body .col .voen_text {
  margin-top: 26px;
  margin-left:-50px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
header .banner .body .col p img {
  position: absolute;
  top: -42px;
  right: 40px;
}
header .banner .body .col .voen_text .voen_img {
  position: absolute;
  top: -40px;
  right: 55px;
}
header .banner .bot {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 560px) {
  header .banner .bot {
    margin-top: 30px;
	padding: 0 20px;
  }
  header .banner .body .col {
	  width: auto;
	}
}
header .banner .bot .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
}
header .banner .bot .item .icon {
  padding-bottom: 8px;
}
header .banner .bot .item hr {
  width: 65%;
  border-bottom: 1px solid #009f3c;
  margin-left: 0;
}
header .banner .bot .item p {
  margin-top: 15px;
  font-weight: 600;
  line-height: 1.6;
}
header .man {
  position: absolute;
  bottom: -55px;
  right: -80px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  header .man {
    position: static;
    margin: 15px 0 -10px;
	text-align: right;
  }
	header .banner .bot .item{
		width: calc(33% - 24px);
		text-align: center;
	}
	header .banner .bot .item hr{
		width: auto;
		border-bottom: 1px solid #1e5b31;
	}
}
header .man .wrap {
  position: relative;
  display: inline-block;
}
header .man .wrap img{
  max-width: 448px;
}
@media screen and (max-width: 560px) {
  header .man .wrap img {
    height: 400px;
  }
}
header .man .wrap .name {
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: 310px;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  border: 2px solid #009f3c;
  color: #063546;
  background-color:#fff;
  opacity:0.85;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 560px) {
  header .man .wrap .name {
    border: 2px solid #1e5b32;
    font-size: 12px;
    left: -10px;
	width: 230px;
	bottom:0px;
  }
  header .man .wrap {
    top: -30px;
  }
  header .man .wrap img{
    position: relative;
    bottom: -50px;
  }
}
/*services*/
.services {
  background-color: #e0f7f6;
  position: relative;
  /* z-index: 29; */
  padding: 100px 0;
}
@media screen and (max-width: 560px) {
  .services {
    padding: 60px 0 70px;
  }
}
.services .box {
  position: relative;
}
.services .box.main {
  /* margin: 200px auto 100px; */
}
@media screen and (max-width: 560px) {
  .services .box.main {
    margin: 0 auto;
  }
}
.services .box.inner {
  /* margin: -60px auto -100px; */
}
@media screen and (max-width: 560px) {
  .services .box.inner {
    margin: 0 auto;
  }
}
.services h2 {
  text-align: center;
}
.services .wrap {
  margin-top: 60px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 560px) {
  .services .wrap {
    margin-top: 0;
  }
}
.services .wrap .item {
  margin-top: 30px;
  background-color: #fff;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
}
@media screen and (max-width: 560px) {
  .services .wrap .item {
    width: calc(72% - 24px);
  }
}
.services .wrap .item:hover {
  box-shadow: 3px 6px 25px 0px #6b6b6b;
}
.services .wrap .item:hover .head {
  background-color: #063546;
}
.services .wrap .item .head {
  display: flex;
  background-color: #009f3c;
  height: 90px;
}
@media screen and (max-width: 560px) {
  .services .wrap .item .head {
    height: 50px;
  }
}
.services .wrap .item .head h3 {
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  color: #fff;
}
.services .wrap .item .head h3 span {
  font-weight: 600;
  font-size: 17px;
  text-transform: lowercase;
}
@media screen and (max-width: 560px) {
  .services .wrap .item .head h3 span {
    font-size: 8px;
  }
}
.services .wrap .item .bg {
  height: 250px;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .services .wrap .item .bg {
    /* height: 140px; */
  }
}
@media screen and (max-width: 560px) {
  .services .wrap .item .bg {
    text-align: center;
  }
}
.services .wrap .item .bg img {
  height: 100%;
}
.services .wrap .item .bg.family {
  background: url("../img/family.jpg") no-repeat;
}
.services .wrap .item .bg.zhilspor {
  background: url("../img/zhilspor.jpg") no-repeat;
}
.services .wrap .item .bg.potreb {
  background: url("../img/potreb.jpg") no-repeat;
}
.services .wrap .item .bg.nasled {
  background: url("../img/nasled.jpg") no-repeat;
}
.services .wrap .item .bg.zemel {
  background: url("../img/zemel.jpg") no-repeat;
}
.services .wrap .item .bg.avto {
  background: url("../img/avto.jpg") no-repeat;
}
.services .wrap .item .bg.trud {
  background: url("../img/trud.jpg") no-repeat;
}
.services .wrap .item .bg.bankrot {
  background: url("../img/bankrot.jpg") no-repeat;
}
.services .wrap .item .bg.dolgi {
  background: url("../img/dolgi.jpg") no-repeat;
}
.services .wrap .item .bg.zhkh {
  background: url("../img/zhkh.jpg") no-repeat;
}
.services .wrap .item .list {
  padding: 15px 20px 0;
  height: 275px;
  background-size: cover;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.services .wrap .item .list .btn {
  margin: auto auto 20px;
  padding: 20px 20px;
}
.services .wrap .item .list .btn span{
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  .services .wrap .item .list {
    padding: 15px 25px 0;
    height: auto;
  }
  .services .wrap .item .list .btn {
    display: none;
  }
}
.services .wrap .item .list li {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.services .wrap .item .list ul {
  margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
  .services .wrap .item .list li {
    font-size: 14px;
  }
}
.services .book {
  position: absolute;
  bottom: 170px;
  width:350px;
  left: 0;
}
@media screen and (max-width: 560px) {
  .services .book {
    display: none;
  }
}
.services .femida {
  position: absolute;
  bottom: 120px;
  right: 0;
  
}
@media screen and (max-width: 560px) {
  .services .femida {
    display: none;
  }
}
.ur {
  padding: 90px 0;
  background-color: #063546;
  /* position: relative; */
  /* z-index: 30; */
}
@media screen and (max-width: 560px) {
  .ur {
    padding: 60px 0 70px;
  }
}
.ur .box {
  /* margin: 90px auto 70px; */
}
@media screen and (max-width: 560px) {
  .ur .box {
    margin: 0 auto;
  }
}
.ur h2 {
  color: #ffffff;
}
@media screen and (max-width: 560px) {
  .ur h2 {
    display: none;
  }
}
.ur h2.mobile {
  text-align: center;
  display: none;
}
@media screen and (max-width: 560px) {
  .ur h2.mobile {
    display: block;
  }
}
.ur .subh2 {
  color: #ffffff;
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .ur .subh2 {
    display: none;
  }
}
.ur .wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.ur .wrap .item {
  margin-top: 30px;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
}
@media screen and (max-width: 560px) {
  .ur .wrap .item {
    width: calc(72% - 24px);
	margin: 15px auto;
  }
}
.ur .wrap .item .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #009f3c;
  height: 100px;
}
@media screen and (max-width: 560px) {
  .ur .wrap .item .head {
    height: auto;
	padding: 10px 0;
  }
}
.ur .wrap .item .head img {
  display: none;
}
.ur .wrap .item .head h3 {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.ur .wrap .item:hover .head {
  height: 315px;
  transition: ease 0.5s;
}
@media screen and (max-width: 560px) {
  .ur .wrap .item:hover .head {
    height: 45px;
  }
}
.ur .wrap .item:hover img {
  display: block;
  transition: ease 5.5s;
}
@media screen and (max-width: 560px) {
  .ur .wrap .item:hover img {
    display: none;
  }
}
.ur .wrap .item:hover h3 {
  margin-top: 30px;
  transition: ease 0.5s;
}
@media screen and (max-width: 560px) {
  .ur .wrap .item:hover h3 {
    margin-top: inherit;
  }
}
.ur .wrap .item:hover .bg {
  height: 0;
  transition: ease 0.5s;
}
@media screen and (max-width: 560px) {
  .ur .wrap .item:hover .bg {
    height: 95px;
  }
}
.ur .wrap .item .bg {
  height: 215px;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .ur .wrap .item .bg {
    height: 175px;
  }
}
.ur .wrap .item .bg.regip {
  background: url("../img/regip.jpg") no-repeat;
}
.ur .wrap .item .bg.egrul {
  background: url("../img/egrul.jpg") no-repeat;
}
.ur .wrap .item .bg.destroy {
  background: url("../img/destroy.jpg") no-repeat;
}
.ur .wrap .item .bg.bankrotsvo {
  background: url("../img/bankrotsvo.jpg") no-repeat;
}
.ur .wrap .item .bg.dogovor {
  background: url("../img/dogovor.jpg") no-repeat;
}
.ur .wrap .item .bg.abon {
  background: url("../img/abon.jpg") no-repeat;
}
.ur .wrap .item .bg.arbit {
  background: url("../img/arbit.jpg") no-repeat;
}
.ur .wrap .item .bg.intelect {
  background: url("../img/intelect.jpg") no-repeat;
}
.ur .wrap .btn {
  margin-top: 25px;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
  display: block;
  height: 215px;
  padding: 40px 0 0;
  text-align: center;
}
.ur .wrap .btn p {
  color: #ffffff;
  margin-top: 30px;
  font-size: 23px;
  font-weight: 500;
}
.team {
    padding: 80px 0;
  }
@media screen and (max-width: 560px) {
  .team {
    padding: 60px 0 70px;
  }
}
.team .box {
  /* margin: 130px auto 110px; */
}
@media screen and (max-width: 560px) {
  .team .box {
    margin: 0 auto;
  }
}
.team h2 {
  text-align: center;
}
.team .wrap {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.team .wrap .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(41.66666666666667% - 24px);
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .team .wrap .item {
    width: calc(85% - 24px);
	margin: 40px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .team .wrap .item {
    display: block;
    text-align: center;
    padding-top: 0px;
  }
}
.team .wrap .item:nth-child(2n) {
  margin-left: calc(8.333333333333334% + 12px);
}
.team .wrap .item .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .team .wrap .item .img {
    margin: auto;
  }
}
.team .wrap .item .img img {
  width: 100%;
}
.team .wrap .item .info {
  width: 270px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 560px) {
  .team .wrap .item .info {
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  .team .wrap .item .info {
    width: auto;
  }
}
.team .wrap .item .info h3 {
  color: #009f3c;
}
@media screen and (max-width: 560px) {
  .team .wrap .item .info h3 {
    font-size: 18px;
    margin-top: 30px;
  }
}
.team .wrap .item .info .subh3 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 22px;
  line-height: 1.6;
}
.team .wrap .item .info .ulhead {
  font-size: 15px;
  font-weight: 600;
  margin-top: 22px;
  line-height: 1.6;
  color: #009f3c;
}
.team .wrap .item .info .spec {
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.team .wrap .item .info p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 560px) {
  .team .wrap .item .info .subh3 {
	  text-align: left;
	}
	.team .wrap .item .info .ulhead {
	  text-align: left;
	}
	.team .wrap .item .info .spec {
	  text-align: left;
	}
	.team .wrap .item .info p {
	  text-align: left;
	}
}
.team .wrap .item .info .btn {
  margin-top: auto;
  height: 53px;
}
.team .wrap .item .info .btn img{
  display:none;
}
.team .wrap .item .info .btn span {
  font-weight: 500;
  font-size: 16px;
}
.us {
  padding: 40px 0 0;
}
@media screen and (max-width: 560px) {
  .us {
    padding: 40px 0 0;
  }
  .team .wrap .item .info .btn img{
	display:inline-block;
	width:32x;
	height:32px;
	margin-top:10px;
	margin-left:5px;
	}
	.team .wrap .item .info .btn img:first-child{
		margin-left:15px;	
	}
	
	.team .item .btn span {
		margin: 15px 0px 0px 25px;
	}
}
.us.dark {
  background-color: #063546;
  padding-bottom: 85px;
}
.us.dark h2 {
  color: #fff;
}
@media screen and (max-width: 560px) {
  .us.dark h2 {
    display: none;
  }
}
.us.dark .item p {
  color: #fff;
}
.us h2 {
  text-align: center;
  margin-bottom: 55px;
}
.us .item {
  padding: 15px 0;
}
@media screen and (max-width: 560px) {
  .us .item {
    padding: 25px 0;
  }
}
.us .item.blue {
  background-color: #e0f3f7;
}
.us .item.light {
  background-color: rgba(224, 243, 247, 0.26);
}
.us .item.bot {
  padding-bottom: 40px;
}
.us .item .box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .us .item .box {
    display: block;
  }
}
.us .item .img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #009f3c;
  display: flex;
  margin: 0 40px 0 90px;
}
@media screen and (max-width: 560px) {
  .us .item .img {
    margin: 0 auto;
  }
}
.us .item .img img {
  margin: auto;
}
.us .item p {
  color: #063546;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 1060px;
}
@media screen and (max-width: 560px) {
  .us .item p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
  }
}
.difference {
  padding: 85px 0 40px;
  background-color: #e0f3f7;
}
.difference h2 {
  text-align: center;
}
.difference table {
  margin: 60px auto 0;
  width: 1160px;
}
.difference table tr:first-child td:first-child {
  color: #000;
}
.difference table tr:nth-child(2n+1) {
  background-color: #fff;
}
.difference table td {
  border: 1px solid #063546;
  text-align: center;
  font-size: 34px;
  padding: 10px 0;
  color: #063546;
}
.difference table td:first-child {
  width: 460px;
  padding-left: 30px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.difference table td:last-child {
  color: #009f3c;
}
.difference .text {
  margin-top: 40px;
  margin-left: 105px;
  font-size: 14px;
  font-weight: 500;
  color: #063546;
}
.freeconsult {
  padding: 80px 0 0px;
  background: url("../img/consult-bg.jpg") no-repeat, rgba(5, 49, 66, 0.46);
  background-size: cover;
  background-blend-mode: overlay;
}
@media screen and (max-width: 560px) {
  .freeconsult {
    padding: 60px 0 70px;
  }
}
.freeconsult .box {
  position: relative;
  /* bottom: 85px; */
  /* margin: 130px auto 20px; */
}
@media screen and (max-width: 560px) {
  .freeconsult .box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .freeconsult .box {
    bottom: 0px;
  }
}
.bg2 .right_img{
	
}
.freeconsult.bg2 {
  background: url("../img/consult-bg-2.jpg") center center no-repeat;
  background-size: cover;
  background-blend-mode: inherit;
}
@media screen and (max-width: 560px) {
  .freeconsult.bg2 {
    display: none;
  }
}
.freeconsult.bg3 {
  background: url("../img/consult-bg-3.jpg") center center no-repeat;
  background-size: cover;
  background-blend-mode: inherit;
}
.freeconsult .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.freeconsult .wrap .right_img {
  text-align: center;
  margin-top: 10px;
  padding-left: 30px;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(41.66666666666667% - 24px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .right_img {
    display: none;
  }
  .jivosite-mobile{
	display:none;	
  }
}
.freeconsult .wrap .right_img .wrap {
  position: relative;
  top: 2px;
  margin-top: auto;
}
.freeconsult .wrap .right_img .name {
  position: absolute;
  bottom: 40px;
  left: 25px;
  width: 310px;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
  color: #063546;
  line-height: 1.6;
}
.freeconsult .wrap .left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(58.333333333333336% - 24px);
  padding-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .left {
    width: calc(90% - 24px);
	margin: 0 auto;
  }
}
.freeconsult .wrap .left h2 {
  color: #ffffff;
  line-height: normal;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .left h2 {
    text-align: center;
  }
}
.freeconsult .wrap .left h2.dark {
  color: #2b2936;
}
.freeconsult .wrap .left .info {
  margin-top: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
.freeconsult .wrap .left .mobile {
  display: none;
  margin-top: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
      line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .left .info {
    font-size: 18px;
  }
  .freeconsult .wrap .left .info {
    display: none;
  }
  .freeconsult .wrap .left .mobile {
	  display: block;
	}
}
.freeconsult .wrap .left .info span {
  font-weight: 700;
}
.freeconsult .wrap .left .info.dark {
  color: #2b2936;
}
.freeconsult .wrap .left form {
  margin-top: 35px;
}
.freeconsult .wrap .left form input {
  box-sizing: border-box;
  border: none;
  width: 325px;
  height: 52px;
  padding: 15px;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .left form input {
    width: 300px;
  }
  .freeconsult .wrap .left form {
    display: none;
  }
}
.freeconsult .wrap .left form input[type="submit"] {
  height: 100px;
  margin-top: 15px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #ff0000;
  white-space: pre-line;
  line-height: 1.3;
}
.freeconsult .wrap .left form input[type="submit"]:hover {
  background-color: #009f3c;
}
.freeconsult .wrap .left .call {
  margin-top: 40px;
  font-weight: 500;
  font-size: 23px;
  color: #ffffff;
}
.freeconsult .wrap .left .mobile {
    display: none;
  }
.freeconsult .wrap .left .mobile .red {
  display: block;
  padding: 18px 0;
  margin: 15px auto 0;
  display: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #ff0000;
  line-height: 1.6;
  width: 80%;
}
.freeconsult .wrap .left .mobile h2 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .left .call {
    text-align: center;
    font-size: 18px;
	display: none;
  }
  .freeconsult .wrap .left .mobile {
    display: block;
  }
}
.freeconsult .wrap .left .call.dark {
  color: #2b2936;
}
.freeconsult .wrap .left .call a {
  font-weight: 700;
  color: #ffffff;
}
.freeconsult .wrap .left .call a.dark {
  color: #2b2936;
}
.freeconsult .wrap .left .messengers {
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .freeconsult .wrap .left .messengers {
    text-align: center;
  }
  
}
/* .freeconsult .wrap .left .messengers a { */
  /* margin-right: 25px; */
  /* color: #fff; */
  /* width: 340px; */
  /* display: flex; */
  /* justify-content: space-between; */
/* } */
.freeconsult .wrap .left .messengers .btn {
  width: 325px;
  height: 57px;
  margin-top: 10px;
  border-radius: 5px;
}
.freeconsult .wrap .left .messengers .btn:hover {
 box-shadow: 1px 1px 5px #818181, 2px 2px 5px #818181, 3px 3px 5px #818181;
 -webkit-transform: translate(-3px, -1px);
 transform: translate(-3px, -1px);
}
.freeconsult .wrap .left .messengers .btn.whatsapp {
 background-color: #25a917;
}
.freeconsult .wrap .left .messengers .btn.viber {
 background-color: #7d519e;
}
.freeconsult .wrap .left .messengers .btn img {
  width: 35px;
  height: 35px;
  margin: auto 15px auto 12px;
}
.freeconsult .wrap .left .messengers .btn span {
      font-size: 16px;
    text-transform: inherit;
    margin: auto 0;
}
.freeconsult .wrap .left .messengers.dark a {
 color: #2b2936;
}
.freeconsult .wrap .left .messengers a span{
  font-size: 24px;
}
.comfort {
  padding: 70px 0px 90px;
}
.comfort-viezd{
	font-size:24px;
	line-height:32px;
	font-weight:600;
	margin:30px 0px 0px;
}
@media screen and (max-width: 560px) {
  .comfort {
    padding: 60px 0 70px;
  }
  .comfort-viezd{
	font-size:20px;
	line-height:28px;
	font-weight:600;
	margin:30px 0px 40px;
	text-align:center;
}
  .freeconsult .wrap .left .messengers a{
	margin: 10px auto 0;
  }
}
.comfort .box {
  /* margin: 30px auto 30px; */
}
@media screen and (max-width: 560px) {
  .comfort .box {
    margin: 0 auto;
  }
}
.comfort h2 {
  color: #2b2936;
  text-align: center;
}
.comfort .wrap {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 560px) {
  .comfort .wrap {
    margin-top: 25px;
    flex-direction: column-reverse;
  }
}
.comfort .wrap .list {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  .comfort .wrap .list {
    width: calc(100% - 24px);
  }
}
.comfort .wrap .list .item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.comfort .wrap .list .item:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 560px) {
  .comfort .wrap .list .item:not(:first-child) {
    margin-top: 25px;
  }
}
.comfort .wrap .list .item .img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(33.333333333333336% - 24px);
  text-align: center;
  margin-top: 10px;
}
.comfort .wrap .list .item .info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(66.66666666666667% - 24px);
}
.comfort .wrap .list .item .info h3 {
  color: #009f3c;
}
.comfort .wrap .list .item .info p {
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  .comfort .wrap .list .item .info h3 {
    font-size: 16px;
  }
}
.comfort .wrap .list .item .info p {
  margin-top: 25px;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .comfort .wrap .list .item .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .comfort .wrap .list .item .info p {
    margin-top: 10px;
  }
}
.comfort .wrap .img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 560px) {
  .comfort .wrap .img {
    width: calc(100% - 24px);
  }
}
.doc {
  padding: 30px 0;
  background: url("../img/doc-bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .doc {
    display: none;
  }
}
.doc .box {
  margin: -50px auto -30px;
}
@media screen and (max-width: 560px) {
  .doc .box {
    margin: 0 auto;
  }
}
.doc h2 {
  color: #2b2936;
  line-height: 60px;
}
.doc h2 span {
  font-weight: 500;
}
.doc .info {
  margin-top: 75px;
}
.doc .info li {
  margin-top: 20px;
}
.doc .info li a {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.doc .info li a .img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(16.666666666666668% - 24px);
  text-align: center;
}
.doc .info li a p {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(41.66666666666667% - 24px);
  text-decoration: underline;
  font-weight: 500;
  font-size: 23px;
}
.doc .info li a p span {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background-color: #009f3c;
  padding: 3px 7px;
}
.garant {
  padding: 80px 0;
  background-color: #e0f7f6;
}
@media screen and (max-width: 560px) {
  .garant {
    padding: 60px 0 70px;
  }
}
.garant .box {
  /* margin: 50px auto 40px; */
}
@media screen and (max-width: 560px) {
  .garant .box {
    margin: 0 auto;
  }
}
.garant h2 {
  text-align: center;
  color: #2b2936;
}
.garant .wrap {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 560px) {
  .garant .wrap {
    margin-top: 0;
  }
}
.garant .wrap .img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(41.66666666666667% - 24px);
}
@media screen and (max-width: 560px) {
  .garant .wrap .img {
    width: calc(100% - 24px);
	margin-top: 20px;
	margin-bottom: 20px;
  }
}
.garant .wrap .img .border {
  width: 420px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .garant .wrap .img .border {
    background-size: contain;
    width: inherit;
    height: auto;
    padding: 35px;
  }
}
.garant .wrap .img .border img {
  margin: auto;
}
.garant .wrap .info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(58.333333333333336% - 24px);
}
@media screen and (max-width: 560px) {
  .garant .wrap .info {
    width: calc(100% - 24px);
  }
}
.garant .wrap .info .item {
  margin-top: 40px;
  display: flex;
}
.garant .wrap .info .item img {
  height: 100%;
}
.garant .wrap .info .item p {
  margin-left: 35px;
  font-weight: 500;
  font-size: 20px;
  color: #2b2936;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .garant .wrap .info .item p {
    font-size: 16px;
  }
}
.garant .wrap .info .item p span {
  font-weight: 700;
  text-transform: uppercase;
}
.online {
  padding: 90px 0;
  background: url("../img/online-bg.jpg") bottom center no-repeat, #eeeeee;
  background-blend-mode: darken;
  background-size: contain;
}
.online .box {
  position: relative;
  /* margin: 90px auto 70px; */
}
@media screen and (max-width: 560px) {
  .online .box {
    margin: 0 auto;
  }
}
.online .crm {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  width: 382px;
  color: #009f3c;
  top: 30px;
  right: 0;
}
.online h2 {
  color: #2b2936;
  line-height: 1.4;
}
.online h2 span {
  color: #e60003;
}
.online .wrap {
  margin-top: 65px;
}
.online .wrap .item {
  margin-top: 40px;
  display: flex;
}
.online .wrap .item .img {
  width: 105px;
  margin-right: 10px;
  text-align: center;
}
.online .wrap .item .img img {
  position: relative;
  top: -15px;
}
.online .wrap .item .info h3 {
  color: #009f3c;
  font-weight: 700;
}
.online .wrap .item .info p {
  margin-top: 25px;
  color: #2b2936;
  font-weight: 500;
  line-height: 1.6;
}
.online .mobile{
	display: none;
}
.online .mobile{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.online .mobile .subh2{
	margin-top: 20px;
	padding: 10px 15px;
	background-color: #d00a0b;
	color: #fff;
	font-size: 22px;
}
.online .angle{
	display: none;
	position: absolute;
	top: 197px;
    left: 46%;
    font-size: 68px;
	 color: #2b2936;
}
@media screen and (max-width: 560px) {
  .online{
	  padding: 60px 0 230px;
	  background-size: 125%;
      background-position-x: -210px;
  }
  .online .mobile{
	display: block;
  }
  .online .pc{
	display: none;
  }
  .online .angle{
	display: block;
  }
  .online .wrap{
	  margin-top: 200px;
  }
  .online .crm {
    color: #2b2936;
    top: 270px;
    left: 13%;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
  }
  .online .wrap .item .info h3 {
	  font-size: 20px;
	}
	.online .wrap .item .info p {
	  line-height: normal;
	}
	.online .wrap .item{
		margin-top: 25px;
	}
}
.region {
  padding: 80px 0 150px;
}
.partner-cifer{
	display:flex;
	justify-content:space-between;
	Align-items:flex-end;
	width:700px;
}
.partner-cifer-p1{
	font-size: 20px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:900;
}
.partner-cifer-p2{
	font-size: 24px;
	line-height:40px;
	color:#009f3c;
	font-weight:600;
}
.partner-cifer-p1 span{
	color:#009f3c;
	font-size:120px;
	line-height:0px !important;
}
.partner-cifer-p3{
	font-size: 18px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:900;
}
.partner-cifer-p4{
	font-size: 24px;
	color:#009f3c;
	font-weight:600;
	line-height:40px;
}
.partner-cifer-p3 span{
	color:#009f3c;
	font-size:70px;
}
.partner-cifer-p5{
	font-size: 18px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:900;
}
.partner-cifer-p6{
	font-size: 24px;
	color:#009f3c;
	font-weight:600;
	line-height:40px;
}
.partner-cifer-p5 span{
	color:#009f3c;
	font-size:40px;
}
@media screen and (max-width: 560px) {
  .region {
    display: none;
  }
}
.region .box {
  margin: 0px auto -30px;
}
@media screen and (max-width: 560px) {
  .region .box {
    margin: 0 auto;
  }
}
.region h2 {
  text-align: center;
  color: #2b2936;
}
.region .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.region .wrap .img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  text-align: right;
}
.region .wrap .info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(33.333333333333336% - 24px);
  margin-left: calc(8.333333333333334% + 12px);
  margin-top: 70px;
}
.region .wrap .info h3 {
  color: #009f3c;
}
.region .wrap .info ul {
  margin-top: 50px;
}
.region .wrap .info ul li {
  margin-top: 30px;
  font-weight: 16;
  color: #2b2936;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.region .wrap .info ul li:before {
  font-family: "fontawesome";
  content: "\f041";
  font-size: 44px;
  color: #009f3c;
  position: absolute;
  top: -10px;
  left: -40px;
}
.region .wrap .info ul li a {
  font-weight: 700;
}
.price {
  padding: 70px 0;
}
@media screen and (max-width: 560px) {
  .price {
    padding: 60px 0 70px;
  }
}
.price .box {
  /* margin: 20px auto 70px; */
}
@media screen and (max-width: 560px) {
  .price .box {
    margin: 0 auto;
  }
}
.price h2 {
  color: #2b2936;
  text-align: center;
}
.price .wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 560px) {
  .price .wrap {
    margin-top: 20px;
  }
}
.price .wrap .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(83.33333333333334% - 24px);
  margin-left: calc(8.333333333333334% + 12px);
  padding-bottom: 20px;
  border-bottom: 1px solid #2b2936;
  margin-top: 25px;
  display: flex;
}
@media screen and (max-width: 560px) {
  .price .wrap .item {
    width: calc(100% - 24px);
	flex-wrap: wrap;
  }
}
@media screen and (max-width: 560px) {
  .price .wrap .item {
    margin-left: calc(0% + 12px);
	padding-bottom: 0px;
  }
}
.price .wrap .item.open:after {
  font-family: 'fontawesome';
  content: "\f107";
  color: #009f3c;
  font-size: 46px;
  position: relative;
  bottom: 10px;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .price .wrap .item.open:after {
    margin-right: 0;
	bottom: -8px;
  }
}
.price .wrap .item.close:after {
  font-family: 'fontawesome';
  content: "\f105";
  font-size: 46px;
  position: relative;
  bottom: 10px;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 560px) {
  .price .wrap .item.close:after {
    margin-right: 0;
	bottom: -8px;
  }
}
.price .wrap .item .desc {
  width: 75%;
}
@media screen and (max-width: 560px) {
  .price .wrap .item .desc {
    width: 100%;
  }
}
.price .wrap .item .desc h3 {
  color: #2b2936;
}
@media screen and (max-width: 560px) {
  .price .wrap .item .desc h3 {
    font-size: 16px;
  }
}
.price .wrap .item .desc p {
  margin-top: 20px;
  line-height: 1.6;
  display: none;
}
@media screen and (max-width: 560px) {
  .price .wrap .item .desc p {
    font-size: 13px;
  }
}
.price .wrap .item .num {
  color: #009f3c;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 560px) {
  .price .wrap .item .num {
    font-size: 26px;
	margin-top: 15px;
	margin-bottom: 20px;
  }
}
.price .star {
  text-align: center;
  margin-top: 50px;
  color: #009f3c;
  font-weight: 700;
  font-size: 22px; 
  
}
.starhr{
	margin:50px auto 0px;
	background-color:#000;
	width:860px;
	height:2px;
}
@media screen and (max-width: 560px) {
	.starhr{
		margin:50px auto 0px;
		background-color:#000;
		width:440px;
		height:1px;
		border:none;
	}
}
.credit {
  padding: 80px 0;
  background: url("../img/payment-bg.jpg") center center no-repeat;
  background-size: cover;
}
.credit .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.credit .wrap .col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  margin-left: calc(50% + 12px);
}
.credit .wrap .col h2 {
  color: #2b2936;
}
.credit .wrap .col .list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.credit .wrap .col .list .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  height: 90px;
  display: flex;
  border: 2px solid #009f3c;
}
.credit .wrap .col .list .item h3 {
  margin: auto;
  text-align: center;
  line-height: 1.3;
  color: #2b2936;
}
.credit .wrap .col p {
  margin-top: 70px;
  color: #2b2936;
  font-size: 23px;
}
.credit .wrap .col .btn {
  width: 440px;
  height: 110px;
  margin-top: 50px;
  text-align: center;
  background-color: #ff0000;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.credit .wrap .col .btn:hover {
  background-color: #009f3c;
}
@media screen and (max-width: 560px) {
  .credit {
  padding: 80px 0;
  background: url("../img/payment-bg.jpg") center right no-repeat;
  background-size: cover;
	}
	.credit .wrap {
	  display: flex;
	  flex-wrap: wrap;
	  margin-left: -12px;
	  margin-right: -12px;
	}
	.credit .wrap .col {
	  box-sizing: border-box;
	  word-wrap: break-word;
	  margin-left: 12px;
	  margin-right: 12px;
	  width: 100%;
	}
	.credit .wrap .col h2 {
	  color: #2b2936;
	  margin-left:20px;
	}
	.credit .wrap .col .list {
	  margin-top: 75px;
	  display: flex;
	  flex-wrap: wrap;
	  margin-left: -12px;
	  margin-right: -12px;
	}
	.credit .wrap .col .list .item {
	  box-sizing: border-box;
	  word-wrap: break-word;
	  margin-left: 12px;
	  margin-right: 12px;
	  width: calc(50% - 24px);
	  height: 90px;
	  display: flex;
	  border: 2px solid #009f3c;
	}
	.credit .wrap .col .list .item h3 {
	  margin: auto;
	  text-align: center;
	  line-height: 1.3;
	  color: #2b2936;
	}
	.credit .wrap .col p {
	  margin-top: 70px;
	  color: #2b2936;
	  font-size: 18px;
	}
	.credit .wrap .col .btn {
	  width: 440px;
	  height: 80px;
	  margin-top: 50px;
	  text-align: center;
	  background-color: #ff0000;
	  line-height: 1.6;
	  text-transform: uppercase;
	  font-size: 18px;
	  font-weight: 500;
	}
	.credit .wrap .col .btn:hover {
	  background-color: #009f3c;
	}
}
@media screen and (max-width: 560px) {
  .credit .box {
    margin: 0 auto;
  }
}

.feedback {
  padding: 80px 0 80px;
  background: url("../img/feedback-bg.jpg") bottom center no-repeat, rgba(5, 49, 66, 0.77);
  background-blend-mode: overlay;
  background-size: cover;
}
.feedback-slide{
	display:flex;
	flex-wrap:wrap;
	width:1100px;
	margin: 0px auto;
}
.feedback2 {
  padding: 80px 0 80px;
}
.feedback2 h2{
	text-align:center;
}
.integr-otziv{
	width:49%;
	display:inline-block;
	vertical-align:top;
}
.integr-otziv img{
	width:450px;	
}
.integr-otziv-ya{
	width:560px;
	height:800px;
	overflow:hidden;
	position:relative;
}
.integr-otziv-ya iframe{
	width:100%;
	height:100%;
	border:1px solid #e6e6e6;
	border-radius:8px;
	box-sizing:border-box	
}
.feedback2 .subh2{
	text-align:center;
	font-size:24px;
	margin-bottom:30px;
}
.second-h2{
	margin:50px 0px 30px;	
}
@media screen and (max-width: 560px) {
  .feedback {
    background-position: 70% 0%;
    background-size: auto;
    padding: 60px 0 70px;
	display: none;
  }
  .integr-otziv{
	width:440px;
	display:inline-block;
	vertical-align:top;
	}
	.integr-otziv-ya{
		width:440px;
		height:800px;
		overflow:hidden;
		position:relative;
	}
	.integr-otziv-ya iframe{
		width:100%;
		height:100%;
		border:1px solid #e6e6e6;
		border-radius:8px;
		box-sizing:border-box	
	}
	.second-h2, .slider2{
		display:none !important;	
	}
}
.feedback2 .slick-slide {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.feedback2 .slick-active {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.feedback2 .arrow {
  position: absolute;
  top: 42%;
  width: 67px;
  height: 67px;
  z-index: 30;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #009f3c;
  box-shadow: 0px 3px 18px -2px #6b6b6b;
}
.feedback2 .arrow.left {
  background: url('../img/arr-left.png') center center no-repeat #fff;
}
.feedback2 .arrow.left:hover {
  background-color: #e0f3f7;
}
.feedback2 .arrow.right {
  background: url('../img/arr-right.png') center center no-repeat #fff;
}
.feedback2 .arrow.right:hover {
  background-color: #e0f3f7;
}
.feedback h2 {
  text-align: center;
  color: #fff;
}
.feedback-img-result{
	width:80%;
	margin:5px 0px;
	box-shadow:1px 1px 5px #9e9e9e;
	cursor:pointer;
	
}
.feedback .subh2 {
  font-size: 23px;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .feedback .subh2 {
    font-size: 12px;
  }
}
.feedback .slider {
  margin-top: 55px;
}
.feedback2 .slider2 {
  padding:5px 0px;
}
.feedback .slider .item {
  padding: 45px;
  background-color: #fff;
  min-height: 420px;
  width: 500px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  .feedback .slider .item {
    width: 95%;
    padding: 10px;
    margin-top: 15px;
  }
}
.feedback .slider .item .head {
  display: flex;
}
.feedback .slider .item .head .foto {
  margin-right: 37px;
}
@media screen and (max-width: 560px) {
  .feedback .slider .item .head .foto {
    margin-right: 0;
    width: 120px;
  }
}
.feedback .slider .item .head .desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  .feedback .slider .item .head .desc {
    width: 50%;
  }
}
.feedback .slider .item .head .desc a {
  text-decoration: underline;
}
.feedback .slider .item .head .desc .info {
  display: flex;
  flex-direction: column;
}
.feedback .slider .item .head .desc .info .name {
  margin-top: auto;
  color: #009f3c;
}
@media screen and (max-width: 560px) {
  .feedback .slider .item .head .desc .info .name {
    font-size: 18px;
  }
}
.feedback .slider .item .head .desc .info .date {
  margin: 25px 0 5px;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .feedback .slider .item .head .desc .info .date {
    font-size: 12px;
  }
}
.feedback .slider .item p.comment {
  margin-top: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .feedback .slider .item p.comment {
    font-size: 10px;
  }
}
.vk {
  padding: 30px 0 60px;
}
@media screen and (max-width: 560px) {
  .vk {
    display: none;
  }
}
.vk .box {
  margin: -20px auto -50px;
}
@media screen and (max-width: 560px) {
  .vk .box {
    margin: 0 auto;
  }
}
.vk .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
}
.vk .wrap h3 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(33.333333333333336% - 24px);
  color: #2b2936;
  margin-top: 40px;
}
.vk .wrap img {
  position: absolute;
  top: 120px;
  left: 260px;
}
.vk .wrap .wrap_widget {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(66.66666666666667% - 24px);
  background-color: blue;
  height: 300px;
}
.exp {
  padding: 60px 0;
  background-color: #063546;
}
.exp .box {
  position: relative;
  /* margin: 50px auto 60px; */
}
@media screen and (max-width: 560px) {
  .exp .box {
    margin: 0 auto;
  }
}
.exp h2 {
  color: #ffffff;
}
.exp ul {
  margin-top: 90px;
}
.exp ul li {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.exp ul li .icon {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(8.333333333333334% - 24px);
  text-align: center;
}
.exp ul li p {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(41.66666666666667% - 24px);
  color: #ffffff;
  font-size: 18px;
}
.exp ul li p span {
  font-weight: 700;
}
.exp .team_img {
  position: absolute;
  bottom: -64px;
  left: 50%;
}
@media screen and (max-width: 560px) {
  .exp {
	  padding: 60px 0 215px;
	}
  .exp h2 {
	  text-align: center;
	}
  .exp ul li .icon{
	width: calc(24.333333% - 24px); 
  }
  .exp ul li{
	margin-top: 20px;
  }
  .exp ul li p{
	width: calc(74.666667% - 24px);
	font-size: 14px;
  }
  .exp ul{
	  margin-top: 50px;
  }
  .exp .team_img{
    bottom: -220px;
    left: 10%; 
  }
  .exp .team_img{
	width: 75%;
  }
}
.practice {
  padding: 75px 0 80px;
  background-color: #e9f3f3;
}
.practice h2 {
  color: #2b2936;
  text-align: center;
}
.practice .wrap {
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.practice .wrap .left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.practice .wrap .left .item {
  margin: 30px 15px 0;
  text-align: center;
}
.practice .wrap .left .item .icon {
  width: 93px;
  height: 122px;
  display: flex;
  background-color: #053142;
  margin: 0 auto;
}
.practice .wrap .left .item .icon img {
  margin: auto;
}
.practice .wrap .left .item p {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
.practice .wrap .right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  background-color: #fff;
  padding: 45px 45px 55px 35px;
  display: flex;
  margin-top: 30px;
}
.practice .wrap .right .img {
  width: 160px;
  margin-right: 40px;
  margin-top: 100px;
}
.practice .wrap .right .info h3 {
  color: #009f3c;
}
.practice .wrap .right .info p.desc {
  margin-top: 40px;
  font-size: 14px;
}
footer {
  display: flex;
  background-color: #e9f3f3;
}
footer .map {
  width: 50%;
  background-color: #ccc;
}
footer .map-mobile{
	display: none;
	width: 100%;
}
@media screen and (max-width: 560px) {
  footer .map {
	display: none;
  }
  footer .map-mobile{
	display: block;
}
}
footer .info {
  padding: 70px 0 10px 65px;
}
@media screen and (max-width: 560px) {
  footer .info {
    padding: 60px 10px 70px;
	margin: 0 auto;
  }
  footer {
	  flex-direction: column-reverse;
	  background-color: #fff;
	}
}
footer .info h2 {
  color: #2b2936;
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  footer .info h2 {
    text-align: center;
  }
}
footer .info .subh2 {
  margin-top: 60px;
  font-size: 20px;
}
@media screen and (max-width: 560px) {
  footer .info .subh2 {
    font-size: 18px;
  }
}
footer .info hr {
  margin-top: 45px;
  border: 1px solid #2b2936;
  width: 75%;
  margin-left: 0;
}
@media screen and (max-width: 560px) {
  footer .info hr {
    width: 100%;
  }
}
footer .info .adress {
  margin-top: 45px;
  font-weight: 600;
  line-height: 1.6;
}
footer .info .tel {
  display: block;
  margin-top: 45px;
  font-weight: 800;
  font-size: 36px;
  color: #009f3c;
}
@media screen and (max-width: 560px) {
  footer .info .tel {
    font-size: 30px;
  }
}
footer .info .work {
  font-weight: 600;
  margin-top: 40px;
  line-height: 1.6;
}
.copyright{
	padding: 20px 0;
	background-color: #e9f3f3;
}
.copyright .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .mfp-close {
    transform: scale(0.5);
  }
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  background: none !important;
}
.modal {
  margin: 0 auto;
  position: relative;
  width: 900px;
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 560px) {
  .modal {
    width: 90%;
  }
}
.modal-form {
  background: #e0f3f7 ;
  padding: 40px;
  height: 400px;
}
@media screen and (max-width: 560px) {
  .modal-form {
    padding: 10px;
    height: 300px;
  }
}
.modal-form .wrap {
  margin: auto;
}
.modal-form .head {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 560px) {
  .modal-form .head {
    font-size: 18px;
  }
}
.modal-form form {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .modal-form form {
    margin-top: 25px;
  }
}
.modal-form form input {
  box-sizing: border-box;
  border: none;
  width: 325px;
  height: 52px;
  padding: 15px;
}
@media screen and (max-width: 560px) {
  .modal-form form input {
    width: 80%;
  }
}
.modal-form form input[type="submit"] {
  height: 75px;
  margin: 25px auto 0;
  display: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  white-space: pre-line;
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  .modal-form form input[type="submit"] {
    font-size: 14px;
	height: 60px;
  }
}
.modal-form .private {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}
.modal-form .private input {
  transform: scale(1.3);
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.modal .col {
  padding: 50px 35px 150px 20px;
}
.modal .col.left {
  background-color: #e0f3f7;
  width: 46%;
}
@media screen and (max-width: 560px) {
  .modal .col.left {
    display: none;
  }
}
.modal .col.left ul {
  margin-top: 30px;
}
.modal .col.left ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.modal .col.left ul li .img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}
.modal .col.left ul li .desc {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.modal .col.right {
  width: 54%;
}
.modal .col.right p {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 560px) {
  .modal .col.right p {
    font-size: 10px;
  }
}
.modal .col .head {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.modal .col .head span {
  color: #009f3c;
}
.modal a.btn {
  position: absolute;
  bottom: 50px;
  left: 33%;
  width: 33%;
  height: 50px;
}




/*newmenu*/
.mobill {
    display: none;
}
 .sga-nav .container {
     display: flex;
     justify-content: space-around;
	 max-width: 1170px;
	 margin: 0 auto;
}
.sga-nav.fixed {
     position: fixed;
	  width: 100%;
     top: 0;
     left: 0;
     background: rgba(255,255,255,0.99);
     z-index: 3;
     padding-top: 2px;
     padding-bottom: 0;
	 box-shadow: rgb(204, 204, 204) 0px 2px
}
 .sga-nav.fixed .documents {
     display: none;
}
 .sga-nav.fixed .free {
     display: none;
}
 .sga-nav.fixed .phone-flex {
     display: none;
}
 .logo-small {
     display: none;
}
 .sga-nav.fixed .logo-small {
     display: block;
	 margin: 5px 0;
}
 .sga-nav.fixed .logo-big {
     display: none;
}
 .sga-nav.fixed .logo img {
     width: 120px;
     padding-bottom: 3px;
}
 .sga-nav.fixed .logo {
     width: auto;
}
 .top-nav ul {
     display: flex;
     list-style-type: none;
     justify-content: space-around;
     height: 100%;
     -webkit-align-items: center;
     align-items: center;
     padding: 0 15px;
}
 .contacts > ul {
     display: flex;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     list-style-type: none;
	 flex-wrap:nowrap;
}
 .logo {
     width: 19%;
     position: relative;
     padding-right: 0px;
}
 .logo img {
     width: 185px;
	 margin:10px 0px;
}
 .documents {
     position: absolute;
     left: 0;
     bottom: -10px;
     font-size: 10px;
     text-decoration: none;
     color: #000;
     font-weight: bold;
     padding-bottom: 0;
     border-bottom: 1px solid #000;
}
 .documents:hover {
     border-bottom: none;
}
 .top-nav {
     width: 60%;
}
 .contacts {
     width: 21%;
     display: flex;
     align-self: center;
     justify-content: flex-end;
}
 .phone {
     text-align: center;
}
 .phone a {
     line-height: 14px;
     font-size: 16px;
     color: #fff;
     color: #000;
     text-decoration: none;
}
 .phone li p i {
     text-transform: uppercase;
     font-style: normal;
}
 .phone li a.red {
     font-size: 26px;
     font-weight: normal;
     color: #e50003;
}
 .phone > li:nth-child(1) {
     margin-top: 7px;
     margin-bottom: 5px;
}
 .phone > li:nth-child(2) {
     margin-top: 0px;
     margin-bottom: 5px;
	 margin-left:10px;
}
 .phone li > img {
     width: 21px;
     margin-right: 5px;
}
 .phone span {
     font-size: 21px;
     letter-spacing: -1px;
}
 .free {
     font-size: 14px;
     text-align: right;
}
 .top-nav li {
     display: flex;
}
 .phone-link {
     letter-spacing: -0.4px;
     margin-left: 4px;
}
 .icons {
     display: flex;
     list-style-type: none;
}
 .icons li a {
     display: block;
     width: 25px;
     height: 25px;
     margin-right: 5px;
}
 .icons li:nth-child(1) a {
     background: url(../img/icon_messengers90.png) 0 -28px no-repeat;
}
 /* .icons li:nth-child(2) a { */
     /* background: url(../img/icon_messengers90.png) -33px -28px no-repeat; */
/* } */
 .icons li:nth-child(2) a {
     background: url(../img/icon_messengers90.png) -65px -28px no-repeat;
}
 .icons li:nth-child(1):hover a {
     background: url(../img/icon_messengers90.png) 0 -0px no-repeat;
}
 /* .icons li:nth-child(2):hover a { */
     /* background: url(../img/icon_messengers90.png) -33px 0px no-repeat; */
/* } */
 .icons li:nth-child(2):hover a {
     background: url(../img/icon_messengers90.png) -65px -0px no-repeat;
}
 .icons li:nth-child(3) a {
     background: url(../img/icon_messengers90.png) -32px -28px no-repeat;
}
 .icons li:nth-child(3):hover a {
     background: url(../img/icon_messengers90.png) -32px -0px no-repeat;
}
 .phone-flex {
     display: flex;
}
 .phone-link {
     display: flex;
     -webkit-align-items: center;
     align-items: center;
}
 .top-nav li a {
     color: #fff;
     color: #000;
     font-weight: bold;
     text-decoration: none;
     display: flex;
     cursor: pointer;
     font-size: 14px;
}
 .top-nav li a:hover {
     color: #E60003;
     transition: all 200ms ease-out;
}
#top-menu .mob{
	width: 100%;
	display: none;
}
.buttondown{
	display:none;	
}
 @media all and (max-width: 1220px) {
     .container {
         padding: 0 15px;
    }
     .top-nav {
         width: 20%;
    }
     .logo {
         width: 40%;
    }
     .contacts {
         width: 40%;
    }
     .top-nav ul {
         height: auto;
    }
     .top-nav ul {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         position: fixed;
         top: 60px;
         right: 0;
         left: 0;
         z-index: 1000 !important;
         padding:0px;
         background: #fff;
    }
     .nav ul li {
         position: relative;
    }
     .top-nav li a {
         padding: 0 25px;
    }
     .fixed .toggleMenu {
         top: 15px;
    }
     .fixed .top-nav ul {
         top: 49px;
    }
    /*menu 1 button*/
     #top-menu li {
         display: none;
         line-height: 37px;
    }
     .toggleMenu {
         border: none;
         border-radius: 0;
         height: 40px;
         width: 46px;
         z-index: 10000;
         padding: 6px 6px;
         border-radius: 0px;
         position: relative;
         box-sizing: border-box;
    }
     .toggleMenu {
         display: block;
         position: absolute;
         position: fixed;
         right: 48%;
         top: 30px;
    }
     .sandwich {
         height: 24px;
         left: 9px;
         margin: auto;
         position: absolute;
         top: 8px;
         width: 28px;
         z-index: 200;
    }
     .sandwich.active .sw-topper {
         top: 9px;
         -webkit-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
    }
     .sw-topper {
         position: relative;
         top: 0;
         width: 28px;
         height: 3px;
         background: #fff;
         background: #009f3c;
         border: none;
         border-radius: 4px 4px 4px 4px;
         -webkit-transition: -webkit-transform 0.5s, top 0.2s;
         transition: transform 0.5s, top 0.2s;
         display: block;
    }
     .sandwich.active .sw-bottom {
         top: 6px;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
    }
     .sw-bottom {
         position: relative;
         width: 28px;
         height: 3px;
         top: 6.6px;
         background: #fff;
         background: #009f3c;
         border: none;
         border-radius: 4px 4px 4px 4px;
         -webkit-transition: -webkit-transform 0.5s, top 0.2s;
         transition: transform 0.5s, top 0.2s;
         -webkit-transition-delay: 0.2s, 0s;
         transition-delay: 0.2s, 0s;
    }
     .sandwich.active .sw-footer {
         opacity: 0;
         top: 0;
         -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     .sw-footer {
         position: relative;
         width: 28px;
         height: 3px;
         top: 13.5px;
         background: #fff;
         background: #009f3c;
         border: none;
         border-radius: 4px 4px 4px 4px;
         -webkit-transition: all 0.5s;
         transition: all 0.5s;
         -webkit-transition-delay: 0.1s;
         transition-delay: 0.1s;
    }
     .toggleMenu span{
         display: block;
    }
    /*end menu*/
     .sga-nav .container {
         justify-content: space-between;
    }
     .fixed .phone li a.red {
         font-size: 19px;
    }
     .sga-nav {
         z-index: 3;
    }
     .top-nav li:nth-child(1) a {
         padding-top: 15px;
    }
     .top-nav li:last-child a {
         padding-bottom: 15px;
    }
     .main-r img {
         right: 0px;
         width: 38%;
         bottom: 0;
         position: absolute;
         bottom: 0;
    }
     .sec-6 .question-ul {
         margin-left: -62px;
    }
     .team2 {
         padding-right: 0;
    }
	.buttondown{
		display:none;	
	}
    /*1200*/
}
 @media all and (max-width: 650px) {
     .logo-big {
         display: none !important;
    }
	
     .logo-small {
         display: block !important;
    }
     .logo {
         width: 100px;
    }
     .logo img {
         width: 100px;
    }
     .top-nav {
         width: 20%;
         width: 50px;
         order: 3;
    }
	.mobill{
		display:inline-block;
		width:25px;
		height:25px;
	}
     .contacts {
         width: 240px;
         order: 2;
    }
	.contacts .phone{
		flex-direction:row !important;	
	}
     .logo {
         order: 1;
    }
	 .sga-nav .free {
		 display: none;
	}
	 .sga-nav .phone-flex {
		 display: none;
	}
     .toggleMenu {
         right: 10px;
         top: 15px;
    }
     .phone li a.red {
         font-size: 19px;
		 color: #063546;
    }
     .phone a {
         font-size: 14px;
    }
     .phone span {
         font-size: 17px;
    }
     .phone-flex {
         margin-top: -2px;
         margin-bottom: 4px;
    }
     .documents {
         font-size: 11px;
         text-decoration: underline;
         border-bottom: 0;
         width: 130px;
    }
     .gar-wrap .w40 {
         text-align: center;
         width: 100%;
    }
     .gar-inner {
         padding-left: 25px;
         width: 100%;
    }
     .gar-wrap {
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .gar-title {
         margin-bottom: 35px;
         text-align: center;
         padding-top: 31px;
    }
     .sec-4 .container {
         background: none;
    }
     .can-pay {
         padding-right: 0;
    }
     .top-nav ul {
         top: 54px;
    }
     .diplom-left {
         margin: 0 3% 27px !important;
    }
     .diplom-right {
         margin: 0 3% 27px !important;
    }
     .sert-ul .zoom_img.diplom {
         width: 44%;
    }
     .style650.sert-ul li {
         margin-left: 1%;
         margin-right: 3%;
    }
    .contact-wrap2.w60 {
    	height: 403px;
    width: 100%;
    }
    .buttondown{
		display:flex;	
		width:100%;
		height:100px;
		position:fixed;
		bottom:0px;
		left:0px;
		justify-content: space-between;
		z-index:19999;
	}
	.left_button_down{
		height:50px;
		width:50%;
		background-color:#d43ac5;
		color:#FFF;
		text-transform:uppercase;
		text-align:center;
		font-size:16px;
		padding-top:35px;
	}
	.right_button_down{
		height:58px;
		padding-top:27px;
		width:50%;
		background-color:#009f3c;
		color:#FFF;
		text-transform:uppercase;
		text-align:center;
		font-size:16px;
	}
    /*650*/
}

/*/newmenu*/

