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

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

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

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

.navbar-default {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: none;
}
.navbar-default .navbar-toggle {
  background-color: #44b759;
  margin-top: 17px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #44b759 !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 > li {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  background-color: transparent;
  outline: none;
  outline-offset: 0px;
  transition: all 1s;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li:hover {
  background-color: transparent;
  border-bottom: 2px solid #f442a3;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  font-style: normal;
  color: #282728;
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.25s;
}
.navbar-default .navbar-nav > li > a:focus {
  background-color: none;
  text-shadow: none;
  color: #f442a3;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #f442a3;
  text-shadow: none;
}
.navbar-default .navbar-nav li.active {
  background-color: transparent;
  border-bottom: 2px solid #f442a3;
  float: none;
}
.navbar-default .navbar-nav li.active > a {
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #f442a3;
  outline: none;
  outline-offset: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all 0.25s;
}
.navbar-default .navbar-nav li.active > a:focus {
  background-color: transparent;
  color: #f442a3;
  outline: none;
  outline-offset: none;
}
.navbar-default .navbar-nav li.active > a:hover {
  background-color: transparent;
  color: #f442a3;
  text-decoration: none;
  outline: none;
  outline-offset: none;
}
.navbar-default .navbar-nav .open a {
  background-image: none;
  background-repeat: no-repeat;
  box-shadow: none;
}

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

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

body {
  font-family: "Proxima Nova Rg";
  font-size: 15px;
  line-height: 18px;
  color: #282728;
  background: #fff;
  width: 100%;
  height: 100%;
}
body .container {
  width: 100%;
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
}
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,
body .h2,
body h1,
body .h1{
  position: relative;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
  height: auto;
  color: #282728;
  text-transform: none;
  text-align: left;
  position: relative;
  display: table;
  padding-bottom: 10px;
}
body h2 span,
body .h2 span,
body h1 span,
body .h1 span{
  color: #591166;
  font-weight: bold;
}
body h2:before,
body .h2:before,
body h1:before,
body .h1:before{
  left: 0;
  bottom: 3px;
  content: "";
  width: 100px;
  height: 3px;
  background: #f442a3;
  position: absolute;
}
body .h4 {
  position: relative;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  height: auto;
  color: #282728;
  text-transform: none;
  text-align: left;
  position: relative;
  display: table;
  padding-bottom: 15px;
}
body .h4:before {
  left: 0;
  bottom: 3px;
  content: "";
  width: 34px;
  height: 3px;
  background: #f442a3;
  position: absolute;
}
body .num-h4 {
  margin-bottom: 33px;
}
body .line {
  width: 71px;
  height: 5px;
  display: table;
  margin: 0;
  background-color: #fff;
}
body .line-blue {
  background-color: #3c0846;
}
body .h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
}
body .text-right {
  text-align: right;
}
body .btn-main {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  color: #fff;
  text-align: center;
  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: 2px solid #f442a3;
  background: #f442a3;
  transition: all 0.5s;
  box-shadow: 0 0 29px 0px rgba(244, 66, 163, 0.35);
}
body .btn-main:hover, body .btn-main:focus {
  outline: none;
  color: #f442a3;
  background: #fff;
  border: 2px solid #f442a3;
  text-decoration: none;
}

body .btn-main.center {
    margin: 0 auto;
}
body .btn-main.small {
  font-size: 12px;
  padding: 6px 10px;
  box-shadow: none;
  width: 100%;
}
body .btn-transition {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 14px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Proxima Nova Rg";
  font-weight: bold;
  color: #282728;
  text-align: center;
  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: none;
  background: transparent;
  transition: all 0.5s;
  text-decoration: underline;
}
body .btn-transition:active {
  box-shadow: none;
}
body .btn-transition:hover, body .btn-transition:focus {
  outline: none;
  text-decoration: none;
}
body .btn-transition.small {
  font-size: 12px;
  padding: 6px 10px;
  box-shadow: none;
  font-weight: normal;
  width: 100%;
}
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(1/2*100% - (1 - 1/2)*46px);
}
body .form-flexbox .textarea {
  width: 100%;
  margin-top: 24px;
  color: #939393;
}
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:after {
  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: normal;
  line-height: 1em;
  color: #939393;
  border: none;
  padding: 8px 0px 8px;
  box-sizing: border-box;
  background: transparent;
  border-bottom: 3px solid #555;
}
body input:focus,
body textarea:focus {
  outline: none;
  background-image: transparent;
  color: #939393;
}
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;
}
body p {
  font-size: 14px;
  line-height: 22px;
}
body p span {
  color: #f442a3;
}
body b {
  font-weight: bold;
}
body .spacer-8 {
  padding: 4px 0;
}
body .spacer-10 {
  padding: 5px 0;
}
body .spacer-12 {
  padding: 6px 0;
}
body .spacer-14 {
  padding: 7px 0;
}
body .spacer-16 {
  padding: 8px 0;
}
body .spacer-18 {
  padding: 9px 0;
}
body .spacer-20 {
  padding: 10px 0;
}
body .spacer-22 {
  padding: 11px 0;
}
body .spacer-24 {
  padding: 12px 0;
}
body .spacer-30 {
  padding: 15px 0;
}
body .spacer-32 {
  padding: 16px 0;
}
body .spacer-34 {
  padding: 17px 0;
}

.wrap-btn-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
}
.wrap-btn-submit .btn {
  width: auto;
  min-width: 230px;
}

header {
  box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.08);
}
header .header-top {
  padding-top: 7px;
  padding-bottom: 4px;
  border-top: 1px solid #cecbcb;
  border-bottom: 1px solid #cecbcb;
}
header .navbar {
  padding-top: 6px;
  padding-bottom: 3px;
  margin-bottom: 0px;
  position: relative;
  min-height: auto;
}
header .wrap-all {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
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: stretch;
  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 {
  float: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header .navbar-header .wrap-schedule,
header .navbar-header .wrap-tel,
header .navbar-header .collback {
  flex: 1;
  font-size: 14px;
  margin: 0 15px;
}
header .navbar-header .logo {
  flex-basis: 12%;
}
header .navbar-header .collback {
  flex-basis: 28px;
}
header .navbar-header .collback a {
  color: #282728;
  padding: 9px 8px 9px 37px;
}
header .navbar-header .collback a img {
  padding: 8px;
}
header .navbar-header .wrap-schedule,
header .navbar-header .wrap-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar-header .btn-collback {
  border: 1px solid #cecbcb;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s;
  background: url("tel.png") 10px 10px no-repeat;
}
header .navbar-header .btn-collback:hover {
  background: #f442a3 url("tel-hover.png") 10px 10px no-repeat;
  color: #fff;
}
header .navbar-header .wrap-schedule {
  display: flex;
  align-items: center;
}
header .navbar-header .wrap-schedule img {
  padding: 15px;
}
header .navbar-header .flex-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .navbar-header .title {
  text-transform: uppercase;
  color: #581265;
  font-weight: bold;
}
header .navbar-header .logo {
  display: flex;
  align-items: center;
  outline: none;
  outline-offset: none;
  padding: 0;
  height: auto;
  text-decoration: none;
  font-family: "Proxima Nova Rg";
  color: #282728;
  margin: 0;
  margin-right: 15px;
}
header .navbar-header .logo span {
  color: #79fcdc;
}
header .navbar-header .logo img {
  display: block;
  margin-top: 0px;
  max-width: 100%;
}

.mob-collback {
    display: none;
}
.lang-flag {
    border: 1px solid #cecbcb;
    border-radius: 4px;
    padding: 7px;
    position: relative;
    max-width: 140px;
}
#downn {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.lang-flag img {
    width: 32px;
    height: 20px;
    border-radius: 2px;
    text-decoration: none;
    border: none;
}
.strelka {
    border: 6px solid transparent;
    border-top: 9px solid #5b5b5b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.strelka2 {
    vertical-align: initial;
    border: 6px solid transparent;
    border-bottom: 9px solid #5b5b5b;
    display: inline-block;
    margin-left: 6px;
}
#lang-all {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -1px;
    z-index: 1;
    background: #ffffff;
    margin-top: 18px;
    width: 140px;
    padding: 8px 7px;
    border: 1px solid #cecbcb;
    border-radius: 5px;
    text-align: left;
}
#lang-all a {
    font-weight: bold;
    margin: 4px 0;
    color: #531260;
}
.lang-flag img {
    width: 32px;
    height: 20px;
    border-radius: 2px;
    text-decoration: none;
    border: none;
}
.langs {
    border: 1px solid #cecbcb;
    border-radius: 4px;
    padding: 8px;
    position: relative;
    margin-left: 10px;
    color: #000;
    text-decoration: none;
}
#langs-all {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    width: 200px;
    left: 0;
    background: #fff;
    border: 1px solid #cecbcb;
    border-radius: 4px;
}
.lang_list {
    padding: 8px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
#langs-all a {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
}
.active_lang {
    font-weight: bold;
}
.active {
    color: #f442a3;
    font-size: 40px;
    line-height: 14px;
    float: right;
}
@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;
  }
  .collback {
    display: none;
}
  .mob-collback {
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 5px;
    border-radius: 4px;
}
.langs {
    padding: 8px;
    margin-left: 5px;
}
#langs-all {
    right: 0;
    left: initial;
}
}
header .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrap-tel .tel {
  font-weight: normal;
  color: #282728;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
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("mail.png") top center/cover no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
header .wrap-tel .mail:hover {
  text-decoration: underline;
}

.has-submenu .sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  width: 290px;
  height: auto;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 0;
}
.has-submenu .sub-menu > li {
  border-bottom: 1px solid #f3f0f0;
  position: relative;
}
.has-submenu .sub-menu > li:last-child {
  border-bottom: none;
}
.has-submenu .sub-menu > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #282728;
}
.has-submenu .sub-menu > li > a:hover {
  color: #f442a3;
}

