
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contacts1__text1 {
  text-align: center;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 57px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
}

.main-header {
  position: relative;
  border-top: 6px solid #151b4e;
}

.main-header:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/main-header-bg.png") center repeat;
  height: 119px;
}

.main-header-container1 {
  padding-top: 75px;
  padding-bottom: 10px;
}

.main-header-wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-logo-wrap {
  max-width: 796px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-header-logo {
  max-width: 199px;
  width: 100%;
}

.main-header-descr {
  max-width: 552px;
  width: 100%;
}

.main-header-descr h1 {
  color: #151b4e;
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
  text-transform: uppercase;
  padding-right: 10px;
  position: relative;
  margin-top: 73px;
}

.main-header-descr h1:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #d4145a;
  border-radius: 50%;
}

.main-header-descr h1 span {
  color: #d4145a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08px;
  text-transform: none;
  margin-left: 3px;
}

.main-header-contact-wrap {
  max-width: 256px;
  width: 100%;
}

.main-header-contact-list li {
  margin-bottom: 2px;
}

.main-header-contact-list li:last-child {
  margin-bottom: 0;
}

.main-header-contact-list li:nth-child(2) a:after {
  width: 18px;
  height: 15px;
  background-image: url("../img/whatsapp-icon.png");
}

.main-header-contact-list li:nth-child(3) a:after {
  width: 16px;
  height: 16px;
  background-image: url("../img/telegram-icon.png");
}

.main-header-contact-list li:nth-child(4) a:after {
  width: 15px;
  height: 12px;
  background-image: url("../img/email-icon.png");
}

.main-header-contact-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 31px;
  position: relative;
}

.main-header-contact-list a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 17px;
  background: url("../img/phone_icon.png") center no-repeat;
}

.main-header-contact-list a span {
  color: #7f829e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.main-header-contact-list a b {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  max-width: 140px;
  width: 100%;
}

.main-header-container2 {
  padding-top: 9px;
  padding-bottom: 12px;
}

.main-header-wrap2 {
  border-top: 2px solid #151b4e;
  border-bottom: 2px solid #151b4e;
  padding: 11px 0;
}

.main-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header-menu a {
  display: inline-block;
  padding: 0px 18px;
  color: #151b4e;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.main-header-menu a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 17px;
  height: 14px;
  background: url("../img/menu-icon1.png") center no-repeat;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.main-header-menu a:before {
  content: '';
  position: absolute;
  right: -3px;
  bottom: 3px;
  width: 20px;
  height: 15px;
  background: url("../img/menu-icon2.png") center no-repeat;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.services {
  padding-top: 13px;
}

.services-item-wrap {
  margin-bottom: 54px;
  position: relative;
}

.services-item-wrap:after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 57.3%;
  width: 10000px;
  height: 38px;
  background: url("../img/services-item-bg.png") right center repeat;
}

.services-item-wrap:last-child {
  margin-bottom: 0;
}

.services-item-wrap:last-child:after {
  display: none;
}

.services-item-wrap:last-child .services-item h3 {
  margin-bottom: 11px;
}

.services-item-wrap:last-child .services-item h4 {
  max-width: 870px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 43px;
}

.services-item-wrap:last-child .services-item-item {
  width: 31.5%;
}

.services-item-wrap:last-child .services-item-item h5 {
  line-height: 30px;
  margin-bottom: 13px;
}

.services-item h3 {
  text-align: center;
  color: #151b4e;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.services-item h4 {
  text-align: center;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 41px;
}

.services-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-item-item {
  width: 23%;
}

.services-item-item h5 {
  display: inline-block;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
}

.services-item-item h5:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 31px;
  background-color: #f8da26;
}

.services-item-item ul .info {
  margin-left: 0;
}

.services-item-item ul li {
  color: #67697b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 9px;
}

.services-item-item ul li:last-child {
  margin-bottom: 0;
}

.services-item-item ul li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #d4145a;
  border-radius: 50%;
}

