@charset "UTF-8";

*::-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;
}

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;
}

.btn1 {
  display: inline-block;
  color: white;
  font-family: "Merriweather", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 300px;
  border: 1px solid #bf1920;
  padding: 16.5px 38px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn2 {
  display: inline-block;
  border-radius: 300px;
  border: 1px dashed rgba(239, 44, 61, 0.34);
  padding: 11px 14px;
  background-color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn2 span {
  display: block;
  color: white;
  font-family: "Merriweather", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 300px;
  background-color: #ef2c3d;
  padding: 19.5px 58px;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

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

.main-header {
  padding-top: 11px;
  padding-bottom: 11px;
}

.main-header-wrap {
  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;
}

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

.main-header-container {
  max-width: 710px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header-container .btn1 {
  display: block;
  max-width: 201px;
  width: 100%;
  padding: 16.5px 5px;
  text-align: center;
}

.main-header-tel {
  color: white;
  font-size: 19px;
  letter-spacing: 0.95px;
  padding-left: 27px;
  position: relative;
}

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

.main-header-soc-list {
  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;
}

.main-header-soc-list li {
  line-height: 0;
  margin-right: 6px;
  width: 21px;
}

.main-header-soc-list li:last-child {
  margin-right: 0;
}

.main-header-soc-list a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner {
  position: relative;
}

.banner .container {
  padding-top: 43px;
  padding-bottom: 97px;
}

.banner-wrap {
  position: relative;
  background: url("../img/banner-bg.jpg") center/cover no-repeat;
}

.banner-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-620px);
  transform: translateX(-620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-line:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.07);
}

.banner-line:after {
  content: '';
  width: 6px;
  height: 56px;
  background-color: #bf1920;
  margin-top: 12px;
}

.banner-line span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 95px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.banner-img {
  position: absolute;
  bottom: 0;
  right: -263px;
  width: 787px;
}

.banner h1 {
  max-width: 640px;
  width: 100%;
  color: white;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  line-height: 57px;
  margin-bottom: 69px;
}

.banner h1 b {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  background-color: #bf1920;
  padding: 1px 4px;
  font-style: italic;
  margin-top: 19px;
  margin-left: -5px;
}

.banner i {
  display: block;
  color: rgba(255, 255, 255, 0.57);
  font-size: 17px;
  line-height: 27px;
  max-width: 475px;
  width: 100%;
  margin-bottom: 74px;
}

.banner-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;
  max-width: 871px;
  width: 100%;
}

.banner-item {
  width: 48.3%;
  padding-left: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.banner-item p {
  width: 100%;
  border-radius: 10px;
  background-color: white;
  padding: 25px 33px 25px 46px;
  color: #161616;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

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

.aboutus {
  position: relative;
}

.aboutus .container {
  padding-top: 26px;
  padding-bottom: 119px;
}

.aboutus-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-620px);
  transform: translateX(-620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutus-line:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: rgba(180, 180, 180, 0.21);
}

.aboutus-line:after {
  content: '';
  width: 6px;
  height: 56px;
  background-color: #bf1920;
  margin-top: 12px;
}

.aboutus-line span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 120px;
  color: rgba(168, 168, 168, 0.79);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin-top: 322px;
}

.aboutus-bg {
  position: absolute;
  z-index: -1;
  bottom: 26px;
  right: 0;
  width: 961px;
}

.aboutus-text-bg {
  position: absolute;
  color: rgba(242, 242, 242, 0.51);
  font-family: "Impact", sans-serif;
  font-size: 127px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-175px);
  transform: translateX(-175px);
  bottom: 146px;
  width: 735px;
}

.aboutus-wrap {
  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: 77px;
}

.aboutus-img {
  max-width: 413px;
  width: 100%;
}

.aboutus-text {
  width: calc(100% - 509px);
  margin-top: 71px;
}

.aboutus-text h2 {
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  line-height: 60px;
  max-width: 480px;
  width: 100%;
  margin-bottom: 32px;
}

.aboutus-text h2 b {
  font-weight: 400;
  color: #ef2c3d;
}

.aboutus-text p {
  color: #161616;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 47px;
  max-width: 540px;
  width: 100%;
}

