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

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

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

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

.mob-visible {
  display: none;
}

.navbar-default {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: none;
}
.navbar-default .navbar-toggle {
  background-color: #ffc000;
  margin-top: 17px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #ffc000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: transparent;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:active {
  opacity: 0.5;
}
.navbar-default .navbar-nav {
  height: 45px;
  float: none;
}
.navbar-default .navbar-nav li {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: transparent;
  outline: none;
  outline-offset: 0px;
  transition: all 1s;
}
.navbar-default .navbar-nav li:hover {
  background-color: #ffc000;
}
.navbar-default .navbar-nav li a {
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  line-height: 1.5em;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 11px;
  padding-right: 11px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.25s;
}
.navbar-default .navbar-nav li a:focus {
  background-color: none;
  text-shadow: none;
  color: #fff;
}
.navbar-default .navbar-nav li a:hover {
  background-color: transparent;
  color: #fff;
  text-shadow: none;
}
.navbar-default .navbar-nav li.active {
  background-color: #ffc000;
}
.navbar-default .navbar-nav li.active a {
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #fff;
  outline: none;
  outline-offset: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 0.25s;
}
.navbar-default .navbar-nav li.active a:focus {
  background-color: transparent;
  color: #fff;
  outline: none;
  outline-offset: none;
}
.navbar-default .navbar-nav li.active a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  outline: none;
  outline-offset: none;
}
.navbar-default .navbar-nav .open a {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
}


.flex-tg {
    display: flex;
    width: 280px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.flex-tg .tg a span{
    display: none;
}

.mob-flex-tg {
    display: none;
}
.tg_span_white{
    color: #fff;
    margin-right: 10px;
    display: inline;
}
.tg_span_black{
    color: #000;
    margin-right: 10px;
    display: inline;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffc000 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

body {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 17px;
  color: #22262a;
  background: #fff;
  width: 100%;
  height: 100%;
}
body .container {
  width: 100%;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
}
body .row {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-xs-1,
body .col-xs-10,
body .col-xs-11,
body .col-xs-12,
body .col-xs-2,
body .col-xs-3,
body .col-xs-4,
body .col-xs-5,
body .col-xs-6,
body .col-xs-7,
body .col-xs-8,
body .col-xs-9 {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
body h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  height: 70px;
  padding: 18px 15px 0;
  color: #22262a;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: table;
  margin: auto;
}
body .line {
  width: 71px;
  height: 5px;
  display: table;
  margin: 0;
  background-color: #fff;
}
body .line-blue {
  background-color: #6622c3;
}
body .navbar-fixed-top .navbar-collapse {
  max-height: 380px;
  flex: 0 0 100%;
}
body .btn-purple {
  border-radius: 5px;
  display: inline-block;
  padding: 17px 25px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1em;
  text-transform: none;
  font-family: "Montserrat";
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 3px solid transparent;
  background: #ffc000;
  transition: all 0.5s;
  box-shadow: 0 0 40px rgba(255, 192, 0, 0.45);
}
body .btn-purple:hover, body .btn-purple:focus {
  outline: none;
  color: #22262a;
  background: #fff;
  border: 3px solid #ffc000;
}
body .btn-black {
  width: 100%;
  align-self: center;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1em;
  text-transform: none;
  font-family: "Montserrat";
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 3px solid transparent;
  background: #212121;
  color: #fff;
  transition: all 0.5s;
}
body .btn-black:hover, body .btn-black:focus {
  outline: none;
  color: #ffc000;
  background: #fff;
  border: 3px solid #ffc000;
}
body .btn-white {
  width: 100%;
  border-radius: 30px;
  display: inline-block;
  padding: 19px 0px 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1em;
  text-transform: none;
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 3px solid #fff;
  background: #ffc000;
  transition: all 0.5s;
}
body .btn-white:hover, body .btn-white:focus {
  outline: none;
  color: #ffc000;
  background: #fff;
  border: 3px solid #fff;
}
body .btn-transition {
  align-self: center;
  border-radius: 5px;
  display: table;
  padding: 8px 35px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1em;
  text-transform: none;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 3px solid #ffc000;
  background: #fff;
  color: #22262a;
  transition: all 0.5s;
}
body .btn-transition:active {
  box-shadow: none;
}
body .btn-transition:hover, body .btn-transition:focus {
  outline: none;
  color: #fff;
  background: #ffc000;
  border: 3px solid #ffc000;
}
body .form-flexbox {
  margin-top: 28px;
  margin-bottom: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 470px;
}
body .form-flexbox > .name, body .form-flexbox > .email, body .form-flexbox > .phone {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 25px;
  width: calc(50% - 23px);
}
body .form-flexbox .textarea {
  width: 100%;
  margin-top: 24px;
}
body .form-flexbox .textarea textarea {
  text-align: left;
}
body .form-flexbox .parsley-errors-list {
  top: 52px;
}
body .form-flexbox .wrap-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  margin-top: -8px;
  padding-bottom: 22px;
}
body .form-flexbox .wrap-checkbox input {
  flex: 1 0 0;
}
body .form-flexbox .wrap-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
body .form-flexbox .wrap-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
}
body .form-flexbox .wrap-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: unset;
  cursor: pointer;
  margin-right: 11px;
}
body .form-flexbox .wrap-checkbox input:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #fff;
}
body input,
body textarea {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 1em;
  color: #22262a;
  border: none;
  padding: 11px 24px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}
