#block2000 {
  max-width: 2000px;
  background: #fff;
  box-shadow: 0 0 80px rgba(0,0,0,0.15);
  margin: auto;
  overflow: hidden;
  position: relative;
}

.txt12 {
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 575px) {
.txt12.desc {
  font-size: 14px;
  line-height: 1.2em;
}}

.regular {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

.grey {
  color: rgb(107 107 107);
}

#header {
  background: linear-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0.05)), url("../../assets/img/header_bg.jpg");
  min-height: 750px;
  position: relative;
}
@media (min-width: 768px) {
  #header {
    padding-bottom:60px;
  }
}

@media (max-width: 767px) {
  #header {
    background: #f3f6fa;
  }
  .top-header {
    background: #fff;
  }
}


.blue-btn:hover {
  background: linear-gradient(to bottom,#67ACF4 0%,#1159a7 100%);
}

.call-btn:hover {
  background: linear-gradient(to bottom,#67ACF4 0%,#1159a7 100%);
}

.blue-btn {
  background: linear-gradient(to bottom,#67ACF4 0%,#207DE2 100%);
  padding: 30px;
  border-radius: 10px;
  border: 0px;
  position: relative;
	overflow: hidden;
}

.blue-btn .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	transform: skewX(-45deg);
	animation: flareAnimation;
	left: -150%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
	animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
	0% {
		left: -250%;
	}

	100% {
		left: 250%;
	}
}


.call-btn {
  background: linear-gradient(to bottom,#67ACF4 0%,#207DE2 100%);
  padding: 10px;
  border-radius: 10px;
  border: 0px;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .txt40 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt40 {
    font-size: 40px;
    line-height: 46px;
  }
}

.bold {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
}

.dark {
  color: rgb(50 40 25);
}

@media (max-width: 991px) {
  .title {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .title {
    margin-top: 70px;
  }
}

.blue {
  color: rgb(32, 125, 226);
}

@media (max-width: 767px) {
  .txt24 {
    font-size: 19px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt24 {
    font-size: 24px;
    line-height: 32px;
  }
}

.light {
  font-family: Ubuntu, sans-serif;
  font-weight: 300;
}

.txt16 {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 575px) {
  .header-man {
    height: 500px;
    position: relative;
    margin-top: 30px;
    margin-left: -170px;
  }
}

@media (min-width: 576px) {
  .header-man {
    height: 660px;
    position: absolute;
    left:55%;
    bottom: 0;
  }
}

@media (min-width: 576px) {
.man-top {
  height: 100%;
  position: relative;
  z-index: 0;
}
}
.man-tag {
  position: absolute;
  z-index: 2;
  /*border: 1px solid red;*/
}

.tag-job {
  background: #444d64;
  padding: 10px 15px 5px;
  margin-top: -5px;
  border-radius: 7px;
  position: relative;
  z-index: 0;
  max-width: 200px;
}

.tag-name {
  background: #cbd4ef;
  padding: 5px 15px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.medium {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
}

@media (min-width: 992px) {
  .man-tag {
    top: 360px;
    left: 10px;
  }
}

@media (max-width: 575px) {
  .man-tag {
    top: 290px;
    left: -100px;
    right: -100px;
    margin: auto;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .man-tag {
    top: 370px;
    left: 0px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .man-tag {
    top: 170px;
    left: -60px;
  }
}

@media (max-width: 575px) {
  .tag-job {
    margin: -5px auto 0 auto;
  }
}

#org {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .txt30 {
    font-size: 25px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt30 {
    font-size: 30px;
    line-height: 40px;
  }
}

.org-body {
  height: 100%;
  background: rgba(237,244,254,1);
  border-radius: 10px;
  padding: 20px 15px;
  cursor: pointer;
}

.org-img {
  background: rgba(73,157,231,1);
  padding: 5px;
  border-radius: 10px;
}

.posled {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 15px;
}

.txt14 {
  font-size: 14px;
  line-height: 18px;
}

.round-number {
  width: 25px;
  height: 25px;
  background: #eee;
  border-radius: 50%;
  position: relative;
  padding-top: 2px;
}

@media (max-width: 575px) {
  .org-img {
    /*width: 60px;*/
    margin-bottom: 10px;
  }
}

#quiz {
  background: linear-gradient(to bottom, #edf4fe, #f7faff);
  padding-top: 80px;
  padding-bottom: 80px;
}

#footer {
  background: linear-gradient(to top, #edf4fe, #fff);
  padding-top: 40px;
  padding-bottom: 40px;
}

#steps {
  background: linear-gradient(to bottom, #edf4fe, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

#zashitim {
  background: linear-gradient(to bottom, #edf4fe, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.ico-bg {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid rgba(73,157,231,1);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

@media (max-width: 575px) {
  .quote {
    background: url("../../assets/img/flag.png") left top no-repeat, rgba(229,245,255,0.78);
    border-radius: 20px;
    padding: 130px 30px 30px 30px;
  }
}

@media (min-width: 576px) {
  .quote {
    background: url("../../assets/img/flag.png") left no-repeat, rgba(229,245,255,0.78);
    border-radius: 20px;
    padding: 30px 30px 30px 170px;
  }
}

.quiz-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  padding: 30px 50px;
  /*height: 610px;*/
}

#cases {
  padding-top: 80px;
  padding-bottom: 80px;
}

.case-body {
  background: #eee;
  border-radius: 20px;
  padding: 30px 0 30px 0;
  height: 100%;
}

.case-summ {
  background: rgba(73,157,231,1);
  padding: 20px;
  height: 95px;
}

@media (max-width: 1199px) {
  .txt28 {
    font-size: 23px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .txt28 {
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 1199px) {
  .case-img img {
    margin: -80px 0 0 -40px;
    padding-right: 20px;
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .case-img img {
    margin: -100px 0 0 -40px;
    padding-right: 20px;
  }
}

.underline {
  text-decoration: underline;
}

.step-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 575px) {
  .txt45 {
    font-size: 35px;
  }
}

@media (min-width: 576px) {
  .txt45 {
    font-size: 45px;
  }
}

.light-grey {
  color: #e4e4e4;
}

.txt18 {
  font-size: 18px;
}

.case-txt-3 {
  padding-right: 100px;
  position: relative;
  z-index: 1;
}

.case-txt {
  padding-left: 100px;
  position: relative;
  z-index: 1;
}



.step-img-3 {
  position: absolute;
  right: 0px;
  bottom: 15px;
  z-index: 0;
}

.step-img-2 {
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 0;
}

.step-img-1 {
  position: absolute;
  left: -20px;
  top: 90px;
  z-index: 0;
}

.pin-in {
  background: rgba(32,125,226,1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 5px;
}

.pin-out {
  background: rgb(156 202 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#questions {
  padding-bottom: 30px;
}

.pin-line {
  background: rgb(156 202 255);
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  z-index: 0;
}

@media (min-width: 768px) and (max-width:991px) {
  .pin-line {
    width: 490px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .pin-line {
    width: 650px;
  }
}

@media (min-width: 1200px) {
  .pin-line {
    width: 740px;
  }
}

.summ-body {
  background: rgba(237,244,254,1);
  border-radius: 20px;
  padding: 30px;
}

.stroke-btn {
  color: #207de2;
  border: 1px solid #207de2;
  border-radius: 7px;
  padding: 12px 20px;
}

.stroke-btn:hover {
  background: #fff;
  color: #207de2;
}

.text-input {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 25px 20px 28px 20px;
  margin-bottom: 10px;
}

.modal-body {
  padding: 30px;
}

#success {
  background: url("../../assets/img/header-bg.jpg") top/cover;
  height: 100vh;
  padding-top: 200px;
}


.title-sp {
  margin-top: 50px;
}


.tag-name-blue {
  background: #207de2;
  padding: 5px 15px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.tag-job-white {
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  padding: 10px 15px 5px;
  margin-top: -5px;
  border-radius: 7px;
  position: relative;
  z-index: 0;
  max-width: 200px;
}


.header-adress {
  max-width: 240px;
  margin: auto;
}

.txt11 {
  font-size: 11px;
}

@media (max-width: 575px) {
  .txt48 {
    font-size: 38px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt48 {
    font-size: 48px;
    line-height: 1.2em;
  }
}

.our-phone {
  margin-top: 20px;
  background: #207de2;
  padding: 20px;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .txt36 {
    font-size: 26px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

#spasibo-header {
  background: url("../../assets/img/spasibo-bg.jpg") top/cover no-repeat;
  padding-bottom: 70px;
  position: relative;
  overflow:hidden;
}

@media (max-width: 575px) {
  .tag-job-white {
    margin: -5px auto 0 auto;
  }
}

#testimonial {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testi-white {
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
  padding: 20px;
  border-radius: 20px;
}

.testi-grey {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 20px;
}

.button-gis {
  border: 2px solid #207de2;
  padding: 20px 50px;
  border-radius: 15px;
  color: #207de2;
  transition: all 0.3s ease-in-out;
}

.button-gis:hover {
  border: 2px solid #207de2;
  background: #207de2;
  border-radius: 15px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.button-gis:hover img {
  filter: brightness(0) invert(100%);
}

@media (max-width: 575px) {
  .button-gis {
    padding: 20px;
    width: 100%;
  }
}

.testi-photo {
  background: #eee;
  padding: 60% 30%;
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
}

.testi-txt {
  position: absolute;
  bottom: -40px;
  left: 20px;
  right: 20px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
  padding: 20px;
  background: #fff;
}

#warning {
  background: linear-gradient(to bottom, #edf4fe, #f7faff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.war-ico {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #207de2;
  position: relative;
}

.war-ico img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .guarantee {
    background: #207de2;
    padding: 30px 30px 30px 340px;
    position: relative;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .guarantee {
    background: #207de2;
    padding: 210px 30px 30px 30px;
    position: relative;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .guarantee img {
    position: absolute;
    top: -50px;
    left: -110px;
  }
}

@media (max-width: 767px) {
  .guarantee img {
    position: absolute;
    top: -50px;
    left: -230px;
    right: -110px;
    margin: auto;
  }
}

.our-preim {
  background: #207de2;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
}

#documents {
  padding-top: 80px;
  padding-bottom: 80px;
}

.doc-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
  padding: 20px;
}

.our-phone-center {
  max-width: 560px;
  margin: 50px auto 0;
}

#sp-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #dfdfdf;
}

@media (max-width: 575px) {
  .header-man-sps {
    height: 500px;
    position: relative;
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  .header-man-sps {
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .header-man-sps {
    position: absolute;
    bottom: -50px;
  
  }
}


.input-error {
    display: none;
    color: red;
}
.input-invalid input {
    border-color: red;
    outline: 1px solid rgba(255, 94, 141, 0.5);
}
.input-invalid .input-error {
    display: block;
}


/*Director*/
#director {
  background:#f5f5f5;
  min-height:650px;
  position:relative;
  padding-top:90px;
}

#carousel-1 {
  max-width: 500px;
  margin: auto;
}

.carousel-item {
  border-radius: 20px;
  overflow: hidden;
}

.tag {
  background: rgba(73,157,231,1);
  /*opacity:0.85;*/
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 220px;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 35px;
}

@media (min-width: 576px) {
.txt20 {
  font-size: 20px;
}}
@media (max-width: 575px) {
.txt20 {
  font-size: 16px;
  line-height: 1.2em;
}
  .title ul li {
    margin-bottom:10px;
  }
}
#zashitim1 {
  background: linear-gradient(to bottom, #fff, #edf4fe);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contract-bg {
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  padding:20px;
}

.separate {
  width:100%;
  height:1px;
  background: #ddd;
}
/*Director*/

/*Mobile Menu*/
@media (min-width: 576px) {
.mobile-menu {
  display: none;
}}
@media (max-width: 575px) {
.mobile-menu {
  display:block;
  width:100%;
  min-height:70px;
  position: fixed;
  z-index:999;
  bottom:0;
  left:0;
  right:0;
  background:#fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  padding:10px 20px;
}
.menu-item {
  width:50%;
  text-align: center;
}
.menu-item:hover {
  background: #f3f3f3;
}
.r-line {
  border-right: 1px solid #eee;
}
.menu-ico {
  /*height:40px;
  /*border:1px solid #eee;*/
  position:relative;
  margin-bottom:5px;
}

.menu-ico img {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.menu-txt {

}
}
.menu-txt .txt12 {
  font-size: 12px;
  line-height: 1.1em;
}
body {
  padding-bottom:70px;
}

.icons {
  width:60px;
  height:60px;
  border-radius:50%;
  border: 3px solid #207de2;
  background:#fff;
  overflow:hidden;
  position:relative;
  margin: -20px auto 0 auto;
}


/*Mobile Menu*/

@media (min-width: 576px) {
.logo {
  height:100px;
}}
@media (max-width: 575px) {
.logo {
  height:50px;
}}

@media (max-width: 575px) {
  .title {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
.man-top {
  max-width:500px;
  max-height: 500px;
}}

@media (max-width: 575px) {
  .header-man {
    height: inherit;
    position: relative;
    margin-left: inherit;
  }
}

@media (max-width: 575px) {
  .man-tag {
    top: 190px;
  }
}



.video-body {
  background: #fff;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  padding: 20px;
  border-radius: 50px;
}

.video-rew {
  border-radius: 30px;
  background: #eee;
  overflow: hidden;
}

@media (min-width: 1400px) and (max-width:1799px) {
  .rew {
    max-width: 33%;
  }
}

@media (min-width: 1800px) {
  .rew {
    max-width: 25%;
  }
}

.txt30 {
  font-size: 30px;
  line-height: 1.2em;
}

.video-content {
  padding: 20px 20px 0 20px;
}

@media (max-width: 575px) {
  .video-body {
    padding: 5px 5px 15px 5px;
    border-radius: 35px;
  }
}