body  {
  position: relative;
  min-width: 320px;
  text-align: center;
  font-family: Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  background-color: #FFFCF5;
  margin: 0;
}
a  {
  color: inherit;
  text-decoration: none;
}
a:focus,
button:focus  {
  outline: none;
}
ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p  {
  margin: 0;
}
img,
svg,
video  {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
svg  {
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6  {
  margin: 0;
  padding: 0;  
  font-size: inherit;
  font-weight: inherit;
}
.wrapper  {
  overflow: hidden;
}
.container {
  position: relative;
}
a,
a::before,
a::after,
button,
button::before,
button::after,
svg path,
.mfp-close,
.header.sect .download .desc .border,
.construct.sect .item,
.geo.sect .map .baloon  {
  -webkit-transition: all  0.5s  ease;
  -o-transition: all  0.5s  ease;
  transition: all  0.5s  ease;
}
input[type="text"],
textarea  {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 100%;
  font-family: 'Glober',  Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  background: #FFFFFF;
  border: 1px  solid  #a1a1a1;
  border-radius: 15px;
  padding: 12px 20px 11px;
  margin-bottom: 20px;
}
textarea  {
  resize: none;
}
input[type="text"].error,
textarea.error  {
  border-color: #f00!important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder  {  
  color: #4c4c4c;
}
::-ms-input-placeholder  {  
  color: #4c4c4c;
}
::placeholder  {  
  color: #4c4c4c;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder  {
  color: transparent!important;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder  {
  color: transparent!important;
}
input:focus::placeholder,
textarea:focus::placeholder  {
  color: transparent!important;
}
button  {
  cursor: pointer;
  background-color: inherit;
  border: none;
}
.button  {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
  max-width: 330px;
  font-family: 'Glober',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  border-radius: 15px;
  padding: 15px  20px;
  z-index: 1;
}
.button .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 15px;
}
.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedc9;
  border-radius: 15px;
  z-index: -1;
}
.button:hover::before  {
  background-color: #ffcf9f;
}
.button.constructor {
  font-weight: 700;
}
.button:active::before  {
  background-color: #ffd8c8;
}
.button.constructor::before {
  top: -5px;
  left: auto;
  right: -5px;
  background-color: #ffaa00;
}
.button.constructor:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background-color: #ffd6c9;
  border-radius: 15px;
  z-index: -2;
}
.button.constructor:hover::before  {
  top: -8px;
  right: -8px;
}
.button.constructor:hover::after  {
  bottom: -8px;
  left: -8px;
}
.button.constructor:active::before  {
  top: 0;
  right: 0;
}
.button.constructor:active::after  {
  bottom: 0;
  left: 0;
}
form .personal {
 display: inline-block;
 vertical-align: middle;
 width: 100%;
 text-align: left;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 user-select: none;
 margin-top: 20px;
}
form .personal input[type="checkbox"] {
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
form .personal input[type="checkbox"] + label {
 cursor: pointer;
 position: relative;
 display: block;
 font-size: 14px;
 color: #737373;
 padding-left: 20px;
}
form .personal input[type="checkbox"] + label::before {
 content: '';
 position: absolute;
 top: 1px;
 left: 0;
 width: 14px;
 height: 14px;
 border: 1px solid #737373;
 border-radius: 5px; 
}
form .personal input[type="checkbox"] + label::after {
 content: '';
 position: absolute;
 top: 4px;
 left: 3px;
 width: 8px;
 height: 8px;
 background-color: #737373;
 border-radius: 3px;  
 opacity: 0;
}
form .personal input[type="checkbox"]:checked + label::after {
 opacity: 1;
}
h1,
h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
h1 {
  font-size: 42px;
}
form.static h2,
.popup.sect h2 {
 font-size: 26px;
 font-weight: 400;
 margin-bottom: 20px;
}
h3 {
  font-size: 22px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 700;
}
p {
  font-size: 18px;
}
.sect {
  margin: 60px 0;
}
.inner {
  position: relative;
  z-index: 1;
}
.inner > img {
  position: absolute;
  top: -30px;
  left: -40px;
  max-width: none;
  max-height: none;
  z-index: -1;
}
h1 .inner > img {
  top: -50px;
  left: -50px;
}
.img {
  position: absolute;
}
.img > img {
  max-width: none;
  max-height: none;
}
.w-100 {
  width: 100%;
}
.borders {
  position: absolute;
  height: 7px;
  background-color: #fa0;
  border-radius: 3px;
}
.borders::before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #ff4911;
  border-radius: 3px;
}
.mfp-container {
 padding-left: 15px;
 padding-right: 15px;
}
.mfp-inline-holder .mfp-close {
 font-size: 36px;
 color: #8c8c8c;
 opacity: 1;
}
.mfp-inline-holder .mfp-close:hover {
 opacity: .7;
}
.mfp-bottom-bar {
 display: none;
}
.owl-carousel .owl-item img {
  display: inline;
  width: auto;
} 
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.owl-dots {
  position: relative;
  text-align: center;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  margin-left: -25px;
  margin-top: 15px;
  z-index: 1;
}
.owl-carousel .owl-dots button.owl-dot {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: 25px;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 100%;
  height: 100%;
  background-color: #ffdbcf;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.owl-carousel .owl-dots button.owl-dot.active::before,
.owl-carousel .owl-dots button.owl-dot:hover::before {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .owl-dots button.owl-dot.active {
  cursor: auto;
}
.slider {
  position: relative;
}
.slider .nav.disabled {
  display: none;
}
.slider .nav .prev,
.slider .nav .next {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ff4911;
  border-radius: 50%;
  padding: 8px;
  margin-top: -44px;
  margin-right: 30px;
  z-index: 999;
}
.slider .nav .next {
  right: auto;
  left: 100%;
  margin-right: 0px;
  margin-left: 30px;
}
.slider .nav .prev:hover,
.slider .nav .next:hover {
  background-color: #ff4911;
}
.slider .nav .prev svg path,
.slider .nav .next svg path {
  fill: #ff4911;
}
.slider .nav .prev:hover svg path,
.slider .nav .next:hover svg path {
  fill: #ffffff;
}

.advantages.sect h3 {
  color: #ff4911;
  margin-bottom: 5px;
}
.advantages.sect p {
  line-height: 1.5;
}
.advantages.sect .items {
  margin-top: -30px;
}
.advantages.sect .item {
  margin-top: 30px;
}
.advantages.sect .icon {
  min-height: 81px;
  margin-bottom: 15px;
}

.clients.sect .slider {
  position: relative;
}
.clients.sect .owl-carousel .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.construct.sect .img {
  top: 50px;
}
.construct.sect .img.img1 {
  left: -390px;
}
.construct.sect .img.img2 {
  right: -320px;
}
.construct.sect .items {
  margin-top: -15px;
  margin-left: -20px;
}
.construct.sect .item {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 10px 20px;
  margin-top: 15px;
  margin-left: 20px;
}
.construct.sect .item:hover {
  background-color: #ffcf9f;
}
.construct.sect .item::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #FFDBCF;
  border: 1px solid #000;
  border-radius: 15px;
  z-index: -1;
}
.construct.sect .item:nth-child(2n)::before {
  background-color: #FFEDC9;
}
.construct.sect .item .icon {
  position: relative;
  margin-right: 15px;
  z-index: 1;
}
.construct.sect .item .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  background-color: #FFEDC9;
  border-radius: 50%;
  margin-top: -21px;
  margin-left: -21px;
  z-index: -1;
}
.construct.sect .item:nth-child(2n) .icon::before {
  background-color: #FFDBCF;
}
.construct.sect .item .text {
  text-align: left;
}
.construct.sect .item .add {
  display: none;
  text-align: left;
  margin-top: 10px;
}