body input:focus,
body textarea:focus {
  outline: none;
  background-image: transparent;
  color: #22262a;
}
body textarea {
  width: 100%;
  flex: 0 0 100%;
}
body input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: -internal-light-dark-color(white, black) !important;
  color: #fff !important;
}

.wrap-btn-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wrap-btn-submit .btn {
  width: auto;
  padding: 15px 60px;
}
.form-footnote{
  margin-top: 20px;
}
header .fixed {
  position: fixed;
}
header .def {
  background: transparent;
}
header .transbg {
  background-color: rgba(2, 2, 2, 0.75);
}
header .transbg .navbar-header .wrap-tel .tel {
  color: #fff;
}
header .transbg .navbar-header .wrap-tel .mail {
  color: #fff;
}
header .transbg .navbar-header .logo {
  margin-top: 5px;
  margin-bottom: 5px;
}
header .navbar {
  margin-bottom: 0px;
  min-height: 75px;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
}
header .fixed {
  position: fixed;
}
header .wrap-all {
  flex: 1 0 0;
}
header .wrap-nav {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .wrap-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap-bottom a {
  color: #fff;
  font-size: 20px;
}
header .navbar-header {
  display: flex;
  align-items: center;
}
header .navbar-header .logo {
  display: flex;
  align-items: center;
  outline: none;
  outline-offset: none;
  padding: 0;
  height: auto;
  text-decoration: none;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 20px;
  color: #22262a;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: 0px;
  margin-right: 5px;
}
header .navbar-header .logo span {
  color: #79fcdc;
}
header .navbar-header .logo img {
  margin-left: 24px;
  display: block;
  margin-top: 0px;
  margin-right: 12px;
  max-width: 100%;
}
@media (max-width: 991px) {
  header .navbar-header .logo img {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
  }
}
header .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 50%;
}
header .wrap-tel .tel {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin: 0 9px;
  position: relative;
  padding-left: 35px;
}
header .wrap-tel .tel:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/tell.png") top center/cover no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
header .wrap-tel .tel:hover {
  text-decoration: underline;
}
header .wrap-tel .mail {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin: 0 9px;
  position: relative;
  padding-left: 35px;
}
header .wrap-tel .mail:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 17px;
  background: url("../img/mail.png") top center/cover no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
header .wrap-tel .mail:hover {
  text-decoration: underline;
}
header .wrap-collback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 50%;
}
header .language.dropdown {
  display: flex;
  justify-content: center;
  flex: 0 0 45%;
  text-align: center;
  color: #fff;
}
header .collback {
  flex: 0 0 55%;
  max-width: 230px;
  margin-right: 15px;
}

.wrapper {
  background: transparent;
  height: calc(100% - 130px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
  width: 100%;
}

button.scroll_down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 80px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  z-index: 10;
}

button.scroll_down:before {
  position: absolute;
  top: 10px;
  left: calc(50% - 24px);
  content: "";
  height: 25px;
  width: 48px;
  background: url("../img/arrow-bottom.png") top center/cover no-repeat;
  -webkit-animation: scroll_down_btn-animation 1.5s infinite;
  animation: scroll_down_btn-animation 1.5s infinite;
  box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 40px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.sec-1 {
  background: url("../img/ge_main.jpg") top center/cover no-repeat;
  min-height: 693px;
  padding-top: 130px;
  text-align: left;
  position: relative;
}
.sec-1 .topic {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  margin: 65px auto 12px;
  max-width: 100%;
  color: #fff;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
}
.sec-1 .topic span {
  font-size: 90px;
  font-weight: 900;
  line-height: 1.3em;
}
.sec-1 .first_p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 25px;
}
.sec-1 p {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 43px;
  color: #fff;
}
.sec-1 .p__right {
  padding: 53px 0 0;
  text-align: right;
  font-size: 19px;
  z-index: 0;
}
.sec-1 .p__right span {
  font-weight: bold;
}
.sec-1 .p__right a{
    text-decoration: none;
    color: #FFF;
    border-bottom: 1px solid;
}
.sec-1_2 {
  background: #ffc000;
}
.sec-1_2 .wrap-reasons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 10px 32px;
}
.sec-1_2 .wrap-reasons img {
  margin-right: 22px;
}
.sec-1_2 .wrap-reasons .p-bold {
  padding-top: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
}
.sec-1_2 .wrap-reasons .p-bold span {
  font-weight: 700;
}
.sec-1_2 .wrap-reasons p {
  font-size: 17px;
  line-height: 25px;
  min-height: 77px;
  text-align: center;
}