body.mouse .has-submenu:hover .sub-menu {
  display: block;
}

.wrap-arrow {
  padding: 10px;
  display: none;
  position: absolute;
  right: 10px;
  top: 11px;
}

.arrow {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 8px solid #282728;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.wrap-arrow.active {
  transform: rotate(-180deg);
}

.sub-menu__arrow.arrow {
  position: absolute;
  right: 0;
  top: 7px;
  border-bottom: none;
  border-left: 7px solid transparent;
  border-top: 8px solid #282728;
  border-right: 7px solid transparent;
}

body.mouse .menu__list > li:hover .sub-menu__list {
  display: block;
}

body.mouse .sub-menu__list > li:hover .sub-sub-menu__list {
  display: block;
}

body.touch .sub-menu__list.open {
  display: block;
}

body.touch .sub-menu__list.open a {
  padding: 10px 40px 10px 15px;
}

body.touch .sub-menu__list.open {
  display: block;
  width: 100%;
  top: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
}

body.touch .wrap-arrow {
  display: block;
}

body.touch .navbar-nav {
  margin: 0;
}

body.touch .navbar-default .navbar-nav > li > a {
  padding: 7px 32px 7px 15px;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 15px;
  }
    .services-4 .three-item{
        height: auto;
    }    
  .menu__list {
    display: block;
  }

  .menu__list > li {
    margin: 0px 0px 10px 0px;
  }

  .sub-menu__list {
    position: relative;
    left: 0;
    top: 0;
  }

  .sub-sub-menu__list {
    padding: 0px 5px;
    position: relative;
    left: 0;
    top: 0;
  }

  .sub-menu__arrow.arrow {
    position: absolute;
    right: 0;
    top: 7px;
    border-bottom: none;
    border-left: 7px solid transparent;
    border-top: 8px solid #282728;
    border-right: 7px solid transparent;
  }
}
.sub-sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% - 25px);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  width: 270px;
  height: auto;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px;
  margin-left: 25px;
}
.sub-sub-menu > li {
  padding: 3px 0;
  border-bottom: 1px solid #f3f0f0;
}
.sub-sub-menu > li:last-child {
  border-bottom: none;
}
.sub-sub-menu > li > a {
  font-size: 13px;
  font-weight: bold;
  color: #282728;
}
.sub-sub-menu > li > a:hover {
  color: #f442a3;
}

body.mouse .sub-has-submenu:hover .sub-sub-menu {
  display: block;
  padding: 6px 15px;
}

.sec-1 .w-50 {
  width: 50%;
}
.sec-1 .topic {
  font-family: "Proxima Nova Rg";
  font-size: 40px;
  line-height: 50px;
  max-width: 100%;
  min-height: 337px;
  border-radius: 15px;
  color: #282728;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  background: url("bg-header.webp") top center/cover no-repeat;
  margin-top: 38px;
  margin-bottom: 48px;
  padding: 69px 105px 55px;
}
.sec-1 .topic h1 {
  font-size: 23px;
  font-weight: bold;
  line-height: 27px;
}
.sec-1 .topic h1 span {
  text-transform: uppercase;
  letter-spacing: 2.3px;
  display: block;
  font-weight: bold;
}
.sec-1 .first_p {
  font-family: "Proxima Nova Rg";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #726f6f;
  padding-top: 20px;
  padding-bottom: 26px;
  max-width: 230px;
}

.sec-2 .wrap-service {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 1085px;
  margin: 45px auto 0;
}
.sec-2 .wrap-service--tm {
  margin-top: 12px;
}
.sec-2 .wrap-service--tm .service:nth-child(1) {
  width: 66.6666%;
  margin-bottom: 20px;
}
.sec-2 .wrap-service--tm .service:nth-child(2) {
  width: 33.3333%;
  margin-bottom: 20px;
}
.sec-2 .service {
  width: 50%;
  margin: 0 24px;
  overflow: hidden;
  flex: 0 0 auto;
  margin: 0 auto 46px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.sec-2 .service:nth-child(1) {
  padding-top: 15px;
}
.sec-2 .wrap-num {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sec-2 .num {
  width: 50%;
  padding: 0 15px;
}
.sec-2 .flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sec-2 .big-num {
  font-size: 35px;
  line-height: 1em;
  color: #f442a3;
  font-family: "Proxima Nova Bl";
  font-weight: 900;
  padding-right: 13px;
}
.sec-2 .text-num {
  font-size: 14px;
  line-height: 17px;
  min-height: 70px;
  color: #282728;
  padding-bottom: 38px;
}
.sec-2 .wrap-btn-submit {
  margin: 0 auto;
  justify-content: center;
}
.sec-2 .wrap-img {
  margin-left: auto;
}
/* content-work */
.content-work p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
.content-work img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}
.content-work ul {
    margin-top: 0px;
    margin-left: 40px;
    list-style: disc;
    margin-bottom: 25px;
}


.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: 27px;
  height: 49px;
  text-indent: -9999px;
  border-radius: none;
  top: 50%;
}

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

.slick-prev.slick-disabled {
  background: url("arrow-l-green.png") no-repeat center/cover;
}

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

.slick-next.slick-disabled {
  background: url("arrow-r-green.png") no-repeat center/cover;
}

.slick-dots {
  bottom: -44px;
}

.slick-dotted.slick-slider {
  margin-bottom: 36px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #f442a3;
}