.services-item-item-price {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.services-item-item-price b {
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.services-item-item-price span {
  color: #7f829e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}

.services-item-item-term {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
}

.services-item-item-term span {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.services-item-item-term span b {
  font-weight: 700;
}

.work {
  padding-bottom: 120px;
  position: relative;
}

.work h2 {
  text-align: center;
  color: #151b4e;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 54px;
}

.work-list {
  position: relative;
  margin-bottom: 95px;
}

.work-list:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50px;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  background-color: #d4145a;
}

.work-item {
  max-width: 639px;
  width: 100%;
  margin-left: auto;
  padding-left: 140px;
  position: relative;
  margin-bottom: 52px;
}

.work-item:last-child {
  margin-bottom: 0;
}

.work-item p {
  color: #585c6d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.work-item > b {
  display: block;
  color: #6d77a0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 23px;
}

.work-item:after {
  content: '';
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 110px;
  height: 110px;
  background: #fff url("../img/work-icon1.png") center no-repeat;
}

.work-item:nth-child(2):after {
  background-image: url("../img/work-icon2.png");
}

.work-item:nth-child(3) {
  margin-bottom: 32px;
}

.work-item:nth-child(3) p {
  max-width: 423px;
  width: 100%;
}

.work-item:nth-child(3):after {
  top: 50%;
  background-image: url("../img/work-icon3.png");
}

.work-item:nth-child(4) {
  margin-bottom: 76px;
}

.work-item:nth-child(4):after {
  background-image: url("../img/work-icon4.png");
}

.work-item:nth-child(5):after {
  background-image: url("../img/work-icon5.png");
}

.work-item:nth-child(2n) {
  margin-right: auto;
  margin-left: 0;
  text-align: right;
  padding-left: 0;
  padding-right: 130px;
}

.work-item:nth-child(2n):after {
  left: auto;
  right: 0;
}

.work-item-title {
  margin-bottom: 5px;
}

.work-item-title b {
  display: inline-block;
  color: #d4145a;
  font-family: "Verdana", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-right: 3px;
}

.work-item-title h3 {
  display: inline-block;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.work-info p {
  text-align: center;
  color: #444a69;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.aboutMe {
  padding-top: 101px;
  padding-bottom: 85px;
  position: relative;
}

.aboutMe:after {
  content: '';
  position: absolute;
  top: 0;
  left: 57%;
  width: 10000px;
  height: 38px;
  background: url("../img/services-item-bg.png") left center repeat;
}

.aboutMe h2 {
  text-align: center;
  color: #151b4e;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.aboutMe-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -6px;
}

.aboutMe-item {
  width: 24%;
  margin-top: 6px;
  padding-top: 86px;
  position: relative;
}

.aboutMe-item i {
  position: absolute;
  top: 0;
  left: 0;
  height: 76px;
  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;
}

.aboutMe-item p {
  color: #67697b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  max-width: 269px;
  width: 100%;
}

.aboutMe-item p b {
  font-weight: 700;
}

.aboutMe-item p a {
  display: inline-block;
  color: #d4145a;
  text-decoration: underline;
  word-break: break-all;
}

.reviews {
  padding-top: 65px;
  padding-bottom: 90px;
}

.reviews h2 {
  text-align: center;
  margin-bottom: 16px;
}

.reviews h2 span {
  display: inline-block;
  color: #151b4e;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.reviews h2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 116%;
  width: 10000px;
  height: 38px;
  background: url("../img/services-item-bg.png") right center repeat;
}

.reviews-link-wrap {
  text-align: center;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 58px;
}

.reviews-link-wrap a {
  color: #d4145a;
  word-break: break-all;
}

.reviews-slider {
  position: relative;
  padding: 0px 45px;
  padding-bottom: 100px;
}

.reviews-item {
  display: block;
  text-align: center;
}

.contacts {
  padding-top: 53px;
  padding-bottom: 50px;
  position: relative;
}

.contacts .section-title {
  left: 19px;
  max-width: 185px;
}

.contacts-title {
  text-align: center;
  margin-bottom: 58px;
}

.contacts-title h2 {
  color: #151b4e;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.contacts-title h3 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.contacts-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1102px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}

.contacts-list1 li:nth-child(2) a:after {
  width: 23px;
  height: 23px;
  background-image: url("../img/contacts-item12.png");
}

.contacts-list1 li:nth-child(3) a:after {
  width: 27px;
  height: 23px;
  background-image: url("../img/contacts-item13.png");
}

.contacts-list1 li:nth-child(4) a:after {
  width: 25px;
  height: 19px;
  background-image: url("../img/contacts-item14.png");
}

.contacts-list1 a {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.contacts-list1 a b {
  font-weight: 700;
}

.contacts-list1 a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../img/contacts-item11.png") center/contain no-repeat;
}

.contacts-subtitle {
  margin-bottom: 22px;
}

.contacts-subtitle h3 {
  text-align: center;
  margin-bottom: 42px;
}

.contacts-subtitle h3 span {
  color: #353355;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.contacts-subtitle h3 span:after {
  content: '';
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 107%;
  width: 10000px;
  height: 38px;
  background: url("../img/services-item-bg.png") right center repeat;
}

.contacts-subtitle h3 span:before {
  content: '';
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 107%;
  width: 10000px;
  height: 38px;
  background: url("../img/services-item-bg.png") left center repeat;
}

.contacts-subtitle b {
  display: block;
  max-width: 910px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #353355;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contacts-subtitle i {
  display: block;
  text-align: center;
  color: #353355;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.contacts-list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27px;
}

.contacts-list2 li:last-child {
  margin-bottom: 0;
}

.contacts-list2 li:nth-child(2) h4:after {
  width: 22px;
  height: 25px;
  background-image: url("../img/contacts-item26.png");
}

.contacts-list2 li:nth-child(3) h4:after {
  width: 22px;
  height: 25px;
  background-image: url("../img/contacts-item26.png");
}

.contacts-list2 li:nth-child(4) h4:after {
  width: 27px;
  height: 28px;
  background-image: url("../img/contacts-item24.png");
}

.contacts-list2 li:nth-child(5) h4:after {
  width: 28px;
  height: 26px;
  background-image: url("../img/contacts-item25.png");
}

.contacts-list2 li h4 {
  color: #353355;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding-left: 45px;
  position: relative;
  max-width: 698px;
  text-align: center;
  margin-right: 5px;
}

.contacts-list2 li h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item21.png") center no-repeat;
}

.contacts-list2 li:nth-child(2) h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item26.png") center no-repeat;
}

.contacts-list2 li:nth-child(3) h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item26.png") center no-repeat;
}

.contacts-list2 li:nth-child(4) h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item22.png") center no-repeat;
}

.contacts-list2 li:nth-child(5) h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item25.png") center no-repeat;
}