.aboutus-text span {
  display: block;
  color: #161616;
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
  line-height: 33px;
  max-width: 505px;
  width: 100%;
  margin-bottom: 68px;
}

.aboutus-text ul {
  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;
  position: relative;
}

.aboutus-text ul:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 16px;
  width: 591px;
  height: 78px;
  background: url("../img/aboutus-info-bg.png") center no-repeat;
}

.aboutus-text ul li {
  width: 30%;
  text-align: center;
  color: #161616;
  font-size: 19px;
  line-height: 28px;
  padding-top: 62px;
  position: relative;
}

.aboutus-text ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 38px;
  height: 52px;
  background: url("../img/adress-icon.png") center no-repeat;
}

.aboutus-text ul li b {
  display: block;
  font-weight: 600;
}

.aboutus-text ul li:nth-child(2) {
  margin-top: 50px;
}

.aboutus h3 {
  color: #ef2c3d;
  font-family: "Merriweather", sans-serif;
  font-size: 26px;
  line-height: 51px;
  margin-bottom: 67px;
}

.aboutus h3 b {
  display: block;
  color: #292929;
  font-size: 40px;
  font-weight: 400;
}

.aboutus-list-wrap {
  position: relative;
}

.aboutus-list-img {
  width: 321px;
  position: absolute;
  z-index: 1;
  bottom: -89px;
  right: -152px;
}

.aboutus-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: 0px -24px;
  margin-top: -24px;
}

.aboutus-col {
  padding: 0px 24px;
  margin-top: 24px;
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutus-col:last-child .aboutus-item p {
  padding-top: 0;
}

.aboutus-col:last-child .aboutus-item p:after {
  display: none;
}

.aboutus-col:last-child .aboutus-item {
  background-color: #f3f3f3;
}

.aboutus-col:last-child .aboutus-item:after {
  border: 1px dashed #f29ea6;
}

.aboutus-item {
  background-color: #fff;
  -webkit-box-shadow: 2px 10px 15px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 10px 15px 0px rgba(0, 0, 0, 0.26);
  width: 100%;
  border-radius: 10px;
  position: relative;
  padding: 31px 18px 31px 22px;
}

.aboutus-item:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border-radius: 10px;
  border: 1px dashed #ececec;
}

.aboutus-item p {
  color: #161616;
  font-size: 15px;
  line-height: 23px;
  padding-top: 27px;
  position: relative;
}

.aboutus-item p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #bf1920;
}

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

.aboutus-item p i {
  display: block;
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 17px;
  line-height: 30px;
  max-width: 235px;
  width: 100%;
}

.aboutus-item p i span {
  color: #ef2c3d;
}

.work {
  background: url("../img/work-bg.jpg") center/cover no-repeat;
}

.work .container {
  padding-top: 100px;
  padding-bottom: 163px;
}

.work-img {
  position: absolute;
  z-index: 1;
  bottom: -191px;
  right: -409px;
  width: 840px;
  pointer-events: none;
}

.work-wrap {
  position: relative;
  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;
}

.work-text {
  max-width: 555px;
  width: 100%;
}

.work-text h2 {
  color: white;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  margin-bottom: 61px;
}

.work-text span {
  display: block;
  color: white;
  font-size: 18px;
  margin-bottom: 63px;
}

.work-text p {
  color: white;
  font-size: 18px;
  font-style: italic;
  line-height: 29px;
  position: relative;
}

.work-text p:after {
  content: '“';
  position: absolute;
  top: 66%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -66px;
  color: #bf1920;
  font-family: "Arial", sans-serif;
  font-size: 135px;
  line-height: 1;
  font-style: normal;
}

.work-form-wrap {
  max-width: 440px;
  width: 100%;
  border-radius: 15px;
  background-color: white;
  position: relative;
  padding: 65px 52px 39px 52px;
  margin-top: 17px;
}

.work-form-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 82px;
  height: 82px;
  background: url("../img/work-form-icon.png") center no-repeat;
}