.team.sect .img {
  top: 200px;
}
.team.sect .img.img1 {
  left: -540px;
}
.team.sect .img.img2 {
  right: -390px;
}
.team.sect .items {
  position: relative;
  margin-top: -30px;
}
.team.sect .items .borders {
  top: 50px;
  right: 100%;
  width: 130px;
  margin-right: 40px;
}
.team.sect .items .borders::before {
  left: -15px;
  bottom: -15px;
  width: 80px;
}
.team.sect .item {
  margin-top: 30px;
}
.team.sect .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.team.sect .icon::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 14px;
  width: 100%;
  height: 100%;
  background-color: #FFEDC9;
  border-radius: 15px;
  z-index: -1;
}
.team.sect .icon::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 1px solid #FF4D12;
  border-radius: 15px;
}
.team.sect .icon img {
  border-radius: 15px;
}
.team.sect h3 {
  margin-bottom: 5px;
}

.steps.sect .img {
  top: 200px;
}
.steps.sect .img.img1 {
  left: -320px;
}
.steps.sect .borders {
  top: 100%;
  right: 0;
  width: 210px;
  margin-right: -30px;
}
.steps.sect .borders::before {
  right: -15px;
  bottom: -10px;
  width: 130px;
}
.steps.sect h3 {
  margin-bottom: 5px;
}
.steps.sect .items {
  position: relative;
  margin-top: -30px;
}
.steps.sect .items::before {
  content: '';
  position: absolute;
  top: 75px;
  left: 50%;
  width: 1920px;
  height: 1px;
  background-color: #b5b5b5;
  margin-left: -960px;
  z-index: -1;
}
.steps.sect .item {
  margin-top: 30px;
}
.steps.sect .icon {
  min-height: 90px;
  margin-bottom: 15px;
}
.steps.sect .icon .bg  {
  display: inline-block;
  background-color: #FFFCF5;
  padding-left: 20px;
  padding-right: 20px;
}
.steps.sect .buttons {
  margin-top: 30px;
}

