@font-face {
  font-family: "lulo";
  src: url(./licensed-fonts/YellowDesignStudio-LuloCleanOneBold.otf);
}

@font-face {
  font-family: "avenir";
  src: url(./licensed-fonts/Linotype-AvenirLTPro-Light.otf);
}

@font-face {
  font-family: "poppins_semibold";
  src: url("./fonts/Poppinspoppins-boldsemibold.woff2") format("woff2"),
    url("./fonts/Poppinspoppins-boldsemibold.woff") format("woff"),
    url("./fonts/Poppinspoppins-boldsemibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 670px;
  margin: 20px auto;
  padding: 80px 60px 80px 60px;
}

.form-group + .form-group {
  margin-top: 10px;
}

#login_popup form {
  margin-bottom: 20px;
}

#login_popup form a {
  color: #0000f2;
}

#login_popup form img {
  max-width: 40px;
  width: auto;
}

form.validate label.error {
  font-family: AvenirLight, sans-serif;
  color: #db1212;
  font-size: 12px;
  font-style: italic;
}

.form-validate .input-text.error,
.form-validate input[type="text"].error,
.form-validate input[type="input"].error,
.form-validate input[type="password"].error,
.form-validate input[type="email"].error,
.form-validate input[type="number"].error,
.form-validate input[type="url"].error,
.form-validate input[type="tel"].error,
.form-validate input[type="search"].error,
.form-validate textarea.error,
.form-validate select.error,
.fm-form .input-text.error,
.fm-form input[type="text"].error,
.fm-form input[type="input"].error,
.fm-form input[type="password"].error,
.fm-form input[type="email"].error,
.fm-form input[type="number"].error,
.fm-form input[type="url"].error,
.fm-form input[type="tel"].error,
.fm-form input[type="search"].error,
.fm-form textarea.error,
.fm-form select.error {
  border-color: #db1212 !important;
}

#login_popup form input[type="text"],
#login_popup form input[type="password"],
#login_popup form input[type="email"],
#login_popup form input[type="tel"] {
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  width: 100%;
  margin-bottom: 0;
  display: inline;
  min-width: 50px;
  padding: 13px;
  border-radius: 2px;
}

.block-form .input-form.error {
  border-color: #e21c21;
}

.form-group label.error,
.form-group label.error-msg {
  background: none;
  color: #db1212;
  font-size: 12px !important;
  font-style: italic;
  font-weight: 400 !important;
  padding: 0;
  display: block;
  line-height: 1.5;
  text-align: left;
}

.block-form .button-download {
  /*background: #008afc;*/
  background-color: rgba(28, 150, 237, 0.63);
  font-family: AvenirLight, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 22px 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}

.block-form .button-download:hover,
.block-form .button-download:focus {
  color: #2b2b2b;
}

.block-form .box-btn .btn-submit[disabled],
.block-form .box-btn .btn-submit:hover {
  color: #2b2b2b;
}

div.block-form .wrap-inputs .box-input label.error {
  bottom: -18px;
}

.present-screen .hold-buttons .btn-screen {
  min-width: 130px;
  text-align: center;
}

.auth .present-screen {
  padding: 0;
  min-height: auto;
  position: static;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

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

.present-screen.aao .hold-buttons,
.present-screen.dentsply .hold-buttons {
  right: 25px;
}

.present-screen.dentsply {
  padding-bottom: 128px;
}

.auth .present-screen .hold-buttons .btn-screen {
  color: #2b2b2b;
}

.auth .block-form {
  padding-top: 100px;
}

.auth .white-popup {
  width: 100%;
  max-width: 656px;
  border: 1px solid rgb(213, 213, 213);
  padding: 80px 42px 50px 42px;
}

.auth .white-popup.internal {
  padding-top: 67px;
  padding-bottom: 69px;
  max-width: 670px;
}

.auth .white-popup.internal h4 {
  font-family: "avenir";
  font-size: 25px;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}

.auth .white-popup.internal p {
  letter-spacing: 0.21em;
  font-size: 20px;
  margin-bottom: 33px;
}

.auth .white-popup.internal a.avia-button {
  font-family: "lulo";
  width: 100%;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  background-color: #6fbcf3;
  padding: 15px 16px 10px;
  border-bottom: 0;
}

.present-screen.moshe .hold-logo {
  left: 25px;
}

.present-screen .hold-logo {
  position: absolute;
  top: 15px;
  left: 25px;
}

.present-screen.aao .hold-logo a {
  display: inline-block;
  max-width: 187px;
}

div.block-form .wrap-inputs.cart .hold-inputs label.error,
div.block-form .wrap-inputs.cart .box-input.cvv label.error {
  bottom: auto;
  top: 100%;
  margin-top: 6px;
}

div.block-form .wrap-inputs .box-input label.error[for="lname"] {
  white-space: nowrap;
}

#login_popup form p {
  font-size: 15px;
}

/*.form-group label.error,
.form-group label.error-msg {
  background: #eb6751;
  color: white;
  padding: 8px 12px;
  font-size: 15px;
  display: block;
  line-height: 1.5;
  margin-top: 20px;
}*/

.avia-button.avia-size-medium {
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3px 0;
  line-height: 1.2em;
  position: relative;
  font-weight: normal;
  text-align: center;
  max-width: 100%;
  padding: 12px 16px 10px;
  font-size: 13px;
  min-width: 90px;
}

.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fade.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.response-processed {
  padding-top: 20px;
  position: absolute;
}

.response-processed img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
}

.response-processed .spaced span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.present-screen.aao .container {
  max-width: 1400px;
}

.present-screen.aao .hold-title {
  text-align: left;
  max-width: 715px;
  /*padding-right: 145px;*/
}

.present-screen.eodo .hold-title {
  max-width: 601px;
}

.present-screen.eodo .title-top:not(.small) {
  text-align: left;
}

.present-screen.eodo .title-top.small {
  font-family: "lulo";
  font-size: 30px;
  margin-top: 10px;
}

.present-screen.aao .hold-title .title-top {
  font-size: 64px;
  letter-spacing: 26px;
  line-height: 1.2;
}

.present-screen.aao .hold-title .title-top:not(.small) {
  margin-left: 31px;
}

.present-screen.aao .text-container {
  max-width: 580px;
  margin: 0;
  text-align: center;
}

.present-screen.aao .hold-title .present-title {
  font-size: 48px;
}

.present-screen.aao .hold-title .present-title span {
  font-size: 73px;
  display: block;
  margin-top: -9px;
  margin-left: 7px;
}

.present-screen.aao .hold-title .title-top.small {
  letter-spacing: 0.25em;
  font-size: 35px;
  margin-top: -14px;
  margin-left: 14px;
}

.present-screen.moshe {
  padding-bottom: 110px;
}

.present-screen.moshe .hold-logo a {
  display: inline-block;
  max-width: 243px;
}

.present-screen.moshe .hold-title .title-top {
  font-size: 50px;
  letter-spacing: 15px;
  line-height: 1.2;
  margin-left: 9px;
}

