*::-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 {
  background-color: #FFF;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Roboto", 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 {
  list-style: none;
}

ul,
ol {
  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;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  background-color: #1A76C0;
  color: #fff;
  padding: 18.5px 40px;
  letter-spacing: 0.55px;
  border-radius: 300px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn1:hover {
  background-color: #0d5691;
}

.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: 12px;
  position:relative;
  padding-bottom: 12px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.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: 176px;
  width: 100%;
  padding-left: 65px;
  position: relative;
}

.main-header-logo:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  background: url("../img/logo.svg") center no-repeat;
}

.main-header-logo span {
  display: inline-block;
  font-size: 24px;
  font-family: 'ProximaNova', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #041E67;
  letter-spacing: 0.6px;
}

.main-header-logo span b {
  color: #1A76C0;
}

.main-header-desc {
  margin-left: 37px;
}

.main-header-desc p {
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}

.main-header-desc p b {
  font-weight: 700;
  color: #1A76C0;
}

.info {
  padding-top: 111px;
  padding-bottom: 108px;
  background-color: #FAFAFA;
}

.info h1 {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 90px;
}

.info h1 b {
  display: block;
  line-height: 40px;
  margin-top: 2px;
  background-color: #1A76C0;
  padding: 3px 5px;
  color: #FFF;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info-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: 42px;
}

.info-item {
  width: 31.5%;
  padding-left: 98px;
  position: relative;
}

.info-item:after {
  content: '1';
  position: absolute;
  top: 41%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 68px;
  height: 68px;
  background-color: #1A76C0;
  -webkit-box-shadow: 0px 4px 4px rgba(26, 118, 192, 0.15);
  box-shadow: 0px 4px 4px rgba(26, 118, 192, 0.15);
  border-radius: 50%;
  font-weight: 900;
  line-height: 68px;
  text-align: center;
  color: #FFF;
  font-size: 48px;
}

.info-item p {
  color: #333333;
  font-size: 16px;
  line-height: 22px;
}

.info-item p b {
  font-weight: 400;
  color: #1A76C0;
}

.info-item-2:after {
  content: '2';
}

.info-item-3:after {
  content: '3';
}

.info-text {
  text-align: center;
}

.info-text p {
  color: #000;
  font-size: 18px;
}

.info-text p b {
  color: #1A76C0;
  font-weight: 700;
}

.services-btn-wrap {
  text-align: center;
  margin-top: 30px;
  display: none;
}

.services-btn-wrap .btn1 {
  cursor: pointer;
}

.services-btn-wrap .btn1 span {
  font-size: 0;
}

.services-btn-wrap .btn1.active {
  font-size: 0;
}

.services-btn-wrap .btn1.active span {
  font-size: 13px;
}

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

.services h2 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.services-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;
  position: relative;
  margin-bottom: 50px;
}

.services-list1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1A76C0;
}

.services-item1 {
  padding-top: 20px;
  padding-bottom: 41px;
  width: 16.66666666666667%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.services-item1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #1A76C0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.services-item1:hover:after {
  opacity: 1;
}

.services-item1:hover svg path {
  fill: #1A76C0;
}

.services-item1:hover svg ellipse {
  fill: #1A76C0;
}

.services-item1:hover b {
  color: #1A76C0;
}

.services-item1 svg {
  margin-right: 16px;
  width: 18px;
  height: auto;
}

.services-item1 svg path {
  fill: #cbcbcb;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.services-item1 svg ellipse {
  fill: #cbcbcb;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.services-item1.active:after {
  opacity: 1;
}

.services-item1.active svg path {
  fill: #1A76C0;
}

.services-item1.active b {
  color: #1A76C0;
}

.services-item1 b {
  font-size: 18px;
  color: #cbcbcb;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.services-list2 {
  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: -50px;
}

.services-item2 {
  border: 1px solid #a1c2dc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 5px rgba(51, 51, 51, 0.17);
  box-shadow: 0px 5px 5px rgba(51, 51, 51, 0.17);
  padding: 20px 17px;
  margin-top: 50px;
  width: 23.16%;
}

.services-item2 h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.services-item2 p {
  max-width: 134px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #333;
  margin-bottom: 11px;
}

.services-item2 .btn1 {
  display: block;
  width: 100%;
  padding: 18.5px 5px;
  text-align: center;
}

.services-img {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 26px;
  border-bottom: 1px solid #1A76C0;
}

.services-list3 {
  margin-bottom: 21px;
}

.services-item3 {
  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;
  margin-bottom: 9px;
  padding-left: 22px;
  position: relative;
}

.services-item3:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../img/services-item31.svg") center no-repeat;
}

.services-item32:after {
  background-image: url("../img/services-item32.svg");
}

.services-item33:after {
  background-image: url("../img/services-item33.svg");
}

.services-item34:after {
  background-image: url("../img/services-item34.svg");
}

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

.services-item3 span {
  font-size: 16px;
  color: #333;
}

.services-item3 b {
  font-size: 14px;
  color: #1A76C0;
  font-weight: 500;
}