.header.sect {
 position: relative;
 margin: 10px 0;
}
.header.sect.fixed {
 padding: 10px 0;
 margin: 0;
 margin-bottom: 44px;
}
.header.sect .download .icon {
 margin-right: 15px;
}
.header.sect .download .desc {
 font-size: 18px;
}
.header.sect .download .desc .border {
 text-decoration: underline;
}
.header.sect .download:hover .desc .border {
 text-decoration: none;
}
.header.sect .info {
 text-align: right;
}
.header.sect .phones {
  position: relative;
  padding: 5px 10px;
}
.header.sect .phones::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 5px;
  z-index: -1;
}
.header.sect .phones::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-color: #ffdbcf;
  border-radius: 5px;
  z-index: -2;
}
.header.sect .phone {
 font-size: 19px;
 font-weight: 700;
 margin-top: 5px;
}
.header.sect .phone:first-child {
  margin-top: 0;
}
.header.header2.sect .phone {
  font-size: 24px;
}
.header.sect .link {
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  color: #ff4911;
  margin-top: 10px;
}
.header.sect .link:hover {
  text-decoration: none;
}
.header.sect .sandwich {
 cursor: pointer;
 position: relative;
 display: inline-block;
 vertical-align: middle;
 width: 36px;
 height: 26px;
}
.header.sect .sandwich::before,
.header.sect .sandwich::after,
.header.sect .sandwich i {
 content: '';
 position: absolute;
 left: 0;
 width: 100%;
 height: 2px;
 background-color: #ffaa00;
}
.header.sect .sandwich::before {
 top: 0;
}
.header.sect .sandwich::after {
  bottom: 0;
}
.header.sect .sandwich i {
 top: 50%;
 -webkit-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
 transform: translate(0, -50%);
}
.header.sect.active .sandwich i {
  opacity: 0;
  width: 0;
  left: 50%;
}
.header.sect.active .sandwich::before {
 top: 50%;
 -webkit-transform: translate(0, -50%) rotate(135deg);
 -ms-transform: translate(0, -50%) rotate(135deg);
 -o-transform: translate(0, -50%) rotate(135deg);
 transform: translate(0, -50%) rotate(135deg);
}
.header.sect.active .sandwich::after {
 bottom: 50%;
 -webkit-transform: translate(0, 50%) rotate(45deg);
 -ms-transform: translate(0, 50%) rotate(45deg);
 -o-transform: translate(0, 50%) rotate(45deg);
 transform: translate(0, 50%) rotate(45deg);
}
.header.sect .sandwich:hover i,
.header.sect .sandwich:hover::before,
.header.sect .sandwich:hover::after {
 background-color: #ffaa00;
}