.contacts-list2 li:nth-child(6) h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item24.png") center no-repeat;
}

.contacts-list2 li:nth-child(7) h4:after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 38px;
  height: 28px;
  background: url("../img/contacts-item25.png") center no-repeat;
}

.contacts-list2 li span {
  color: #353355;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 5px;
}

.contacts-list2 li p {
  width: 100%;
  text-align: center;
}

.contacts-link1 {
  display: inline-block;
  color: #d4145a;
  font-family: "Verdana", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  word-break: break-all;
}

.contacts-link2 {
  display: inline-block;
  color: #353355;
}

.main-footer {
  position: relative;
}

.main-footer:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 211px;
  background: url("../img/main-footer-bg.png") center repeat;
}

.main-footer-wrap {
  text-align: center;
  position: relative;
  padding-top: 101px;
  padding-bottom: 177px;
}

.main-footer-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1629px;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(#d4145a), to(#fbe723));
  background: linear-gradient(to left, #d4145a 0%, #fbe723 100%);
}

.main-footer-logo {
  display: inline-block;
  max-width: 209px;
  width: 100%;
}

.banner {
  min-height: 100vh;
  padding: 30px 0;
  position: relative;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 331px;
  background: url("../img/banner-bg1.png") bottom center repeat;
}

.banner:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 493px;
  background: url("../img/banner-bg2.png") top center repeat;
}

.banner-logo-wrap {
  max-width: 890px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}

.banner-logo-wrap h1 {
  color: #151b4e;
  font-family: "Gilroy", sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
}

.banner-logo-wrap h1:after {
  content: '';
  position: absolute;
  bottom: 14px;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #d4145a;
  border-radius: 50%;
}

.banner-logo-wrap h1 span {
  color: #d4145a;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12px;
  text-transform: none;
  margin-left: 3px;
}

.banner-logo {
  display: block;
  max-width: 608px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}

.banner .contacts-list1 {
  margin-bottom: 0;
}

.banner-nav {
  border-top: 2px solid rgb(9, 46, 110);
  border-bottom: 2px solid rgb(9, 46, 110);
  margin-bottom: 30px;
}

.banner-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.banner-menu li {
  width: 16.6666%;
}

.banner-menu a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 92px;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 10px;
  transition: color 0.3s;
  position: relative;
}

.banner-menu a:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to left, #151b4e 0%, #d4145a 20%, #f8da26 50%, #d4145a 80%, #151b4e 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.banner-menu a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to left, #151b4e 0%, #d4145a 20%, #f8da26 50%, #d4145a 80%, #151b4e 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.banner-menu a:hover {
  color: #d4145a;
}

.banner-menu a:hover:after,
.banner-menu a:hover:before {
  opacity: 1;
}

.attendance {
  padding-top: 50px;
  padding-bottom: 50px;
}

.attendance-text1 {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 148px;
}

.attendance-text1 h3 {
  color: #151b4e;
  font-size: 36px;
  line-height: 43px;
  font-weight: 300;
  margin-bottom: 22px;
}

.attendance-text1 h3 b {
  font-weight: 800;
}

.attendance-text1 p {
  max-width: 975px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #151b4e;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.attendance-text2 {
  position: relative;
  margin-bottom: 198px;
}

.attendance-text2:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 2084px;
  height: 432px;
  background: url("../img/attendance-text2-bg.png") center no-repeat;
}