.present-screen.moshe .hold-buttons {
  right: 23px;
}

.present-screen.moshe .hold-buttons .btn-screen {
  min-width: 158px;
  text-align: center;
}

.present-screen.aao .hold-buttons .btn-screen.scrolled-to,
.present-screen.dentsply .hold-buttons .btn-screen.scrolled-to {
  background: #2199fc;
  font-family: "avenir";
  color: #fff;
}

.present-screen.aao .hold-buttons .btn-screen.scrolled-to:hover,
.present-screen.dentsply .hold-buttons .btn-screen.scrolled-to:hover {
  color: #000;
}

.present-screen.aao .hold-title {
  text-align: center;
}

.present-screen.moshe .hold-title {
  text-align: center;
}

.present-screen.moshe .hold-title .present-title {
  font-size: 40px;
  margin-right: 3px;
}

.present-screen.moshe .hold-title .present-title span {
  font-size: 73px;
  display: block;
  margin-top: -9px;
  margin-left: 0px;
  transform: translateX(7px);
}

.present-screen.moshe .hold-title .title-top.small {
  letter-spacing: 0.18em;
  font-size: 34px;
  margin-top: -19px;
  margin-left: -1px;
}

.present-screen.segmentation .hold-buttons {
  right: 15px;
  top: 15px;
}

.present-screen.segmentation .hold-buttons .btn-screen {
  background-color: #2199fc;
  font-family: "avenir";
  padding: 16px 59px;
  font-size: 16px;
  color: #fff;
}

.present-screen .hold-buttons a.btn-screen:hover {
  color: #000;
}

.present-screen.segmentation {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.present-screen.segmentation .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.present-screen.segmentation .container:after,
.block-description.segmentation .container:after {
  display: none;
}

.present-screen.segmentation .bg-video {
  max-width: 594px;
  width: 100%;
  position: relative;
}

.present-screen.segmentation .bg-video:after {
  content: "";
  display: block;
  background: url(../images/segmentation-mockup.png) center no-repeat;
  background-size: contain;
  padding-bottom: 62%;
}

.present-screen.segmentation .bg-video .video-entry {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  overflow: hidden;
  background-color: #000;
}

.present-screen.segmentation .bg-video .video-entry:after {
  content: "";
  display: block;
  padding-bottom: 64%;
}

.present-screen.segmentation .bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: auto;
  height: 100%;
}

.present-screen.segmentation .hold-title .title-top {
  font-size: 67px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.194em;
}

.present-screen.segmentation.three-d .hold-title .title-top {
  font-size: 58px;
}

.present-screen.segmentation .hold-title .present-title {
  font-size: 55px;
  margin: 0 -1px 0 0;
}

.present-screen.segmentation .hold-title .present-title span {
  font-size: 73px;
  display: block;
  margin-top: -9px;
  margin-left: 7px;
}

.present-screen.segmentation .hold-title .title-top.small {
  letter-spacing: 0.222em;
  font-size: 43px;
  margin-top: -6px;
  margin-left: 14px;
  margin-bottom: 30px;
}

.present-screen.dentsply .hold-title .title-top {
  font-size: 60px;
  font-family: "AvenirLight", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.present-screen.dentsply .hold-title .present-title {
  font-size: 48px;
  margin: 0 -1px 0 0;
  font-family: "lulo";
}

.present-screen.dentsply.icatcorp .hold-title {
  max-width: 1120px;
  text-align: left;
}

.present-screen.dentsply.icatcorp .hold-title .present-title {
  font-size: 53px;
}

.present-screen.dentsply.icatcorp .hold-title .title-top {
  font-family: "lulo";
  font-size: 38px;
  margin-top: 11px;
}

.present-screen.dentsply.icatcorp .hold-title .title-top.small {
  font-size: 32px;
}

.present-screen.dentsply .hold-title .title-top.small {
  font-size: 43px;
  margin: 0 -1px 0 0;
  font-family: "lulo";
  letter-spacing: 0;
}

.present-screen.dentsply .hold-title .title-top.small span {
  letter-spacing: 0.04em;
  display: block;
  margin-top: 5px;
}

.block-description.aao .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-description.aao .box-description {
  padding-top: 0;
  padding-bottom: 0;
}

.block-description.aao .box-description .text-description {
  margin-bottom: 0;
}

.block-description.moshe .container {
  justify-content: space-between;
}

.block-description.moshe .container:after {
  display: none;
}

.block-description.moshe .box-description {
  padding-right: 20px;
  max-width: 890px;
  width: 100%;
}

.block-description.aao.moshe .box-description .text-description {
  margin-top: -5px;
}

.block-description.aao.moshe
  .box-description
  .text-description
  .images-container {
  margin-top: 30px;
  margin-bottom: 25px;
}

.block-description.segmentation {
  padding: 0;
}
.block-description.segmentation .box-description .text-description {
  margin-bottom: 30px;
}

.block-description.segmentation .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1460px;
}

.block-description.segmentation .box-blue {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: 55px;
}

.block-description.segmentation .text-description {
  letter-spacing: 1.8px;
}

.block-description.segmentation .text-description .images-container {
  max-width: 564px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 42px;
}

.block-description.segmentation .text-description .mid-descr {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 16px;
  letter-spacing: 1.3px;
}

.block-description.segmentation .text-description .bot-descr {
  font-size: 22px;
  letter-spacing: 1.6px;
  margin-bottom: 3px;
}

.block-description.segmentation .text-description .extra-descr {
  font-size: 20px;
  font-weight: 300;
}

.block-description.segmentation .box-blue .title-blue {
  font-size: 45px;
  color: #2b2b2b;
  margin-bottom: 15px;
  line-height: 64px;
}

.block-description.segmentation .box-blue .title-blue span {
  display: block;
  color: #fff;
}

.block-description.segmentation .box-blue .title-center {
  font-size: 35px;
  color: #fff;
  margin-bottom: 50px;
}

.block-description.segmentation .box-blue .title-bottom {
  font-family: "avenir", sans-serif;
  font-size: 37px;
  margin-bottom: 45px;
}

.block-description.segmentation .box-blue .sub-title {
  font-size: 18px;
  line-height: 26px;
}

.block-description.moshe .box-blue {
  padding-top: 73px;
  padding-bottom: 34px;
  margin-right: 55px;
  cursor: pointer;
}

.block-description.moshe .box-blue:hover .title-blue {
  color: #2b2b2b;
}

.block-description.moshe .box-blue .title-center {
  font-size: 25px;
  letter-spacing: 0;
  margin-bottom: 29px;
}

.block-description.moshe .box-blue .title-blue {
  font-size: 45px;
  line-height: 58px;
  margin-bottom: 33px;
  transition: 0.3s;
}

.block-description.moshe .box-blue .sub-title {
  font-size: 17px;
  line-height: 26px;
}

.block-description.moshe .box-blue .sub-title {
  font-size: 18px;
}

.block-description.aao .box-blue .title-center {
  margin: 0 0 17px;
  letter-spacing: 3px;
}