.sec-3 .wrap-where {
  margin: 50px -19px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sec-3 .where-item {
  width: 25%;
  padding: 0 19px 24px;
}
.sec-3 .where {
  border: 2px solid #e0e0e4;
  border-radius: 10px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 124px;
  height: 100%;
}
.sec-3 .where__title {
  font-size: 14px;
  line-height: 17px;
  color: #f442a3;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
.sec-3 .where__text {
  padding: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #282728;
  font-weight: normal;
  text-align: center;
}

.sec-4 {
  padding-top: 30px;
}
.sec-4 .wrap-our {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -20px;
}
.wrap-our-eff {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.sec-4 .desc {
  padding-top: 15px;
}
.sec-4 .our-item {
  width: 33.3333%;
  padding: 17px 24px;
}
.sec-4 .our-inner {
  padding: 7px 10px 8px;
  border-radius: 5px;
  border: 2px solid #e4e4e8;
  background: #fcfcfd;
  text-decoration: none;
  color: #282728;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.sec-4 .our-inner:hover {
  border: 2px solid #fff;
  background: #fff;
  box-shadow: 0 0 29px 0px rgba(176, 179, 184, 0.35);
}
.sec-4 .myicon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid #f442a3;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-4 .our-text {
  padding-left: 16px;
}
.our-item-eff {
    border: 1px solid #ccc;
    width: 170px;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}
.our-text-eff {
  padding-top: 20px;
}
.sec-4 .style-link {
  font-size: 13px;
  color: #f442a3;
  text-decoration: underline;
  padding-top: 7px;
}

.sec-5 {
  padding-top: 20px;
  background: #fff;
}
.sec-5 .wrap-tabs {
  background: #efeff2;
  border-radius: 13px;
  margin-left: 55px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.sec-5 .grad {
  border-radius: 13px;
  background: #b564d9;
  background: linear-gradient(90deg, rgba(181, 100, 217, 0.1) 0%, rgba(238, 96, 156, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
}
.sec-5 .tab-inner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  text-decoration: none;
  color: #282728;
}
.sec-5 .tab-inner:hover .tab {
  background: #b564d9;
  background: linear-gradient(90deg, #b564d9 0%, #ee609c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
}
.sec-5 .tab-inner:hover .tab-desc {
  background: #b564d9;
  background: linear-gradient(90deg, #b564d9 0%, #ee609c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-5 .tab-inner--1:hover .tab-icon-1 {
  background: url("tab-icon-1-hover.png") no-repeat center;
}
.sec-5 .tab-inner--1:hover .tab-text {
  color: #fff;
}
.sec-5 .tab-inner--2:hover .tab-icon-2 {
  background: url("tab-icon-2-hover.png") no-repeat center;
}
.sec-5 .tab-inner--2:hover .tab-text {
  color: #fff;
}
.sec-5 .tab-inner--3:hover .tab-icon-3 {
  background: url("tab-icon-3-hover.png") no-repeat center;
}
.sec-5 .tab-inner--3:hover .tab-text {
  color: #fff;
}
.sec-5 .tab-inner--4:hover .tab-icon-4 {
  background: url("tab-icon-4-hover.png") no-repeat center;
}
.sec-5 .tab-inner--4:hover .tab-text {
  color: #fff;
}
.sec-5 .tab-inner--5:hover .tab-icon-5 {
  background: url("tab-icon-5-hover.png") no-repeat center;
}
.sec-5 .tab-inner--5:hover .tab-text {
  color: #fff;
}
.sec-5 .tab-desc {
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s;
  padding-right: 10px;
}
.sec-5 .tab {
  width: 265px;
  flex: 0 0 auto;
  border-radius: 5px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 0 29px 0px rgba(176, 179, 184, 0.35);
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
  margin-left: -18px;
  padding-left: 36px;
  transition: all 0.5s;
}
.sec-5 .tab-item:first-child {
  padding-top: 17px;
}
.sec-5 .tab-item:last-child {
  padding-bottom: 17px;
}
.sec-5 .tab-text {
  text-transform: uppercase;
  padding-left: 20px;
}
.sec-5 .tab-icon-1 {
  width: 30px;
  height: 30px;
  background: url("tab-icon-1.png") no-repeat center;
}
.sec-5 .tab-icon-2 {
  width: 30px;
  height: 30px;
  background: url("tab-icon-2.png") no-repeat center;
}
.sec-5 .tab-icon-3 {
  width: 30px;
  height: 30px;
  background: url("tab-icon-3.png") no-repeat center;
}
.sec-5 .tab-icon-4 {
  width: 30px;
  height: 30px;
  background: url("tab-icon-4.png") no-repeat center;
}
.sec-5 .tab-icon-5 {
  width: 30px;
  height: 30px;
  background: url("tab-icon-5.png") no-repeat center;
}

.sec-6 {
  padding-top: 32px;
  padding-bottom: 10px;
}
.sec-6 .wrap-advantages {
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.sec-6 .advantages-item {
  width: 25%;
}

.advantages {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px 50px;
}
.advantages__img {
  flex: 0 0 65px;
  margin: 0 auto;
}
.advantages__title {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 13px;
}
.advantages__title p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #f442a3;
  font-weight: bold;
}
.advantages__text {
  width: 100%;
}
.advantages__text--170 {
  max-width: 170px;
  margin: auto;
}
.advantages__text--170 p {
  line-height: 21px;
}
.advantages__text p {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #282728;
  font-weight: normal;
}
.advantages .line {
  width: 160px;
  height: 2px;
  background: #f5f3f3;
  display: block;
  margin: 0 auto;
}

.sec-7 {
  background: #f6f5f5;
  padding-top: 29px;
  padding-bottom: 29px;
}
.sec-7 h3 {
  font-size: 24px;
}
.sec-7 .h3-20 {
  font-size: 20px;
}
.sec-7 .form-heading {
  color: #282728;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 14px;
}
.sec-7 .form-heading:before {
  display: none;
}
.sec-7 .subtitle {
  font-size: 15px;
  line-height: 18px;
  color: #282728;
  padding-bottom: 21px;
  width: calc(50% - 25px);
}
.sec-7 .subtitle b {
  font-weight: bold;
}
.sec-7 .wrap-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sec-7 .form-item {
  width: 50%;
}
.sec-7 .form__img {
  margin-left: -23px;
  transform: translate(5px, -55px);
}

/*form*/
.form {
  border-radius: 14px;
  border: 1px solid #e0e0e4;
  background: #fff;
  padding: 22px 85px 22px 40px;
  margin-right: -28px;
}

.form-control {
  padding: 10px;
  height: 39px;
  margin-bottom: 13px;
  color: #939393;
}

.form-control--textarea {
  min-height: 103px;
  height: auto;
}

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

.bottom-text {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 9px;
  padding-right: 9px;
}
.bottom-text img {
  padding-right: 10px;
}
.bottom-text p {
  font-size: 14px;
  color: #939393;
}

.sec-8 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.sec-8 .desc {
  padding-top: 12px;
  font-size: 15px;
  line-height: 22px;
  color: #282728;
}
.sec-8 .desc span {
  color: #f442a3;
}
.sec-8 .wrap-warranty {
  margin-top: 23px;
  margin-bottom: 19px;
  padding: 36px 12px 33px;
  border-radius: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  background: #b564d9;
  background: linear-gradient(0deg, rgba(181, 100, 217, 0.17) 0%, rgba(238, 96, 156, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
}
.sec-8 .warranty-item {
  width: 20%;
}
.sec-8 .line {
  display: block;
  width: 120px;
  height: 2px;
  margin: 11px auto;
  background: #fff;
}
.sec-8 .warranty__title {
  font-family: "Proxima Nova Bl";
  color: #f442a3;
  font-size: 25px;
  line-height: 1em;
  text-align: center;
}
.sec-8 .warranty__desc {
  text-align: center;
  font-size: 15px;
}
.sec-8 .warranty-link {
  font-size: 13px;
  color: #282728;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding: 0 15px;
}
.sec-8 .warranty-link:hover {
  text-decoration: none;
}

.sec-9 {
  padding-bottom: 61px;
}
.sec-9 .wrap-testimonials {
  margin-top: 28px;
  margin-bottom: 19px;
  padding: 40px 30px 33px;
  border-radius: 14px;
  background: #b564d9;
  background: linear-gradient(0deg, rgba(181, 100, 217, 0.35) 0%, rgba(238, 96, 156, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
}
.sec-9 .testimonials-link {
  font-size: 13px;
  color: #282728;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding: 0 15px;
}
.sec-9 .testimonials-link:hover {
  text-decoration: none;
}

.sec-10 {
  overflow: hidden;
  padding-top: 25px;
  background: #b564d9;
  background: linear-gradient(0deg, #b564d9 0%, #ee609c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
  color: #fff;
}
.sec-10 h2 {
  color: #fff;
}
.sec-10 h2:before {
  background: #fff;
}
.sec-10 .wrap-confidentiality {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-10 .confidentiality-item:nth-child(1) {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10px;
}
.sec-10 .confidentiality-item:nth-child(2) {
  width: 40%;
}
.sec-10 .confidentiality-text {
  padding-top: 44px;
  max-width: 405px;
}
.sec-10 .confidentiality-text p {
  padding-bottom: 18px;
}
.sec-10 .confidentiality-img img {
  transform: translate(67px, -37px);
}

.sec-11 {
  padding-top: 57px;
}

.sec-12 {
  padding-top: 29px;
}
.sec-12 h2 {
  margin-bottom: 28px;
}
.sec-12 .wrap-faq {
  padding-bottom: 31px;
  margin: 0 -18px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.sec-12 .item-faq {
  width: 50%;
  height: 100%;
  padding: 0 18px;
}
.sec-12 .faq-title {
  max-width: 370px;
  padding-bottom: 9px;
  font-size: 13px;
  line-height: 16px;
  color: #282728;
  font-weight: bold;
}
.sec-12 .answer {
  font-size: 13px;
  line-height: 16px;
  color: #282728;
  padding: 7px 17px;
  min-height: 62px;
  border-radius: 9px;
  background: #b564d9;
  background: linear-gradient(0deg, rgba(181, 100, 217, 0.17) 0%, rgba(238, 96, 156, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-12 .answer p {
  width: 100%;
}

.map-img {
  padding-top: 84px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-13 {
  padding-top: 18px;
  padding-bottom: 27px;
}
.sec-13 h2 span {
  font-size: 24px;
  text-transform: uppercase;
  color: #5b1168;
  font-weight: bold;
}
.sec-13 .desc {
  padding-top: 10px;
  padding-bottom: 30px;
}
.sec-13 .desc p {
  font-size: 15px;
  line-height: 22px;
}
.sec-13 .wrap-control {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.sec-13 .control-item {
  padding: 0 16px 37px;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-13 .control-item img {
  flex: 0 0 auto;
}
.sec-13 .control-item p {
  font-size: 13px;
  flex: 1;
  padding: 0 14px;
}

.sec-14 {
  padding-top: 51px;
  padding-bottom: 39px;
}
.sec-14 h2 span {
  font-size: 24px;
  text-transform: uppercase;
  color: #5b1168;
  font-weight: bold;
}
.sec-14 .wrap-man {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 19px;
  padding: 19px 28px 0px;
  border-radius: 14px;
  background: #b564d9;
  background: linear-gradient(0deg, rgba(181, 100, 217, 0.35) 0%, rgba(238, 96, 156, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
}
.sec-14 .man-item {
  width: 50%;
}
.sec-14 .man-item:nth-child(2) {
  flex: 0 0 auto;
  align-self: flex-end;
}
.sec-14 .man-item p {
  width: 100%;
  padding-bottom: 18px;
}
.sec-14 .man-img {
  margin-top: -50px;
}
.sec-14 .man-img img {
  width: 100%;
}

.text-bold {
  font-weight: bold;
}
.content-by-ab h3 {
    font-size: 20px;
    margin: 16px 0 12px 0;
}

.content-by-ab p {
    margin-bottom: 6px;
    line-height: 1.2;
}

.content-by-ab ul li {
    list-style: disc;
    margin-left: 30px;
}

.content-by-ab ol li {
    list-style: auto;
    margin-left: 30px;
}
.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;
}

footer {
  color: #fff;
}
footer a {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  text-decoration: underline;
  display: block;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer p {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: block;
}
footer .footer-ul li {
  padding-bottom: 7px;
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10px;
}
footer .footer-top {
  background: #571265 url("bg-footer.png") top center/contain no-repeat;
  min-height: 246px;
  padding-top: 34px;
  padding-bottom: 24px;
}
footer .footer-top .footer-item {
  padding: 0 10px;
}
footer .footer-top .footer-item:nth-child(1) {
  flex-basis: 40%;
}
footer .footer-top .footer-item:nth-child(2) {
  flex-basis: 36%;
}
footer .footer-top .footer-item:nth-child(3) {
  flex-basis: 24%;
}
footer .footer-bottom {
  background: #3c0846;
  padding-top: 12px;
  padding-bottom: 20px;
}
footer .footer-bottom p {
  font-size: 13px;
  line-height: 15px;
}
footer .footer-bottom a {
  font-size: 13px;
  line-height: 16px;
}
footer .footer-bottom .footer-item {
  padding: 0 10px;
}
footer .footer-bottom .footer-item:nth-child(1) {
  width: 76%;
}
footer .footer-bottom .footer-item:nth-child(2) {
  flex-basis: 24%;
}
footer .tel {
  padding-left: 35px;
  position: relative;
}
footer .tel:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  background: url("tel-1.png") top center/cover no-repeat;
  top: 0;
  transform: translate(0px, 0);
  left: 0;
}
footer .tel a {
  text-decoration: none;
}
footer .tel a:hover {
  text-decoration: underline;
}
footer .feedback {
  padding-left: 35px;
  position: relative;
}
footer .feedback:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  background: url("tel-2.png") top center/cover no-repeat;
  top: 0;
  transform: translate(0px, 0);
  left: 0;
}
footer .city {
  padding-left: 35px;
  position: relative;
}
footer .city:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 15px;
  background: url("city.png") top center/cover no-repeat;
  top: 0;
  transform: translate(0px, 0);
  left: 0;
}
footer .mail {
  padding-left: 35px;
  position: relative;
}
footer .mail:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 11px;
  background: url("mail.png") top center/cover no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
}
footer .btn-main {
  text-decoration: none;
  width: 100%;
  max-width: 220px;
}

.fancybox-content {
  color: #fff;
  border-radius: 15px;
  padding: 0px 40px 35px;
  width: 100%;
  max-width: 450px;
  border: 0;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.47);
  background: #fff;
}
.fancybox-content p {
  font-size: 14px;
  color: #939393;
  position: relative;
}
.fancybox-content p.lock {
  padding-top: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.fancybox-content p.lock:before {
  position: absolute;
  top: 22px;
  left: 7px;
  content: "";
  width: 13px;
  height: 16px;
  background: url("urn:scrapbook:download:error:https://ctrlservice.ru/assets/template/img/lock.png") top center/cover no-repeat;
}
.fancybox-content h3 {
  font-family: "Proxima Nova Rg";
  font-size: 25px;
  line-height: 21px;
  font-weight: bold;
  color: #f442a3;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 35px 0 20px;
}
.fancybox-content h4 {
  color: #282728;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  padding-bottom: 32px;
}
.fancybox-content input {
  margin-bottom: 13px;
  box-sizing: border-box;
}
.fancybox-content .name input {
  border: 1px solid #e0e0e4;
  border-radius: 5px;
  color: #282828;
  font-size: 15px;
  padding: 10px;
}
.fancybox-content .phone input {
  border: 1px solid #e0e0e4;
  border-radius: 5px;
  color: #282828;
  font-size: 15px;
  padding: 10px;
}
.fancybox-content *::-webkit-input-placeholder {
  color: #939393;
  opacity: 1;
}
.fancybox-content *:-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.fancybox-content *::-moz-placeholder {
  color: #939393;
  opacity: 1;
}
.fancybox-content *:-ms-input-placeholder {
  color: #939393;
  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-popup {
  padding-top: 23px;
}
.fancybox-content .wrap-btn-submit-popup .btn-main {
  width: 100%;
  max-width: 230px;
}

.fancybox-inner {
  background-color: rgba(46, 46, 46, 0.8);
}

.fancybox-button svg path {
  fill: #000;
}

.hidden {
  display: none;
}

.wrap-breadcrumbs {
  padding: 22px 0 52px;
}
.wrap-breadcrumbs--blog {
  padding-bottom: 12px;
}
.wrap-breadcrumbs--new-1 {
  padding-bottom: 16px;
}

.breadcrumbs-flex {
  margin: 0;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs-flex li {
  list-style: none;
}
.breadcrumbs-flex a {
  text-decoration: underline;
  display: inline;
  color: #282728;
}
.breadcrumbs-flex svg {
  vertical-align: middle;
}

.about-2 p {
  padding-bottom: 18px;
}

.box-grey {
  background: #f5f4f4;
  border-radius: 15px;
  margin-top: 7px;
  padding: 23px 23px 6px 28px;
  overflow: hidden;
}
.box-grey--white {
  background: #fff;
  box-shadow: 0 0 32px 0 rgba(176, 179, 184, 0.35);
}
.box-grey p {
  font-weight: bold;
}
.box-grey p span {
  text-transform: uppercase;
  font-weight: bold;
  color: #f442a3;
}
.box-grey--normal {
  padding: 23px 23px 31px 28px;
}
.box-grey--normal p {
  font-weight: 400;
}
.box-grey--normal p span {
  text-transform: none;
  font-weight: bold;
  color: #282728;
}

.wrap-about-3 {
  padding-top: 45px;
  padding-bottom: 29px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.about-3-item {
  padding: 0 15px;
  margin-top: -19px;
}
.about-3-item:nth-child(1) {
  width: 66.6666%;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-3-item:nth-child(2) {
  width: 33.3333%;
  padding: 0;
  display: flex;
  align-items: center;
}

.num {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 27px;
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.num span:nth-child(1) {
  font-weight: 900;
  font-size: 35px;
  line-height: 1em;
  color: #f442a3;
  margin-right: 10px;
  min-width: 25px;
}
.num span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282728;
}
.num.num-row {
  width: 100%;
}

.sec-8--about {
  padding-bottom: 35px;
}

textarea:-moz-placeholder {
  color: #939393;
}

textarea::-webkit-input-placeholder {
  color: #939393;
}

.service-2 .wrap-service {
  margin-top: 26px;
}
.service-2 .text-num {
  padding-bottom: 20px;
}
.service-2 .service:nth-child(1) {
  padding-top: 15px;
  width: 66.6666%;
}
.service-2 .service:nth-child(2) {
  width: 33.3333%;
}

.three-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -15px;
}

.three-item {
  width: 33.3333%;
  padding: 10px 15px 35px;
}
.services-4 .three-item{
    
    height: 323px;
}

.three-title {
  text-align: center;
  min-height: 65px;
}

.three-line {
  width: 165px;
  height: 2px;
  background: #f5f2f2;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.three-text {
  font-size: 14px;
  line-height: 17px;
  color: #282728;
  text-align: center;
  padding: 16px 30px;
}

.box-grey--tel {
  padding: 0;
}

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

.wrap-tel--1 .tel-text p {
  font-weight: 400;
}

.wrap-tel--2 .tel-item:nth-child(1) {
  width: 33.3333%;
}
.wrap-tel--2 .tel-item:nth-child(2) {
  width: 66.6666%;
}
.wrap-tel--2 .tel-text p {
  font-weight: 400;
}

.tel-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tel-item:nth-child(1) {
  width: 66.6666%;
}

.tel-item:nth-child(2) {
  width: 33.3333%;
}

.tel-img {
  margin-left: auto;
  overflow: hidden;
  height: 100%;
}
.tel-img img {
  /*width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;*/
}

.ul-main-line.ul-p-16 {
  font-size: 16px;
}
.ul-main-line.ul-p-16 li {
  padding: 10px 10px 10px 40px;
}
.ul-main-line.ul-p-16 li:before {
  top: 18px;
}

.ul-main-line.ul-p-14 {
  font-size: 14px;
}
.ul-main-line.ul-p-14 li {
  padding: 10px 10px 5px 56px;
}
.ul-main-line.ul-p-14 li:before {
  top: 18px;
}

.box-grey--tel p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 22px;
}
.box-grey--tel p:last-child {
  padding-bottom: 0;
}

.tel-text {
  padding: 40px 29px;
}

.grad-17 {
  font-size: 13px;
  line-height: 16px;
  color: #282728;
  padding: 7px 17px;
  min-height: 62px;
  border-radius: 15px;
  background: #b564d9;
  background: linear-gradient(0deg, rgba(181, 100, 217, 0.17) 0%, rgba(238, 96, 156, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b564d9",endColorstr="#ee609c",GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.grad-17__text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  padding: 13px;
}
.grad-17 .p-20 {
  padding-bottom: 0;
}

.stage {
  border-radius: 8px;
  box-shadow: 0 0 29px 0 rgba(176, 179, 184, 0.35);
  height: 100%;
  text-align: center;
  padding-bottom: 6px;
  background: #fff;
}
.stage-num {
  position: relative;
  width: 54px;
  height: 54px;
  border: 2px solid #f442a3;
  border-radius: 9px;
  margin: 0 auto;
  transform: translate(0px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #f442a3;
  font-family: "Proxima Nova Bl";
  background: #fff;
}
.stage h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.stage-text {
  position: relative;
  top: -8px;
  padding: 0 25px;
}
.stage-text p {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 12px;
}

.two-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.two-item {
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 37px;
}
.two-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("tel-form-icon.png") top center/cover no-repeat;
}
.two-item a {
  line-height: 26px;
  color: #282728;
}
.two-item span {
  color: #f442a3;
  font-weight: bold;
}

.calc-text {
  padding: 42px 27px;
}
.calc-text p {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 18px;
}

.cash-item {
  width: 50%;
}

.cash-img {
  position: relative;
  height: 100%;
}
.cash-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h3 b {
  font-size: 20px;
}

.wrap-clients {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.clients-item {
  border: 2px solid #f5f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 103px;
  margin: 12px;
}

.wrap-testimonial {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 8px 35px;
  width: 300px;
  height: 415px;
}
.testimonial-item h3 {
  font-weight: bold;
  font-size: 16px;
  align-self: flex-start;
  padding: 0 8px;
}
.testimonial-img {
  border: 2px solid #f5f4f4;
}
.testimonial-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap-audit {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -15px;
}

.audit-item {
  width: 50%;
  margin: 0 15px;
}
.audit-item .our-inner {
  max-width: 405px;
}

.wrap-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-item {
  width: 50%;
}

.new-text h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  max-width: 270px;
}
.new-text--normal {
  padding: 14px 32px;
}
.new-text--visible {
  margin-right: 45px;
  overflow: visible;
  padding: 14px 32px;
}
.new-text--visible .two-item-auto--mar {
  width: calc(33.3333% + 95px) !important;
  margin-right: -110px;
}

.ul-main-line {
  font-size: 14px;
}
.ul-main-line li {
  padding: 14px 10px 14px 57px;
  position: relative;
}
.ul-main-line li:before {
  position: absolute;
  left: 7px;
  top: 21px;
  content: "";
  width: 23px;
  height: 3px;
  background: #f442a3;
}
.ul-main-line--bank li:before {
  top: 12px;
}

.ul-main-pin {
  font-size: 15px;
}
.ul-main-pin li {
  padding: 7px 10px 0px 33px;
  position: relative;
}
.ul-main-pin li:before {
  position: absolute;
  left: 0px;
  top: 6px;
  content: "";
  width: 16px;
  height: 16px;
  background: url("pin.png") top center/cover no-repeat;
}

.capitalize {
  text-transform: capitalize !important;
}

.bold {
  font-weight: bold !important;
  color: #282728;
}

.main-service .wrap-control {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.main-service .wrap-control .control-item {
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-service .wrap-control .control-item p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 13px;
}

.desc.desc--main {
  padding-bottom: 0;
}

.confidentiality-item.confidentiality-item--main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.confidentiality-img.confidentiality-img--main img {
  transform: translate(60px, -5px);
  margin-bottom: -76px;
}

.blog-img {
  width: calc(33.3333% - 25px);
  flex: 0 0 auto;
}

.blog-text {
  padding: 6px 25px 0;
}

.blog p {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 18px;
}

.blog-h3 {
  font-size: 18px;
  font-weight: bold;
}

.box-grey--form {
  border: 1px solid #e0e0e4;
  border-radius: 12px;
  padding: 30px 38px 10px;
}

.form-h3 {
  font-size: 20px;
  padding: 0 15px 16px;
}
.form.form--blog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px;
}
.form.form--blog .item {
  padding: 10px 15px 10px;
  flex: 1;
}
.form.form--blog .item:nth-child(3) {
  flex: 0 0 270px;
}
.form.form--blog .form-control {
  margin-bottom: 0 !important;
}

.flex-two {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px;
}
.flex-two-item {
  width: 50%;
  padding: 0 15px;
}
.flex-two__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-two--flex-start {
  align-items: flex-start;
}
.flex-two--stretch {
  align-items: stretch;
}

.p-14 {
  font-size: 14px;
  line-height: 16px;
}

.p-15 {
  font-size: 15px;
  line-height: 18px;
}
.p-15.lh-20 {
  line-height: 20px;
}

.p-16 {
  font-size: 16px !important;
  padding-bottom: 22px;
}
.p-16.lh-20 {
  line-height: 20px;
}

.p-17 {
  font-size: 17px !important;
}

.p-20 {
  font-size: 20px !important;
  padding-bottom: 24px;
}

.p-24 {
  font-size: 24px !important;
}

.color-main {
  color: #f442a3 !important;
}

.color-submain {
  color: #571265 !important;
}

.color-white {
  color: #fff !important;
}

.h3-20 {
  font-size: 20px;
  line-height: 24px;
}

.wrap-three-shadow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.wrap-three-shadow .three-item {
  width: 33.3333%;
}
.wrap-three-shadow .three-text {
  box-shadow: 0 0 29px 0 rgba(176, 179, 184, 0.35);
  border-radius: 10px;
  height: 100%;
  padding: 23px 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-three-shadow .three-text p {
  font-size: 15px;
  line-height: 18px;
}

.new-item--three {
  width: 33.3333%;
}
.new-item--three .ul-main-line li {
  padding: 4px 10px 4px 57px;
}

.new-item--three:nth-child(2) {
  width: 66.6666%;
}

/*accordion*/
.wrap-accordion {
  background: #FFFFFF;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.accordion {
  cursor: pointer;
  padding: 10px 30px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.5s;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  box-sizing: border-box;
}

.panel:last-child {
  border-bottom: 0;
}

.accordion.active {
  background-color: #fff;
  color: #f442a3;
}

.panel {
  position: relative;
  top: 5px;
  border-radius: 0;
  border-bottom: 3px solid #f5f4f4;
  width: 100%;
  padding: 0 16px;
  color: #212121;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-bottom: 10px;
}

.panel p,
.panel ul {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  padding: 0 15px 17px;
}

.accordion .btn.btn-dropdown {
  width: 13px;
  background: url("plus.jpg") center no-repeat;
  height: 13px;
  padding: 13px;
  outline: none;
}

.accordion.active .btn.btn-dropdown {
  background: url("minus.jpg") center no-repeat;
}

.wrap-dropdown {
  display: table;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0;
}

.flex-two--accordion {
  align-items: stretch;
}
.flex-two--accordion .flex-two-item {
  width: 33.3333%;
}
.flex-two--accordion .flex-two-item:nth-child(2) {
  width: 66.6666%;
}

.h3-20.sticky {
  top: 30px;
  margin-bottom: 64px;
}

.p-20.sticky {
  top: 30px;
  margin-bottom: 64px;
}

.p-16.sticky {
  top: 30px;
  margin-bottom: 64px;
}

.p-24.sticky {
  top: 30px;
  margin-bottom: 64px;
}

.wrap-btn-submit-popup.sticky {
  top: 270px;
}

.wrap-btn-submit-popup.sticky.sticky--img {
  top: 410px;
}

.wrap-btn-submit-popup.wrap-btn-submit-popup--center {
  justify-content: center;
}

.sticky {
  position: sticky;
}

.new-text--normal p {
  font-weight: normal;
}

.p-18 {
  font-size: 18px !important;
}

.sec-5--big .tab {
  margin-top: 11px;
  margin-bottom: 11px;
  padding-right: 15px;
}

.wrap-three {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.wrap-card {
  width: 33.3333%;
  padding: 15px;
}

.three-card {
  border-radius: 10px;
  box-shadow: 0 0 29px 0 rgba(176, 179, 184, 0.35);
  height: 100%;
}
.three-card .p-20 {
  padding-bottom: 17px;
}

.three-card__img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 140px;
}
.three-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.three-card__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 44px 15px 34px;
}

.three-card__text {
  text-align: center;
  padding: 0 15px 22px;
  min-height: 58px;
}

.wrap-why {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -15px;
}

.why-item {
  padding: 0 15px;
}

.why-item:nth-child(1) {
  width: 66.6666%;
}

.why-item:nth-child(2) {
  width: 33.3333%;
}

.wrap-two-why {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -15px;
}

.two-why-item {
  width: 50%;
  padding: 0 15px;
}

.why-img {
  overflow: hidden;
  border-radius: 15px;
}
.why-img img {
  /*width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;*/
}

.grad-17__text--normal {
  font-weight: normal;
}

/*landing-scroll*/
.landing-grid {
  --width: 100%;
  --columns-count: 1;
  --column-gap: 16px;
  --row-gap: 0;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  grid-column-gap: 0;
  grid-row-gap: 0;
  --columns-count: 14;
}

.section__content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 0;
}

.section__title_sticky {
  position: sticky;
  top: 120px;
}

.learning-program-section__title {
  z-index: 2;
  margin: 0 0 32px;
  background: #1a1b22;
}

.learning-program-section__item-title.p-16 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.learning-program-section__hidden-content {
  position: relative;
  top: 0px;
}

.closed {
  height: 0;
}

.flex-col {
  flex-direction: column;
}
.flex-col .our-text {
  padding-left: 10px;
  padding-right: 10px;
}

.sec-2.service-2 .service {
  margin-bottom: 0;
}

.contact-items {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.contact__title {
  display: inline-block;
  line-height: 1em;
  font-size: 36px;
}
.contact__tel {
  position: relative;
  padding-left: 60px;
}
.contact__tel:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url("contact-1.png") top center/contain no-repeat;
}
.contact__tel a {
  display: block;
  margin-bottom: 4px;
  color: #282728;
}
.contact__feedback {
  position: relative;
  padding-left: 60px;
}
.contact__feedback:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url("contact-2.png") top center/contain no-repeat;
}
.contact__feedback a {
  color: #282728;
}
.contact__schedule {
  position: relative;
  padding-left: 60px;
}
.contact__schedule:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url("contact-3.png") top center/contain no-repeat;
}
.contact__schedule p {
  display: block;
  margin-bottom: 4px;
}
.contact__mail {
  position: relative;
  padding-left: 60px;
}
.contact__mail:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  content: "";
  width: 27px;
  height: 18px;
  background: url("contact-4.png") top center/contain no-repeat;
}
.contact__mail p {
  display: block;
  margin-bottom: 4px;
}
.contact__mail a {
  color: #282728;
}

.contact-item {
  width: 50%;
}
.contact-item form {
  padding: 22px 35px;
  margin-right: 0;
}
.contact-item .link {
  text-decoration: underline;
}
.contact-item .link:hover {
  text-decoration: none;
}

.map-item {
  width: 50%;
}
.map .wrap-iframe {
  padding: 8px;
}
.map-items {
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  margin: 0 -8px;
}

.wrap-visit {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 -11px;
  flex-wrap: wrap;
}

.visit-item {
  width: 50%;
  padding: 22px;
}
.visit-card {
  border: 1px solid #e0e0e4;
  border-radius: 5px;
  background: #fcfcfd;
  height: 100%;
}
.visit-card__title {
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 55px;
  position: relative;
  background: #5a1167;
  background: linear-gradient(90deg, #5a1167 0%, #9b4aa8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a1167",endColorstr="#9b4aa8",GradientType=1);
}
.visit-card__title:before {
  content: "";
  width: 62px;
  height: 65px;
  position: absolute;
  top: -6px;
  left: 17px;
}
.visit-card__title--1:before {
  background: url("visit-1.png") center/contain no-repeat;
}
.visit-card__title--2:before {
  background: url("visit-2.png") center/contain no-repeat;
}
.visit-card__title--3:before {
  background: url("visit-3.png") center/contain no-repeat;
}
.visit-card__title--4:before {
  background: url("visit-4.png") center/contain no-repeat;
}
.visit-card__p {
  font-size: 15px;
  line-height: 18px;
  padding: 0 18px;
}
.visit-card .p-20 {
  padding-bottom: 0;
  padding-left: 105px;
}

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

.arrow-item {
  flex: 1;
  padding: 0 30px;
}
.arrow-item.center {
  flex: 0 0 auto;
}

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

.line-item {
  flex: 1;
  padding: 0 2%;
  font-size: 14px;
  line-height: 16px;
}
.line-item.red-arrow {
  flex: 0 0 auto;
}

.sec-15 .tel-text {
  padding: 4px 40px 4px 4px;
}

/*blogs*/
.wrap-blogs {
  padding: 14px 14px 37px;
  width: 33.3333%;
}

.blogs {
  box-shadow: 0 0 29px 0 rgba(176, 179, 184, 0.35);
  border-radius: 8px;
  padding: 13px 12px 21px;
  height: 100%;
  display: flex;
}
.blogs-title h3 {
  line-height: 18px;
}
.blogs-text {
  padding-top: 8px;
  padding-bottom: 7px;
}
.blogs-text p {
  font-size: 15px;
  line-height: 18px;
}

.jcc {
  justify-content: center;
}

.mta {
  margin-top: auto;
}

.flex-row {
  margin: 0 -14px;
  flex-wrap: wrap;
}
.flex-row.stretch {
  align-items: stretch;
}

.pagination {
  width: 100%;
  margin: 8px 0;
}
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-item {
  padding: 0 14px;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.pagination-item a {
  color: #282728;
  text-decoration: none;
}
.pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-dot {
  padding: 4px;
}
.pagination-dot.active .dot {
  background: #f442a3;
  color: #fff;
}
.pagination .dot {
  border-radius: 4px;
  border: 2px solid #f442a3;
  padding: 8px 13px;
  min-width: 38px;
  display: block;
}
.pagination .p-16 {
  padding-bottom: 0;
}

.flex-two--grey .learning-program-section__item_active .learning-program-section__item-number {
  color: #571265;
  font-weight: bold;
}
.flex-two--grey .learning-program-section__progress-shape {
  color: #cccaca;
}
.flex-two--grey .wrap-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-16 .wrap-online {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 1085px;
  margin: 6px auto 0;
}
.sec-16 .wrap-online--tm {
  margin-top: 12px;
}
.sec-16 .wrap-online--tm .service:nth-child(1) {
  width: 66.6666%;
  margin-bottom: 20px;
}
.sec-16 .wrap-online--tm .service:nth-child(2) {
  width: 33.3333%;
  margin-bottom: 20px;
}
.sec-16 .online {
  width: 50%;
  margin: 0 24px;
  overflow: hidden;
  flex: 0 0 auto;
  margin: 0 auto 46px;
  display: flex;
  flex-direction: column;
}
.sec-16 .online:nth-child(1) {
  align-items: center;
  justify-content: center;
}
.sec-16 .online:nth-child(2) {
  align-items: flex-start;
  justify-content: center;
}
.sec-16 .control-item {
  display: flex;
  align-items: center;
}
.sec-16 .control-item p {
  padding-left: 45px;
}

.stage-num--circle {
  border-radius: 50%;
  border: 2px solid #cccaca;
  font-size: 24px;
  width: 45px;
  height: 45px;
}

.wrap-new--report .new-item:nth-child(1) {
  width: 33.3333%;
}
.wrap-new--report .new-item:nth-child(2) {
  width: 66.6666%;
}

.sec-6 .wrap-advantages--three .advantages-item {
  width: 33.3333%;
}
.sec-6 .wrap-advantages--three .advantages {
  padding-bottom: 69px;
  overflow: hidden;
}
.sec-6 .wrap-advantages--four .advantages-item {
  width: 25%;
}
.sec-6 .wrap-advantages--four .advantages {
  padding-bottom: 10px;
  overflow: hidden;
}
.sec-6 .wrap-advantages--four .advantages__title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.learning-program-section__item.learning-program-section__item_active:last-child .learning-program-section__item-line {
  display: none;
}

.box-grey .p-16 {
  padding-top: 6px;
  padding-bottom: 11px;
  line-height: 22px;
}

.wrap-two-item-audit {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.wrap-two-item-audit .two-item-audit {
  width: 50%;
}

.ul-main-line.small li {
  padding: 2px 10px 2px 57px;
}
.ul-main-line.small li:before {
  left: 17px;
  top: 11px;
}

.ul-main-line.middle li {
  padding: 5px 10px 10px 57px;
  font-size: 16px;
  line-height: 1.5em;
}
.ul-main-line.middle li:before {
  top: 15px;
  left: 17px;
}

.wrap-two {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.wrap-two .wrap-two-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-two .wrap-two-item .wrap-card {
  max-width: 320px;
  width: 100%;
  height: 100%;
}
.wrap-two .wrap-two-item .wrap-card .three-card {
  padding: 13px 11px;
}
.wrap-two .wrap-two-item .wrap-card .three-card__img {
  height: 182px;
  border-radius: 10px;
}

.two-article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.two-article .article {
  width: 50%;
  padding: 0 22px;
}
.two-article .article__title {
  font-size: 18px;
  color: #571265;
  font-weight: bold;
  position: relative;
  padding-bottom: 22px;
}
.two-article .article__text {
  font-size: 15px;
  line-height: 20px;
}
.two-article .article:nth-child(2) .article__title:before {
  content: "";
  width: 71px;
  height: 90px;
  position: absolute;
  top: -24px;
  left: -40px;
  background: url("article-1.png") center/contain no-repeat;
}
.two-article .article:nth-child(3) .article__title:before {
  content: "";
  width: 88px;
  height: 87px;
  position: absolute;
  top: -24px;
  left: -40px;
  background: url("article-2.png") center/contain no-repeat;
}
.two-article .article:nth-child(4) .article__title:before {
  content: "";
  width: 69px;
  height: 89px;
  position: absolute;
  top: -24px;
  left: -40px;
  background: url("article-3.png") center/contain no-repeat;
}

.flex-two--various .flex-two-item:nth-child(1) {
  width: 33.3333%;
}
.flex-two--various .flex-two-item:nth-child(2) {
  width: 66.6666%;
}

.wrap-answer {
  width: 33.3333%;
  padding: 15px 20px;
}

.wrap-answers {
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 -20px;
}
.wrap-answers--four {
  margin: 0 -10px;
}
.wrap-answers--four .wrap-answer {
  width: 25%;
  padding: 15px 10px;
}

.answer {
  height: 100%;
  border-radius: 4px;
  background: #fcfcfd;
  border: 1px solid #e3e3e7;
}
.answer__icon {
  text-align: center;
  padding: 10px 15px 14px;
}
.answer__title {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  min-height: 56px;
}
.answer__text {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  min-height: 56px;
  padding: 0 15px 30px;
}

.wrap-spends {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.wrap-spends .wrap-spend {
  padding: 23px 13px;
  width: 33.3333%;
}

.spend {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  padding-bottom: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.spend__img {
  overflow: hidden;
  height: 85px;
}
.spend__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spend__text {
  padding: 16px 20px 7px;
}
.spend__text p {
  font-size: 14px;
  line-height: 17px;
}
.spend__btn {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 15px;
}
.spend__item {
  width: 50%;
  padding: 15px 5px;
}

.wrap-three-line {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.wrap-three-line.wrap-three-line--four .three-line__item {
  background: #f5f4f4;
  border-radius: 25px 8px 8px 25px;
  border-left: 11px solid #f442a3;
  font-size: 16px;
  line-height: 20px;
  min-height: 50px;
  padding-left: 47px;
  padding-right: 15px;
  margin-left: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 84px 18px 6px;
}
.wrap-three-line.wrap-three-line--four .three-line__item:before {
  display: none;
}
.wrap-three-line .three-line__item {
  background: #f5f4f4;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 60px;
  padding-left: 51px;
  padding-right: 60px;
  margin-left: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 45px 25px 45px;
}
.wrap-three-line .three-line__item:before {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
  top: -7px;
  left: -36px;
}
.wrap-three-line .three-line__item:nth-child(1) {
  position: relative;
}
.wrap-three-line .three-line__item:nth-child(1):before {
  background: url("visit-5.png") center/contain no-repeat;
}
.wrap-three-line .three-line__item:nth-child(2) {
  position: relative;
}
.wrap-three-line .three-line__item:nth-child(2):before {
  background: url("visit-6.png") center/contain no-repeat;
}
.wrap-three-line .three-line__item:nth-child(3) {
  position: relative;
}
.wrap-three-line .three-line__item:nth-child(3):before {
  background: url("visit-7.png") center/contain no-repeat;
}
.wrap-three-line--new .three-line__item:nth-child(1) {
  position: relative;
}
.wrap-three-line--new .three-line__item:nth-child(1):before {
  background: url("visit-12.png") center/contain no-repeat;
}
.wrap-three-line--new .three-line__item:nth-child(2) {
  position: relative;
}
.wrap-three-line--new .three-line__item:nth-child(2):before {
  background: url("visit-13.png") center/contain no-repeat;
}
.wrap-three-line--new .three-line__item:nth-child(3) {
  position: relative;
}
.wrap-three-line--new .three-line__item:nth-child(3):before {
  background: url("visit-14.png") center/contain no-repeat;
}

.flex-two--main {
  align-items: stretch;
}
.flex-two--main .learning-program-section__item_active .learning-program-section__item-number {
  font-weight: bold;
}
.flex-two--main .learning-program-section__progress-shape {
  color: #cccaca;
}
.box-grey--bank {
  padding: 0;
}
.box-grey--bank .tel-text {
  padding: 24px 29px 18px;
}
.box-grey--bank.box-grey .p-16 {
  padding-top: 18px;
  font-size: 16px;
  line-height: 19px;
}

.m-225 {
  margin-top: auto;
  width: 100%;
  max-width: 235px;
  padding: 20px 6px 5px;
}
.m-225 .btn-main {
  width: 100%;
}

.wrap-two-auto {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.two-auto {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.auto {
  width: 100%;
  height: 100%;
  max-width: 344px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.auto__img {
  border-radius: 15px;
  overflow: hidden;
}
.auto__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.auto__title {
  font-size: 20px;
  padding: 24px 7px 12px;
}
.auto .auto__li {
  padding: 4px 6px 3px;
}
.auto--w100 {
  width: 100%;
  max-width: 100%;
}

.flex-col-left {
  align-items: flex-start;
}

.wrap-two-item-auto {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-two-item-auto .two-item-auto:nth-child(2) {
  width: 33.3333%;
}
.wrap-two-item-auto .two-item-auto:nth-child(3n+1) {
  width: 66.6666%;
  padding: 0 10px;
}
.wrap-two-item-auto .two-item-auto:nth-child(3n) {
  width: 33.3333%;
}

.wrap-two-item-45 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-two-item-45 .two-item-auto:nth-child(2) {
  width: 45%;
}
.wrap-two-item-45 .two-item-auto:nth-child(3n+1) {
  width: 45%;
  padding: 0 10px;
}
.wrap-two-item-45 .two-item-auto:nth-child(3n) {
  width: 45%;
}

.two__img img {
  border-radius: 18px;
}

.wrap-five-line {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.wrap-five-line .five-line__item:nth-child(1) {
  position: relative;
}
.wrap-five-line .five-line__item:nth-child(1):before {
  width: 29px;
  height: 26px;
  background: url("auto-6.png") center/contain no-repeat;
}
.wrap-five-line .five-line__item:nth-child(2) {
  position: relative;
}
.wrap-five-line .five-line__item:nth-child(2):before {
  width: 21px;
  height: 29px;
  background: url("auto-7.png") center/contain no-repeat;
}
.wrap-five-line .five-line__item:nth-child(3) {
  position: relative;
}
.wrap-five-line .five-line__item:nth-child(3):before {
  width: 29px;
  height: 27px;
  background: url("auto-8.png") center/contain no-repeat;
}
.wrap-five-line .five-line__item:nth-child(4) {
  position: relative;
}
.wrap-five-line .five-line__item:nth-child(4):before {
  width: 29px;
  height: 24px;
  background: url("auto-9.png") center/contain no-repeat;
}
.wrap-five-line .five-line__item:nth-child(5) {
  position: relative;
}
.wrap-five-line .five-line__item:nth-child(5):before {
  width: 24px;
  height: 29px;
  background: url("auto-10.png") center/contain no-repeat;
}
.wrap-five-line .five-line__item {
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  min-height: 54px;
  padding-left: 80px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 6px 0px;
}
.wrap-five-line .five-line__item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 25px;
}
.wrap-five-line .five-line__item.five-line__item--1:before {
  width: 26px;
  height: 26px;
  background: url("tab-icon-4.png") center/contain no-repeat;
}
.wrap-five-line .five-line__item.five-line__item--5:before {
  width: 29px;
  height: 26px;
  background: url("auto-6.png") center/contain no-repeat;
}

.flex-two--auto {
  align-items: center;
}
.flex-two--auto .p-20.sticky {
  margin-bottom: 0;
}

.wrap-fours {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -19px;
}
.wrap-fours .wrap-four {
  padding: 19px;
  width: 25%;
}
.wrap-fours .four {
  height: 100%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
}

.wrap-learn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.learn-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 15px;
}
.learn-item img {
  padding-right: 19px;
}

.wrap-two-hotel {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 -15px;
}

.advantages-hotel {
  padding: 22px 22px 31px;
  border-radius: 5px;
  border: 1px solid #e4e4e8;
  background: #fcfcfd;
  text-decoration: none;
  color: #282728;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.advantages-hotel .advantages {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}
.advantages-hotel .advantages__img {
  margin: 0;
}
.advantages-hotel .advantages .line {
  margin: 0;
}

.wrap-hotel {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.wrap-hotel .hotel {
  padding: 20px;
}
.wrap-hotel.wrap-hotel--2_1 .hotel:nth-child(1) {
  width: 66.6666%;
}
.wrap-hotel.wrap-hotel--2_1 .hotel:nth-child(2) {
  width: 33.3333%;
}
.wrap-hotel.wrap-hotel--1_2 .hotel:nth-child(1) {
  width: 33.3333%;
}
.wrap-hotel.wrap-hotel--1_2 .hotel:nth-child(2) {
  width: 66.6666%;
}

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

.three-hotel {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lh-25 {
  line-height: 25px;
}

.tur-item {
  width: 50%;
}
.tur-item__img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 15px;
  height: 100%;
}

.control-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.control-item img {
  padding-right: 29px;
}
.control-item .p-16 {
  padding-bottom: 0;
}

.max-475 {
  max-width: 475px;
}

.wrap-apartments--three {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.apartments {
  height: 100%;
  box-shadow: 0 0 29px 0 rgba(112, 112, 184, 0.35);
  border-radius: 10px;
  position: relative;
}
.apartments-item {
  width: 33.3333%;
  padding: 7px;
}
.apartments__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.apartments__text {
  position: absolute;
  width: 100%;
  bottom: 40px;
  padding: 0 18px;
  color: #fff;
  font-weight: bold;
}
.apartments__text:after {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 3px;
}
.sec-404-wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.sec-404__item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec-404__title {
    color: #581265;
    font-size: 100px;
    line-height: 100px;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 15px;
}
.sec-404 p.bold {
    font-weight: bold;
    padding-bottom: 8px;
}
.sec-404 p {
    font-size: 17px;
}
.sec-404 p a {
    color: #282728;
    text-decoration: underline;
}
.sec-404__item .wrap-btn-submit-popup {
    padding-top: 37px;
    padding-bottom: 37px;
}/*# sourceMappingURL=main.css.map */

/****** page_case *******/

.flex-two--case {
    border-radius: 8px;
    box-shadow: 0 0 29px 0 rgba(176, 179, 184, 0.35);
}

.flex-two--case:hover {
    text-decoration: none;
}

.flex-two--case p {
    color: #282828;
}

.flex-two--case .flex-two-item:nth-child(1) {
    width: auto;
}
@media (min-width: 768px) {
   .flex-two--case .flex-two-item:nth-child(2) {
        width: 70%;
    } 
}


.flex-two--case .flex-two-item .flex-two-link {
    color: #581265;
    font-weight: bold;
    text-decoration: underline !important;
}

/******case-one******/
.sec-2.case-one p {
    font-size: 15px;
    line-height: 22px;
}

.sec-2.case-one ul {
   margin-left: 45px;
   list-style: disc;
}


@media (max-width: 500px) {
    .form.form--blog {
        padding: 20px 10px;
    }
}


.case-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
img[data-src]{
  max-width: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
img.lazy{
  opacity: 1;
}
.error-field-empty{
	padding-top: 30px;
	color: #000;
	font-size: 18px;
	text-align: center;
}
.services-detail-text h1,
.services-detail-text h2,
.sec-4.services-detail-our h2,
.sec-13.sec-4.services-detail-faq h2{
    margin-bottom: 35px;
}
.services-detail-text p{
    margin-bottom: 15px;
}
.sec-4.services-detail-our .wrap-our{
    justify-content: center;
    margin-bottom: 60px;
}
.sec-13.sec-4.services-detail-faq{
    margin: 90px 0px 40px;
}
.services-detail-faq .faq-s-item{
    margin-bottom: 20px;
}
.services-detail-faq .faq-s-item .faq-s-question{
    color: #282728;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;   
    margin-bottom: 10px;
}
.services-detail-faq .faq-s-item .faq-s-answer{
    border-radius: 9px;
    border: 1px solid #E3E3E7;
    background: linear-gradient(0deg, rgba(181, 100, 217, 0.17) 0%, rgba(238, 96, 156, 0.17) 100%);
    padding: 14px 18px;
    min-height: 138px;
}
.service-form h3{
    color: #282728;
    font-size: 33.047px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;  
    margin-bottom: 6px;
}
.service-form .subtitle{
    color: #282728;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;    
}
.researches-preview{
    text-align: center;
}
.researches-preview.mm{
    display: none;
}
.is-detail{
    margin-bottom: 60px;
}
.is-detail .is-detail-send {
    margin-top: 40px;
}
.is-detail .is-detail-send.mm{
    margin-top: 30px;
    display: none;
    text-align: center;
}
.is-detail .is-detail-send .btn-main{
    width: 220px;
}
.sec-4.is-detail-icons .wrap-our{
    justify-content: center;
}
.sec-4.is-detail-icons .our-item{
    width: 24%;
}
.sec-4.is-detail-icons .our-inner{
    display: block;
    padding: 18px;
}
.sec-4.is-detail-icons .our-text{
    padding: 0px;
    margin-top: 10px;
}
.sec-4.is-detail-icons .our-text p{
    line-height: 18px;
}
.services-detail-footnote{
    margin-bottom: 100px;
}
.services-detail-footnote .service-footnote{
    border-radius: 10px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(181, 100, 217, 0.50)), to(rgba(238, 96, 156, 0.50)));
    background: -webkit-linear-gradient(rgba(181, 100, 217, 0.50) 0%, rgba(238, 96, 156, 0.50) 100%);
    background: -moz-linear-gradient(rgba(181, 100, 217, 0.50) 0%, rgba(238, 96, 156, 0.50) 100%);
    background: -o-linear-gradient(rgba(181, 100, 217, 0.50) 0%, rgba(238, 96, 156, 0.50) 100%);
    background: linear-gradient(rgba(181, 100, 217, 0.50) 0%, rgba(238, 96, 156, 0.50) 100%);
    text-align: center;
    padding: 30px 100px;
}
.g-recaptcha{
    display: none;
}
.visibl {
    display: block;
}