.services-list4 {
  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-bottom: 17px;
  margin-bottom: 22px;
  position: relative;
}

.services-list4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #1A76C0;
}

.feedback {
  padding-top: 74px;
  padding-bottom: 70px;
  background-color: #FAFAFA;
}

.feedback h2 {
  text-align: center;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 45px;
}

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

.feedback-form-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;
  margin-bottom: 35px;
}

.feedback-form-label {
  width: 31%;
}

.feedback-form-label span {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.feedback-select-wrap {
  width: 31%;
}

.feedback-select-wrap span {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.feedback-select-wrap .jq-selectbox {
  display: block;
  width: 100%;
}

.feedback-select-wrap .jq-selectbox__select-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #999;
  font-size: 14px;
  border: 2px solid #1A76C0;
  border-radius: 8px;
  padding: 16.5px 15px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.feedback-select-wrap .jq-selectbox__select-text:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #1A76C0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.feedback-select-wrap .jq-selectbox__dropdown {
  width: 100% !important;
  background-color: #fff;
  z-index: 999;
  border: 2px solid #1A76C0;
  border-radius: 8px;
}

.feedback-select-wrap .jq-selectbox li,
.feedback-select-wrap .jq-select-multiple li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #999;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
}

.feedback-form-slider {
  margin-bottom: 59px;
}

.feedback-form-slider:last-child {
  margin-bottom: 0;
}

.feedback-form-slider span {
  display: block;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}

.feedback-btn-wrap2 {
  text-align: center;
  margin-top: 54px;
}

.feedback-btn-wrap2 .btn1 {
  padding: 18.5px 47.5px;
}

.text {
  padding-top: 70px;
  padding-bottom: 61px;
}

.text h3 {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-bottom: 21px;
}

.text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 17.3px;
}

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

.text-list {
  margin-bottom: 19px;
}

.text-list li {
  margin-bottom: 0;
  line-height: 0;
}

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

.text-list a {
  display: inline-block;
  font-size: 14px;
  line-height: 20.2px;
  color: #1A76C0;
  text-decoration: underline;
}

.text-list a:hover {
  text-decoration: none;
}

.main-footer {
  padding-top: 30px;
  padding-bottom: 22px;
  background-color: #1A76C0;
}

