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

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg > img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.btn1 {
  display: inline-block;
  color: #ff7700;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  border-radius: 300px;
  border: 1px solid #ff7700;
  padding: 11.5px 63px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.btn2 {
  display: inline-block;
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  border-radius: 300px;
  background-color: #ff7700;
  border: 1px solid #ff7700;
  padding: 17.5px 38px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

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

.main-header {
  padding: 20px 0;
}

.main-header-toggle {
  width: 25px;
  height: 25px;
  background: url("../img/menu.svg") center/contain no-repeat;
  cursor: pointer;
  display: none;
}

.main-header-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: url("../img/close.svg") center/contain no-repeat;
  cursor: pointer;
  display: none;
}

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

.main-header-tel-wrap {
  margin-left: auto;
  margin-right: 40px;
}

.main-header-tel-wrap p {
  line-height: 0;
  margin-bottom: 14px;
}

.main-header-tel-wrap p:last-child {
  margin-bottom: 0;
}

.main-header-tel {
  display: inline-block;
  line-height: 1;
  color: black;
  font-family: "Akrobat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 45px;
  position: relative;
}

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

.main-header-tel:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 29px;
  height: 29px;
  background: url("../img/tel-icon2.jpg") center no-repeat;
}

.main-header-tel2:before {
  width: 29px;
  height: 19px;
  background-image: url("../img/tel-icon3.jpg");
}

.banner {
  padding-top: 150px;
  padding-bottom: 167px;
  background: url("../img/banner-bg.jpg") center/cover no-repeat;
  overflow: hidden;
}

.banner-title {
  text-align: center;
  color: #fefefe;
  font-size: 48px;
  font-weight: 700;
  line-height: calc(60/48);
  text-transform: uppercase;
  position: relative;
}

.banner-title:after {
  content: '';
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 1230px;
  height: 296px;
  background: url("../img/banner-border.png") center no-repeat;
}

.services {
  padding-top: 75px;
  padding-bottom: 89px;
}

.services-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;
  margin: 0px -14px;
  margin-top: -25px;
}

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

.services-item {
  width: 100%;
  padding: 12px 10px 35px 10px;
  background-color: #f2f2f2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services-item h3 {
  color: black;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 27px;
  width: 100%;
}

.services-item .btn2 {
  display: block;
  width: 100%;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  padding: 17.5px 5px;
  text-align: center;
  margin-top: auto;
}

.services-item-img {
  padding-bottom: 63.6%;
  position: relative;
  margin-bottom: 22px;
  width: 100%;
}

.services-item-img-icon {
  position: absolute;
  right: 9px;
  bottom: 9px;
}

.company {
  padding-top: 82px;
  padding-bottom: 93px;
  background-color: #f6f6f6;
}

.company .section-title {
  padding-bottom: 34px;
  margin-bottom: 84px;
}

.company-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;
  margin: 0px -39px;
  margin-top: -64px;
}

.company-col {
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 39px;
  margin-top: 64px;
}

.company-item {
  width: 100%;
  -webkit-box-shadow: 0 15px 32px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.05);
  background-color: white;
  padding: 116px 46px 39px 46px;
  position: relative;
}

.company-item:after {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border: 1px dashed #dddddd;
}

.company-item b {
  display: block;
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  max-width: 170px;
  width: 100%;
}

.company-item-img {
  position: absolute;
  top: 34px;
  left: 45px;
  min-height: 62px;
  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;
}

.why {
  padding-top: 71px;
  padding-bottom: 74px;
}

.why .section-title {
  margin-bottom: 85px;
}

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

.why-col {
  width: 25%;
  padding: 0px 25px;
  margin-top: 25px;
}

.why-item {
  position: relative;
  padding-top: 69px;
}