.work-form-wrap h3 {
  text-align: center;
  max-width: 290px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.work-form-wrap h3 b {
  display: block;
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 7px;
}

.work-form-wrap h3 span {
  display: block;
  color: #292929;
  font-size: 15px;
  line-height: 20px;
}

.work-form .btn2 {
  display: block;
  max-width: 255px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.work-form .btn2 span {
  padding: 19.5px 5px;
}

.advantages {
  padding-top: 81px;
  padding-bottom: 81px;
  position: relative;
}

.advantages-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-620px);
  transform: translateX(-620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-line:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: rgba(180, 180, 180, 0.21);
}

.advantages-line:after {
  content: '';
  width: 6px;
  height: 56px;
  background-color: #bf1920;
  margin-top: 12px;
}

.advantages-line span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 115px;
  color: rgba(168, 168, 168, 0.79);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin-top: 469px;
}

.advantages-img {
  position: absolute;
  z-index: 1;
  width: 267px;
  left: 123px;
  top: 470px;
}

.advantages-text-bg {
  position: absolute;
  top: 74px;
  left: 50%;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  color: rgba(248, 248, 248, 0.63);
  font-family: "Impact", sans-serif;
  font-size: 90px;
  line-height: 1;
  width: 1445px;
}

.advantages h2 {
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  line-height: 60px;
  max-width: 490px;
  width: 100%;
  margin-bottom: 68px;
}

.advantages h2 b {
  font-weight: 400;
  color: #ef2c3d;
}

.advantages-list {
  position: relative;
  z-index: 2;
}

.advantages-item {
  max-width: 845px;
  width: 100%;
  padding: 52px 59px 20px 59px;
  border-radius: 20px;
  background-color: rgba(232, 232, 232, 0.51);
  margin-bottom: 43px;
  min-height: 267px;
}

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

.advantages-item:nth-child(2n) {
  margin-left: auto;
}

.advantages-item h3 {
  color: #292929;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}

.advantages-item p {
  color: #292929;
  font-size: 14px;
  line-height: 22px;
  max-width: 690px;
  width: 100%;
}

.aboutCompany {
  padding-top: 71px;
  padding-bottom: 179px;
  position: relative;
}

.aboutCompany-bg {
  position: absolute;
  z-index: -1;
  top: 79px;
  left: 50%;
  -webkit-transform: translateX(286px);
  transform: translateX(286px);
  width: 672px;
}

.aboutCompany-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-620px);
  transform: translateX(-620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutCompany-line:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: rgba(180, 180, 180, 0.21);
}

.aboutCompany-line:after {
  content: '';
  width: 6px;
  height: 56px;
  background-color: #bf1920;
  margin-top: 12px;
}

.aboutCompany-line span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 70px;
  color: rgba(168, 168, 168, 0.79);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin-top: 271px;
}

.aboutCompany-wrap {
  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;
}

.aboutCompany-text {
  max-width: 585px;
  width: 100%;
}

.aboutCompany-text h2 {
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  margin-bottom: 60px;
}

.aboutCompany-text h3 {
  color: #161616;
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
  margin-bottom: 21px;
}

.aboutCompany-text-wrap {
  margin-bottom: 80px;
}

.aboutCompany-text-wrap p {
  color: #161616;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}

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

.aboutCompany-text-wrap p b {
  font-weight: 700;
}

.aboutCompany-img {
  max-width: 492px;
  width: 100%;
  margin-top: 50px;
  margin-right: -50px;
}

.aboutCompany-item {
  margin-bottom: 25px;
  position: relative;
  padding-left: 73px;
}

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

.aboutCompany-item p {
  color: #161616;
  font-size: 16px;
  line-height: 25px;
}

.aboutCompany-item p b {
  font-weight: 700;
  font-style: italic;
}

.aboutCompany-item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 52px;
  text-align: center;
}

.feedback {
  background-color: #e8e8e8;
  position: relative;
}

.feedback .container {
  padding-top: 34px;
  padding-bottom: 41px;
}

.feedback-bg {
  position: absolute;
  right: -236px;
  width: 546px;
  bottom: -100px;
}

.feedback-img {
  width: 667px;
  position: absolute;
  top: -54px;
  left: -262px;
}

.feedback-wrap {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
}

.feedback-wrap h2 {
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 46px;
  margin-bottom: 12px;
}

.feedback-wrap h2 b {
  font-weight: 400;
  color: #ef2c3d;
}