.sec-2 {
  margin-top: 45px;
  padding-bottom: 57px;
  background: #fff;
}
.sec-2 h2 {
  padding-bottom: 0;
}
.sec-2__flex {
  padding-top: 75px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-2__item:nth-child(1) {
  flex: 1;
}
.sec-2__item:nth-child(2) {
  flex: 0 0 370px;
}
.sec-2__img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-2__text {
  background: #f4f4f4;
  border-radius: 30px 0;
  padding: 30px 45px;
}
.sec-2__title {
  padding-bottom: 30px;
}
.sec-2__ul li {
  font-size: 17px;
  padding-bottom: 10px;
}
.sec-2 .li__bold {
  font-weight: bold;
  font-size: 22px;
}

.wrap-slick {
  margin: 0 -17px;
}
.wrap-slick .btn {
  max-width: 275px;
}

.slick-track {
  display: flex;
}

.slick-slider {
  margin: 0 30px;
}

.slick-slide {
  padding: 0 17px;
}
.slick-slide img {
  margin: auto;
}

.slick-arrow {
  z-index: 2;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  border-radius: none;
  top: 32%;
}

.slick-prev {
  left: 17px;
  background: url("../img/arrow-l.png") no-repeat center/cover;
}
.slick-prev:hover, .slick-prev:focus {
  background: url("../img/arrow-l-hover.png") no-repeat center/cover;
}

.slick-next {
  right: 17px;
  background: url("../img/arrow-r.png") no-repeat center/cover;
}
.slick-next:hover, .slick-next:focus {
  background: url("../img/arrow-r-hover.png") no-repeat center/cover;
}

.sec-3 {
  padding-top: 25px;
}
.sec-3__wrap {
  border-radius: 12px;
  background: url("../img/bg-sec-3.jpg") top center/cover no-repeat;
}
.sec-3__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 35px 95px;
}
.sec-3__item {
  width: calc(33.3333% - 45px);
  border-radius: 35px 0;
  background: #fff;
  padding: 8px 47px 15px;
}
.sec-3__num {
  font-size: 45px;
  font-weight: bold;
}
.sec-3__text {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.sec-4 {
  padding-top: 72px;
}
.sec-4__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-4__item {
  width: 50%;
  background: #fff;
  padding: 8px 15px 15px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec-4__img {
  flex: 0 0 auto;
  margin-right: 38px;
}
.sec-4__text {
  font-size: 14px;
  line-height: 17px;
}

.tabs {
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tabs .tablinks {
  display: table;
  text-align: left;
  background-color: #fff;
  border: 2px solid #ffc000;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.45s;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
}
.tabs .tablinks.active {
  background-color: #ffc000;
}

.tabcontent {
  max-width: 970px;
  margin: 50px auto 0;
  display: none;
}
.tabcontent.active {
  display: block;
}
.tabcontent__flex {
  display: flex;
  align-content: center;
  justify-content: center;
}
.tabs-items.reverse-tab .tabcontent__flex{
  flex-direction: row-reverse;
}
.tabcontent__title {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 50%;
  padding-left: 60px;
  position: relative;
}
.tabs-items.reverse-tab .tabcontent__title{
  padding-left: 0px;
  padding-right: 60px;
}
.tabcontent__img {
  display: flex;
  align-content: center;
  justify-content: center;
  flex: 0 0 50%;
}

.sec-5 {
  padding-top: 55px;
  background: #fff;
  padding-bottom: 8px;
}
.sec-5 h2 {
  margin-bottom: 53px;
}
.sec-5 h3 {
  font-size: 25px;
  text-transform: none;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
}
.sec-5 .subtitle-tab{
  font-weight: 600;
  margin-bottom: 15px;
}
.sec-5 p {
  z-index: 2;
  position: relative;
  padding-left: 0;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 10px;
}
.sec-5 ul li {
  margin-bottom: 10px;
  font-weight: 300;
  margin-bottom: -3px;
  font-size: 15px;
}
.sec-5 .spacer {
  padding-bottom: 85px;
}

.sec-6 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.sec-6 .advantages__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-6 .advantages__item {
  width: calc(33.3333% - 20px);
  border-radius: 20px;
  box-shadow: 0 15px 29px rgba(24, 24, 24, 0.08);
}
.sec-6 .advantages-img {
  flex: 0 0 75px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.sec-6 .advantages-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s;
}
.sec-6 .advantages-img img:hover {
  transform: scale(1.2);
}
.sec-6 .advantages-description {
  padding: 23px 18px;
}
.sec-6 .advantages-description h3 {
  font-size: 20px;
  line-height: 24px;
  padding-top: 7px;
  padding-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  min-height: 75px;
}
.sec-6 .advantages-description p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 19px;
}
.sec-6 .advantages__hr {
  width: 100%;
  max-width: 200px;
  height: 3px;
  background: #ffc000;
  margin-bottom: 30px;
}

.sec-7 {
  padding-top: 20px;
  padding-bottom: 30px;
  background: url("../img/bg-sec-7.png") top center/cover no-repeat;
}
.sec-7 h2 {
  text-transform: uppercase;
}
.sec-7 .wrap-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sec-7 .wrap-list .item {
  background: #fff;
  width: calc(33.3333% - 25px);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 15px 29px rgba(24, 24, 24, 0.08);
  color: #22262a;
  text-decoration: none;
  margin-bottom: 34px;
  transition: all 0.25s;
}
.sec-7 .wrap-list .item.empty{
  background: none;
  box-shadow: none;
  cursor: default!important;
}
.sec-7 .wrap-list .item:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.sec-7 .wrap-list .item:hover .btn-transition {
  background: #ffc000;
  color: #fff;
}
.sec-7 .wrap-list .item__link {
  text-decoration: none;
  color: #22262a;
}
.sec-7 .wrap-list .item .text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  padding-top: 26px;
  padding-bottom: 17px;
}
.sec-7 .wrap-list .item .btn {
  margin: 0 auto;
  display: table;
}

.sec-8 {
  padding-top: 45px;
  padding-bottom: 13px;
}
.sec-8-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #2c2b2c;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.sec-8 .slick-2 {
  max-width: 985px;
  margin: auto;
  padding: 56px 0 55px;
}
.sec-8 .slick-2 .slick-prev {
  top: 50%;
  left: -50px;
}
.sec-8 .slick-2 .slick-prev:before {
  background: #000;
}
.sec-8 .slick-2 .slick-next {
  top: 50%;
  right: -50px;
}