.why-item h3 {
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.why-item p {
  color: #646464;
  font-size: 15px;
  line-height: 18px;
}

.why-item-img {
  position: absolute;
  top: 0;
  left: 0;
}

.cost {
  padding-top: 71px;
  padding-bottom: 77px;
  background-color: #f6f6f6;
}

.cost .btn2 {
  padding: 17.5px 47px;
}

.cost .section-title {
  margin-bottom: 56px;
}

.cost-text-wrap1 {
  margin-bottom: 49px;
}

.cost-text-wrap1 h3 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}

.cost-text-wrap1 p {
  color: black;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 9px;
}

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

.cost-list {
  margin-bottom: 62px;
}

.cost-item {
  margin-bottom: 26px;
  -webkit-box-shadow: 0 7px 38px rgba(56, 56, 56, 0.14);
  box-shadow: 0 7px 38px rgba(56, 56, 56, 0.14);
  background-color: white;
  cursor: pointer;
}

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

.cost-item.active .cost-item-title:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cost-item-title {
  padding: 23px 97px;
  padding-right: 70px;
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.cost-item-title:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 71px;
  background: #ff7700 url("../img/cost-icon.png") center no-repeat;
}

.cost-item-title:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 41px;
  width: 23px;
  height: 13px;
  background: url("../img/arrow1.png") center no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cost-item-text {
  padding: 23px 97px;
  padding-right: 70px;
  display: none;
}

.cost-item-text h3 {
  color: #31302f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cost-item-text b {
  display: block;
  color: #31302f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cost-item-text ul li {
  color: #31302f;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  margin-bottom: 3px;
}

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

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

.cost-btn-wrap1 {
  text-align: center;
  margin-bottom: 86px;
}

.cost-btn-wrap2 {
  text-align: center;
}

.cost-text-wrap2 {
  margin-bottom: 50px;
}

.cost-text-wrap2 h3 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 61px;
}

.cost-text-wrap2 b {
  display: block;
  color: #686868;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 44px;
}

.cost-text-wrap2 ul {
  padding-left: 20px;
}

.cost-text-wrap2 ul li {
  padding-left: 12px;
  color: #686868;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}

.cost-text-wrap2 ul li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ff7700;
  border-radius: 50%;
}

.calculator {
  padding-top: 64px;
  padding-bottom: 40px;
}

.calculator .section-title {
  margin-bottom: 73px;
}

.calculator-text-wrap1 {
  margin-bottom: 67px;
}

.calculator-text-wrap1 h3 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}

.calculator-text-wrap1 p {
  max-width: 900px;
  width: 100%;
  color: black;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.calculator-container1 {
  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: 89px;
}

.calculator-wrap11 {
  width: 48.8%;
}

.calculator-select-container {
  margin-bottom: 112px;
}

.calculator-select-container:last-child {
  margin-bottom: 0;
}

.calculator-select-container b {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 39px;
}

.calculator-select-wrap .jq-selectbox {
  display: block;
  cursor: pointer;
}

.calculator-select-wrap .jq-selectbox__select-text {
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #d1d1d1;
  padding: 9px 0;
  padding-right: 30px;
  position: relative;
}

.calculator-select-wrap .jq-selectbox__select-text:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
  width: 14px;
  height: 8px;
  background: url("../img/arrow1.png") center/14px no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.calculator-select-wrap .jq-selectbox__dropdown {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(56, 56, 56, 0.14);
  box-shadow: 0 2px 10px rgba(56, 56, 56, 0.14);
}

.calculator-select-wrap .jq-selectbox li,
.calculator-select-wrap .jq-select-multiple li {
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 3px 5px;
  padding-left: 10px;
}

.calculator-select-wrap .opened .jq-selectbox__select-text:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.calculator-wrap12 {
  width: 47.6%;
}

.calculator-slider-container {
  margin-bottom: 98px;
  max-width: 533px;
  width: 100%;
}

.calculator-slider-container > b {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 71px;
}

.calculator-slider-wrap {
  max-width: 533px;
  width: 100%;
}

.calculator-slider-wrap .ui-slider-horizontal {
  border: none;
  background: url("../img/slider-bg.jpg") center repeat;
  border-radius: 5px;
  height: 9px;
}

.calculator-slider-wrap .ui-widget-header {
  background-color: #e8e8e8;
  border-radius: 5px;
}

.calculator-slider-wrap .ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
  border: 3px solid white;
  background-color: #ff7700;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}

.calculator-slider-wrap 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;
}