.feedback-wrap p {
  color: #292929;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  max-width: 490px;
  width: 100%;
}

.help {
  padding-top: 135px;
  padding-bottom: 142px;
  position: relative;
}

.help-bg1 {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 130px;
  width: 245px;
}

.help-bg2 {
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  width: 517px;
}

.help-bg3 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 496px;
}

.help-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-620px);
  transform: translateX(-620px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.help-line:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  background-color: rgba(180, 180, 180, 0.21);
}

.help-line:after {
  content: '';
  width: 6px;
  height: 56px;
  background-color: #bf1920;
  margin-top: 12px;
}

.help-line span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 85px;
  color: rgba(168, 168, 168, 0.79);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin-top: 186px;
}

.help h2 {
  color: #292929;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  margin-bottom: 92px;
}

.help-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;
}

.help-item {
  width: 48.5%;
  border: 1px dashed #c6c6c6;
  padding: 56px 43px 30px 45px;
  position: relative;
}

.help-item p {
  color: #161616;
  font-size: 15px;
  line-height: 26px;
}

.help-item p b {
  font-weight: 700;
  font-style: italic;
}

.help-item-title {
  color: #161616;
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
  line-height: 30px;
  max-width: 445px;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 110px;
  padding-right: 21px;
  background-color: #fff;
}

.help-item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.callback {
  padding-top: 84px;
  padding-bottom: 69px;
  background: url("../img/callback-bg.jpg") center/cover no-repeat;
}

.callback h2 {
  color: white;
  font-family: "Merriweather", sans-serif;
  font-size: 40px;
  margin-bottom: 116px;
}

.callback-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: 0px -16px;
  margin-top: -25px;
  margin-bottom: 81px;
}

.callback-col {
  width: 25%;
  padding: 0px 16px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.callback-col:last-child .callback-item:after {
  display: none;
}

.callback-item {
  border-radius: 10px;
  background-color: white;
  width: 100%;
  padding: 50px 5px 18px 5px;
  position: relative;
  z-index: 1;
}

.callback-item:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 44%;
  width: 306px;
  height: 118px;
  background: url("../img/line1.png") center no-repeat;
}