.block-description.aao .box-blue .title-blue {
  letter-spacing: 3px;
  margin: 0 0 33px;
  margin-top: 30px;
  text-indent: 3px;
}

.block-description .box-blue .title-bottom.special {
  color: #fff;
  font-family: AvenirLight, sans-serif;
  font-size: 22px;
  margin-bottom: -9px;
  margin-right: -65px;
}

.block-description .box-blue .title-bottom.special .currency {
  font-size: 28px;
  font-family: AvenirLight, sans-serif;
  vertical-align: top;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
}

.block-description .box-blue .title-bottom.special .price {
  font-family: "poppins_semibold", arial, sans-serif;
  font-size: 70px;
  line-height: 1;
}

.block-description .box-blue .sub-title.special {
  font-weight: 600;
  margin-bottom: 31px;
  font-size: 22px;
  margin-left: -13px;
}

.block-description.aao .box-blue .title-bottom {
  letter-spacing: 3px;
}

.block-description.aao .box-blue .sub-title {
  letter-spacing: 2px;
}

.block-description.planmeca .container {
  justify-content: space-between;
  max-width: 1400px;
}

.block-description.planmeca .container:after {
  display: none;
}

.block-description.planmeca .box-description {
  max-width: 590px;
  width: 100%;
  padding-right: 0;
}

.block-description.planmeca .box-blue {
  min-height: 377px;
  padding-top: 80px;
  cursor: pointer;
}