.attendance-text2 p {
  position: relative;
  color: #151b4e;
  font-size: 30px;
  line-height: 37px;
  font-weight: 800;
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.attendance-text3 {
  margin-bottom: 201px;
}

.attendance-text3 h3 {
  max-width: 905px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.attendance-text3 h3 b {
  font-weight: 700;
}

.attendance-text3 p {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 26px;
}

.attendance-text3 p:last-child {
  margin-bottom: 0;
}

.attendance-text4 {
  position: relative;
  margin-bottom: 160px;
}

.attendance-text4:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1926px;
  height: 626px;
  background: url("../img/attendance-text4-bg.png") center no-repeat;
}

.attendance-text4 h3 {
  color: white;
  font-size: 36px;
  font-weight: 300;
  max-width: 915px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.attendance-text4 h3 i {
  font-size: 60px;
  line-height: 64px;
  font-style: normal;
  text-transform: uppercase;
}

.attendance-text4 h3 i b {
  font-weight: 800;
}

.attendance-wrap {
  position: relative;
}

.attendance-bg1 {
  position: absolute;
  z-index: -1;
  top: 21%;
  right: 100%;
  height: 38px;
  width: 40000px;
  background: url("../img/attendance-bg1.png") center repeat;
}

.attendance-bg2 {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -65px;
}

.attendance-bg3 {
  position: absolute;
  z-index: -1;
  top: 36%;
  left: -160px;
}

.attendance-bg4 {
  position: absolute;
  z-index: -1;
  top: 83%;
  right: 64%;
  height: 38px;
  width: 40000px;
  background: url("../img/attendance-bg1.png") center repeat;
}

.attendance-bg5 {
  position: absolute;
  z-index: -1;
  top: 61%;
  right: -125px;
}

.attendance-list {
  max-width: 1135px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.attendance-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 78px;
  overflow: hidden;
}

.attendance-item:last-child {
  margin-bottom: 0;
}

.attendance-item:nth-child(1) .attendance-number:after {
  display: none;
}

.attendance-item:nth-child(2n) .attendance-number {
  background-image: url("../img/attendance-item-bg2.png");
}

.attendance-item-wrap1 {
  max-width: 373px;
  width: 100%;
}

.attendance-item-wrap1 i {
  display: block;
  max-width: 118px;
  width: 100%;
  margin-left: auto;
  padding-left: 16px;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  margin-top: -26px;
  margin-bottom: 10px;
}

.attendance-item-wrap1 i:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 11px;
  background: url("../img/star-icon.png") center no-repeat;
}

.attendance-item-text {
  margin-bottom: 38px;
  min-height: 58px;
}

.attendance-item-text h3 {
  color: #151b4e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.attendance-item-text span {
  display: block;
  color: #585c6d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.attendance-number {
  width: 75px;
  height: 75px;
  background: url("../img/attendance-item-bg1.png") center no-repeat;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  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;
  margin-bottom: 21px;
  position: relative;
}

.attendance-number:after {
  content: '';
  position: absolute;
  left: 95px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5000px;
  height: 1px;
  background-color: #d0d0d0;
}

.attendance-price1 {
  color: #585c6d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
}

.attendance-price1 b {
  color: #6b6d77;
  font-size: 30px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 16px;
}

.attendance-price2 {
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.attendance-item-wrap2 {
  width: calc(100% - 460px);
  margin-top: 100px;
}

.attendance-item-wrap2 b {
  display: block;
  color: #151b4e;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.attendance-item-wrap2 a {
  display: inline-block;
  font-size: 18px;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  word-break: break-all;
}

.attendance-item-wrap2 .attendance-item-text {
  margin-bottom: 67px;
}

.attendance-item-wrap2 .attendance-item-text p {
  color: #585c6d;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.attendance-item-wrap2 .attendance-item-text p a {
  display: inline;
}

.attendance-item-wrap2 .attendance-item-text p:last-child {
  margin-bottom: 0;
}

.attendance-list1 li {
  margin-bottom: 15px;
  padding-top: 37px;
  position: relative;
}

.attendance-list1 li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 23px;
  background: url("../img/list-icon.png") center no-repeat;
}

.attendance-list1 li:last-child {
  margin-bottom: 0;
}

.attendance-list1 li span {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.swiper-pagination-style1 {
  bottom: 0;
  left: 0;
  right: 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  outline: none;
  width: 10px;
  height: 10px;
  background-color: #151b4e;
  opacity: 1;
  margin-right: 9px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  background-color: #d4145a;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
  top: auto;
  outline: none;
  width: 59px;
  height: 77px;
  background: url("../img/arrow1.png") 0 0 no-repeat;
}

.swiper-button-next-style1,
.swiper-container-rtl .swiper-button-prev-style1 {
  right: -15px;
  bottom: 25px;
}

.swiper-button-prev-style1,
.swiper-container-rtl .swiper-button-next-style1 {
  top: -6px;
  left: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-title {
  position: absolute;
  z-index: -1;
  left: 151px;
  top: -113px;
  max-width: 248px;
  width: 100%;
}

.info {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  z-index: 10;
}

.info.active {
  z-index: 11;
}

.info.active span {
  text-decoration: underline;
}

.info.active .info-wrap {
  visibility: visible;
  opacity: 1;
}

.info.active .info-icon {
  background-position: -19px 0;
}

.info-discount .info-wrap {
  padding-top: 5px;
  left: -50px;
}

.info-discount .info-wrap i {
  padding: 30px 25px 34px 47px;
}

.info-discount .info-wrap i:after {
  top: 34px;
  width: 36px;
  height: 54px;
  background-image: url("../img/discount-icon.png");
}

.info-gift {
  position: absolute;
  left: 100%;
  top: -28px;
  width: auto;
  height: auto;
  margin-left: 0;
}

.info-gift .info-wrap {
  left: -12px;
}

.info-gift .info-wrap i {
  padding: 31px 25px 44px 56px;
  line-height: 19px;
}

.info-gift .info-wrap i:after {
  top: 17px;
  width: 48px;
  height: 73px;
  background-image: url("../img/gift-icon.png");
}

.info-pattern .info-wrap i {
  padding: 29px 20px 93px 47px;
  background: white url("../img/pattern-bg.png") center bottom no-repeat;
}

.info-favicon .info-wrap {
  left: -15px;
  padding-top: 10px;
}

.info-favicon .info-wrap i {
  padding: 30px 20px 85px 47px;
  background: white url("../img/favicon-bg.png") center bottom no-repeat;
}

.info span {
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  font-style: normal;
}

.info-icon {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url("../img/question-icon.png") 0 0 no-repeat;
}

.info-wrap {
  position: absolute;
  left: -50px;
  top: 100%;
  padding-top: 16px;
  width: 337px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.info-wrap i {
  display: block;
  font-style: normal;
  color: #67697b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  -webkit-box-shadow: 0 0 27px rgba(103, 105, 123, 0.31);
  box-shadow: 0 0 27px rgba(103, 105, 123, 0.31);
  border-radius: 3px;
  background-color: white;
  padding: 30px 25px 42px 47px;
  position: relative;
  text-transform: none;
  text-align: left;
}

.info-wrap i:after {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  width: 37px;
  height: 49px;
  background: url("../img/info-icon.png") center no-repeat;
}

.info-wrap-example {
  display: block;
  font-weight: 400;
  margin-top: 20px;
}

.info-wrap-example a {
  display: inline-block;
  color: #d4145a;
}

.guideline {
  padding-top: 13px;
  padding-bottom: 65px;
}

.guideline-title {
  text-align: center;
  color: #151b4e;
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
}

.guideline-subtitle {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #d4145a;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.guideline-subtitle .info-wrap {
  width: 483px;
}

.guideline-subtitle b {
  font-weight: 700;
}

.guideline-text {
  margin-bottom: 35px;
}

.guideline-text p {
  color: #151b4e;
  font-size: 18px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

.guideline-text p:last-child {
  margin-bottom: 0;
}

.guideline-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.guideline-info-wrap a {
  display: inline-block;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: underline;
  padding-right: 25px;
  position: relative;
}

.guideline-info-wrap a:hover {
  text-decoration: none;
}

.guideline-info-wrap a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -19px;
  width: 56px;
  height: 71px;
  background: url(../img/arrow3.png) center no-repeat;
}

.guideline-info {
  max-width: 370px;
  width: 100%;
}

.guideline-old-price {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.guideline-old-price span {
  color: #585c6d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  max-width: 164px;
  width: 100%;
  margin-right: 24px;
}

.guideline-old-price b {
  color: #6b6d77;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-decoration: line-through;
}

.guideline-new-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.guideline-new-price span {
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 24px;
}

.guideline-new-price b {
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}

.callback {
  padding-top: 50px;
  padding-bottom: 30px;
}

.callback-title {
  text-align: center;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 21px;
}

.callback-title span {
  display: inline-block;
  position: relative;
}

.callback-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 110%;
  width: 10000px;
  height: 38px;
  background: url(../img/services-item-bg.png) right center repeat;
}

.callback-title b {
  font-weight: 700;
  color: #d4145a;
  text-transform: uppercase;
}

.callback-text1 {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 56px;
}

.callback-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1112px;
  width: 100%;
  margin-bottom: 62px;
}

.callback-info-wrap1 h3 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 19px;
  position: relative;
  margin-bottom: 15px;
}

.callback-info-wrap1 h3:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 31px;
  background-color: #f8da26;
}

.callback-info-wrap1 ul {
  padding-left: 19px;
}

.callback-info-wrap1 li {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  margin-bottom: 7px;
  padding-left: 26px;
  position: relative;
}

.callback-info-wrap1 li:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #d4145a;
  border-radius: 50%;
}