.callback-item p {
  text-align: center;
  color: #161616;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

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

.callback-item-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.callback-wrap {
  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;
}

.callback-contact {
  max-width: 555px;
  width: 100%;
  padding-left: 125px;
  position: relative;
}

.callback-contact > b {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.callback-contact:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 99px;
  height: 115px;
  background: url("../img/phone-img.png") center no-repeat;
}

.callback-contact h3 {
  color: white;
  font-size: 20px;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 18px;
}

.callback-contact h3 b {
  font-weight: 400;
  background-color: #bf1920;
  padding: 2.5px 4px;
  margin-right: 3px;
}

.callback-tel-container {
  margin-bottom: 9px;
}

.callback-tel-wrap {
  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: 2px;
}

.callback-tel-wrap:last-child {
  margin-bottom: 0;
}

.callback-tel {
  display: inline-block;
  color: white;
  font-size: 30px;
  letter-spacing: 1.5px;
  min-width: 233px;
  margin-right: 23px;
}

.callback-email {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.callback-soc-list {
  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;
}

.callback-soc-list li {
  line-height: 0;
  width: 33px;
  margin-right: 10px;
}

.callback-soc-list li:last-child {
  margin-right: 0;
}

.callback-soc-list a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.callback-btn-wrap {
  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;
  max-width: 345px;
  width: 100%;
}

.callback-btn-wrap i {
  color: white;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  font-style: normal;
}

.callback-btn-wrap .btn2 {
  display: block;
  max-width: 281px;
  width: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.callback-btn-wrap .btn2 span {
  padding: 19.5px 5px;
  text-align: center;
}

.feature {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #e8e8e8;
}

.feature-list {
  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;
}

.feature-item {
  width: 25%;
  padding: 0px 15px;
  padding-left: 40px;
  position: relative;
}

.feature-item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 27px;
  height: 21px;
  background: url("../img/feature-item-icon.png") center no-repeat;
}

.feature-item p {
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  max-width: 250px;
  width: 100%;
}

.main-footer {
  padding-top: 7px;
  padding-bottom: 14px;
}

.main-footer-wrap {
  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;
}

.main-footer-wrap a {
  display: inline-block;
  color: rgba(31, 31, 31, 0.68);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.main-footer-logo {
  max-width: 332px;
  width: 100%;
}

.popup {
  max-width: 400px;
  width: 95%;
  background-color: #fff;
  padding: 40px 15px;
}

.popup h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: 700;
}

.popup-form {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.popup-form .label {
  margin-bottom: 20px;
}

.popup-form .btn2 {
  display: block;
  width: 100%;
}

.popup-form .btn2 span {
  padding: 19.5px 5px;
}

.fancybox-close-small {
  top: -25px;
  right: 0;
  width: 17px;
  height: 17px;
  background: url("../img/close.svg") center/contain no-repeat;
}

.pop {
  background-color: #fff;
  max-width: 500px;
  width: 95%;
  text-align: center;
  padding: 40px 15px;
  font-size: 23px;
}

.pop .fancybox-close-small {
  display: none;
}

.popup-politic {
  max-width: 800px;
  width: 95%;
  background-color: #fff;
  padding: 20px 30px;
}

.popup-politic h2 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 32px;
}

.popup-politic h3 {
  margin: 20px 0;
  font-size: 22px;
}

.popup-politic p {
  margin: 10px 0;
  font-size: 17px;
}

.lang-list {
  max-width: 25px;
  width: 100%;
}

.lang-list li {
  line-height: 0;
}

.lang-list a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label {
  display: block;
  position: relative;
  margin-bottom: 37px;
}

.label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 31px;
  width: 19px;
  height: 19px;
  background: url("../img/tel-icon1.png") center no-repeat;
}

.input {
  display: block;
  width: 100%;
  color: black;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.85px;
  outline: none;
  border-radius: 300px;
  border: 1px solid #cfcfcf;
  padding: 15px 60px;
  padding-left: 32px;
}

.input::-webkit-input-placeholder {
  color: #a7a7a7;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.85px;
}

.input:-ms-input-placeholder {
  color: #a7a7a7;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.85px;
}

.input::-ms-input-placeholder {
  color: #a7a7a7;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.85px;
}

.input::placeholder {
  color: #a7a7a7;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.85px;
}

.no-touch .main-header-soc-list a:hover,
.no-touch .btn2:hover,
.no-touch .callback-soc-list a:hover {
  opacity: 0.7;
}

.no-touch .btn1:hover {
  background-color: #bf1920;
}

.no-touch .main-footer-wrap a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1700px) {
  .help-bg3 {
    opacity: 0.2;
  }
}

@media only screen and (max-width: 1500px) {
  .feedback-bg {
    width: 300px;
    right: -100px;
    bottom: -120px;
  }

  .feedback-img {
    width: 350px;
    left: 0;
    top: 40px;
  }
}

@media only screen and (max-width: 1350px) {
  .aboutus-list-img {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -210px;
    width: 250px;
  }

  .aboutus .container {
    padding-bottom: 230px;
  }

  .work-img {
    width: 500px;
    right: -70px;
    bottom: -70px;
  }

  .work-text p:after {
    display: none;
  }
}