.main-footer-wrap {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.main-footer-wrap p {
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
  margin-bottom: 24px;
}

.main-footer-wrap p a {
  color: #FFF;
}

.main-footer-list {
  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-footer-list li {
  margin-right: 10px;
  position: relative;
}

.main-footer-list li:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: #fff;
}

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

.main-footer-list li:last-child:after {
  display: none;
}

.main-footer-list a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.main-footer-list a:hover {
  text-decoration: underline;
}

.popup-subscription {
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #1A76C0;
  border-radius: 8px;
  padding: 68px 30px 36px 30px;
}

.popup-subscription h2 {
  color: #333;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 22px;
}

.popup-subscription p {
  font-size: 18px;
  color: #000;
  margin-bottom: 44px;
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.popup-subscription p b {
  color: #1A76C0;
  font-weight: 400;
}

.popup-subscription .input {
  margin-bottom: 30px;
}

.popup-subscription-form {
  max-width: 437px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup-subscription-form-btn {
  text-align: center;
}

.popup-subscription-form-btn .btn1 {
  padding: 20px 33px;
}

.popup-sentence {
  background-color: #fff;
  border: 2px solid #1A76C0;
  border-radius: 8px;
  max-width: 945px;
  width: 100%;
  padding: 0;
  padding-top: 70px;
  padding-bottom: 36px;
}

.popup-sentence h2 {
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.popup-sentence-table .row {
  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;
  border-bottom: 1px solid #F3F3F3;
}

.popup-sentence-table .row .cell {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #F3F3F3;
  padding: 9.55px 5px;
}

.popup-sentence-table .row .cell:nth-child(1) {
  width: 17.8%;
}

.popup-sentence-table .row .cell:nth-child(2) {
  width: 13.8%;
}

.popup-sentence-table .row .cell:nth-child(3) {
  width: 13.8%;
}

.popup-sentence-table .row .cell:nth-child(4) {
  width: 13.8%;
}

.popup-sentence-table .row .cell:nth-child(5) {
  width: 13.8%;
}

.popup-sentence-table .row .cell:nth-child(6) {
  width: 27%;
}

.popup-sentence-table .row .cell b {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.popup-sentence-table .row-1 .cell {
  padding: 5px 0;
  border: none;
}

.popup-sentence-table .row-1 .cell span {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  width: 100%;
  text-align: center;
}

.popup-sentence .img-wrap {
  max-width: 136px;
  width: 100%;
}

.fancybox-close-small {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 22px;
  height: 22px;
  background: url("../img/close.svg") center no-repeat;
  border: 1px solid #1A76C0;
  border-radius: 2px;
}

.input {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 18px 15px;
  border: 2px solid #1A76C0;
  border-radius: 8px;
  outline: none;
  background-color: #fff;
}

.input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.input::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.input::placeholder {
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 20px;
  height: 20px;
  border: 2px solid #1A76C0;
  background-color: #fff;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  outline: none;
  cursor: pointer;
}

.ui-state-default:first-child:after,
.ui-widget-content .ui-state-default:first-child:after,
.ui-widget-header .ui-state-default:first-child:after,
.ui-button:first-child:after,
html .ui-button.ui-state-disabled:hover:first-child:after,
html .ui-button.ui-state-disabled:active:first-child:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3px;
  background-color: #fff;
}

.ui-state-default:last-child:after,
.ui-widget-content .ui-state-default:last-child:after,
.ui-widget-header .ui-state-default:last-child:after,
.ui-button:last-child:after,
html .ui-button.ui-state-disabled:hover:last-child:after,
html .ui-button.ui-state-disabled:active:last-child:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3px;
  background-color: #fff;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  border: none;
  background: none;
  outline: none;
  width: auto;
  min-width: auto;
  display: block;
  color: #1A76C0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: default;
}

.ui-widget.ui-widget-content {
  height: 10px;
  border-radius: 5px;
  background-color: #1A76C0;
  border: none;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #fff;
  top: 2px;
  bottom: 2px;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  .services-item1 {
    width: 33.33333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-list1:after {
    display: none;
  }

  .services-item2 {
    width: 48%;
  }

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

  .popup-sentence {
    max-width: none;
    width: 95%;
    padding: 50px 0;
  }

  .popup-sentence h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 970px) {
  .feedback-form-slider {
    padding: 0px 36px;
  }
}

@media only screen and (max-width: 950px) {
  .info {
    padding: 50px 0;
  }

  .info h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 50px;
  }

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

  .info-item {
    width: 48%;
    margin-top: 30px;
  }

  .info-item-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .services {
    padding: 50px 0;
  }

  .services h2 {
    font-size: 22px;
  }

  .services-item1 b {
    font-size: 16px;
  }

  .feedback {
    padding: 50px 0;
  }

  .feedback h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .text {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 900px) {
  .main-header-desc p {
    font-size: 17px;
  }

  .btn1,
  .services-item2 .btn1,
  .feedback-btn-wrap2 .btn1 {
    padding: 13px 30px;
    font-size: 13px;
  }

  .services-list1 {
    margin-bottom: 25px;
  }

  .services-item2 {
    margin-top: 25px;
  }

  .services-list2 {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 800px) {
  .info-item:after {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-weight: 700;
  }

  .info-item {
    padding-left: 72px;
  }

  .popup-subscription {
    max-width: none;
    width: 95%;
    padding: 50px 15px;
  }

  .popup-subscription h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .popup-subscription p {
    margin-bottom: 25px;
  }

  .popup-subscription .input {
    margin-bottom: 15px;
  }

  .popup-sentence-table .btn1 {
    width: 95%;
    padding: 13px 5px;
    text-align: center;
    font-size: 13px;
  }
}

@media only screen and (max-width: 750px) {
  .main-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-header-desc {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .main-header-logo {
    padding: 10px 0;
    padding-left: 65px;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

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

@media only screen and (max-width: 700px) {
  .feedback-select-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .feedback-form-label {
    width: 100%;
  }

  .text h3 {
    margin-bottom: 10px;
  }

  .text p {
    margin-bottom: 10px;
  }

  .text-list {
    margin-bottom: 10px;
  }

  .popup-sentence-table .row .cell:nth-child(2) {
    display: none;
  }

  .popup-sentence-table .row .cell:nth-child(3) {
    display: none;
  }

  .popup-sentence-table .row .cell:nth-child(4) {
    display: none;
  }

  .popup-sentence-table .row .cell:nth-child(5) {
    display: none;
  }

  .popup-sentence-table .row .cell:nth-child(1) {
    width: 50%;
  }

  .popup-sentence-table .row .cell:nth-child(6) {
    width: 50%;
  }

  .popup-sentence h2 {
    font-size: 20px;
  }
}

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

  .popup-subscription h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .info h1 {
    font-size: 22px;
  }
}

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

  .services-item1:after {
    height: 3px;
  }

  .services-item2 {
    width: 48%;
  }

  .services-list2 {
    max-height: 2560px;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .services-btn-wrap {
    display: block;
  }
  .services-list2.active {
    max-height: 13000px;
  }
}

@media only screen and (max-width: 500px) {
  .main-footer-list li {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .main-footer-list li:after {
    display: none;
  }

  .main-footer-wrap p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .main-footer {
    padding: 20px 0;
  }
  .info h1 b {
    max-width: none;
    width: auto;
    display: inline-block;
    padding: 3px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .main-header-logo span {
    font-size: 18px;
    line-height: 0;
  }
  .main-header-feedback .btn1 {
    padding: 13px 15px;
    font-size: 12px;
  }
  .main-header-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 400px) {
  .popup-sentence-table .btn1 {
    font-size: 11px;
  }
}