.block-description.planmeca .box-blue .title-center {
  color: #fff;
  font-size: 45px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.block-description.planmeca .box-blue:hover .title-center {
  color: #2b2b2b;
}

.block-description.planmeca .box-blue .sub-title {
  font-size: 18px;
  line-height: 1.47;
}

.block-description.aao .box-description .text-description .images-container {
  max-width: 570px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
}

.block-description.aao
  .box-description
  .text-description
  .images-container
  .row {
  margin-left: -10px;
  margin-right: -10px;
}

.block-description.aao
  .box-description
  .text-description
  .images-container
  .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.block-description.aao
  .box-description
  .text-description
  .images-container
  .image-thumbnail {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
}

.block-description.aao
  .box-description
  .text-description
  .images-container
  .image-thumbnail
  span {
  font-family: AvenirLight, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: block;
}

.block-description.aao .box-description .text-description .bottom-descr {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
}

.block-description.eodo .box-description {
  padding: 61px 145px 10px 0;
}

.block-description.eodo .box-description .text-description {
  letter-spacing: 1px;
  line-height: 25px;
}

.block-description.eodo .box-description .hold-img {
  margin: 0 7px;
}

.block-description.eodo .box-description .text-description .bottom-text {
  font-weight: 400;
  font-size: 22px;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 49px;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.block-description.eodo .box-blue {
  padding: 55px 25px 51px;
}

.block-description.eodo .box-blue .title-blue {
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0 0 13px;
  color: #2b2b2b;
}

.block-description.eodo .box-blue .title-center {
  font-size: 35px;
  color: #fff;
  letter-spacing: 3px;
  margin: 0 0 55px;
}

.block-description.eodo .box-blue .title-bottom {
  font-size: 30px;
  color: #2b2b2b;
  letter-spacing: 3px;
}

.block-description.eodo .box-blue .sub-title {
  font-family: "lulo";
  color: #fff;
  font-size: 30px;
}

.block-description.freeceph .box-blue {
  cursor: pointer;
}

.block-description.freeceph .box-description {
  padding-top: 12px;
  padding-bottom: 0;
}

.block-description.freeceph .box-description .text-description {
  margin-bottom: 0;
}

.block-description.freeceph .box-description .text-description .bottom-text {
  font-size: 22px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 35px;
  margin-bottom: 22px;
}

.block-description.freeceph .box-blue .title-blue {
  font-size: 27px;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.block-description.freeceph .box-blue .title-center {
  font-size: 35px;
  color: #fff;
  margin-bottom: 43px;
}

.block-description.freeceph .box-blue .title-bottom {
  font-size: 37px;
  margin-bottom: 35px;
}

.block-description.freeceph .box-blue .sub-title {
  font-size: 20px;
  line-height: 29px;
}

.block-description.segmentation .box-description {
  max-width: 680px;
  width: 100%;
  padding-right: 20px;
}

div.block-person .box-person .name-person {
  font-weight: 600;
  font-size: 16px;
}

div.block-person .box-person .name-person strong {
  font-family: "avenir";
}

div.block-person .box-person .name-person span {
  font-weight: 400;
}

.block-person.planmeca .box-person .hold-img {
  margin-top: 61px;
}

.block-person.planmeca .box-person .hold-svg svg {
  height: 42px;
  width: 41px;
}

.block-person.planmeca .container {
  max-width: 1400px;
}

.block-person.planmeca .box-person {
  font-size: 16px;
}
.block-person.planmeca .box-person:nth-child(even) {
  padding-right: 30px;
}

.block-person .box-person .hold-svg svg {
  height: 53px;
  width: 53px;
}

.block-person.moshe .container {
  max-width: 1520px;
}
.block-person.moshe .box-person {
  width: 54%;
}

.block-person.moshe .box-person:nth-child(even) {
  padding: 0 30px 0 230px;
  width: 46%;
}

.block-person.aao .box-person {
  width: 100%;
}

.block-person.aao .box-person .name-person {
  font-family: "avenir", sans-serif;
}

.block-person.aao .box-person .name-person span {
  display: block;
  font-family: AvenirLight, sans-serif;
}

.block-offre.moshe .holder-offre .box-offre .offre-line {
  transition: 0.3s;
  cursor: pointer;
}

.block-offre.moshe .holder-offre .box-offre .offre-line:hover {
  color: #000;
}

.block-offre.planmeca .container {
  max-width: 990px;
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
}

.block-offre h2 .blue {
  margin-bottom: 14px;
}

.block-offre.planmeca .special-offre {
  background-color: #fff;
  max-width: 460px;
  width: 100%;
  font-size: 21px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 36px;
  line-height: 1.2;
  cursor: pointer;
}

.block-offre.planmeca .special-offre .text-1 {
  display: block;
  font-size: 31px;
  font-family: "lulo";
}

.block-offre.planmeca .special-offre:hover .text-1 {
  color: #008afc;
}

.block-offre.planmeca .special-offre .text-2 {
  display: block;
  font-size: 45px;
  font-family: "avenir", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 19px;
}

.block-offre.planmeca .special-offre .text-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 143px;
  height: 3px;
  background-color: rgba(43, 43, 43, 1);
}

.block-offre.planmeca .special-offre .text-2 span {
  font-family: "AvenirLight", sans-serif;
  font-size: 33px;
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle;
}

.block-offre.planmeca .special-offre .text-3 {
  display: block;
  font-size: 18px;
  font-family: "avenir", sans-serif;
  font-weight: 600;
  color: #008afc;
  letter-spacing: 1px;
}

.block-offre.planmeca .special-offre .text-4 {
  display: block;
  font-size: 72px;
  font-family: "avenir";
  color: #008afc;
  margin-top: -5px;
}

.block-offre.planmeca .special-offre .text-4 span {
  font-size: 53px;
  font-family: "AvenirLight", sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-top: -17px;
  vertical-align: middle;
}

.block-offre .holder-offre.special {
  align-items: center;
  justify-content: space-between;
}

.block-offre .holder-offre.special h2 {
  margin-bottom: 0;
}

.block-offre.special {
  padding-top: 50px;
  padding-bottom: 50px;
}

.block-offre .holder-offre.special .box-offre {
  max-width: 383px;
  width: 100%;
  margin: 0;
}

.block-offre .holder-offre.special .box-offre .title-offre {
  margin-bottom: 14px;
}

.block-offre .holder-offre.special .box-offre .price-offre-sub {
  margin-bottom: 34px;
}

.block-offre .holder-offre.special .box-offre .offre-button {
  background: #008afc;
  font-family: AvenirLight, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  max-width: 220px;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}

.block-offre .holder-offre.special .box-offre .offre-button:hover {
  color: #2b2b2b;
}

.block-offre .holder-offre.special .box-offre .offre-bottom {
  min-height: 24px;
}

.block-offre.aao .holder-offre .box-offre {
  margin: 50px 30px 30px;
  width: calc(33.3% - 60px);
}

.block-offre.aao .holder-offre .box-offre.popular {
  margin: 0 30px 30px;
}

.block-comment .box-comment .hold-img img {
  max-height: 172px;
  object-fit: contain;
}

.block-comment.aao .container {
  display: flex;
  flex-wrap: wrap;
}

.block-comment.aao .box-comment {
  min-height: 484px;
}

.block-comment.eodo .box-comment {
  min-height: 452px;
}

.block-offre.aao .holder-offre .box-offre .offre-line:before,
.block-offre.aao .holder-offre .box-offre .offre-line:after {
  display: none;
}

.block-offre.aao .holder-offre .box-offre .offre-line {
  background: url("../images/pricing-bg.png") center no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  flex-flow: column;
  text-transform: none;
}

.block-offre.aao .holder-offre .box-offre .price-offre {
  padding: 0 0px 0 13px;
  margin-right: -44px;
}

.block-offre.aao .holder-offre .box-offre .price-offre-sub {
  margin: -10px 0 50px 0px;
}

.block-offre.aao .holder-offre .box-offre .offre-bottom {
  min-height: 21px;
}

.block-offre.dentsply .container h2 {
  text-align: center;
  margin-bottom: 0;
}

.block-offre.dentsply .container p.sub-title {
  text-align: center;
  margin-bottom: 40px;
}

.block-offre.dentsply .holder-offre .box-offre .price-offre {
  padding: 0 15px 0 15px;
}

.block-offre.dentsply .holder-offre .box-offre .price-offre-sub {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
}

.block-offre.dentsply .holder-offre .box-offre .title-offre {
  margin-bottom: 13px;
}

.block-offre.dentsply .holder-offre .box-offre .offre-listing {
  border-top: 1px solid #008afc;
  padding: 0 14px;
  padding-top: 34px;
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 0;
}

.block-offre.dentsply .holder-offre .box-offre .offre-listing li {
  margin-bottom: 8px;
}

.block-benefit {
  padding: 77px 0;
  padding-bottom: 55px;
}

.block-benefit h2 span,
.block-benefit .benefit-item .benefit-title span {
  color: #008afc;
}

.block-benefit .container {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
  max-width: 1005px;
  text-align: center;
}

.block-benefit .container h2 {
  width: 100%;
  margin-bottom: 14px;
}

.block-benefit .container:after {
  display: none;
}

.block-benefit .benefit-item {
  text-align: center;
  margin-top: 35px;
}

.block-benefit .benefit-item .benefit-title {
  text-transform: uppercase;
  font-family: "avenir", arial, sans-serif;
  font-size: 20px;
  margin-bottom: 3px;
  letter-spacing: 2px;
}

.block-benefit .benefit-item .benefit-descr {
  font-size: 20px;
  font-family: AvenirLight, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

.block-comment.aao h2 {
  padding-left: 30px;
}

.block-person.moshe .box-person p {
  letter-spacing: 0.05px;
}

.block-person.moshe .box-person .name-person {
  font-family: "avenir", arial, sans-serif;
  font-weight: 600;
}

.block-person.moshe .box-person .name-person span {
  font-family: AvenirLight, sans-serif;
  font-weight: 400;
}

.block-form .form-aao .holder-form:before {
  top: 79px;
  bottom: 70px;
}

.block-form .form-eodo .holder-form:before {
  top: 79px;
  bottom: 84px;
}

.block-form .form-freeceph .holder-form:before {
  display: none;
}

.block-form .form-freeceph .box-form {
  padding-left: 90px;
  padding-right: 90px;
}

.block-form .form-freeceph .box-form:nth-of-type(1) {
  padding-right: 55px;
}
.block-form .form-freeceph .box-form:nth-of-type(2) {
  padding-left: 55px;
  padding-right: 90px;
}
.block-form .form-freeceph .box-btn.freeceph {
  width: 100%;
  padding: 0 90px;
  padding-top: 30px;
}

.block-form .form-aao .holder-form,
.block-form .form-eodo .holder-form {
  padding-top: 70px;
  padding-bottom: 70px;
}

.block-form .form-aao .login-fail-msg,
.block-form .form-eodo .login-fail-msg {
  position: absolute;
}

.block-form .form-aao.dynamic .box-form:first-child .box-btn {
  padding: 77px 0 0;
}

.block-form .form-aao.dynamic .hold-pays {
  padding-top: 35px;
}

.block-form .form-aao .box-form:last-child {
  padding-top: 10px;
}

.block-form .form-eodo .box-form:last-child {
  padding-top: 82px;
}

.block-form.freeceph {
  background-color: #f0f0f0;
}

.block-form.freeceph.white {
  background-color: #fff;
}

.block-form.freeceph .form-freeceph {
  background-color: #fff;
}

.form-aao .box-checkbox .label-text.pt-0,
.form-eodo .box-checkbox .label-text.pt-0 {
  padding-top: 0;
}

.block-form .form-title {
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}

.block-form .columns-holder {
  padding-top: 0;
  width: 100%;
}

.block-form .columns-holder .box-form {
  padding-top: 0;
}

.block-form .form-title .title-form {
  font-family: LuloClean, sans-serif;
  font-size: 42px;
  line-height: 48px;
  margin: 0 0 40px;
}

.form-aao .box-checkbox .label-price,
.form-eodo .box-checkbox .label-price {
  padding-right: 5px;
}

.form-aao .box-checkbox .label-text,
.form-eodo .box-checkbox .label-text {
  padding-right: 5px;
}

.block-form .form-aao .hold-pays,
.block-form .form-eodo .hold-pays {
  padding: 54px 0 0;
}

.block-form .form-aao .box-btn {
  padding-top: 80px;
}

.block-form .form-aao.dynamic .box-btn {
  padding-top: 75px;
}

.block-form .form-eodo .box-btn {
  padding: 90px 0 0;
}

#login_popup .form-group {
  position: relative;
}

#login_popup .form-group label.error {
  position: absolute;
  top: 100%;
}

#login_popup .form-group:nth-child(2) label.error {
  margin-top: -30px;
}

