.prime__bg {
  background-color: #f8f8f8;
  position: relative;
}

.prime__bg:before {
  content: "";
  height: 367px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.prime__bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
}

.prime__bg .row-cont {
  z-index: 0;
  position: relative;
}

.prime__tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
}

.prime__tools-item {
  margin: 15px;
  padding: 30px 30px 20px;
  border-radius: 6px;
  width: calc(33.3% - 30px);
  max-width: 555px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
}

.prime__tools-item p {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  color: #4c4c4c;
}

.prime__tools .ico {
  background-image: url(../images/prime/sprite-prime.png);
  background-repeat: no-repeat;
  margin: 0 0 20px;
}

.prime__tools .ico--07 {
  width: 84px;
  height: 74px;
  min-width: 84px;
  background-position: -161px -190px;
}

.prime__tools .ico--08 {
  width: 81px;
  height: 81px;
  min-width: 81px;
  background-position: -80px -190px;
}

.prime__tools .ico--09 {
  width: 80px;
  height: 83px;
  min-width: 80px;
  background-position: 0 -190px;
}

.prime__tools .ico--10 {
  width: 83px;
  height: 74px;
  min-width: 83px;
  background-position: -285px 0;
}

.prime__ico {
  background-image: url(../images/prime/sprite-prime.png);
  background-repeat: no-repeat;
  margin: 0 auto 35px;
  width: 95px;
  height: 95px;
  min-width: 95px;
  border-radius: 95px;
  display: block;
}

.prime__ico--01 {
  background-position: 0 0;
}

.prime__ico--02 {
  background-position: -95px 0;
}

.prime__ico--03 {
  background-position: 0 -95px;
}

.prime__ico--04 {
  background-position: -95px -95px;
}

.prime__ico--05 {
  background-position: -190px 0;
}

.prime__ico--06 {
  background-position: -190px -95px;
}

.prime__wrap .section {
  padding: 15px 0 70px;
}

.prime__wrap .prime__bg {
  padding-top: 50px;
  padding-bottom: 100px;
}

.prime__wrap .h1 {
  color: #fff;
}

.prime__tick--list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.prime__tick--item {
  width: 100%;
  max-width: calc(50% - 30px);
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
  background: #fff;
  padding: 10px 55px;
  min-height: 100px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 15px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0 21px 19px 0 rgba(0, 0, 0, 0.04);
}

.prime__tick--item:before {
  content: "";
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #bb8b62;
}

.prime__tick--item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 3;
  height: 18px;
  width: 7px;
  border-right: 2px solid #bb8b62;
  border-bottom: 2px solid #bb8b62;
  transform: translateY(-50%) rotate(45deg);
}

.prime__tick--text {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #000;
}

.prime__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

.prime__list--platform {
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prime__list--platform .prime__item {
  padding: 40px 40px 30px;
  background: #f8f8f8;
  text-align: center;
  box-shadow: none;
  margin: 0 16px 35px;
}

.prime__list--platform .prime__text {
  display: inline-block;
  font-size: 16px;
  min-height: auto;
  margin-bottom: 10px;
}

.prime__list--platform .prime__ttl {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.prime__list--homepage {
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prime__list--homepage .prime__item {
  padding: 40px 40px 30px;
  text-align: center;
  margin: 0;
  border: 1px solid #e5e5e5;
  max-width: calc(33% - 16px);
}

.prime__list--homepage .prime__item .main__sprite {
  margin: 0 auto;
}

.prime__list--homepage .prime__text {
  display: inline-block;
  font-size: 16px;
  min-height: auto;
  margin-bottom: 10px;
}

.prime__list--homepage .prime__ttl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.prime__item {
  width: 100%;
  max-width: calc(33% - 30px);
  -ms-flex: 1 0 calc(33% - 30px);
  flex: 1 0 calc(33% - 30px);
  text-align: center;
  background: #fff;
  padding: 45px 45px 30px;
  min-height: 260px;
  position: relative;
  border-radius: 4px;
  margin: 0 15px 35px;
  box-shadow: 0 21px 19px 0 rgba(0, 0, 0, 0.04);
}

.prime__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4c4c4c;
  text-align: center;
  min-height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.prime__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #2b2c2f;
  border-radius: 4px;
  margin: 0 15px;
  padding: 32px 100px 33px 55px;
  box-shadow: 0 12px 19px 0 rgba(43, 44, 47, 0.18);
}

.prime__banner .h3 {
  color: #fff;
}

.prime__banner a {
  margin-left: 105px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  text-align: left;
  float: left;
}

.prime__banner .mail:before,
.prime__banner .phone:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.prime__banner .phone:before {
  width: 22px;
  height: 23px;
  background: url(../images/prime/phone.png) center no-repeat;
  background-size: 22px 23px;
}

.prime__banner .mail:before {
  width: 22px;
  height: 17px;
  background: url(../images/prime/message.png) center no-repeat;
  background-size: 22px 17px;
}

.dot {
  padding: 0;
  position: relative;
}

.dot:before {
  content: "";
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #c2cbd8;
  border-radius: 20px;
  display: block;
  transition: background 0.3s;
}

.dot--red:before {
  background-color: #f13c3c;
}

.dot--orange:before {
  background-color: #f5bb5c;
}

.dot__tooltip {
  display: none;
  position: absolute;
  z-index: 2;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 4px;
  font-size: 13px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  text-transform: lowercase;
}

.dot__tooltip:first-letter {
  text-transform: uppercase;
}

.dot__tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -10px;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

.dot:hover .dot__tooltip {
  display: block;
}

.table-calendar td.event {
  line-height: 20px;
}

.table-calendar__title {
  padding: 12px;
}

.table-calendar__not-found {
  font-size: 16px;
  line-height: 60px;
  color: #000;
  text-align: center;
  border: none !important;
  font-weight: 400;
  background: #f5eee8;
  border-radius: 4px;
}