.sec-9 {
  padding-bottom: 75px;
}
.sec-9 .text-center {
  position: relative;
  font-size: 17px;
  line-height: 22px;
  padding: 27px 30px;
  text-align: left;
}
.sec-9--next {
  padding-top: 30px;
  padding-bottom: 38px;
  background: url("../img/bg-next.jpg") top center/cover no-repeat;
}
.sec-9 .block {
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 50px auto 75px;
  position: relative;
  max-width: 1030px;
}
.sec-9 .block__flex {
  margin: 35px auto;
  max-width: 970px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-9 .block__flex_p {
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 18px;
}
.sec-9 .block__flex_p span {
  font-weight: bold;
}
.sec-9 .block__flex .block {
  margin: 0;
  width: calc(50% - 15px);
  height: auto;
}
.sec-9 .block__flex .block:nth-child(1) {
  padding: 27px 23px 10px;
}
.sec-9 .block__img img {
  margin: auto;
  display: block;
}
.sec-9 .border-top,
.sec-9 .border-bottom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.sec-9 .border-top:before,
.sec-9 .border-top:after,
.sec-9 .border-bottom:before,
.sec-9 .border-bottom:after {
  position: absolute;
  width: 50px;
  height: 30px;
  content: "";
  border-color: #ffc000;
  border-style: solid;
}
.sec-9 .border-top:before {
  left: 0px;
  top: 0px;
  border-width: 2px 0 0 2px;
}
.sec-9 .border-top:after {
  right: 0px;
  top: 0px;
  border-width: 2px 2px 0 0;
}
.sec-9 .border-bottom:before {
  right: 0px;
  bottom: 0px;
  border-width: 0 2px 2px 0;
}
.sec-9 .border-bottom:after {
  left: 0px;
  bottom: 0px;
  border-width: 0 0 2px 2px;
}
.sec-9 h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.sec-9__wrap {
  max-width: 1040px;
  margin: 70px auto -5px;
}
.sec-9__flex {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.sec-9__item {
  padding-bottom: 60px;
  width: calc(33.3333% - 30px);
  margin: 0 15px;
}
.sec-9__line {
  width: 50px;
  height: 2px;
  background: #ffc000;
  margin: 25px 0 11px;
}
.sec-9__text p {
  font-size: 17px;
  line-height: 22px;
}
.sec-9__btn {
  display: block;
  text-align: center;
}

.sec-10 {
  padding-top: 23px;
  padding-bottom: 0px;
  background: url("../img/bg-sec-10.png") top center/cover no-repeat;
  min-height: 454px;
}
.sec-10 h2 {
  text-transform: uppercase;
}
.sec-10 .form-slogan{
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.sec-10 input {
  margin-bottom: 32px;
  max-width: 385px;
}
.sec-10__flex {
  max-width: 1090px;
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-10__item {
  width: 50%;
}
.sec-10__link {
  color: #22262a;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  max-width: 430px;
  display: block;
  margin-top: 20px;
}
.sec-10__link:hover {
  color: #22262a;
}
.sec-10__img {
  position: relative;
  left: 100px;
  top: 12px;
  margin-bottom: -20px;
}
.sec-10__title {
  font-size: 25px;
  line-height: 30px;
}
.sec-10__beschreibung {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: 300;
}
.sec-10__col {
  padding-top: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.sec-10__tel {
  font-size: 35px;
  font-weight: bold;
  color: #22262a;
  display: table;
  margin: 40px 0;
}
.sec-10__tel:hover {
  color: #22262a;
  text-decoration: none;
}
.sec-10.no-form .sec-10-info .sec-info-text{
  margin-bottom: 30px;
  font-size: 20px;
}
.sec-10.no-form .sec-10-info .sec-info-phone{
  margin-bottom: 25px;
}
.sec-10.no-form .sec-10-info .sec-info-phone a{
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
}
.sec-10.no-form .sec-10-info .btn{
  display: inline-block;
  width: auto;
}
.form-flexbox-black {
  color: #000;
}
.form-flexbox-black input {
  border-bottom: 2px solid #bababa;
  color: #000;
}
.form-flexbox-black input:focus {
  color: #000;
}
.form-flexbox-black.form-flexbox .wrap-checkbox label {
  color: #000;
}
.form-flexbox-black.form-flexbox .wrap-checkbox label:before {
  padding: 8px;
  border: 2px solid #000;
}
.form-flexbox-black.form-flexbox .wrap-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #000;
}
.form-flexbox-black *::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.form-flexbox-black *:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-flexbox-black *::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.form-flexbox-black *:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.sec-11 {
  padding-top: 70px;
}
.sec-11-title {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-11-title__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-11-title__item p {
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
}
.sec-11 .slick {
  max-width: 985px;
  margin: auto;
  padding: 34px 0 75px;
}
.sec-11 .slick .slick-prev {
  top: 50%;
  left: -50px;
}
.sec-11 .slick .slick-prev:before {
  background: #000;
}
.sec-11 .slick .slick-next {
  top: 50%;
  right: -50px;
}

.sec-12 .slick-3 {
  max-width: 985px;
  margin: auto;
  padding: 45px 0;
}
.sec-12 .slick-3 .slick-prev {
  top: 50%;
  left: -50px;
}
.sec-12 .slick-3 .slick-prev:before {
  background: #000;
}
.sec-12 .slick-3 .slick-next {
  top: 50%;
  right: -50px;
}
.sec-12 .text-center {
  padding: 14px 0 60px;
  text-align: center;
  font-size: 17px;
  line-height: 21px;
}

.sec-13 {
  padding-top: 9px;
}
.sec-13__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 970px;
  margin: 41px auto;
}
.sec-13__item {
  flex-wrap: wrap;
}
.sec-13__item_25 {
  width: calc(25% - 20px);
}
.sec-13__item_25 .sec-13__img:last-child {
  margin-bottom: 0;
}
.sec-13__item_50 {
  width: calc(50% - 20px);
}
.sec-13__item_50 .sec-13__img {
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.sec-13__img {
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
}
.sec-13__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-13 .shadow {
  transition: all 0.25s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec-13 .shadow p {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
}
.sec-13__btn {
  padding: 15px;
}
.sec-13__btn .btn {
  padding: 17px 62px;
  box-shadow: 0 0 40px rgba(255, 192, 0, 0.45);
  font-weight: 600;
}

.sec-14 {
  padding-top: 65px;
}
.sec-14__flex {
  margin: 65px -20px 45px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-14__item {
  width: 20%;
  padding: 0 15px;
}
.sec-14__img {
  min-height: 160px;
}
.sec-14__item:nth-child(3) .sec-14__img{
    margin-top: 15px;
}
.sec-14__item:nth-child(4) .sec-14__img{
    margin-top: -11px;
}
.sec-14__item:nth-child(5) .sec-14__img{
    margin-top: 15px;
}
.sec-14__text {
  padding: 15px 18px;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
}

.sec-15 {
  padding-top: 13px;
}
.sec-15__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 50px auto;
}
.sec-15__item {
  width: calc(50% - 40px);
  padding-bottom: 25px;
}
.sec-15__img {
  min-height: 62px;
}
.sec-15__hr {
  width: 50px;
  height: 2px;
  background: #ffc000;
  margin: 17px 0;
}
.sec-15__text {
  font-size: 17px;
  line-height: 22px;
}
.sec-15__text span {
  font-weight: bold;
}

footer {
  background: #ffc000;
  color: #0f0f0f;
  padding-top: 16px;
  padding-bottom: 24px;
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .footer__item {
  width: 33.3333%;
}
footer .footer__item .btn.btn-black {
  padding: 10px 20px;
  font-size: 15px;
  display: table;
  width: auto;
}
footer .footer-logo {
  margin-bottom: 36px;
}
footer .footer-ul {
  padding-top: 17px;
  padding-left: 15px;
  flex: 1 0 0;
}
footer .footer-ul li {
  margin-bottom: 6px;
}
footer .footer-ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #0f0f0f;
  text-decoration: underline;
}
footer .footer-ul li a:hover {
  text-decoration: none;
}
footer .footer__tel {
  margin: 15px 0;
  display: table;
  font-size: 20px;
  font-weight: 600;
  color: #22262a;
}
footer .footer__tel:hover {
  text-decoration: none;
}
footer .footer__item_email{
  padding: 10px 15px 10px;
}
footer .footer__item_email a{
  color: #000;
}
footer .social {
  padding-left: 15px;
  padding-top: 8px;
  display: flex;
}
footer .social .icon {
  margin: 0 4px;
  text-decoration: none;
}
footer .social a {
  text-decoration: none;
}
footer .social a:hover {
  text-decoration: none !important;
}

.fancybox-content {
  color: #2c2c2c;
  border-radius: 11px;
}
.fancybox-content h2 {
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 700;
  color: #2c2c2c;
  padding-bottom: 33px;
}
.fancybox-content input {
  margin-bottom: 17px;
}
.fancybox-content .name input {
  border: 1px solid #000;
  border-radius: 4px;
  color: #2c2c2c;
  font-size: 16px;
  padding: 10px 8px;
}
.fancybox-content .phone input {
  border: 1px solid #000;
  border-radius: 4px;
  color: #2c2c2c;
  font-size: 16px;
  padding: 10px 8px;
}
.fancybox-content .textarea textarea {
  border: 1px solid #000;
  border-radius: 4px;
  color: #2c2c2c;
  font-size: 16px;
  padding: 10px 8px;
  min-height: 120px;
  margin-bottom: 5px;
}
.fancybox-content *::-webkit-input-placeholder {
  color: #2c2c2c;
  opacity: 1;
}
.fancybox-content *:-moz-placeholder {
  color: #2c2c2c;
  opacity: 1;
}
.fancybox-content *::-moz-placeholder {
  color: #2c2c2c;
  opacity: 1;
}
.fancybox-content *:-ms-input-placeholder {
  color: #2c2c2c;
  opacity: 1;
}
.fancybox-content .btn-purple {
  margin: 0 auto;
  max-width: 280px;
}
.fancybox-content .wrap-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fancybox-content .wrap-checkbox input {
  flex: 1 0 0;
}
.fancybox-content .wrap-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.fancybox-content .wrap-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
}
.fancybox-content .wrap-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
}
.fancybox-content .wrap-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #2c2c2c;
}
.fancybox-content .wrap-btn-submit {
  margin-top: 88px;
}


.fancybox-content {
  padding: 44px 40px 45px;
}

.hidden {
  display: none;
}

.wrap-btn-submit-popup {
  display: flex;
  padding-top: 30px;
}

/*CALLBACK*/
/*complex-form*/
.pop-up {
    display: none;
    max-width: 600px;
}
.fancybox-opened .fancybox-skin {
    padding: 0 !important;
}

.fancybox-close {
    top: 12px !important;
}

.callback__form {
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 6%;
}

.callback__form > h2 {
    margin: 0px 0px 10px;
    padding: 10px 0;
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
    display: block;
    height: auto;
}

.complex__text,
.complex__bottom-text {
    font-family: 'GothaProLig', sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.sub-text{
  font-size: 15px;
}
.complex__submit{
  margin-bottom: 30px;
}
.complex__item {
    padding: 0 10px 10px;
    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;
}

.complex__input {
    margin-bottom: 18px;
    border: solid 1px #000;
}

.complex__input {
    background-position: 12px center;
}

.complex__textarea {
    width: 100%;
    height: 90px;
    padding: 14px;
    border: solid 1px #000;
}

.complex__button {
    background-color: #ffcc01;
}

.complex-small__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*pop-success*/
.pop-success {
    max-width: 300px;
}

.pop-success {
    padding: 20px 10px;
    background-color: #ffffff;
    color: #000000;
}

.pop-success__description {}

.pop-success p {
    margin-top: 10px;
    text-align: center;
    line-height: 1.6em;
    font-size: 16px;
}


.step_project {
    font-family: "Segoe UI",sans-serif;
    width: 100%;
    max-width: 770px;
    background: #fff;
    border: 5px solid #ffcc01;;
    box-sizing: border-box;
}


.steps h2 {
    font-size: 25px;
    margin: 18px 0 12px;
    padding: 0;
}

.step_project_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.girl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 295px;
    background: #e8e8e8;
    width: 100%;
    flex: 0 0 39%;
}


.girl img {
    margin-top: auto;
    transform: translate(25px, 1px);
    width: 85%;
}

.top-steps {
    font-size: 17px;
}

.top-steps p{
    margin:  26px 0 37px;

}

.top-steps span{
    display: inline-block;
    color: #ffcc01;
}

.steps {
    max-width: 61%;
    flex: 0 0 61%;
    display: flex;
    flex-direction: column;
}

.wrap-steps {
    padding: 0px 23px;
}

.sub-title {
    font-size: 12px;
    line-height: 14px;
    color: #808080;
}
.wrap-steps h3{
    font-size: 15px;
    font-weight: bold;
    margin: 43px 0 23px;
}
.wrap-steps h3 span{
    color: #ffcc01;
    background: #FFFFFF;
}

.flex-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -14px;
  }
.step {
    width: calc(33.3333% - 28px);
    flex: 0 1 auto;
    margin: 0 14px 22px;
}

span.top-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    border-radius: 5px 5px 0 0;
    background: #eff6ff;
    z-index: 1;
    position: relative;
}
span.bottom-p {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    position: relative;
    border-radius: 0 0 5px 5px ;
    background: #f9f8f8;
    z-index: 1;
}
span.bottom-p:hover {
    box-shadow: 0 3px 5px 3px rgba(0,0,0,.06);
    background: #fff;
    cursor: pointer;

}

span.bottom-p a {
    color: #121772;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.bottom-p.active .check{
    background: #fff url(/assets/template_2019/img/chek.png) center center no-repeat;
}

.check {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 5px 3px rgba(0,0,0,.06);
    z-index: 3;
    position: absolute;
    top: -21px;
    right: -17px;
    
    display: none;
}

a.prev-step {
    font-size: 13px;
    color: #000;
    padding: 8px 15px 12px 0;
}

.next-steps {
    padding: 8px 19px 12px;
    margin-top: auto;
}

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

.next-step {
    font-size: 13px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    /* border-radius: 23px; */
    background: #ff0101;
    border: 2px solid #7d0000!important;
    color: #fff;
    text-decoration: none;
    padding: 14px 31px 16px;
    margin-left: auto;
}

.terms_use {
    padding: 0 23px 10px;
    font-size: 10px;
    color: #000;
}

.terms_use a{
    color: #686868;
    font-size: 10px;
}
.terms_use a:hover{
    text-decoration: none;
}

.steps-no-img .bottom-p{
    background: #eff6ff;
    border-radius: 5px;
    justify-content: space-between;
    padding: 10px 20px;
}
.steps-no-img .bottom-p a{
    text-align: left;
}

.steps-no-img .check{
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 5px 3px rgba(0,0,0,.06);
    z-index: 3;
    position: relative;
    top: 0;
    right: 0;
    flex: 0 0 auto;
}


.steps-no-img .step {
    width: calc(50% - 28px);
    flex: 0 1 auto;
    margin: 0 14px 22px;
}

.wrap-steps-five {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.wrap-steps-five .center{
    text-align: center;
}

.wrap-steps-five form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 270px;
}

.wrap-steps-five .wrap-input {
    /* margin: 0 auto; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wrap-steps-five .tel {
    font-size: 14px;
    color: #0c0c0c;
    font-weight: bold;
    margin: 0;
    border-radius: 0 23px 23px 0;
    border: 2px solid #e8e8e8;
    padding: 12px 20px 12px 20px;
    min-width: 20px;
}
.wrap-steps-five .tel:focus {
    outline: none;
}

.wrap-steps-five .next-step {
    margin: 39px auto 0;
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 270px;
    padding: 14px 10px 16px;
}
.wrap-steps-five .next-step:hover,
.wrap-steps-five .next-step:focus {
    outline: none;
}

.wrap-steps-five .flex-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #e8e8e8;
    border-radius: 23px 0 0 23px;
    width: 100%;
    max-width: 74px;
}

.wrap-steps-five .flex-flag p {
    margin: 10px 0 10px 8px;
    font-size: 14px;
    font-weight: bold;
}

.wrap-steps-five .terms_use {
    margin-top: auto;
    padding: 0 0 10px;
    text-align: center; 
}

.wrap-steps-five .terms_use a {
    font-size: 10px;
}

.stepWrapper .top-img img {
    height: 50px;
}


@media screen and (max-width: 767px) {
    .step {
        width: calc(50% - 28px);
    }
}

@media screen and (max-width: 600px) {
    .wrap-next-steps {
        justify-content: center;
        flex-wrap: wrap;
    }
    .next-step {
        margin: 0 auto;    
    }
    .steps-no-img .bottom-p {
        padding: 10px;
    }
}
@media screen and (max-width: 550px) {

    .next-step {
        margin: 0 0 0 auto;   
    }
    .step_project_wrap {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
    }
    .girl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background: #e8e8e8;
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }
    .top-steps p {
        margin: 20px 0;
    }
    .girl img {
        margin-top: auto;
        transform: translate(0px, 1px);
        width: 100%;
        max-width: 200px;
    }
    .steps {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 375px) {
    .step {
        width: 100%;
    }
    .next-step {
        margin: 0 auto;   
    }
    .steps-no-img .step {
        width: calc(1000% - 28px);
    }
}


.step2,
.step3,
.step4,
.step5,
.step6 {
 display: none;
}
.step5 .wrap-input {
 display: none;
}
.step4 .wrap-steps-five .messengers-login {
 font-size: 13px;
 color: #0c0c0c;
 font-weight: bold;
 margin: 0;
 border-radius: 23px;
 border: 2px solid #e8e8e8;
 padding: 13px 20px;
 min-width: 20px;
}
.step5 h3 {
 display: none;
}
#new-calculate-project .next-step {
 max-width: 375px;
 padding: 14px 20px 16px;
}
#new-calculate-project a.prev-step {
 position: absolute;
 bottom: 15px;
}
#new-calculate-project .step-item {
 font-size: 12px;
 text-decoration: none;
 color: #121772;
}
#new-calculate-project .step a:hover .step-item {
 text-decoration: underline;
}
.wrap-steps-five .tel {
 padding-left: 7px;
 padding-roght: 7px;
}
@media screen and (max-width: 550px) {
 .girl img {
  display: none;
 }
 #new-calculate-project a.prev-step {
  position: relative;
  width: 100%;
 }
}

.t_center {
    text-align: center;   
}
[name="lastname"]{
    display:none;
}
.social a img {
    width: 40px;
}
.sec-16{
    padding-top: 30px;
    padding-bottom: 38px;
    background: url(../img/bg-next.jpg) top center/cover no-repeat;
}
.sec-16 .sec-16-info,
.sec-16 .sec-16-image{
    position: relative;
    background: #FFF;
    padding: 30px 30px;
    margin: 30px 0px; 
}
.sec-16 .sec-16-info p{
  margin-bottom: 20px;
}
.sec-16 .sec-16-info p:nth-child(2){
    margin-bottom: 0px;
}
.sec-16 .border-top:before,
.sec-16 .border-top:after,
.sec-16 .border-bottom:before,
.sec-16 .border-bottom:after {
  position: absolute;
  width: 50px;
  height: 30px;
  content: "";
  border-color: #ffc000;
  border-style: solid;
}
.sec-16 .border-top:before {
  left: 0px;
  top: 0px;
  border-width: 2px 0 0 2px;
}
.sec-16 .border-top:after {
  right: 0px;
  top: 0px;
  border-width: 2px 2px 0 0;
}
.sec-16 .border-bottom:before {
  right: 0px;
  bottom: 0px;
  border-width: 0 2px 2px 0;
}
.sec-16 .border-bottom:after {
  left: 0px;
  bottom: 0px;
  border-width: 0 0 2px 2px;
}
#success > h2 {
  background: none repeat scroll 0 0 #ffcc01;
  color: #fff;
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size:26px;
}
#loading {
  background: none repeat scroll 0 0 #fff;
  padding: 20px;
  width: 300px;
}
#load {
  background: none repeat scroll 0 0 #ffcc01;
  height: 10px;
  width: 10%;
}
.pop-success {
    max-width: 300px;
}

.pop-success {
    padding: 20px 10px;
    background-color: #ffffff;
    color: #000000;
}

.pop-success__description {}

.pop-success p {
    margin-top: 10px;
    text-align: center;
    line-height: 1.6em;
    font-size: 16px;
}

.lang-bg {
    width: 100%;
    height: 55px;
    background: #F1F1F1;
    margin-bottom: 10px;
}
.lang-wrapper {
    max-width: 1230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    height: 100%;
    padding: 0 30px;
}
.langBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.langSelector {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.countryPicker--label {
    margin-right: 15px;
}
.langSelector a {
    width: 26px;
    height: 26px;
    opacity: 0.5;
    margin: 0 3px;
}
.langSelector .ru {
    background: url("/assets/template/kate/img/lang/russian-min.png") no-repeat center;
}
.langSelector .ua {
    background: url("/assets/template/kate/img/lang/ukraine-min.png") no-repeat center;
}
.langSelector .kz {
    background: url("/assets/template/kate/img/lang/kazahstan-min.png") no-repeat center;
}
.langSelector .az {
    background: url("/assets/template/kate/img/lang/azerbaijan-min.png") no-repeat center;
}
.langSelector .by {
    background: url("/assets/template/kate/img/lang/belarus-min.png") no-repeat center;
}
.langSelector .ge{
    background: url("/assets/template/kate/img/lang/ge.png") no-repeat center;
        background-size: contain;
}
.langSelector .active {
    opacity: 1;
}
.langSelector-label {
    margin-right: 10px;
}
.work-label-top {
    font-size: 15px;
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
.work-label-top a:hover {
    text-decoration: underline;
}
.langSelector-label {
    font-size: 15px;
    color: rgb(15, 15, 15);
    line-height: 1.2;
}