#login_popup form {
  position: relative;
}

#login_popup .login-fail-msg {
  position: absolute;
  bottom: -35px;
}

.block-form .box-form.special:last-child {
  padding-top: 177px;
}

.block-form .dentalsmart-promotion .holder-form:before {
  top: 67px;
  bottom: 67px;
}

.block-description.dentsply .box-blue {
  padding-top: 73px;
  cursor: pointer;
}

.block-description.dentsply.icatcorp .box-blue,
.present-screen.dentsply.icatcorp .hold-buttons .btn-screen.scrolled-to,
.block-form.icatcorp .button-download,
.icatcorp .input-radio:checked + .label-radio:before,
.block-form.icatcorp .box-btn .btn-submit,
.block-form.icatcorp .box-btn .fake-btn,
.present-screen.icatcorp .hold-buttons .btn-screen:hover,
#icatcorp_popup .btn-holder a {
  background: #00cc00;
}

.block-person.icatcorp .box-person .hold-svg svg,
.block-check.icatcorp .holder-check .box-check .hold-svg svg {
  fill: #00cc00;
}

.block-person.icatcorp .box-person .name-person,
.block-offre.icatcorp h2 .blue,
.block-check.icatcorp .holder-check .box-check .title-check,
.block-comment.icatcorp h2 .blue,
.block-form.icatcorp .box-form .sub-title,
.block-comment.icatcorp .box-comment .step-comment,
.block-form.icatcorp .form-dentsply .box-checkbox .label-text .blue,
.block-person.icatcorp .owl-nav button,
#icatcorp_popup .popup-question,
#icatcorp_popup .btn-holder a.cancel-btn {
  color: #00cc00;
}

.present-screen.icatcorp .hold-buttons .btn-screen,
.block-offre.dentsply.icatcorp .holder-offre .box-offre .offre-listing,
.icatcorp .input-radio:checked + .label-radio:before,
.icatcorp .box-checkbox .label-radio:before,
#icatcorp_popup .btn-holder a,
#icatcorp_popup .btn-holder a.cancel-btn {
  border-color: #00cc00;
}

#icatcorp_popup {
  text-align: center;
}

#icatcorp_popup .popup-headline {
  font-size: 18px;
}

#icatcorp_popup .popup-question {
  margin-top: 20px;
}

#icatcorp_popup .btn-holder {
  margin-top: 10px;
}

#icatcorp_popup .btn-holder a {
  display: inline-block;
  vertical-align: top;
  font-family: AvenirLight, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  border: 2px solid transparent;
  margin: 0 5px;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  cursor: pointer;
}

#icatcorp_popup .btn-holder a:hover {
  color: #2b2b2b;
}

#icatcorp_popup .btn-holder a.cancel-btn {
  background-color: transparent;
}

.block-person.icatcorp .person-slider .box-person {
  width: auto;
}

.block-person.icatcorp .person-slider {
  position: relative;
  padding: 0 40px;
}

.block-person.icatcorp .owl-dots {
  display: none;
}

.block-person.icatcorp .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
}

.block-person.icatcorp .owl-nav button {
  background: transparent;
  padding: 0;
  border: 0;
  font-size: 70px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  height: 0;
  line-height: 1px;
}

.block-person.icatcorp .owl-nav button:hover {
  opacity: 0.7;
}

.block-comment.dentsply.icatcorp .box-comment {
  max-width: 985px;
  width: 100%;
  min-height: 230px;
  float: none;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-right: 34%;
  position: relative;
}

.block-comment.dentsply.icatcorp .box-comment .step-comment,
.block-comment.dentsply.icatcorp .box-comment .title-comment,
.block-comment.dentsply.icatcorp .box-comment p {
  width: 100%;
}

.block-comment.dentsply.icatcorp .box-comment .hold-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
}
/*icatcorp styles*/
.block-offre.icatcorp .container {
  max-width: 1245px;
}
.block-offre.icatcorp .holder-offre .box-offre {
  width: calc(25% - 30px);
  margin-top: 0;
}

.block-offre.icatcorp .holder-offre .box-offre.wide {
  width: 100%;
}

.block-offre.icatcorp .holder-offre .box-offre.wide .title-offre,
.block-offre.icatcorp .holder-offre .box-offre.wide .price-offre-sub {
  text-align: left;
  font-size: 20px;
}

.owl-stage-outer .owl-stage {
  width: 2000em;
  display: flex;
  flex-wrap: wrap;
}

.owl-stage-outer .owl-stage .owl-item {
}

.block-comment.icatcorp .box-comment .title-comment {
  font-family: AvenirLight, sans-serif;
  font-weight: 600;
}

.block-description.dentsply .box-blue .title-center {
  font-family: "avenir", arial, sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1.55;
}

.block-description.dentsply.icatcorp .box-blue .title-center {
  font-size: 27px;
  margin-bottom: 45px;
}

.block-description.dentsply .box-blue:hover .title-center {
  color: #2b2b2b;
}

.block-description.dentsply .box-blue .sub-title {
  font-size: 18px;
  line-height: 1.6;
}

.block-description.dentsply .box-description {
  padding-top: 68px;
}

.block-description.dentsply.icatcorp .box-description {
  padding-top: 33px;
}

.block-comment.dentsply .box-comment {
  min-height: 465px;
}

.block-form .form-dentsply .box-form {
  padding-top: 0;
}

.block-form .form-dentsply .box-form .title-form {
  margin-bottom: 0;
}

.block-form .form-dentsply .box-form:first-child .box-btn {
  padding-top: 50px;
}

.block-form .form-dentsply .hold-pays {
  padding-top: 0;
}

.block-form .form-dentsply .box-checkbox {
  padding-bottom: 10px;
}

.block-form .form-dentsply .box-checkbox .label-radio:before {
  top: 50%;
  transform: translateY(-50%);
}

.block-form .form-dentsply .box-form .title-small {
  /*margin-bottom: 129px;*/
  margin-bottom: 83px;
  font-size: 18px;
}

.block-form .form-dentsply .box-checkbox .label-price {
  font-size: 17px;
  line-height: 1;
}

.block-form .form-dentsply .box-checkbox .label-text {
  font-size: 13px;
  line-height: 13px;
  padding: 3px 0 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 15px;
}

.block-form .form-dentsply .box-checkbox .label-text .blue {
  color: #008afc;
  font-weight: 600;
  font-family: "avenir", arial, sans-serif;
}

.block-form .input-pc {
  width: 100%;
  height: 48px;
  font-family: AvenirLight, sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #2b2b2b;
  padding: 14px 12px;
}