.calculator-slider-wrap ul li {
  width: 1px;
  height: 11px;
  background-color: #d1d1d1;
  position: relative;
}

.calculator-slider-wrap ul li b {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  color: #6a6969;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.calculator-checkbox-container {
  max-width: 490px;
  width: 100%;
}

.calculator-checkbox-container b {
  display: block;
  margin-bottom: 44px;
  color: black;
  font-size: 16px;
  font-weight: 700;
}

.calculator-checkbox-wrap {
  margin-bottom: 24px;
}

.calculator-checkbox-wrap:last-child {
  margin-bottom: 0;
}

.calculator-checkbox {
  display: inline-block;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
}

.calculator-checkbox span {
  display: inline-block;
  color: black;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.calculator-checkbox input {
  display: none;
}

.calculator-checkbox input:checked ~ i {
  background: url("../img/check-icon.png") center no-repeat;
}

.calculator-checkbox i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #dddddd;
}

.calculator-cost {
  margin-top: 47px;
  width: 100%;
  -webkit-box-shadow: 0 7px 38px rgba(56, 56, 56, 0.14);
  box-shadow: 0 7px 38px rgba(56, 56, 56, 0.14);
  background-color: #2a3142;
  padding: 12.5px 26px;
  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;
}

.calculator-cost i {
  color: white;
  font-size: 18px;
  font-style: normal;
}

.calculator-cost b {
  color: #ff7700;
  font-size: 30px;
  font-weight: 700;
}

.calculator-cost b span {
  font-size: 20px;
  font-weight: 700;
}

.calculator-wrap21 {
  max-width: 885px;
  width: 100%;
  margin-bottom: 88px;
}

.calculator-wrap21 h3 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 36px;
}

.calculator-wrap21 span {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 59px;
}

.calculator-wrap21 p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 45px;
}

.calculator-wrap21 p b {
  color: black;
  font-weight: 700;
}

.outsourcing {
  padding-top: 39px;
  padding-bottom: 25px;
}

.outsourcing .section-title {
  margin-bottom: 138px;
}

.outsourcing-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: -80px;
}

.outsourcing-item {
  width: 48.8%;
  margin-top: 80px;
  background-color: #f6f6f6;
  padding: 60px 40px 52px 23px;
  position: relative;
}

.outsourcing-item:last-child {
  width: 100%;
  padding: 60px 40px 32px 23px;
}

.outsourcing-item h3 {
  color: black;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.outsourcing-item ul li {
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
}

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

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

.outsourcing-item-img {
  width: 105px;
  height: 92px;
  background-color: #ff7700;
  padding: 5px;
  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;
  position: absolute;
  top: -58px;
  left: 22px;
}

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

.outsourcing-list-wrap ul {
  width: 46.2%;
}

.example {
  padding-top: 42px;
  padding-bottom: 92px;
}

.example .section-title {
  max-width: 1005px;
  padding-bottom: 34px;
  margin-bottom: 70px;
}

.example-item {
  margin-bottom: 33px;
  -webkit-box-shadow: 0 10px 27px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.11);
  background-color: white;
}

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