.nav.sect {
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 text-align: center;
 background-color: #FFFCF5;
 -webkit-transition: opacity 0.5s ease;
 -o-transition: opacity 0.5s ease;
 transition: opacity 0.5s ease;
 margin: 0;
 z-index: 999;
}
.nav.sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-left: none;
  border-right: none;
  z-index: -1;
}
.nav.sect::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe3ab;
  z-index: -2;
}
.nav.sect ul {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.nav.sect ul li a {
 position: relative;
 display: block;
 font-size: 18px;
 line-height: 18px;
 padding: 13px 10px;
}
.nav.sect ul li a::before {
 content: '';
 position: absolute;
 top: 50%;
 left: 50%;
 width: 126px;
 height: 56px;
 background-repeat: no-repeat;
 background-image: url('../img/nav/selected.png');
 background-position: center center;
 -webkit-background-size: cover;
 background-size: cover;
 opacity: 0;
 margin-left: -63px;
 margin-top: -28px;
 z-index: -1;
}
.nav.sect ul li a.active {
 font-weight: 700;
}
.nav.sect ul li a.active::before {
 opacity: 1;
}

.footer.sect {
 margin: 30px 0;
}
.footer.sect p {
 font-size: 14px;
 line-height: 1.3;
 color: #7c7c7c;
}
.footer.sect a:hover {
 text-decoration: underline;
}
.footer.sect p.copyright {
 text-align: center;
 font-size: 15px;
}
.footer.sect .developer {
 text-align: right;
}
.footer.sect .developer:hover {
 text-decoration: none;
 opacity: .7;
}
.footer.sect .developer img {
 margin-left: 20px;
}

.popup.sect,
form.static {
 position: relative;
 width: 100%;
 max-width: 1140px;
 text-align: center;
 background-color: #fff;
 border-radius: 15px;
 padding: 30px;
 margin-left: auto;
 margin-right: auto;
}
.popup.sect::before,
form::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  right: 5px;
  border: 1px solid #ff4911;
  border-radius: 15px;
  z-index: -1;
}
.popup.sect::after,
form.static::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-color: #ffedc9;
  border-radius: 15px;
  z-index: -2;
}

.popup_politics.sect p {
 text-align: left;
}

.popup_callback.sect,
form.static {
  max-width: 400px;
}
.popup_callback.sect .inner > img,
form.static .inner > img {
  top: -10px;
  left: -20px;
}
.popup_callback.sect .borders {
  top: 100px;
  right: 100%;
  width: 140px;
  margin-right: -50px;
  z-index: -3;
}
.popup_callback.sect .borders::before {
  right: 30px;
  bottom: -15px;
  width: 90px;
}
.popup_callback2.sect .borders {
  top: auto;
  bottom: 100px;
  left: 100%;
  margin-left: -50px;
}


.contacts.sect .borders {
  top: 100%;
  right: 0;
  width: 210px;
  margin-right: -30px;
}
.contacts.sect .borders::before {
  right: -15px;
  bottom: -10px;
  width: 130px;
}
.contacts.sect form {
  border: 1px solid;
  max-width: 400px;
}
.contacts.sect form .borders { 
  top: auto;
  bottom: 50px;
  left: 100%;
  width: 140px;
  margin-left: -50px;
}
.contacts.sect form .borders::before {
  right: 30px;
  bottom: -15px;
  width: 90px;
}
.contacts.sect .img {
  top: 110px;
}
.contacts.sect .img.img1 {
  top: auto;
  bottom: 50px;
  left: -320px;
}
.contacts.sect .img.img2 {
  right: -320px;
}
.contacts.sect .img.img3 {
  top: 0;
  right: 420px;
}
.contacts.sect .content {
  position: relative;
}
.contacts.sect .info {
  text-align: left;
  margin-right: 30px;
}
.contacts.sect h3 {
  margin-bottom: 10px;
}
.contacts.sect .map {
  position: relative;
  height: 220px;
  background-color: #FFFCF5;
  border: 1px solid;
  border-radius: 15px;
  margin-top: 10px;
}
.contacts.sect .map::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  right: 5px;
  border: 1px solid #ff4911;
  border-radius: 15px;
  z-index: -1;
}
.contacts.sect .map::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-color: #ffdbcf;
  border-radius: 15px;
  z-index: -2;
}
.contacts.sect .map ymaps {
  border-radius: 15px;
}
.contacts.sect .info .items {
  margin-top: -10px;
}
.contacts.sect .info .item {
  margin-top: 10px;
}
.contacts.sect .info .item .text {
  text-align: left;
}
.contacts.sect .info .item .icon {
  margin-right: 10px;
}
.contacts.sect .info .item p {
  font-weight: 700;
  line-height: 1.5;
}
.contacts.sect .info .item .color,
.contacts.sect .info .item .link {
  color: #ff4911;
}
.contacts.sect .info .item .link {
  text-decoration: underline;
}
.contacts.sect .info .item .link:hover {
  text-decoration: none;
}
.contacts.sect .info .item .socials {
  font-size: 0;
  margin-left: 10px;
}
.contacts.sect .info .item .socials a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.cert.sect .slider {
  position: relative;
}
.cert.sect .item {
  width: 169px;
  height: 241px;
  background-repeat: no-repeat;
  background-image: url('../img/cert/icon.png');
  padding: 9px 10px 10px 9px;
}
.cert.sect .item:hover {
  opacity: .7;
}
.cert.sect .owl-carousel .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.cert.sect .owl-carousel .owl-stage-outer .owl-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.geo.sect .map {
  position: relative;
  margin: -132px;
}
.geo.sect .map .dot {
  position: absolute;
  width: 0;
  height: 0;
}
.geo.sect .map .baloon {
  cursor: pointer;
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 34px;
  height: 53px;
  background-repeat: no-repeat;
  background-image: url('../img/geo/baloon.png');
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.geo.sect .map .baloon:hover {
  z-index: 2;
}
.geo.sect .map .baloon:hover {
  left: -29px;
  width: 59px;
  height: 94px;
}
.geo.sect .map .baloon .tooltip {
  position: absolute;
  top: 30%;
  left: 100%;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #000;
  background-color: #ffedc9;
  border-radius: 10px;
  padding: 7px 20px;
  margin-top: -18px;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.geo.sect .map .baloon:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.geo.sect .map .baloon .tooltip::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 100%;
  border-top: 9px solid transparent;
  border-right: 18px solid #000;
  border-bottom: 9px solid transparent;
}
.geo.sect .map .baloon .tooltip::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 100%;
  border-top: 8px solid transparent;
  border-right: 16px solid #ffedc9;
  border-bottom: 8px solid transparent;
}