.block-form .form-dentsply .box-btn {
  padding-top: 50px;
}

.block-form .box-btn {
  position: relative;
}

.block-form .box-btn .fake-btn {
  font-family: AvenirLight, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 12px 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 2;
}

.block-form .box-btn .fake-btn {
  color: #2b2b2b;
}

.block-form .form-dentsply .holder-form:before {
  bottom: 70px;
}

#wh-widget-send-button.wh-widget-right {
  bottom: 70px !important;
}

.moshe-popup .avia-button.avia-size-medium {
  padding: 16px 17px 12px;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.moshe-popup .avia-button.avia-size-medium:hover {
  color: #fff !important;
}

.block-form.moshe .holder-form {
  padding: 80px 0 70px;
}

.block-form.moshe .form-title .title-form {
  margin-bottom: 70px;
}

.block-form.icatcorp .form-dentsply .box-form .title-small {
  /*margin-bottom: 93px;*/
  margin-bottom: 240px;
}

.block-form.icatcorp .form-dentsply .box-form:first-child .box-btn {
  padding-top: 35px;
}

.block-form.icatcorp .form-dentsply .box-form:last-child {
  padding-top: 20px;
}

.block-form.icatcorp .form-dentsply .box-checkbox .label-text {
  padding-right: 5px;
}

.block-form.icatcorp .form-dentsply .box-btn {
  padding-top: 35px;
}

.block-form .form-dentsply .box-checkbox {
  padding: 7px 10px 3px;
  padding-bottom: 6px;
}

.owl-stage-outer {
  overflow: hidden;
}

@media (max-width: 1460px) {
  .present-screen .hold-logo {
    left: 50px;
  }
  .present-screen.moshe .hold-title {
    max-width: 540px;
  }
  .block-description.moshe .box-description {
    max-width: 560px;
  }
  .block-description.moshe .box-description .text-description {
    font-size: 22px;
  }
  .block-description.moshe .box-description .text-description .bottom-descr {
    font-size: 18px;
  }
  .block-description.moshe .box-blue {
    /*margin-right: auto;*/
    margin-right: 0;
    margin-left: auto;
  }
  .block-person.moshe .box-person p {
    font-size: 16px;
  }
  .block-person.moshe .box-person p br,
  .block-person .box-person p br {
    display: none;
  }
}

@media (max-width: 1460px) and (min-width: 991px) {
  .block-description.aao .box-description .text-description .bottom-descr {
    max-width: 92%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1300px) {
  .present-screen.segmentation .bg-video {
    max-width: 450px;
  }
  .present-screen.segmentation .bg-video .video-entry {
    top: 12px;
  }
  .block-description.segmentation .box-blue {
    margin-right: 0;
  }
  .block-description.segmentation .box-description .text-description {
    line-height: 35px;
  }
  .block-description.segmentation .box-description {
    padding-left: 20px;
    max-width: 650px;
  }
  .block-description.segmentation .text-description .mid-descr,
  .block-description.segmentation .text-description .bot-descr {
    font-size: 20px;
  }
  .block-description.segmentation .text-description .extra-descr {
    font-size: 18px;
  }
  .block-description.segmentation .box-blue {
    width: 445px;
  }
  .present-screen.segmentation {
    background-position: center;
  }
  .block-person .container {
    max-width: 1000px;
  }
  .block-benefit .container {
    max-width: 1070px;
  }
}

@media (max-width: 1250px) {
  .present-screen.aao .hold-title {
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .block-person.moshe .box-person:nth-child(even) {
    padding: 0 30px 0 180px;
  }
}

@media (max-width: 1140px) {
  .present-screen.aao .text-container,
  .present-screen.aao .hold-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .block-description.planmeca .container,
  .block-description.segmentation .container,
  .block-description.moshe .container {
    justify-content: center;
  }
  .block-description.planmeca .box-description,
  .block-description.moshe .box-blue,
  .block-description.aao .box-blue {
    margin-left: auto;
    margin-right: auto;
  }
  .present-screen.segmentation .hold-title .title-top {
    font-size: 50px;
  }
  .present-screen.segmentation .hold-title .present-title {
    font-size: 41px;
  }
  .present-screen.segmentation .hold-title .title-top.small {
    font-size: 32px;
  }
}

@media (max-width: 1070px) {
  .block-offre.aao .holder-offre .box-offre {
    margin: 50px 15px 30px;
    width: calc(33.3% - 30px);
  }
  .block-offre.aao .holder-offre .box-offre.popular {
    margin: 0 15px 30px;
  }
  .present-screen.segmentation .hold-title .title-top {
    font-size: 35px;
  }
  .present-screen.segmentation.three-d .hold-title .title-top {
    font-size: 31px;
  }
  .present-screen.segmentation .hold-title .present-title {
    font-size: 29px;
  }
  .present-screen.segmentation .hold-title .title-top.small {
    font-size: 23px;
  }
  .block-description.eodo .box-description {
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .present-screen.aao .hold-title .title-top {
    font-size: 30px;
    letter-spacing: 10px;
  }
  .block-comment.dentsply.icatcorp .box-comment {
    width: 33.3333%;
  }
  .present-screen.aao .hold-title .present-title {
    font-size: 21px;
  }
  .present-screen.aao .hold-title .present-title span {
    font-size: 32px;
  }
  .present-screen.aao .hold-title .title-top.small {
    font-size: 15px;
  }
  .present-screen.aao .hold-title .title-top:not(.small),
  .present-screen.aao .hold-title .title-top.small,
  .present-screen.aao .hold-title .present-title span {
    margin-top: -6px;
  }
  .present-screen.aao .hold-title .title-top:not(.small),
  .present-screen.aao .hold-title .title-top.small,
  .present-screen.aao .hold-title .present-title span {
    margin-left: 0;
  }
  .present-screen.aao .hold-title {
    max-width: 590px;
  }
  .block-offre.aao .holder-offre .box-offre {
    width: calc(50% - 30px);
  }

  .block-offre.icatcorp .holder-offre .box-offre {
    width: calc(50% - 30px);
  }

  .block-offre.icatcorp .holder-offre .box-offre.wide {
    max-width: none;
    width: 100%;
  }

  .block-form .form-freeceph .box-form:nth-of-type(1),
  .block-form .form-freeceph .box-form:nth-of-type(2),
  .block-form .form-freeceph .box-btn.freeceph,
  .block-form .form-title {
    padding: 0 20px;
  }
  .block-form .form-freeceph .box-form .subtitle-form {
    margin-top: 0 !important;
  }

  .block-form .form-freeceph .box-form:nth-of-type(1) {
    margin-bottom: -10px;
  }

  .block-form .form-freeceph .columns-holder .box-form:nth-of-type(1) {
    margin-bottom: 0;
  }

  .block-form .form-freeceph .box-form .title-form.segmentation {
    display: none;
  }

  .block-form .form-freeceph .box-form .title-form {
    margin-bottom: 30px !important;
  }
  .block-form .form-freeceph .box-form:nth-of-type(2) {
    padding-top: 10px !important;
  }
  .block-form .form-freeceph .columns-holder .box-form:nth-of-type(2) {
    padding-top: 0 !important;
  }
  .block-benefit h2 {
    width: 100%;
  }
  .block-comment.aao h2 {
    padding-left: 0px;
  }
  .block-description.segmentation .box-blue {
    margin-right: auto;
  }
  .block-description.planmeca .box-description {
    margin-left: auto;
    margin-right: auto;
  }
  .present-screen.segmentation .container {
    justify-content: center;
  }
  .response-processed {
    position: relative;
    display: none;
  }
  .response-processed.fade.in {
    display: block;
  }
  .block-offre .holder-offre {
    margin-top: 20px;
  }
  div.block-comment h2,
  div.block-offre h2,
  div.block-comment h2 .blue,
  div.block-offre h2 .blue {
    font-size: 28px;
  }
  .block-person.moshe .box-person:nth-child(even) {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .block-person.moshe .box-person {
    width: 100%;
  }

  .block-person.moshe .box-person:nth-child(even) {
    width: 100%;
  }
  .block-form.moshe .holder-form {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .block-form.moshe .form-title .title-form {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .block-benefit .column {
    width: 100%;
  }
  .block-description.aao .box-description .text-description .images-container {
    text-align: center;
    margin-bottom: 0;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    img {
    max-width: 200px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .main.auth {
    padding-left: 20px;
    padding-right: 20px;
  }
  .present-screen.aao .hold-buttons,
  .present-screen.dentsply .hold-buttons {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .block-comment.dentsply.icatcorp .box-comment {
    width: 100%;
  }

  .present-screen.dentsply.icatcorp .hold-title {
    margin-left: auto;
    margin-right: auto;
  }
  .present-screen.dentsply.icatcorp .hold-title .present-title {
    font-size: 19px;
  }
  .present-screen.dentsply.icatcorp .hold-title .title-top.small {
    font-size: 12px;
  }
  .present-screen.dentsply.icatcorp .hold-title .title-top {
    font-size: 16px;
    margin-top: 4px;
  }
  .block-description.aao .box-description .hold-img {
    margin: 0 5px;
  }
  .block-offre.icatcorp .holder-offre .box-offre {
    width: calc(100% - 30px);
  }
  .block-form.icatcorp .form-dentsply .box-form .title-small {
    margin-bottom: 0px;
  }
  .block-offre.icatcorp .holder-offre .box-offre.wide {
    max-width: 314px;
    width: 100%;
  }
  .present-screen.aao {
    padding-bottom: 36px;
  }
  .present-screen.aao .hold-title {
    margin-left: 10px;
  }
  .present-screen.aao .hold-buttons .btn-screen.scrolled-to {
    min-width: 220px;
    padding: 16px 15px;
  }
  .present-screen.dentsply {
    padding-bottom: 80px;
  }
  .present-screen.dentsply .hold-buttons .btn-screen {
    max-width: 212px;
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 15px;
  }
  .present-screen.aao .hold-logo {
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
    width: 100%;
  }
  .block-description.aao .box-description .hold-img.planmeca-logo {
    max-width: 164px !important;
  }
  .present-screen.aao .hold-logo a {
    width: 100%;
    max-width: 220px;
  }
  .present-screen.moshe .hold-logo a {
    max-width: 167px;
  }
  .block-description.aao .box-description .text-description .mobile-break {
    display: block;
  }
  .block-description.aao.planmeca .box-description .text-description br {
    display: none;
  }
  .block-offre.aao .holder-offre .box-offre,
  .block-offre.aao .holder-offre .box-offre.popular {
    width: 100%;
    margin: 0 20px 30px;
  }
  .present-screen.aao .hold-buttons .btn-screen.open-popup-link {
    display: none;
  }
  .block-description.segmentation .box-description .text-description {
    font-size: 25px;
    line-height: 40px;
  }
  .block-description.segmentation {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .block-description.segmentation .box-blue {
    padding-bottom: 10px;
  }
  .block-description.planmeca .box-blue {
    min-height: 265px;
  }
  .block-description.planmeca .box-blue .title-center {
    font-size: 30px;
  }
  .block-offre .holder-offre.special {
    justify-content: center;
    text-align: center;
    margin-top: 0;
  }
  .present-screen.aao .hold-title {
    margin-top: 55px;
    padding-right: 0;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    .col-md-4
    img {
    order: 1;
    margin-bottom: 30px;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    .col-md-4
    .image-thumbnail {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
  }
  .present-screen.moshe {
    padding-bottom: 30px;
  }
  .present-screen.moshe .hold-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .block-offre.planmeca .special-offre .text-2 {
    font-size: 32px;
  }
  .block-offre.planmeca .special-offre .text-2 span {
    margin-top: -7px;
  }
  .block-offre.planmeca .special-offre .text-2:before {
    width: 100px;
    height: 2px;
  }
  .block-offre.planmeca .special-offre .text-4 {
    font-size: 45px;
  }
  .block-offre.planmeca .special-offre .text-4 span {
    font-size: 35px;
    margin-top: -10px;
  }
  div.block-person {
    padding-top: 25px;
  }
  .block-person.planmeca .box-person .hold-img {
    margin-top: 0;
  }
  .present-screen.moshe .hold-title .title-top {
    font-size: 25px;
    letter-spacing: 7px;
  }
  .present-screen.moshe .hold-buttons .btn-screen {
    min-width: auto;
  }
  .present-screen.moshe .hold-buttons .btn-screen.open-popup-link {
    display: none;
  }
  .present-screen.moshe .hold-title .present-title {
    font-size: 19px;
    margin-right: 0px;
    margin-left: 6px;
    margin-top: 3px;
    margin-bottom: 5px;
  }
  .present-screen.moshe .hold-title .present-title span {
    font-size: 35px;
    margin-left: 0px;
    margin-top: -3px;
    transform: translateX(3px);
  }
  .block-description .box-description .text-description .mob-br {
    display: block;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    .image-thumbnail {
    font-weight: 700;
    font-size: 18px;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    .image-thumbnail
    span {
    display: inline-block;
    font-size: 18px;
  }
  .block-description.aao.moshe
    .box-description
    .text-description
    .images-container {
    margin-bottom: 0;
  }
  .block-description.moshe .box-blue {
    margin-top: 25px;
  }
  .block-person .box-person {
    font-size: 17px;
  }
  .block-offre .holder-offre {
    margin-top: 30px;
  }
  .block-benefit .container h2 {
    margin-bottom: 30px;
  }
  .present-screen.moshe .hold-title .title-top.small {
    letter-spacing: 0.11em;
    font-size: 18px;
    margin-top: -10px;
    margin-left: 11px;
  }
  .block-description.moshe
    .box-description
    .text-description
    .images-container
    img {
    max-width: 200px;
    margin: 0 auto;
  }
  .block-description.aao .box-description {
    padding-right: 0;
  }
  .block-description.aao
    .box-description
    .text-description
    .images-container
    .image-thumbnail {
    margin-bottom: 30px;
  }
  .block-description.moshe .box-blue .title-center {
    letter-spacing: 0;
    font-size: 20px;
  }
  .block-description.moshe .box-blue .title-blue {
    font-size: 31px;
    line-height: 40px;
  }
  .block-description.aao .box-description .text-description .bottom-descr,
  .block-description.moshe .box-blue .sub-title,
  .block-benefit .benefit-item .benefit-descr,
  .block-description.segmentation .text-description .extra-descr,
  .block-person .box-person .name-person,
  .block-form .form-freeceph .box-form .subtitle-form,
  .block-comment .box-comment {
    font-size: 16px !important;
  }
  .block-form .form-aao.dynamic .box-form:first-child .box-btn,
  .block-form .form-aao.dynamic .box-btn {
    padding-top: 0;
  }
  .block-offre {
    padding: 60px 0 30px;
  }
  .block-comment.aao .box-comment {
    min-height: auto;
  }
  .present-screen .hold-logo a {
    max-width: 167px;
  }
  .block-form .box-btn {
    padding: 40px 0 0;
  }
  .block-description .box-description .text-description {
    font-size: 23px;
  }
  .block-description.segmentation .box-blue .title-blue {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .block-description.segmentation .box-blue .title-center,
  .block-description.segmentation .box-blue .title-bottom {
    font-size: 30px;
  }
  .block-description.segmentation .box-blue .sub-title {
    margin-bottom: 0;
    line-height: 22px;
  }
  .block-description.segmentation .text-description .extra-descr,
  .block-person .box-person .name-person,
  .block-form .form-freeceph .box-form .subtitle-form {
    font-size: 20px !important;
  }
  .block-description.segmentation .text-description .extra-descr span {
    display: none;
  }
  .block-benefit h2,
  .block-form .form-freeceph .box-form .title-form,
  div.block-comment h2,
  div.block-offre h2,
  div.block-offre h2 .blue {
    font-size: 23px;
  }
  div.block-comment h2 .blue {
    font-size: 18px;
  }
  .present-screen.segmentation {
    padding-bottom: 50px;
  }
  div.block-comment h2 .blue,
  div.block-offre h2 .blue {
    padding-top: 0;
    display: inline-block;
  }
  div.block-offre.planmeca h2 {
    color: #008afc;
  }
  div.block-offre.planmeca h2 .blue {
    color: #2b2b2b;
    margin-bottom: 0;
  }
  .block-comment div.box-comment .title-comment {
    line-height: 22px;
  }
  .block-benefit {
    padding: 47px 0;
    padding-bottom: 22px;
  }
  .block-form .form-freeceph .box-form .title-form {
    line-height: 33px !important;
  }
  .present-screen .hold-logo {
    top: 22px;
    left: 10px;
  }
  .present-screen.dentsply .hold-title {
    text-align: center;
  }
  .present-screen.dentsply .hold-title .title-top {
    font-size: 29px;
    letter-spacing: 0;
  }
  .present-screen.dentsply .hold-title .present-title {
    font-size: 17px;
  }
  .present-screen.dentsply .hold-title .title-top.small {
    font-size: 15px;
  }
  .block-offre .holder-offre.special h2 {
    margin-bottom: 40px;
  }
  .block-offre .holder-offre.special .box-offre {
    min-height: auto;
  }
  .present-screen.segmentation .bg-video .video-entry {
    top: 10px;
  }
  .block-benefit .container {
    display: block;
  }
  .block-benefit h2 {
    text-align: center;
  }
  .block-benefit .benefit-item .benefit-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .block-benefit .benefit-item {
    margin-bottom: 0px;
    margin-top: 25px;
  }
  .present-screen.segmentation .hold-title .title-top {
    font-size: 40px;
  }
  .present-screen.segmentation .hold-title .present-title {
    font-size: 33px;
    letter-spacing: -0.3px;
  }
  .present-screen.segmentation .hold-title .title-top.small {
    font-size: 25px;
    margin-left: 0;
    margin-top: -3px;
    letter-spacing: 0.24em;
  }
  .block-form.freeceph .holder-form {
    padding: 60px 0;
  }
  .block-form .form-freeceph .box-form .title-form {
    margin-bottom: 0 !important;
    line-height: 48px;
  }
  .block-form .form-freeceph .box-form:nth-of-type(2) {
    margin-bottom: 0;
  }
  .block-person.moshe .box-person:nth-child(even) {
    padding: 0 10px;
  }
  div.box-checkbox .label-price {
    text-align: right;
    display: inline-block;
    width: auto;
  }
  div.box-checkbox .label-text {
    text-align: right;
  }
  .block-form .hold-pays div.wrap-pays {
    justify-content: space-between;
  }
  .block-form .hold-pays div.wrap-pays .hold-img {
    max-width: 48px;
  }
}

@media (max-width: 550px) {
  .present-screen.segmentation .hold-buttons {
    width: 100%;
    text-align: center;
    right: auto;
  }
  .present-screen.segmentation .hold-buttons .btn-screen {
    min-width: 227px;
  }
  .present-screen .hold-logo a,
  .present-screen.moshe .hold-logo a {
    max-width: 95px;
  }
  .present-screen.segmentation .bg-video .video-entry {
    top: 8px;
  }
  .present-screen.segmentation .hold-title .title-top {
    font-size: 25px;
  }
  .present-screen.segmentation .hold-title .present-title {
    font-size: 21px;
    letter-spacing: -0.6px;
  }
  .present-screen.segmentation .hold-title .title-top.small {
    font-size: 16px;
    margin-left: 0;
    margin-top: -3px;
    letter-spacing: 0.222em;
  }
  .block-description.segmentation .box-description {
    padding-left: 0;
    padding-right: 0;
  }
  .present-screen.segmentation .bg-video {
    max-width: 306px;
  }
  .block-description.segmentation .box-description .text-description {
    line-height: 30px;
  }
  .block-description.segmentation .text-description .mid-descr,
  .block-description.segmentation .text-description .bot-descr,
  .block-description.segmentation .text-description .extra-descr,
  .block-person .box-person .name-person,
  .block-form .form-freeceph .box-form .subtitle-form,
  .block-benefit .benefit-item .benefit-descr,
  .block-description.segmentation .box-blue .sub-title {
    font-size: 16px !important;
  }
  .block-description.segmentation .text-description .mid-descr br,
  .block-description.segmentation .text-description .bot-descr br {
    display: none;
  }
  .block-description.segmentation .text-description .images-container {
    margin-top: 30px;
    margin-bottom: 23px;
  }
  .block-description.segmentation .text-description .extra-descr strong {
    font-weight: 400;
  }
  footer .container span {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  #login_popup h2 {
    font-size: 28px !important;
  }
  .block-form .box-form.special:last-child {
    padding-top: 20px;
  }
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.response-processed .spaced img {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  transform-origin: 53% 53%;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