.example-item .open_toggle {
  border-bottom: 1px solid transparent;
  min-height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 90px 9px 212px;
  position: relative;
  
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.example-item .open_toggle.active {
  border-bottom: 1px solid #e8e8e8;
}

.example-item .open_toggle.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.example-item .open_toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  width: 21px;
  height: 12px;
  background: url("../img/arrow1.png") center/21px no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.example-item .open_toggle ul li {
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 11px;
}

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

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

.example-item:nth-child(1) .block_toggle {
  display: block;
}

.example-item .block_toggle {
  display: none;
  padding: 38px 28px 46px 28px;
}

.example-item .block_toggle b {
  display: block;
  color: #31302f;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

.example-item .block_toggle p {
  color: #31302f;
  font-size: 16px;
  margin-bottom: 24px;
}

.example-item .block_toggle i {
  display: block;
  color: #31302f;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 25px;
}

.example-item .block_toggle ul {
  max-width: 1005px;
  width: 100%;
}

.example-item .block_toggle ul li {
  color: #31302f;
  font-size: 16px;
  padding-left: 36px;
  position: relative;
  margin-bottom: 2.4px;
}

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

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

.example-number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 192px;
  background-color: #ff7700;
  padding: 19px 10px 10px 10px;
  text-align: center;
}

.example-number b {
  display: block;
  color: white;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.example-number i {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
}

.certificates {
  padding-top: 70px;
  padding-bottom: 79px;
  background-color: #f6f6f6;
}

.certificates-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -15px;
  margin-top: -25px;
}

.certificates-col {
  width: 40%;
  padding: 0px 15px;
  margin-top: 25px;
text-align: center;
}

.clients {
  padding-top: 71px;
  padding-bottom: 96px;
  background: url("../img/clients-bg.jpg") center/cover no-repeat;
}

.clients .section-title {
  color: white;
  margin-bottom: 82px;
}

.clients-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;
  margin: 0px -15px;
  margin-top: -29px;
}

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

.clients-item {
  width: 100%;
  min-height: 116px;
  background-color: #fff;
  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;
  padding: 10px;
}

.callback {
  padding: 54px 0;
  background-color: #f6f6f6;
}

.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-wrap h2 {
  color: black;
  font-size: 31px;
  font-weight: 700;
  line-height: 38px;
  max-width: 380px;
  width: 100%;
}

.callback-wrap h2 b {
  font-weight: 700;
  color: #ff7700;
}

.callback-form {
  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: 716px;
  width: 100%;
}

.callback-form input {
  display: block;
  width: 34.4%;
  color: #656565;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  outline: none;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  background-color: white;
  border: none;
  padding: 17.5px 10px;
  padding-left: 19px;
}

.callback-form input::-webkit-input-placeholder {
  color: #656565;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.callback-form input:-ms-input-placeholder {
  color: #656565;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.callback-form input::-ms-input-placeholder {
  color: #656565;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.callback-form input::placeholder {
  color: #656565;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.callback-form .btn2 {
  width: 25.3%;
  padding: 15.5px 5px;
}

.contacts {
  padding-top: 71px;
  padding-bottom: 86px;
}

.contacts .section-title {
  margin-bottom: 73px;
}

.contacts-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-bottom: 72px;
}

.contacts-item {
  padding-left: 87px;
  position: relative;
}

.contacts-item:nth-child(1) .contacts-item-img {
  padding-left: 5px;
}

.contacts-item:nth-child(2) .contacts-item-img {
  padding-left: 5px;
}

.contacts-item b {
  display: block;
  color: #191919;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contacts-item span {
  display: inline-block;
  color: #191919;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
}

.contacts-item a {
  display: inline-block;
  color: #191919;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
}

.contacts-item-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 64px;
  height: 64px;
  border: 2px solid white;
  background-color: #ff7700;
  border-radius: 50%;
  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;
}

.contacts-item-img:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 2px solid white;
  border-radius: 50%;
}

.contacts-map {
  -webkit-box-shadow: 8px 5px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 8px 5px 32px rgba(0, 0, 0, 0.16);
  border: 12px solid white;
  background-color: white;
  height: 481px;
}

.contacts-map #map {
  width: 100%;
  height: 100%;
}

.feedback {
  padding-top: 66px;
  padding-bottom: 86px;
  background-color: #f6f6f6;
}

.feedback .section-title {
  padding-bottom: 29px;
  margin-bottom: 63px;
}

.feedback-form {
  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;
}

.feedback-form .btn2 {
  width: 23.1%;
  padding: 18.5px 5px;
}

.main-footer {
  padding-top: 31px;
  padding-bottom: 33px;
  background: url("../img/main-footer-bg.jpg") center/cover no-repeat;
}