.callback-info-wrap1 li:last-child {
  margin-bottom: 0;
}

.callback-price {
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}

.callback-price b {
  font-size: 36px;
  font-weight: 700;
}

.callback-term {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

.callback-term b {
  font-weight: 700;
}

.callback-text2 {
  text-align: center;
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 30px;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pattern {
  padding-top: 30px;
  padding-bottom: 50px;
}

.pattern-title {
  text-align: center;
  margin-bottom: 32px;
}

.pattern-title span {
  display: inline-block;
  color: #151b4e;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.pattern-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 110%;
  width: 10000px;
  height: 38px;
  background: url(../img/services-item-bg.png) left center repeat;
}

.pattern-text1 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 29px;
}

.pattern-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  margin-bottom: 59px;
}

.pattern-wrap1 {
  width: calc(100% - 350px);
}

.pattern-wrap1 p {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.pattern-wrap2 {
  max-width: 240px;
  width: 100%;
  margin-top: 7px;
}

.pattern-wrap2 span {
  display: block;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.pattern-wrap2 b {
  display: block;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.pattern-wrap2 i {
  display: block;
  font-style: normal;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.pattern-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -15px;
  margin-top: -30px;
}

.pattern-col {
  width: 25%;
  padding: 0px 15px;
  margin-top: 30px;
}

.pattern-item {
  text-align: center;
  display: block;
  transition: opacity 0.3s;
}

.pattern-item:hover {
  opacity: 0.7;
}

.pattern-item img {
  box-shadow: 0 0 13px rgba(184, 184, 184, 0.5);
}

.blank {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

.blank:after {
  content: '';
  position: absolute;
  top: -134px;
  right: 20px;
  z-index: -1;
  width: 43px;
  height: 354px;
  background: url(../img/blank-bg.png) center no-repeat;
}

.blank-title {
  text-align: center;
  margin-bottom: 25px;
}

.blank-title span {
  display: inline-block;
  color: #151b4e;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.blank-title span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 110%;
  width: 10000px;
  height: 38px;
  background: url(../img/services-item-bg.png) right center repeat;
}

.blank-text1 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 34px;
}

.blank-text2 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blank-list {
  margin-bottom: 26px;
}

.blank-list li {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  margin-bottom: 7px;
}

.blank-list li:last-child {
  margin-bottom: 0;
}

.blank-list li:before {
  content: '-';
  margin-right: 5px;
}

.blank-wrap1 {
  max-width: 305px;
  width: 100%;
}

.blank-wrap1 span {
  display: block;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.blank-wrap1 b {
  display: block;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
}

.blank-wrap1 i {
  display: block;
  font-style: normal;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  max-width: 240px;
  width: 100%;
}

.productLogo {
  padding-top: 26px;
  padding-bottom: 50px;
}

.productLogo-title {
  text-align: center;
  margin-bottom: 36px;
}

.productLogo-title span {
  display: inline-block;
  color: #151b4e;
  font-size: 48px;
  line-height: 59px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  max-width: 830px;
  width: 100%;
}

.productLogo-title span:after {
  content: '';
  position: absolute;
  top: -50px;
  left: 97%;
  width: 10000px;
  height: 38px;
  background: url(../img/services-item-bg.png) left center repeat;
}

.productLogo-text1 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

.productLogo-text2 {
  color: #151b4e;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 30px;
}

.productLogo-wrap1 {
  max-width: 240px;
  width: 100%;
}

.productLogo-wrap1 span {
  display: block;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.productLogo-wrap1 b {
  display: block;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
}

.productLogo-wrap1 i {
  display: block;
  font-style: normal;
  color: #d4145a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.no-touch .main-header-menu a:hover:after,
.no-touch .main-header-menu a:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.no-touch .info:hover .info-icon {
  background-position: -19px 0;
}

.no-touch .info:hover span,
.no-touch .info-wrap-example a:hover,
.no-touch .attendance-item-wrap2 a:hover {
  text-decoration: underline;
}

.no-touch .info:hover .info-wrap {
  opacity: 1;
  visibility: visible;
}

.no-touch .info:hover {
  z-index: 11;
}

.no-touch .aboutMe-item p a:hover,
.no-touch .contacts-link1:hover {
  text-decoration: none;
}

.no-touch .swiper-button-prev-style1:hover,
.no-touch .swiper-button-next-style1:hover {
  background-position: -59px 0;
}

@media only screen and (max-width: 1900px) {
  .work .section-title,
  .contacts .section-title {
    left: 5px;
    max-width: 120px;
    top: 200px;
  }

  .banner:before,
  .banner:after {
    height: 250px;
  }
}

@media only screen and (max-width: 1600px) {
  .services-item-item:last-child .info .info-wrap,
  .services-item-item:nth-child(3) .info .info-wrap {
    right: 0;
    left: auto;
  }

  .services-item-item:first-child .info .info-wrap,
  .services-item-item:nth-child(2) .info .info-wrap {
    left: 0;
  }
}

@media only screen and (max-width: 1230px) {
  .work-item {
    max-width: 500px;
  }

  .work-list {
    max-width: 895px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .guideline-subtitle .info-wrap {
    width: 337px;
  }

  .guideline-subtitle .info-wrap i {
    font-size: 14px;
    line-height: 1.4;
  }

  .callback-term .info-wrap {
    left: -200px;
  }
}

@media only screen and (max-width: 1150px) {
  .main-header-logo-wrap {
    max-width: 765px;
  }
}

@media only screen and (max-width: 1100px) {
  .main-header-logo-wrap {
    max-width: 552px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header-wrap1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-header-descr h1 {
    margin-top: 0;
  }

  .main-header-logo {
    margin-bottom: 15px;
  }

  .main-header-container1 {
    padding: 30px 0;
  }

  .services-item-list {
    margin-top: -30px;
  }

  .services-item-item,
  .services-item-wrap:last-child .services-item-item {
    width: 48%;
    margin-top: 30px;
  }

  .services {
    padding: 30px 0;
  }

  .services-item-item:nth-child(2n) .info .info-wrap {
    right: 0;
    left: auto;
  }

  .services-item-item:nth-child(odd) .info .info-wrap {
    right: auto;
    left: 0;
  }

  .section-title {
    opacity: 0.3;
  }

  .contacts-list1 {
    margin-top: -20px;
  }

  .contacts-list1 li {
    width: 48%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1050px) {
  .callback-info-wrap1 {
    max-width: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .attendance-text4 h3 i {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-menu li {
    width: 33.333%;
  }
}

@media only screen and (max-width: 950px) {
  .work-list:after {
    display: none;
  }

  .work-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px;
  }

  .work-item {
    max-width: none;
    width: 48%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 120px;
    margin-left: 0;
  }

  .work-item:nth-child(2n) {
    padding-right: 0;
    text-align: left;
    margin-right: 0;
  }

  .work-item:nth-child(2n):after {
    left: 50%;
    right: auto;
  }

  .work-item:after {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .work-item:nth-child(3):after {
    top: 0;
  }

  .work-item:nth-child(3),
  .work-item:nth-child(4) {
    margin-bottom: 0;
  }

  .banner-logo-wrap h1 span {
    display: block;
    margin-left: 0;
  }

  .banner-logo-wrap h1 {
    max-width: 284px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    text-align: center;
  }

  .banner-logo-wrap h1 span {
    font-size: 16px;
  }

  .banner-logo-wrap h1:after {
    bottom: 5px;
    right: 9px;
  }

  .banner-logo {
    max-width: 400px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 900px) {
  .main-header-logo-wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .main-header-contact-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .services-item h3,
  .work h2,
  .aboutMe h2,
  .aboutMe h2,
  .contacts-title h2,
  .reviews h2 span,
  .guideline-title,
  .callback-title,
  .pattern-title span,
  .blank-title span,
  .productLogo-title span {
    font-size: 38px;
    line-height: 1.4;
  }

  .work-list {
    margin-bottom: 50px;
  }

  .aboutMe,
  .contacts,
  .reviews,
  .work,
  .main-footer-wrap {
    padding: 40px 0;
  }

  .guideline-subtitle {
    font-size: 26px;
  }

  .guideline-title,
  .guideline-subtitle {
    text-align: left;
  }

  .guideline-text p,
  .callback-text1,
  .callback-info-wrap1 li,
  .callback-text2,
  .pattern-wrap1 p,
  .pattern-text1,
  .blank-text1,
  .blank-text2,
  .blank-list li,
  .productLogo-text1,
  .productLogo-text2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .guideline-info-wrap a {
    font-size: 18px;
  }

  .callback-info-wrap1 h3 {
    font-size: 28px;
  }

  .callback-price b {
    font-size: 30px;
  }

  .callback-info-wrap1 {
    max-width: none;
    margin-bottom: 25px;
  }

  .productLogo,
  .blank,
  .pattern,
  .callback,
  .guideline {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 850px) {
  .aboutMe-item {
    width: 30%;
  }

  .attendance-item-wrap2 {
    width: 100%;
    margin-top: 20px;
  }

  .attendance-item-text h3 {
    font-size: 26px;
  }

  .attendance-item-wrap2 .attendance-item-text {
    margin-bottom: 20px;
  }

  .attendance-item-wrap2 .attendance-item-text p {
    font-size: 16px;
    line-height: 1.3;
  }

  .attendance-item-text {
    margin-bottom: 20px;
  }

  .attendance-price2 {
    font-size: 30px;
  }

  .attendance-item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .reviews-slider {
    padding: 0;
    padding-bottom: 40px;
  }

  .reviews-slider .swiper-button-prev-style1,
  .reviews-slider .swiper-button-next-style1 {
    display: none;
  }

  .pattern-wrap1 {
    width: 100%;
    margin-bottom: 25px;
  }

  .pattern-col {
    width: 33.333%;
  }
}

@media only screen and (max-width: 700px) {
  .services-item h3,
  .work h2,
  .aboutMe h2,
  .aboutMe h2,
  .contacts-title h2,
  .reviews h2 span,
  .guideline-title,
  .callback-title,
  .pattern-title span,
  .blank-title span,
  .productLogo-title span {
    font-size: 30px;
  }

  .services-item h4 {
    font-size: 19px;
  }

  .services-item-item h5 {
    font-size: 20px;
  }

  .work-item,
  .work-item:nth-child(2n) {
    width: 100%;
    text-align: center;
  }

  .work-item:nth-child(3) p {
    max-width: none;
  }

  .work-item-title h3 {
    font-size: 20px;
  }

  .aboutMe-item {
    width: 48%;
  }

  .attendance-text1 h3,
  .attendance-text3 h3,
  .attendance-text2 p {
    font-size: 26px;
    line-height: 1.4;
  }

  .attendance-text1 p,
  .attendance-text3 p {
    font-size: 18px;
    line-height: 1.4;
  }

  .attendance-text4 h3 i {
    font-size: 30px;
    line-height: 30px;
  }

  .attendance-text4 h3 {
    font-size: 26px;
  }

  .attendance-text4:before {
    top: -145px;
  }

  .guideline-info {
    max-width: none;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 650px) {
  .main-header-descr h1 span {
    display: block;
    margin-left: 0;
  }

  .main-header-logo {
    max-width: none;
    text-align: center;
  }

  .main-header-descr {
    max-width: 284px;
  }

  .main-header-descr h1 {
    text-align: center;
  }

  .main-header-descr h1:after {
    bottom: 4px;
    right: 9px;
  }

  .main-header-menu a {
    padding: 10px;
    font-size: 22px;
  }

  .services-item-item,
  .services-item-wrap:last-child .services-item-item {
    width: 100%;
  }

  .services {
    padding: 30px 0;
  }

  .services-item-item:nth-child(2n) .info .info-wrap {
    right: auto;
  }

  .services-item-item:nth-child(odd) .info .info-wrap {
    left: 0;
  }

  .services-item-item .info-gift .info-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .services-item-item-term span {
    width: 100%;
  }

  .info-wrap {
    width: 270px;
  }

  .banner-menu li {
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-menu li:last-child {
    margin-bottom: 0;
  }

  .banner-menu a {
    min-height: initial;
  }

  .banner-menu a:before,
  .banner-menu a:after {
    display: none;
  }

  .guideline-subtitle .info-wrap,
  .callback-term .info-wrap {
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  .contacts-list1 li {
    width: 100%;
  }

  .banner .contacts-list1 {
    max-width: 275px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pattern-col {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .banner-logo {
    max-width: 290px;
  }

  .attendance-text4 h3 i {
    font-size: 26px;
    line-height: 26px;
  }

  .attendance-text4 h3 {
    font-size: 20px;
  }

  .attendance-text4:before {
    top: -145px;
  }

  .attendance-text1 {
    margin-bottom: 85px;
  }

  .attendance-text2 {
    margin-bottom: 110px;
  }

  .attendance-text3 {
    margin-bottom: 125px;
  }
}

@media only screen and (max-width: 480px) {
  .services-item h3,
  .work h2,
  .aboutMe h2,
  .aboutMe h2,
  .contacts-title h2,
  .reviews h2 span {
    font-size: 27px;
  }

  .aboutMe-item {
    width: 100%;
  }

  .aboutMe-item p {
    max-width: none;
  }

  .aboutMe-item i {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .guideline-subtitle .info-wrap {
    width: 300px;
    font-size: 13px;
  }

  .guideline-old-price span,
  .guideline-new-price span {
    margin-right: 0;
    max-width: none;
    margin-bottom: 10px;
    width: 100%;
  }
}