@media only screen and (max-width: 1270px) {
  .banner-line,
  .aboutus-line,
  .advantages-line,
  .aboutCompany-line,
  .help-line {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .aboutus-text ul:before {
    display: none;
  }

  .aboutus-text ul li:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .banner-img {
    width: 600px;
    right: -230px;
  }

  .aboutCompany-text {
    max-width: 470px;
  }
}

@media only screen and (max-width: 1050px) {
  .work-text,
  .work-form-wrap {
    max-width: none;
    width: 48%;
  }

  .feedback-wrap {
    max-width: 500px;
  }

  .feedback-wrap h2 {
    font-size: 38px;
  }

  .callback-wrap {
    max-width: 555px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .callback-contact {
    margin-bottom: 20px;
  }

  .callback-btn-wrap {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .callback-btn-wrap i {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .main-header-wrap {
    max-width: 710px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-header-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }

  .aboutus-img {
    max-width: 370px;
  }

  .aboutus-text {
    width: calc(100% - 390px);
  }

  .aboutCompany-bg {
    display: none;
  }

  .aboutCompany-text {
    max-width: none;
  }

  .aboutCompany-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

  .aboutCompany {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .callback-item:after {
    display: none;
  }

  .callback h2 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 900px) {
  .work .container,
  .advantages,
  .help,
  .callback {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .aboutus .container {
    padding-top: 30px;
  }

  .banner .container {
    padding-top: 30px;
    padding-bottom: 300px;
  }

  .banner-img {
    width: 350px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .banner h1 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 485px;
  }

  .banner h1 b {
    margin-top: 0;
    font-size: 30px;
  }

  .banner i {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 35px;
  }

  .aboutus-text h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .aboutus-text p {
    margin-bottom: 20px;
  }

  .aboutus-text span {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .aboutus-text ul li {
    font-size: 17px;
    line-height: 1.4;
  }

  .aboutus-text {
    margin-top: 0;
  }

  .aboutus-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .aboutus h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .aboutus h3 b {
    font-size: 27px;
  }

  .aboutus-col {
    width: 50%;
  }

  .work-img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
    margin-top: 25px;
  }

  .work-text h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .work-text span {
    margin-bottom: 30px;
  }

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

  .work-text {
    width: 100%;
    margin-bottom: 25px;
  }

  .work-form-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .advantages h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .advantages-item {
    max-width: none;
    padding: 30px 15px;
    min-height: initial;
  }

  .advantages-img {
    width: 170px;
  }

  .aboutCompany-text h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .aboutCompany-text-wrap {
    margin-bottom: 50px;
  }

  .feedback-bg {
    display: none;
  }

  .feedback-img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 600px;
    width: 100%;
  }

  .feedback-wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .feedback-wrap h2 {
    font-size: 30px;
  }

  .feedback-wrap p {
    margin-left: auto;
    margin-right: auto;
  }

  .help h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }

  .help-bg1,
  .help-bg2,
  .help-bg3 {
    display: none;
  }

  .callback h2 {
    font-size: 30px;
  }

  .callback-col {
    width: 50%;
    margin-top: 60px;
  }

  .callback-list {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .feature-item {
    width: 50%;
    margin-top: 20px;
  }

  .feature-list {
    margin-top: -20px;
  }

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

  .feature-item p br {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .aboutus-text {
    width: 100%;
  }

  .aboutus-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 250px;
  }

  .help-item {
    width: 100%;
    margin-bottom: 60px;
  }

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

  .main-header-container {
    max-width: 201px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header-wrap {
    max-width: none;
  }

  .main-header-logo {
    margin-left: 0;
  }

  .main-header-tel,
  .main-header-soc-list,
  .main-header-container .btn1 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 700px) {
  .banner-item {
    width: 100%;
    margin-top: 30px;
  }

  .banner-list {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 600px) {
  .aboutus-col {
    width: 100%;
  }

  .help-item-title {
    font-size: 17px;
    line-height: 1.4;
  }

  .help-item {
    padding: 20px 15px;
    padding-top: 60px;
  }

  .callback-col {
    width: 100%;
  }

  .callback-contact {
    padding-top: 140px;
    padding-left: 0;
  }

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

  .main-footer-wrap {
    max-width: 332px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .main-footer-logo {
    max-width: 300px;
    width: 100%;
  }

  .popup h2 {
    font-size: 26px;
  }

  .popup-politic h2 {
    font-size: 26px;
    margin: 10px 0;
  }

  .popup-politic h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .popup-politic p {
    font-size: 15px;
    margin: 5px 0;
  }

  .popup-politic {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .main-header-wrap {
    max-width: 221px;
  }

  .banner h1 {
    font-size: 24px;
  }

  .banner h1 b {
    font-size: 24px;
  }

  .banner-img {
    width: 290px;
  }

  .banner .container {
    padding-bottom: 245px;
    padding-top: 20px;
  }

  .aboutus-text h2 {
    font-size: 24px;
  }

  .feature-item {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .callback-tel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .callback-tel {
    margin-right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .aboutus-text ul li,
  .aboutus-text ul li:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }

  .aboutus-text ul {
    margin-top: -20px;
  }

  .work-form-wrap {
    padding: 65px 15px 39px 15px;
  }
}