.portfolio.sect .item {
  display: inline-block;
  width: 100%;
  max-width: 369px;
  margin-bottom:25px;
}
.portfolio.sect .item .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.portfolio.sect .item .icon::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 14px;
  width: 100%;
  height: 100%;
  background-color: #FFEDC9;
  border-radius: 15px;
  z-index: -1;
}
.portfolio.sect .item .icon::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 1px solid #FF4D12;
  border-radius: 15px;
}
.portfolio.sect .item .icon img {
  border-radius: 15px;
}
.portfolio.sect .item .logo {
  margin-right: 20px;
}
.portfolio.sect .item .text {
  text-align: left;
  padding-bottom: 20px;
}
.portfolio.sect .item .caption {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.portfolio.sect .item p {
  font-size: 16px;
}
.portfolio.sect .slider .nav .prev,
.portfolio.sect .slider .nav .next {
  top: 125px;
  margin-top: -24px;
}

.main.sect {
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 30px;
  margin-top: 0;
}
.main.sect .img {
  top: 200px;
}
.main.sect .img.img1 {
  left: -390px;
}
.main.sect h1 strong {
  color: #ff4911;
}
.main.sect h1 .borders {
  top: 100%;
  right: 0;
  width: 210px;
  margin-right: -30px;
}
.main.sect h1 .borders::before {
  right: -15px;
  bottom: -10px;
  width: 130px;
}
.main.sect .slider > .borders {
  top: 50%;
  right: 0;
  width: 130px;
  margin-right: -120px;
  margin-top: -30px;
  z-index: 2;
}
.main.sect .slider > .borders::before {
  left: -15px;
  bottom: -15px;
  width: 80px;
}
.main.sect .item {
  position: relative;
}
.main.sect .icon {
  position: absolute;
  top: 0;
  left: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  height: 100%;
  z-index: -1;
}
.main.sect .icon img {
  max-width: none;
  max-height: none;
}
.main.sect .text {
  max-width: 640px;
}
.main.sect .text h3 {
  margin-top: -30px;
  margin-bottom: 30px;
}
.main.sect ul.list {
  margin-top: 30px;
}
.main.sect ul.list li:first-child {
  margin-top: 0;
}
.main.sect ul.list li {
  position: relative;
  text-align: left;
  font-size: 24px;
  padding-left: 25px;
  margin-top: 10px;
}
.main.sect ul.list li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 50%;
  z-index: -1;
}
.main.sect ul.list li::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 20px;
  height: 22px;
 background-repeat: no-repeat;
 background-image: url('../img/main/marker.png');
  z-index: -2;
}
.main.sect ul.list li strong {
  color: #ff4911;
}
.main.sect .buttons {
  margin-top: 60px;
}
.main.sect .link {
  display: inline-block;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 30px;
}
.main.sect .link:hover {
  text-decoration: none;
}

