/* MAIN */
.keycentr-main {
  padding: 50px 0;
  background: url(../img/keycentr/bg-main.jpg) center no-repeat;
  background-size: cover;
}
.keycentr-main .offer p {
  font-size: 30px;
  color: #2c2e38;
}
.keycentr-main-bullet {
  list-style: none;
  margin: 0px 0 30px;
  padding-left: 0;
}
.keycentr-main-bullet li {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 19px;
  background: url(../img/keycentr/arrow-right.png) left 1px no-repeat;
  line-height: 1.3;
}
.keycentr-main input[type="text"],
.keycentr-main input[type="tel"],
.keycentr-main input[type="email"] {
  margin-bottom: 10px;
}
.gift {
  position: relative;
  max-width: 430px;
  margin: 0px auto;
  text-align: center;
  border: 2px dashed #00446a;
  border-radius: 10px;
  padding: 15px;
}
.gift::before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 24px;
  background: url(../img/keycentr/gift.png) center no-repeat;
}
.gift span {
  font-family: 'Rubik';
  font-weight: 800;
  color: #00446a;
  font-size: 20px;
}
.center {
  display: block;
  text-align: center;
  margin: 0 auto;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 65px;
  padding: 10px;
}
input[type="submit"],
.button {
  padding: 10px;
  height: 65px;
}
/* PRICE */
.price-h3 {
  text-align: center;
  color: #00446a;
  font-size: 28px;
}
.price h4 {
  color: #fff;
  text-transform: uppercase;
}
.price .types {
  margin: 30px auto;
  border: 2px dashed #00446a;
  padding: 20px 5px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.price .types:hover {
  background-color: #00446a;
}
.price .types:hover h3 {
  color: #fff;
}
.price .types h3 {
  margin: 0 auto;
  font-size: 24px;
}
.price .types-center {
  padding: 5px;
}
.price-item {
  margin: 40px auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #bbb;
          box-shadow: 0px 0px 5px #bbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.price-item:hover {
  -webkit-box-shadow: 0px 0px 20px #bbb;
          box-shadow: 0px 0px 20px #bbb;
}
.price-head {
  padding: 30px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  z-index: 1;
}
.price-cost {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  margin-top: -60px;
  padding: 10px;
  padding-top: 60px;
  max-width: 130px;
  height: 130px;
  text-align: center;
  color: #000;
  border-radius: 130px;
}
.price-cost h4 {
  line-height: 1;
  font-size: 33px;
}
.price-cost h4 small {
  display: inline-block;
  color: #fff;
  text-transform: none;
  font-family: 'PFAgoraSansPro-Regular';
  font-size: 16px;
  margin-top: -15px;
}
.price-cost small {
  display: inline-block;
  color: #fff;
  text-transform: none;
  font-family: 'PFAgoraSansPro-Regular';
  font-size: 16px;
  margin-top: -15px;
}
.price-body {
  padding: 30px 50px;
}
.price-body p {
  min-height: 150px;
  color: #6b7c93;
  font-size: 20px;
  line-height: 1.4;
}
.price-body-third p {
  text-align: center;
  margin-left: 0;
}
.price-head-first {
  background: #487cfb;
  /* Для старых браузров */
  background: -webkit-gradient(linear, left top, right top, from(#487cfb), to(#c700ff));
  background: linear-gradient(to right, #487cfb, #c700ff);
}
.price-cost-first {
  background: #487cfb;
  /* Для старых браузров */
  background: -webkit-gradient(linear, left top, right top, from(#487cfb), to(#c700ff));
  background: linear-gradient(to right, #487cfb, #c700ff);
}
.price-head-second {
  background: #3ceda8;
  /* Для старых браузров */
  background: -webkit-gradient(linear, left top, right top, from(#0bc7ee), to(#3ceda8));
  background: linear-gradient(to right, #0bc7ee, #3ceda8);
}
.price-cost-second {
  background: #0bc7ee;
  /* Для старых браузров */
  background: -webkit-gradient(linear, left top, right top, from(#0bc7ee), to(#3ceda8));
  background: linear-gradient(to right, #0bc7ee, #3ceda8);
}
.price-head-third {
  background: #ff5c95;
  /* Для старых браузров */
  background: -webkit-gradient(linear, left top, right top, from(#ff5c95), to(#ffc030));
  background: linear-gradient(to right, #ff5c95, #ffc030);
  padding: 30px 60px;
}
.price-cost-third {
  background: #ff5c95;
  /* Для старых браузров */
  background: -webkit-gradient(linear, left top, right top, from(#ff5c95), to(#ffc030));
  background: linear-gradient(to right, #ff5c95, #ffc030);
}
/* REASON */
.reason {
  background: url(../img/keycentr/bg-2.jpg) center no-repeat;
  background-size: cover;
}
.reason h5 {
  color: #fff;
}
.reason-item {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  margin: 30px auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.reason-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00446a;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.reason-item-right {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 140px;
}
.reason-item-right p {
  font-size: 20px;
  line-height: 1.2;
}
/* FORM */
.keycentr-form {
  padding: 70px 0;
  background-color: #e2e4e9;
  position: relative;
}
.keycentr-form::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 300px;
  bottom: 0;
  right: 30px;
  background: url(../img/keycentr/bg-form.png) center no-repeat;
  background-size: contain;
}
.keycentr-form .gift {
  margin-top: 30px;
}
.keycentr-form input[type="text"],
.keycentr-form input[type="tel"],
.keycentr-form input[type="email"] {
  height: 65px;
  max-width: 400px;
}
.keycentr-form input[type="submit"],
.keycentr-form .button {
  padding: 10px;
  height: 65px;
}
/* FSB */
.fsb h6 {
  margin: 30px auto;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 400;
}
.fsb h3,
.fsb h4 {
  text-align: center;
}
.fsb-item {
  border: 2px dashed #00446a;
  margin: 30px auto;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  max-width: 400px;
  min-height: 350px;
}
.fsb-item h5 {
  margin: 20px auto;
}
.fsb-item p {
  font-size: 20px;
}
.fsb-license {
  position: relative;
  width: 180px;
  height: 280px;
  margin: 20px auto;
  cursor: pointer;
}
.fsb-license .fsb-img img {
  border: 4px solid #00446a;
}
.fsb-license:hover .fsb-img {
  opacity: 0.7;
}
.fsb-license:hover .fsb-hidden {
  opacity: 1;
}
.fsb-hidden {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.fsb-hidden p {
  font-size: 14px;
  line-height: 1.2;
}
/* MORE */
.more {
  background: #ffffff url(../img/keycentr/bg-3.jpg) center no-repeat;
  background-size: cover;
}
.more .h2 {
  margin-bottom: 20px;
}
.more h6 {
  margin: 30px auto;
  text-align: center;
  font-size: 26px;
}
.more-item {
  margin: 15px auto;
  border: 1px dashed #00446a;
  padding: 20px;
  text-align: center;
  min-height: 140px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
}
.more-item p {
  font-size: 20px;
}
.more-item:hover {
  background-color: #00446a;
}
.more-item:hover p {
  color: #fff;
}
/* SIMPLE */
.simple {
  background: #f2f2f2 url(../img/keycentr/bg-4.png) left bottom no-repeat;
  text-align: center;
}
.simple h3 {
  text-align: center;
}
.simple-item {
  margin: 15px auto;
  border: 1px dashed #00446a;
  padding: 10px 6px;
  text-align: center;
  min-height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
}
.simple-item p {
  font-size: 20px;
}
.simple-item:hover {
  background-color: #00446a;
}
.simple-item:hover p {
  color: #fff;
}
.simple .button {
  margin: 0 auto;
}
/* STEPS */
.steps {
  padding: 100px 0;
}
.steps .step {
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.steps .step::after {
  content: '';
  position: absolute;
  top: 65px;
  right: -60px;
  width: 100px;
  height: 2px;
  background-color: #00446a;
}
.steps .step-last::after {
  width: 0;
}
.steps .step img {
  margin: 20px auto;
}
.steps .step p {
  font-size: 20px;
}
/* ESCORT */
.escort {
  background: #f2f2f2 url(../img/keycentr/bg-5.png) left bottom no-repeat;
}
.escort-item {
  margin: 20px auto;
  text-align: center;
}
.escort-item img {
  margin: 20px auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.escort-item img:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.escort-item p {
  font-size: 20px;
}
.escort .button {
  margin: 0 auto;
}
/* TENZOR */
.tenzor {
  background-color: #f1f6ff;
}
.tenzor h3 {
  font-weight: 400;
  text-align: center;
}
.tenzor h4 {
  text-align: center;
  font-size: 28px;
  margin: 30px 0 10px 0;
}
.tenzor img {
  border: 4px solid #00446a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tenzor img:hover {
  -webkit-box-shadow: 0px 0px 10px #00446a;
          box-shadow: 0px 0px 10px #00446a;
}
.tenzor-item {
  padding: 10px 20px;
  margin: 15px auto;
  border: 1px dashed #00446a;
  border-radius: 10px;
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tenzor-item p {
  font-size: 20px;
}
.tenzor-item img {
  border: none;
}
.tenzor-item img:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tenzor-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tenzor-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* CASE */
.case {
  /*.slick-prev {
			position: absolute;	
			top: 50%;
			left: -100px;
			width: 26px;
			height: 71px;
			background: url(../img/keycentr/left.png) center no-repeat;
			z-index: 3;
		}
		.slick-next {
			position: absolute;	
			top: 50%;
			right: -100px;
			width: 26px;
			height: 71px;
			background: url(../img/keycentr/right.png) center no-repeat;
			z-index: 3;
		}*/
}
.case h3 {
  text-align: center;
  margin: 30px auto;
  margin-bottom: 50px;
  font-weight: 400;
}
.case p {
  font-size: 18px;
}
.case h5 {
  text-align: right;
  margin-top: 30px;
}
.case .slider-item {
  padding-left: 40px;
}
.case-img {
  position: relative;
}
.case-img-item img {
  border: 6px solid #00446a;
}
.case-img .loop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.case-img:hover .loop {
  opacity: 1;
}
.case-img:hover .case-img-item {
  opacity: 0.6;
}
/* FORM-CONSULT */
.form-consult {
  background: #d9d9d9 url(../img/keycentr/bg-6.png) right bottom no-repeat;
}
.form-consult .consult {
  padding: 50px 0;
}
.form-consult .consult p {
  font-size: 28px;
  margin-bottom: 25px;
  background: url(../img/keycentr/dot1.png) left center no-repeat;
  padding: 0px 5px 5px 35px;
}
.form-consult .consult-form {
  padding: 20px;
  text-align: center;
}
.form-consult .consult-form h4 {
  font-size: 36px;
  line-height: 1.4;
  color: #00446a;
}
.form-consult input[type="text"],
.form-consult input[type="tel"],
.form-consult input[type="email"],
.form-consult input[type="submit"],
.form-consult .button {
  margin: 10px auto;
}
/* MEDIA */
@media (max-width: 1799px) {
  .simple {
    background-size: 330px;
  }
  .escort {
    background-size: 480px;
  }
  .keycentr-form::after {
    width: 310px;
    height: 250px;
  }
}
@media (max-width: 1366px) {
  .form-consult {
    background-size: 350px 300px;
  }
  .simple {
    background-size: 290px;
  }
  .escort {
    background-size: 400px;
  }
  .price-body {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .main-bullet li {
    font-size: 20px;
  }
  .price-head-third {
    padding: 30px;
  }
  .reason-item-right p {
    font-size: 20px;
  }
  .fsb h6 {
    font-size: 23px;
  }
  .fsb-item p {
    font-size: 18px;
  }
  .more-item p {
    font-size: 18px;
  }
  .simple {
    padding: 50px 0;
    background: none;
    background-color: #f2f2f2;
  }
  .escort {
    padding: 50px 0;
    background: none;
    background-color: #f2f2f2;
  }
  .escort-item p {
    font-size: 17px;
  }
  .form-consult {
    padding: 50px 0;
    background: none;
    background-color: #f2f2f2;
  }
  .form-consult .consult {
    padding: 40px 0;
  }
  .form-consult .consult p {
    font-size: 20px;
  }
  .price h4 {
    font-size: 20px;
  }
  .price-head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .price-body {
    padding: 30px 20px;
  }
  .price-body p {
    font-size: 17px;
  }
  .steps .step p {
    font-size: 18px;
  }
  .case h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .main-img {
    display: none;
  }
  .main .gift {
    margin: 40px 0;
  }
  .h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
  }
  .price-item {
    max-width: 380px;
    margin: 20px auto;
  }
  .price {
    padding: 40px 0;
  }
  .price-h3 {
    font-size: 20px;
  }
  .reason {
    padding: 40px 0;
  }
  .reason-item {
    max-width: 600px;
  }
  .form::after {
    content: '';
    width: 0;
  }
  .fsb h6 {
    font-size: 20px;
    margin: 10px auto;
  }
  .more h6 {
    font-size: 22px;
  }
  h4 {
    font-size: 24px;
  }
  .keycentr-form::after {
    width: 190px;
    height: 150px;
  }
  .simple {
    background: none;
    background-color: #f2f2f2;
  }
  .simple-item {
    max-width: 500px;
  }
  .steps .step::after {
    display: none;
  }
  .steps .step-last::after {
    display: none;
  }
  .escort {
    padding: 40px 0;
    background: none;
    background-color: #f2f2f2;
  }
  .tenzor-item {
    display: block;
  }
  .tenzor-item-left {
    display: block;
  }
  .tenzor-item-center {
    margin: 15px auto;
    border-bottom: 1px solid #00446a;
  }
  .tenzor-item-center img {
    display: none;
  }
  .keycentr-slider p {
    display: none;
  }
  .case h5 {
    text-align: center;
    margin: 10px auto;
  }
  .form-consult {
    padding: 40px 0;
    background: none;
    background-color: #f2f2f2;
  }
  .form-consult .consult {
    padding: 50px 0;
  }
  .form-consult .consult p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 28px;
  }
  .keycentr-main-bullet li {
    font-size: 18px;
  }
  .main-img {
    display: none;
  }
  .gift {
    padding: 15px 10px;
    font-size: 15px;
  }
  .gift span {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  .price .types h3 {
    font-size: 22px;
  }
  .price {
    padding: 40px 0;
  }
  .reason {
    padding: 40px 0;
  }
  .keycentr-form {
    padding: 40px 0;
  }
  .keycentr-form::after {
    display: none;
  }
  .fsb h6 {
    font-size: 17px;
    text-align: center;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 20px;
  }
  .fsb-item p {
    font-size: 16px;
  }
  .more h6 {
    font-size: 20px;
  }
  .simple {
    background: none;
    background-color: #f2f2f2;
  }
  .simple p {
    font-size: 17px;
  }
  .steps {
    padding: 50px 0;
  }
  .steps .step::after {
    width: 0;
    right: 0;
  }
  .escort {
    padding: 40px 0;
    background: none;
  }
  .case h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .case h5 {
    text-align: center;
    margin-bottom: 15px;
  }
  .case .slider-item {
    padding-left: 0px;
  }
  .form-consult {
    padding: 40px 0;
    background: none;
    background-color: #d9d9d9;
  }
  .form-consult .consult {
    padding: 0;
  }
  .form-consult .consult p {
    font-size: 20px;
  }
  .faq .panel-heading {
    padding: 15px 10px;
  }
  .faq .panel .down {
    background: none;
  }
  .faq .panel .down.collapsed {
    background: none;
  }
  .faq .panel-title {
    font-size: 18px;
  }
  .faq .panel-body p {
    font-size: 16px;
  }
  .map-address {
    margin: 0 auto;
    margin-top: -400px;
    padding: 20px;
    max-width: 250px;
  }
  .map-address p {
    font-size: 15px;
  }
  .footer p {
    text-align: center;
    font-size: 18px;
  }
  .footer-call p {
    margin-bottom: 15px;
  }
  .form-label {
    font-size: 24px;
  }
  #politics .modal-dialog h3 {
    font-size: 18px;
  }
  .modal-dialog {
    width: auto;
  }
}