.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-contact span {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.main-footer-contact a {
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.main-footer-tel-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: 440px;
  width: 700%;
}

.main-footer-tel {
  color: white;
  font-family: "Akrobat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 34px;
  position: relative;
}

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

.main-footer-tel:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 19px;
  height: 19px;
  background: url("../img/tel-icon5.png") center no-repeat;
}

.main-footer-tel2 {
  padding-right: 30px;
}

.main-footer-tel2:before {
  background-image: url("../img/tel-icon6.png");
}

.main-footer-copy {
  max-width: 145px;
  width: 100%;
}

.main-footer-copy a {
  display: inline-block;
  color: white;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.main-footer-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.37);
  font-size: 13px;
}

.pop {
  max-width: 300px;
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 8px 5px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 8px 5px 32px rgba(0, 0, 0, 0.16);
  padding: 40px 10px;
  font-size: 22px;
  text-align: center;
}

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

.popup {
  max-width: 400px;
  width: 95%;
  background-color: #fff;
  -webkit-box-shadow: 8px 5px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 8px 5px 32px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.popup h2 {
  text-align: center;
  color: black;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.popup-form .label {
  width: 100%;
  margin-bottom: 15px;
}

.popup-form .btn2 {
  display: block;
  padding: 18.5px 5px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

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

.label {
  display: block;
  width: 35.3%;
  position: relative;
}

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

.label-tel:after {
  right: 20px;
  width: 17px;
  height: 18px;
  background-image: url("../img/input-tel-icon.png");
}

.input {
  display: block;
  width: 100%;
  color: #afafaf;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  background-color: white;
  outline: none;
  border: none;
  padding: 19px 33px;
  padding-right: 60px;
}

.input::-webkit-input-placeholder {
  color: #afafaf;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.input:-ms-input-placeholder {
  color: #afafaf;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.input::-ms-input-placeholder {
  color: #afafaf;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.input::placeholder {
  color: #afafaf;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.section-title {
  color: black;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 79px;
  text-align: center;
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65px;
  height: 7px;
  background-color: #ff7700;
}

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

.no-touch .btn2:hover {
  background-color: transparent;
  color: #ff7700;
}

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

@media only screen and (max-width: 1200px) {
  .banner-title:after {
    display: none;
  }

  .banner-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1150px) {
  .callback-wrap h2 {
    max-width: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .callback-form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1050px) {
  .contacts-list {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .contacts-item {
    margin-bottom: 20px;
  }

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

  .contacts-item b {
    margin-bottom: 5px;
  }

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

  .main-footer-contact,
  .main-footer-copy {
    text-align: center;
  }

  .main-footer-tel-wrap {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .services-col {
    width: 50%;
  }

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

  .company-col {
    padding: 0px 10px;
    margin-top: 20px;
  }

  .company-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }

  .why-col {
    padding: 0px 10px;
  }

  .why-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 900px) {
  .services,
  .company,
  .why,
  .cost,
  .calculator,
  .outsourcing,
  .example,
  .certificates,
  .clients,
  .callback,
  .contacts,
  .feedback {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title,
  .company .section-title,
  .why .section-title,
  .cost .section-title,
  .calculator .section-title,
  .outsourcing .section-title,
  .example .section-title,
  .clients .section-title,
  .contacts .section-title,
  .feedback .section-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 28px;
  }

  .main-header {
    padding: 10px 0;
  }

  .banner-title {
    font-size: 36px;
  }

  .banner {
    padding: 80px 0;
  }

  .outsourcing .section-title {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 850px) {
  .company-col {
    width: 50%;
  }

  .company-item b {
    font-size: 18px;
    line-height: 1.4;
  }

  .calculator-wrap11 {
    width: 100%;
    margin-bottom: 20px;
  }

  .calculator-wrap12 {
    width: 100%;
  }

  .calculator-select-container {
    max-width: 533px;
    width: 100%;
  }

  .calculator-select-container {
    margin-bottom: 20px;
  }

  .calculator-select-container b {
    margin-bottom: 5px;
  }

  .calculator-slider-container > b {
    margin-bottom: 20px;
  }

  .calculator-slider-container {
    margin-bottom: 50px;
  }

  .calculator-checkbox-container b {
    margin-bottom: 20px;
  }

  .calculator-checkbox-wrap {
    margin-bottom: 15px;
  }

  .calculator-cost {
    margin-top: 20px;
  }

  .calculator-container1 {
    margin-bottom: 35px;
  }

  .calculator-wrap21 span {
    margin-bottom: 20px;
  }

  .calculator-wrap21 {
    margin-bottom: 50px;
  }

  .calculator-text-wrap1 {
    margin-bottom: 30px;
  }

  .example-item .open_toggle ul li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .example-number {
    width: 120px;
  }

  .example-number i {
    font-size: 13px;
  }

  .example-item .open_toggle:after {
    right: 7px;
  }

  .example-item .open_toggle {
    padding: 10px 33px 9px 130px;
  }

  .example-item .block_toggle {
    padding: 15px;
  }

  .example-item .block_toggle b {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .example-item .block_toggle p,
  .example-item .block_toggle ul li {
    font-size: 14px;
    line-height: 1.4;
  }

  .example-item .block_toggle p {
    margin-bottom: 10px;
  }

  .example-item .block_toggle i {
    margin-bottom: 10px;
  }

  .example-item {
    margin-bottom: 15px;
  }

  .certificates-col {
    width: 50%;
    text-align: center;
  }

  .callback-wrap h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 800px) {
  .why-col {
    width: 50%;
  }

  .clients-col {
    width: 50%;
  }

  .feedback-form {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-form .label {
    width: 100%;
    margin-bottom: 15px;
  }

  .feedback-form .btn2 {
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .outsourcing-item {
    width: 100%;
  }

  .outsourcing-list-wrap ul {
    width: 100%;
    margin-bottom: 5px;
  }

  .outsourcing-list-wrap ul:last-child {
    margin-bottom: 0;
  }

  .outsourcing-item,
  .outsourcing-item:last-child {
    padding: 60px 20px 20px 20px;
  }

  .outsourcing-item ul li {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 700px) {
  .banner-title {
    font-size: 28px;
  }

  .banner {
    padding: 80px 0;
  }

  .cost-text-wrap1 h3,
  .cost-text-wrap2 h3,
  .calculator-text-wrap1 h3,
  .calculator-wrap21 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cost-text-wrap1,
  .cost-list,
  .cost-text-wrap2 b,
  .cost-text-wrap2 {
    margin-bottom: 20px;
  }

  .cost-btn-wrap1 {
    margin-bottom: 30px;
  }

  .cost-text-wrap2 ul {
    padding-left: 0;
  }

  .calculator-cost b {
    font-size: 24px;
  }
}

@media only screen and (max-width: 650px) {
  .main-header-wrap {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header-toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .main-header-logo {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .main-header-tel-wrap {
    margin: 15px 0;
  }

  .example-number {
    width: 120px;
    height: 100px;
    bottom: auto;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .example-item {
    margin-bottom: 110px;
  }

  .example-item .open_toggle {
    padding: 10px 33px 9px 15px;
  }

  .example .section-title {
    margin-bottom: 130px;
  }

  .callback-form {
    max-width: 400px;
  }

  .callback-form input {
    width: 100%;
    margin-bottom: 15px;
  }

  .callback-form .btn2 {
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .cost-item-title {
    font-size: 16px;
    padding: 23px 80px;
    padding-right: 40px;
  }

  .cost-item-title:before {
    right: 10px;
  }

  .cost-item-text {
    padding: 15px;
  }
}

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

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

  .why-col {
    width: 100%;
  }
}

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

  .services-list {
    max-width: 400px;
  }

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

  .main-footer-tel {
    margin-bottom: 5px;
  }

  .main-footer-tel:last-child {
    margin-bottom: 0;
  }
}

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