.type.sect h2 .borders {
  top: 100%;
  right: 0;
  width: 210px;
  margin-right: -30px;
}
.type.sect h2 .borders::before {
  right: -15px;
  bottom: -10px;
  width: 130px;
}
.type.sect .info {
  position: relative;
  margin-bottom: 30px;
}
.type.sect .info .ornament {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}
.type.sect .info p {
  font-size: 20px;
}
.type.sect .group .note .icon,
.type.sect .info .icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.type.sect .group .note .icon::before,
.type.sect .info .icon::before {
  content: '';
  position: absolute;
  top: -11px;
  left: 14px;
  width: 100%;
  height: 100%;
  background-color: #FFEDC9;
  border-radius: 15px;
  z-index: -1;
}
.type.sect .group .note .icon::after,
.type.sect .info .icon::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  border: 1px solid #FF4D12;
  border-radius: 15px;
}
.type.sect .group .note .icon img,
.type.sect .info .icon img {
  border-radius: 15px;
}
.type.sect .content {
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 15px;
}
.type.sect .content::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #ffdbcf;
  border-radius: 15px;
  z-index: -1;
}
.type.sect .content .borders {
  top: 30%;
  left: 100%;
  width: 130px;
  margin-right: 40px;
  z-index: -1;
}
.type.sect .content .borders::before {
  left: -15px;
  bottom: -15px;
  width: 80px;
}
.type.sect .pager {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.type.sect .pager .control {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 20px 10px;
}
.type.sect .pager .control:first-child {
  border-left: none;
}
.type.sect .pager .control:hover,
.type.sect .pager .control.active {
  background-color: #fa0;
}
.type.sect .group {
  display: none;
  padding: 30px;
}
.type.sect .group.active {
  display: block;
}
.type.sect .group .note {
  margin-bottom: 30px;
}
.type.sect .group .note h3 {
  font-size: 26px;
  color: #ff4911;
  margin-bottom: 10px;
}
.type.sect .group .note p {
  font-size: 18px;
}
.type.sect .group .caption {
  margin-bottom: 30px;
}
.type.sect .group .caption .color {
  color: #ff480b;
}
.type.sect .group .items {
  margin-top: -30px;
}
.type.sect .group .item {
  margin-top: 30px;
}
.type.sect .group .item .num {
  position: relative;
  font-size: 58px;
  text-shadow: 4px 4px 0 #bfbfbf;
  line-height: 1;
  margin-bottom: 5px;
}
.type.sect .group .item .num::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 61px;
 background-repeat: no-repeat;
 background-image: url('../img/type1/marker1.png');
 margin-left: -34px;
 margin-top: -30px;
}
.type.sect .group .item:nth-child(2n) .num::before {
  width: 73px;
  height: 66px;
 background-image: url('../img/type1/marker2.png');
 margin-left: -36px;
 margin-top: -33px;
}
.type.sect .group .item p {
  font-size: 18px;
  margin-top: 10px;
}
.type.sect .buttons {
  margin-top: 30px;
}
.type.sect .buttons .button {
  margin-left: 30px;
}

.type1.sect .img {
  top: -30px;
}
.type1.sect .img.img1 {
  left: -390px;
}
.type1.sect .img.img2 {
  top: 130px;
  left: -150px;
  z-index: -1;
}
.type1.sect .img.img3 {
  top: auto;
  bottom: 50px;
  right: -320px;
}


.type2.sect .content .borders {
  left: auto;
  right: 100%;
  margin-right: -40px;
}
.type2.sect .img {
  top: -50px;
}
.type2.sect .img.img1 {
  left: -680px;
}
.type2.sect .img.img2 {
 top: auto;
  bottom: -30px;
  right: -400px;
}

.type3.sect .img {
  top: -30px;
}
.type3.sect .img.img1 {
  left: -360px;
}
.type3.sect .img.img2 {
  top: 130px;
  left: -250px;
  z-index: -1;
}
.type3.sect .img.img3 {
  top: auto;
  bottom: 0;
  right: -300px;
}

.call {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 5px 5px;
  z-index: 999;
}
.call > a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  background-color: #ffdbcf;
  border: 1px solid;
  border-radius: 15px;
  padding: 10px 15px;
}
.call > a:hover {
  background-color: #FFEDC9;
}
.call > a img {
  max-height: 22px;
  margin-right: 5px;
}
.call > a .small {
  font-size: 16px;
  font-weight: 400;
}