@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scaling-another {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaling-another {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@keyframes bounceBig {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-webkit-keyframes bounceBig {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes movement-rotation-effect-first {
  0% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(0deg);
    -webkit-transform: translate(0, -50%) rotate(0deg);
  }
  25% {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
  }
  50% {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%) rotate(180deg);
    -webkit-transform: translate(-100%, -50%) rotate(180deg);
  }
  75% {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%) rotate(270deg);
    -webkit-transform: translate(-50%, -100%) rotate(270deg);
  }
  100% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(360deg);
    -webkit-transform: translate(0, -50%) rotate(360deg);
  }
}
@-webkit-keyframes movement-rotation-effect-first {
  0% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(0deg);
    -webkit-transform: translate(0, -50%) rotate(0deg);
  }
  25% {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
  }
  50% {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%) rotate(180deg);
    -webkit-transform: translate(-100%, -50%) rotate(180deg);
  }
  75% {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%) rotate(270deg);
    -webkit-transform: translate(-50%, -100%) rotate(270deg);
  }
  100% {
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(360deg);
    -webkit-transform: translate(0, -50%) rotate(360deg);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%) rotate(120deg);
    transform: translate(-100%, -50%) rotate(120deg);
  }
  66% {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%) rotate(240deg);
    transform: translate(-50%, -100%) rotate(240deg);
  }
  100% {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}
@-webkit-keyframes movement-rotation-effect-second {
  0% {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%) rotate(120deg);
    transform: translate(-100%, -50%) rotate(120deg);
  }
  66% {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%) rotate(240deg);
    transform: translate(-50%, -100%) rotate(240deg);
  }
  100% {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(100%, -50%) rotate(120deg);
    transform: translate(100%, -50%) rotate(120deg);
  }
  66% {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -100%) rotate(240deg);
    transform: translate(50%, -100%) rotate(240deg);
  }
  100% {
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}
@-webkit-keyframes movement-rotation-effect-third {
  0% {
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(100%, -50%) rotate(120deg);
    transform: translate(100%, -50%) rotate(120deg);
  }
  66% {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(50%, -100%) rotate(240deg);
    transform: translate(50%, -100%) rotate(240deg);
  }
  100% {
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0) rotate(360deg);
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes word-changer-3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  25% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  53% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  78% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes word-changer-3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  3% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  25% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  28% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  53% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  75% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  78% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes brain-vibration {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  25% {
    -webkit-transform: translate(-1px, -50%);
    transform: translate(-1px, -50%);
  }
  50% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  75% {
    -webkit-transform: translate(1px, -50%);
    transform: translate(1px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes brain-vibration {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  25% {
    -webkit-transform: translate(-1px, -50%);
    transform: translate(-1px, -50%);
  }
  50% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  75% {
    -webkit-transform: translate(1px, -50%);
    transform: translate(1px, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@keyframes float-circles-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes float-circles-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-circles-down-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes float-circles-down-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-circles-right-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes float-circles-right-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(45px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float-circles-left-top {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-45px, -45px);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes float-circles-left-top {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-45px, -45px);
  }
  100% {
    transform: translate(0);
  }
}
.body-with-admin-bar .header-wrapper {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .header-wrapper {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@media screen and (min-width: 1025px) {
  .modal-open .header-wrapper {
    padding-right: 15px;
  }
  .modal-open body {
    padding-right: 15px;
  }
}
@font-face {
  font-family: MuliRegular;
  src: url("../../fonts/Muli-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: MuliBold;
  src: url("../../fonts/Muli-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: MuliItalic;
  src: url("../../fonts/Muli-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: MuliBoldItalic;
  src: url("../../fonts/Muli-BoldItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: MuliBlack;
  src: url("../../fonts/Muli-Black.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: NunitoRegular;
  src: url("../../fonts/Nunito-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: NunitoBlack;
  src: url("../../fonts/Nunito-Black.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: NunitoBold;
  src: url("../../fonts/Nunito-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: NunitoSemiBold;
  src: url("../../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: NunitoExtaBold;
  src: url("../../fonts/Nunito-ExtraBold.ttf") format("truetype");
  font-display: block;
}
.nunito-regular {
  font-family: NunitoRegular;
}

.nunito-black {
  font-family: NunitoBlack;
}

.nunito-bold {
  font-family: NunitoBold;
}

.nunito-semi-bold {
  font-family: NunitoSemiBold;
}

.nunito-extra-bold {
  font-family: NunitoExtaBold;
}

.muli-italic {
  font-family: MuliItalic;
}

.muli-bold {
  font-family: MuliBold;
}

.muli-black {
  font-family: MuliBlack;
}

.white-color {
  color: #fff;
}

.green-color {
  color: #6ad762;
}

.orange-color {
  color: #f0bb14;
}

.light-green-color {
  color: #c8e9be;
}

.another-light-green-color {
  color: #cfe0ce;
}

.dark-blue-color {
  color: #1e3446;
}

.simple-blue-color {
  color: #3a6186;
}

.lightgrey-color {
  color: #8497a6;
}

.black-color {
  color: #000;
}

.background-white {
  background-color: #fff;
}

.background-green {
  background-color: #6ad762;
}

.background-grey {
  background-color: #cfd9e1;
}

.background-orange {
  background-color: #f0bb14;
}

.background-dark-blue {
  background-color: #1e3446;
}

.single-service:nth-of-type(8n + 1) a:hover .service-icon {
  background-color: rgb(106, 215, 98);
  box-shadow: 0 0 30px 0 rgba(106, 215, 98, 0.55);
}
.single-service:nth-of-type(8n + 1) a:hover .service-title {
  color: rgb(106, 215, 98);
}
.single-service:nth-of-type(8n + 1) .service-icon .circle {
  background-color: rgb(106, 215, 98);
}
.single-service:nth-of-type(8n + 2) a:hover .service-icon {
  background-color: rgb(215, 98, 208);
  box-shadow: 0 0 30px 0 rgba(215, 98, 208, 0.55);
}
.single-service:nth-of-type(8n + 2) a:hover .service-title {
  color: rgb(215, 98, 208);
}
.single-service:nth-of-type(8n + 2) .service-icon .circle {
  background-color: rgb(215, 98, 208);
}
.single-service:nth-of-type(8n + 3) a:hover .service-icon {
  background-color: rgb(98, 137, 215);
  box-shadow: 0 0 30px 0 rgba(98, 137, 215, 0.55);
}
.single-service:nth-of-type(8n + 3) a:hover .service-title {
  color: rgb(98, 137, 215);
}
.single-service:nth-of-type(8n + 3) .service-icon .circle {
  background-color: rgb(98, 137, 215);
}
.single-service:nth-of-type(8n + 4) a:hover .service-icon {
  background-color: rgb(182, 190, 62);
  box-shadow: 0 0 30px 0 rgba(182, 190, 62, 0.55);
}
.single-service:nth-of-type(8n + 4) a:hover .service-title {
  color: rgb(182, 190, 62);
}
.single-service:nth-of-type(8n + 4) .service-icon .circle {
  background-color: rgb(182, 190, 62);
}
.single-service:nth-of-type(8n + 5) a:hover .service-icon {
  background-color: rgb(215, 98, 126);
  box-shadow: 0 0 30px 0 rgba(215, 98, 126, 0.55);
}
.single-service:nth-of-type(8n + 5) a:hover .service-title {
  color: rgb(215, 98, 126);
}
.single-service:nth-of-type(8n + 5) .service-icon .circle {
  background-color: rgb(215, 98, 126);
}
.single-service:nth-of-type(8n + 6) a:hover .service-icon {
  background-color: rgb(235, 179, 7);
  box-shadow: 0 0 30px 0 rgba(235, 179, 7, 0.55);
}
.single-service:nth-of-type(8n + 6) a:hover .service-title {
  color: rgb(235, 179, 7);
}
.single-service:nth-of-type(8n + 6) .service-icon .circle {
  background-color: rgb(235, 179, 7);
}
.single-service:nth-of-type(8n + 7) a:hover .service-icon {
  background-color: rgb(58, 58, 67);
  box-shadow: 0 0 30px 0 rgba(58, 58, 67, 0.55);
}
.single-service:nth-of-type(8n + 7) a:hover .service-title {
  color: rgb(58, 58, 67);
}
.single-service:nth-of-type(8n + 7) .service-icon .circle {
  background-color: rgb(58, 58, 67);
}
.single-service:nth-of-type(8n + 8) a:hover .service-icon {
  background-color: rgb(98, 192, 215);
  box-shadow: 0 0 30px 0 rgba(98, 192, 215, 0.55);
}
.single-service:nth-of-type(8n + 8) a:hover .service-title {
  color: rgb(98, 192, 215);
}
.single-service:nth-of-type(8n + 8) .service-icon .circle {
  background-color: rgb(98, 192, 215);
}

.green-service a:hover .service-icon {
  background-color: rgb(106, 215, 98) !important;
  box-shadow: 0 0 30px 0 rgba(106, 215, 98, 0.55) !important;
}
.green-service a:hover .service-title {
  color: rgb(106, 215, 98) !important;
}
.green-service .service-icon .circle {
  background-color: rgb(106, 215, 98) !important;
}

.green-service-light a:hover .service-icon {
  background-color: rgb(220, 237, 221) !important;
  box-shadow: 0 0 30px 0 rgba(220, 237, 221, 0.55) !important;
}
.green-service-light a:hover .service-title {
  color: rgb(220, 237, 221) !important;
}
.green-service-light .service-icon .circle {
  background-color: rgb(220, 237, 221) !important;
}

.violet-service a:hover .service-icon {
  background-color: rgb(215, 98, 208) !important;
  box-shadow: 0 0 30px 0 rgba(215, 98, 208, 0.55) !important;
}
.violet-service a:hover .service-title {
  color: rgb(215, 98, 208) !important;
}
.violet-service .service-icon .circle {
  background-color: rgb(215, 98, 208) !important;
}

.violet-service-light a:hover .service-icon {
  background-color: rgb(243, 226, 242) !important;
  box-shadow: 0 0 30px 0 rgba(243, 226, 242, 0.55) !important;
}
.violet-service-light a:hover .service-title {
  color: rgb(243, 226, 242) !important;
}
.violet-service-light .service-icon .circle {
  background-color: rgb(243, 226, 242) !important;
}

.blue-service a:hover .service-icon {
  background-color: rgb(98, 137, 215) !important;
  box-shadow: 0 0 30px 0 rgba(98, 137, 215, 0.55) !important;
}
.blue-service a:hover .service-title {
  color: rgb(98, 137, 215) !important;
}
.blue-service .service-icon .circle {
  background-color: rgb(98, 137, 215) !important;
}

.blue-service-light a:hover .service-icon {
  background-color: rgb(227, 232, 244) !important;
  box-shadow: 0 0 30px 0 rgba(227, 232, 244, 0.55) !important;
}
.blue-service-light a:hover .service-title {
  color: rgb(227, 232, 244) !important;
}
.blue-service-light .service-icon .circle {
  background-color: rgb(227, 232, 244) !important;
}

.olive-service a:hover .service-icon {
  background-color: rgb(182, 190, 62) !important;
  box-shadow: 0 0 30px 0 rgba(182, 190, 62, 0.55) !important;
}
.olive-service a:hover .service-title {
  color: rgb(182, 190, 62) !important;
}
.olive-service .service-icon .circle {
  background-color: rgb(182, 190, 62) !important;
}

.olive-service-light a:hover .service-icon {
  background-color: rgb(239, 240, 221) !important;
  box-shadow: 0 0 30px 0 rgba(239, 240, 221, 0.55) !important;
}
.olive-service-light a:hover .service-title {
  color: rgb(239, 240, 221) !important;
}
.olive-service-light .service-icon .circle {
  background-color: rgb(239, 240, 221) !important;
}

.pink-service a:hover .service-icon {
  background-color: rgb(215, 98, 126) !important;
  box-shadow: 0 0 30px 0 rgba(215, 98, 126, 0.55) !important;
}
.pink-service a:hover .service-title {
  color: rgb(215, 98, 126) !important;
}
.pink-service .service-icon .circle {
  background-color: rgb(215, 98, 126) !important;
}

.pink-service-light a:hover .service-icon {
  background-color: rgb(242, 225, 229) !important;
  box-shadow: 0 0 30px 0 rgba(242, 225, 229, 0.55) !important;
}
.pink-service-light a:hover .service-title {
  color: rgb(242, 225, 229) !important;
}
.pink-service-light .service-icon .circle {
  background-color: rgb(242, 225, 229) !important;
}

.orange-service a:hover .service-icon {
  background-color: rgb(235, 179, 7) !important;
  box-shadow: 0 0 30px 0 rgba(235, 179, 7, 0.55) !important;
}
.orange-service a:hover .service-title {
  color: rgb(235, 179, 7) !important;
}
.orange-service .service-icon .circle {
  background-color: rgb(235, 179, 7) !important;
}

.orange-service-light a:hover .service-icon {
  background-color: rgb(244, 236, 211) !important;
  box-shadow: 0 0 30px 0 rgba(244, 236, 211, 0.55) !important;
}
.orange-service-light a:hover .service-title {
  color: rgb(244, 236, 211) !important;
}
.orange-service-light .service-icon .circle {
  background-color: rgb(244, 236, 211) !important;
}

.lightblack-service a:hover .service-icon {
  background-color: rgb(58, 58, 67) !important;
  box-shadow: 0 0 30px 0 rgba(58, 58, 67, 0.55) !important;
}
.lightblack-service a:hover .service-title {
  color: rgb(58, 58, 67) !important;
}
.lightblack-service .service-icon .circle {
  background-color: rgb(58, 58, 67) !important;
}

.lightblack-service-light a:hover .service-icon {
  background-color: rgb(219, 219, 221) !important;
  box-shadow: 0 0 30px 0 rgba(219, 219, 221, 0.55) !important;
}
.lightblack-service-light a:hover .service-title {
  color: rgb(219, 219, 221) !important;
}
.lightblack-service-light .service-icon .circle {
  background-color: rgb(219, 219, 221) !important;
}

.lightblue-service a:hover .service-icon {
  background-color: rgb(98, 192, 215) !important;
  box-shadow: 0 0 30px 0 rgba(98, 192, 215, 0.55) !important;
}
.lightblue-service a:hover .service-title {
  color: rgb(98, 192, 215) !important;
}
.lightblue-service .service-icon .circle {
  background-color: rgb(98, 192, 215) !important;
}

.lightblue-service-light a:hover .service-icon {
  background-color: rgb(223, 238, 241) !important;
  box-shadow: 0 0 30px 0 rgba(223, 238, 241, 0.55) !important;
}
.lightblue-service-light a:hover .service-title {
  color: rgb(223, 238, 241) !important;
}
.lightblue-service-light .service-icon .circle {
  background-color: rgb(223, 238, 241) !important;
}

.darkblue-service a:hover .service-icon {
  background-color: rgb(0, 118, 157) !important;
  box-shadow: 0 0 30px 0 rgba(0, 118, 157, 0.55) !important;
}
.darkblue-service a:hover .service-title {
  color: rgb(0, 118, 157) !important;
}
.darkblue-service .service-icon .circle {
  background-color: rgb(0, 118, 157) !important;
}

.lightgreen-service-level-1 a:hover .service-icon {
  background-color: rgb(175, 250, 170) !important;
  box-shadow: 0 0 30px 0 rgba(175, 250, 170, 0.55) !important;
}
.lightgreen-service-level-1 a:hover .service-title {
  color: rgb(175, 250, 170) !important;
}
.lightgreen-service-level-1 .service-icon .circle {
  background-color: rgb(175, 250, 170) !important;
}

.lightgreen-service-level-2 a:hover .service-icon {
  background-color: rgb(134, 237, 126) !important;
  box-shadow: 0 0 30px 0 rgba(134, 237, 126, 0.55) !important;
}
.lightgreen-service-level-2 a:hover .service-title {
  color: rgb(134, 237, 126) !important;
}
.lightgreen-service-level-2 .service-icon .circle {
  background-color: rgb(134, 237, 126) !important;
}

.darkgreen-service-level-1 a:hover .service-icon {
  background-color: rgb(73, 174, 66) !important;
  box-shadow: 0 0 30px 0 rgba(73, 174, 66, 0.55) !important;
}
.darkgreen-service-level-1 a:hover .service-title {
  color: rgb(73, 174, 66) !important;
}
.darkgreen-service-level-1 .service-icon .circle {
  background-color: rgb(73, 174, 66) !important;
}

.darkgreen-service-level-2 a:hover .service-icon {
  background-color: rgb(54, 145, 48) !important;
  box-shadow: 0 0 30px 0 rgba(54, 145, 48, 0.55) !important;
}
.darkgreen-service-level-2 a:hover .service-title {
  color: rgb(54, 145, 48) !important;
}
.darkgreen-service-level-2 .service-icon .circle {
  background-color: rgb(54, 145, 48) !important;
}

a {
  transition: all 0.2s linear, outline 0s;
}
a:hover {
  transition: all 0.2s linear, outline 0s;
  text-decoration: none;
}
a:focus {
  outline: 2px #63c1d7 auto;
  outline-offset: 0;
}
a:before, a:after {
  transition: all 0.2s linear, outline 0s;
}

input, textarea, button {
  transition: all 0.2s linear, outline 0s;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear, outline 0s;
}
input:focus, textarea:focus, button:focus {
  outline: 2px #63c1d7 auto;
  outline-offset: 0;
}

input[type=submit], button {
  cursor: pointer;
}

.green-button {
  background-color: #6ad762;
  border: 2px solid #6ad762;
}
.green-button:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #6ad762;
}

.green-button-reversed {
  background-color: #fff;
  border: 2px solid #fff;
}
.green-button-reversed:hover {
  background-color: #6ad762;
  border: 2px solid #6ad762;
  color: #fff;
}

.green-button-bordered {
  background-color: #6ad762;
  border: 2px solid #6ad762;
}
.green-button-bordered:hover {
  background-color: #fff;
  border: 2px solid #6ad762;
  color: #6ad762;
}

.darkgreen-button {
  background-color: #54af3a;
  border: 2px solid #54af3a;
}
.darkgreen-button:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #54af3a;
}

body {
  padding-top: 100px;
  color: #2b3136;
  font-size: 14px;
  font-family: MuliRegular;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #6ad762;
  border-radius: 10px;
}

strong, b {
  font-family: MuliBold;
}

i, em {
  font-family: MuliItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: MuliBoldItalic;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-hide {
  opacity: 0;
  visibility: hidden;
}

.transition-show {
  opacity: 1;
  visibility: visible;
}

.background-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
}

.absolute-cover-img, .darkness-effect-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect-main {
  background-color: rgba(0, 0, 0, 0.65);
}

.main-container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 30px;
}

.main-container-big {
  max-width: 1830px;
}

.default-page-wrapper {
  padding: 60px 0;
}

.main-subtitle {
  font-size: 12px;
  margin-bottom: 18px;
  line-height: normal;
}

.radius-10-px {
  border-radius: 10px;
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.mb-0 {
  margin-bottom: 0;
}

.main-title {
  font-size: 40px;
  line-height: normal;
}

.hidden-rewritable {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}

.green-heart {
  transition: all 1000ms ease-out;
  opacity: 1;
}

.red-heart {
  transition: all 1000ms ease-out;
  opacity: 0;
  transform-origin: center;
}

.heart-pulse-fast {
  transition: all 100ms linear !important;
  transform: translateY(-50%) scale(1.2) !important;
  -webkit-transform: translateY(-50%) scale(1.2) !important;
  opacity: 1;
}

.heart-pulse-hide {
  transition: all 0ms linear !important;
  opacity: 0;
}

.green-brain {
  opacity: 1;
}

.red-brain {
  opacity: 0;
  transition: all 600ms ease-in-out;
}

.brain-pulse {
  opacity: 1;
  filter: drop-shadow(0 0 5px #98002e);
  -webkit-animation: brain-vibration 0.1s linear infinite;
  animation: brain-vibration 0.1s linear infinite;
}

.elements-page-content {
  padding: 60px 0 30px;
}

.fixed-bg-elements {
  background-attachment: fixed;
}

.simple-page .elements-page-content, .simple-page .content-wrapper-404 {
  min-height: calc(100vh - 100px - 302px);
}
.simple-page .elements-page-content {
  padding: 120px 0 30px;
}
.simple-page .content-wrapper-404 {
  padding: 60px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.main-title-404 {
  font-size: 42px;
  margin-bottom: 0;
}

.links-404 .single-link {
  font-size: 0;
}
.links-404 .single-link a {
  font-size: 17px;
  color: #6ad662;
}
.links-404 .single-link a:hover:before, .links-404 .single-link a:hover:after {
  width: 100%;
  opacity: 1;
}
.links-404 .single-link a:after {
  left: 0;
  background-color: #6ad662;
}
.links-404 .single-link a:before, .links-404 .single-link a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.links-404 .single-link a:hover {
  color: #6ad662;
}
.links-404 .separator {
  padding: 0 5px;
}

.big-404 {
  line-height: 1;
  font-size: 292px;
}

.no-thumb-image {
  padding: 30px !important;
  object-fit: contain !important;
}

.posts-list-link a {
  padding-left: 15px;
  font-size: 12px;
}
.posts-list-link a:hover {
  color: #fff;
}
.posts-list-link a:hover svg {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.posts-list-link a:hover svg path {
  fill: #fff;
  transition: all 0.2s linear;
}
.posts-list-link svg {
  position: absolute;
  width: auto;
  height: 12px;
  top: calc(50% - 6px);
  left: -2px;
}
.posts-list-link svg path {
  transition: all 0.2s linear;
}

.next-prev-posts-wrapper {
  background-color: #171c1b;
}
.next-prev-posts-wrapper .next-prev-posts {
  padding: 30px 0;
  min-height: 200px;
}
.next-prev-posts-wrapper .another-post-link a {
  padding: 7px 25px;
  border: 3px solid #fff;
}
.next-prev-posts-wrapper .another-post-link a:hover .post-title {
  color: #c8e9be;
}
.next-prev-posts-wrapper .another-post-link a:hover .arrow-green img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.next-prev-posts-wrapper .another-post-link .title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}
.next-prev-posts-wrapper .another-post-link .post-title {
  font-size: 13px;
  line-height: 1;
}
.next-prev-posts-wrapper .another-post-link .arrow-green img {
  width: 28px;
}
.next-prev-posts-wrapper .prev-post .arrow-green {
  margin-right: 18px;
}
.next-prev-posts-wrapper .next-post .arrow-green {
  margin-left: 18px;
}

.wysiwyg-styles > img, .blockquote-wrapper > img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  margin-bottom: 50px;
  border-radius: 20px;
}
.wysiwyg-styles p, .blockquote-wrapper p {
  line-height: 30px;
  margin-bottom: 25px;
  font-size: 17px;
}
.wysiwyg-styles p a, .blockquote-wrapper p a {
  position: relative;
  color: #6ad762;
}
.wysiwyg-styles p a:hover:before, .wysiwyg-styles p a:hover:after, .blockquote-wrapper p a:hover:before, .blockquote-wrapper p a:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles p a:after, .blockquote-wrapper p a:after {
  left: 0;
  background-color: #6ad762;
}
.wysiwyg-styles p a:before, .wysiwyg-styles p a:after, .blockquote-wrapper p a:before, .blockquote-wrapper p a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles p img, .blockquote-wrapper p img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 25px;
}
.wysiwyg-styles ul, .blockquote-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.wysiwyg-styles ul li, .blockquote-wrapper ul li {
  display: table;
  position: relative;
  background-image: url("../../images/green-checkmark.svg");
  background-repeat: no-repeat;
  padding-left: 28px;
  background-size: 13px 13px;
  background-position: 0 8px;
  line-height: 30px;
  font-size: 17px;
}
.wysiwyg-styles ul li ul, .blockquote-wrapper ul li ul {
  margin: 0 0 5px 0;
}
.wysiwyg-styles ul li ul li, .blockquote-wrapper ul li ul li {
  padding-left: 12px;
  background-size: 4px 4px;
  background-position: 0 10px;
}
.wysiwyg-styles ul li a, .blockquote-wrapper ul li a {
  position: relative;
  color: #6ad762;
}
.wysiwyg-styles ul li a:hover:before, .wysiwyg-styles ul li a:hover:after, .blockquote-wrapper ul li a:hover:before, .blockquote-wrapper ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles ul li a:after, .blockquote-wrapper ul li a:after {
  left: 0;
  background-color: #6ad762;
}
.wysiwyg-styles ul li a:before, .wysiwyg-styles ul li a:after, .blockquote-wrapper ul li a:before, .blockquote-wrapper ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles ol, .blockquote-wrapper ol {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
  counter-reset: item;
}
.wysiwyg-styles ol li, .blockquote-wrapper ol li {
  counter-increment: item;
  display: table;
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  line-height: 30px;
  font-size: 17px;
}
.wysiwyg-styles ol li a, .blockquote-wrapper ol li a {
  position: relative;
  color: #6ad762;
}
.wysiwyg-styles ol li a:hover:before, .wysiwyg-styles ol li a:hover:after, .blockquote-wrapper ol li a:hover:before, .blockquote-wrapper ol li a:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles ol li a:after, .blockquote-wrapper ol li a:after {
  left: 0;
  background-color: #6ad762;
}
.wysiwyg-styles ol li a:before, .wysiwyg-styles ol li a:after, .blockquote-wrapper ol li a:before, .blockquote-wrapper ol li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles ol li:nth-last-of-type(1), .blockquote-wrapper ol li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wysiwyg-styles ol li:before, .blockquote-wrapper ol li:before {
  content: counter(item);
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgb(106, 214, 98);
  box-shadow: 0 0 6px 0 rgba(129, 243, 120, 0.69);
  color: #fff;
  font-size: 9px;
  font-family: NunitoBold;
  position: absolute;
  top: 1.5px;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.2s linear;
}
.wysiwyg-styles ol li:hover:before, .blockquote-wrapper ol li:hover:before {
  background-color: #f0bb14;
}
.wysiwyg-styles h2:not(.ps-title), .wysiwyg-styles h3:not(.ps-title), .blockquote-wrapper h2:not(.ps-title), .blockquote-wrapper h3:not(.ps-title) {
  font-family: NunitoSemiBold;
  line-height: normal;
  margin-bottom: 20px;
}
.wysiwyg-styles h2:not(.ps-title) a, .wysiwyg-styles h3:not(.ps-title) a, .blockquote-wrapper h2:not(.ps-title) a, .blockquote-wrapper h3:not(.ps-title) a {
  position: relative;
  color: #6ad762;
}
.wysiwyg-styles h2:not(.ps-title) a:hover:before, .wysiwyg-styles h2:not(.ps-title) a:hover:after, .wysiwyg-styles h3:not(.ps-title) a:hover:before, .wysiwyg-styles h3:not(.ps-title) a:hover:after, .blockquote-wrapper h2:not(.ps-title) a:hover:before, .blockquote-wrapper h2:not(.ps-title) a:hover:after, .blockquote-wrapper h3:not(.ps-title) a:hover:before, .blockquote-wrapper h3:not(.ps-title) a:hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles h2:not(.ps-title) a:after, .wysiwyg-styles h3:not(.ps-title) a:after, .blockquote-wrapper h2:not(.ps-title) a:after, .blockquote-wrapper h3:not(.ps-title) a:after {
  left: 0;
  background-color: #6ad762;
}
.wysiwyg-styles h2:not(.ps-title) a:before, .wysiwyg-styles h2:not(.ps-title) a:after, .wysiwyg-styles h3:not(.ps-title) a:before, .wysiwyg-styles h3:not(.ps-title) a:after, .blockquote-wrapper h2:not(.ps-title) a:before, .blockquote-wrapper h2:not(.ps-title) a:after, .blockquote-wrapper h3:not(.ps-title) a:before, .blockquote-wrapper h3:not(.ps-title) a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles h2:not(.ps-title) .light-h2, .wysiwyg-styles h3:not(.ps-title) .light-h2, .blockquote-wrapper h2:not(.ps-title) .light-h2, .blockquote-wrapper h3:not(.ps-title) .light-h2 {
  font-family: NunitoRegular;
}
.wysiwyg-styles h2:not(.ps-title), .blockquote-wrapper h2:not(.ps-title) {
  font-size: 25px;
  color: #1e3446;
}
.wysiwyg-styles h3:not(.ps-title), .blockquote-wrapper h3:not(.ps-title) {
  font-size: 25px;
  color: #1e3446;
}
.wysiwyg-styles .wysiwyg-table-wrapper, .blockquote-wrapper .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 60px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar, .blockquote-wrapper .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track, .blockquote-wrapper .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb, .blockquote-wrapper .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #6ad762;
  border-radius: 10px;
}
.wysiwyg-styles .wysiwyg-table-wrapper table, .blockquote-wrapper .wysiwyg-table-wrapper table {
  margin: 0 !important;
}
.wysiwyg-styles table, .blockquote-wrapper table {
  margin: 0 auto 60px;
}
.wysiwyg-styles table tr, .blockquote-wrapper table tr {
  background-color: #fff;
}
.wysiwyg-styles table tr:nth-of-type(2n), .blockquote-wrapper table tr:nth-of-type(2n) {
  background-color: #f4f4f4;
}
.wysiwyg-styles table td, .blockquote-wrapper table td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
}
.wysiwyg-styles > p + ul, .wysiwyg-styles > p + ol, .blockquote-wrapper > p + ul, .blockquote-wrapper > p + ol {
  margin-top: -25px;
}
.wysiwyg-styles .blockquote-wrapper, .blockquote-wrapper .blockquote-wrapper {
  margin: 0 auto 60px;
  padding: 30px 30px 30px 117px;
  border-radius: 10px;
  max-width: 950px;
  position: relative;
  font-size: 20px;
  line-height: 31px;
  min-height: 122px;
}
.wysiwyg-styles .blockquote-wrapper .border-block, .blockquote-wrapper .blockquote-wrapper .border-block {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 15px;
  height: calc(100% + 12px);
}
.wysiwyg-styles .blockquote-wrapper .blockquote-author, .blockquote-wrapper .blockquote-wrapper .blockquote-author {
  font-family: MuliItalic;
  position: absolute;
  right: 40px;
  top: calc(100% + 10px);
  font-size: 14px;
}
.wysiwyg-styles .blockquote-wrapper .blockquote-image, .blockquote-wrapper .blockquote-wrapper .blockquote-image {
  position: absolute;
  width: 47px;
  top: 35px;
  left: 40px;
}
.wysiwyg-styles .blockquote-wrapper *:last-child, .blockquote-wrapper .blockquote-wrapper *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles .wp-caption, .blockquote-wrapper .wp-caption {
  width: 100% !important;
  text-align: center;
  margin-bottom: 50px;
}
.wysiwyg-styles .wp-caption .wp-caption-text, .blockquote-wrapper .wp-caption .wp-caption-text {
  font-size: 12px !important;
  line-height: normal !important;
  font-family: MuliBold !important;
  margin: 10px auto 0 !important;
}
.wysiwyg-styles .wp-caption .wp-caption-text a, .blockquote-wrapper .wp-caption .wp-caption-text a {
  position: relative;
  font-size: 12px !important;
  line-height: normal !important;
  font-family: MuliRegular !important;
}
.wysiwyg-styles .wp-caption > img, .blockquote-wrapper .wp-caption > img {
  max-width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  border-radius: 20px;
}
.wysiwyg-styles .captioned-image, .blockquote-wrapper .captioned-image {
  position: relative;
  border-radius: 29px;
  overflow: hidden;
  max-width: 819px;
  width: 100%;
  margin: 0 auto 33px;
}
.wysiwyg-styles .captioned-image img, .blockquote-wrapper .captioned-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wysiwyg-styles .captioned-image .captioned-image-alt, .blockquote-wrapper .captioned-image .captioned-image-alt {
  position: relative;
  min-height: 427px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 20px;
  background: rgba(64, 183, 56, 0.7);
  z-index: 1;
}
.wysiwyg-styles .captioned-image .captioned-image-alt > *, .blockquote-wrapper .captioned-image .captioned-image-alt > * {
  text-align: center;
  color: #ffffff !important;
}
.wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-h-line, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-h-line {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: NunitoExtaBold, sans-serif;
  margin-bottom: 30px;
}
.wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-p-line, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-p-line {
  font-size: 25px;
  line-height: 34px;
  font-family: NunitoSemiBold, sans-serif;
}
.wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-p-line:first-child, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-p-line:first-child {
  margin-bottom: 30px;
}
.wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-p-line:last-child, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-p-line:last-child {
  margin-bottom: 0;
}

.enlighter-default {
  margin: 20px auto 40px !important;
}

.video-wysiwyg {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 50px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin-bottom: 40px;
}
.wysiwyg-gallery .single-gallery-element {
  border-right: 5px;
  width: calc((100% - 14px) / 3.001);
  margin: 0 3.5px 7px;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(3n) {
  margin: 0 0 7px 3.5px;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(3n+1) {
  margin: 0 3.5px 7px 0;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 69%;
}
.wysiwyg-gallery .single-gallery-element .darkness-effect {
  background-color: rgba(0, 0, 0, 0.54);
}
.wysiwyg-gallery .single-gallery-element .number-additional {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #6ad762;
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 23px;
  font-family: NunitoBold;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transform: translateY(-5px);
}

.enlighter-btn-website {
  display: none !important;
}

.solutions-list .single-solution-wrapper:nth-of-type(3n + 1) .single-solution .single-solution-inner {
  border-left: 4px solid #6ad762;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 1) .single-solution .single-solution-inner:before,
.solutions-list .single-solution-wrapper:nth-of-type(3n + 1) .single-solution .single-solution-inner .before-element {
  background-color: #6ad762;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 2) .single-solution .single-solution-inner {
  border-left: 4px solid #1e3446;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 2) .single-solution .single-solution-inner:before,
.solutions-list .single-solution-wrapper:nth-of-type(3n + 2) .single-solution .single-solution-inner .before-element {
  background-color: #1e3446;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 3) .single-solution .single-solution-inner {
  border-left: 4px solid #f0bb14;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 3) .single-solution .single-solution-inner:before,
.solutions-list .single-solution-wrapper:nth-of-type(3n + 3) .single-solution .single-solution-inner .before-element {
  background-color: #f0bb14;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 4) .single-solution .single-solution-inner {
  border-left: 4px solid #6289d7;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 4) .single-solution .single-solution-inner:before,
.solutions-list .single-solution-wrapper:nth-of-type(3n + 4) .single-solution .single-solution-inner .before-element {
  background-color: #6289d7;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 5) .single-solution .single-solution-inner {
  border-left: 4px solid #7F56C3;
}
.solutions-list .single-solution-wrapper:nth-of-type(3n + 5) .single-solution .single-solution-inner:before,
.solutions-list .single-solution-wrapper:nth-of-type(3n + 5) .single-solution .single-solution-inner .before-element {
  background-color: #7F56C3;
}
.solutions-list .single-solution-wrapper .effect {
  border-radius: 25px;
  height: 80%;
  opacity: 1;
  position: absolute;
  width: 80%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.4s linear;
}
.solutions-list .single-solution-wrapper .effect-green {
  background-color: #6ad762;
}
.solutions-list .single-solution-wrapper .effect-yellow {
  background-color: #f0bb14;
}
.solutions-list .single-solution-wrapper .effect-blue {
  background-color: #1e3446;
}
.solutions-list .single-solution-wrapper .effect-light-blue {
  background-color: #6289d7;
}
.solutions-list .single-solution-wrapper .effect-violet {
  background-color: #7F56C3;
}
.solutions-list .single-solution-wrapper:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.solutions-list .single-solution-wrapper:hover .effect {
  transition: all 0.4s linear;
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+1) .effect-blue {
  top: 0;
  left: calc(100% + 15px);
  transform: translate(-100%, -15px);
  -webkit-transform: translate(-100%, -15px);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+1) .effect-yellow {
  top: calc(100% + 15px);
  left: 0;
  transform: translate(-15px, -100%);
  -webkit-transform: translate(-15px, -100%);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+2) .effect-green {
  top: calc(100% + 15px);
  left: 0;
  transform: translate(-15px, -100%);
  -webkit-transform: translate(-15px, -100%);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+2) .effect-yellow {
  top: 0;
  left: calc(100% + 15px);
  transform: translate(-100%, -15px);
  -webkit-transform: translate(-100%, -15px);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+3) .effect-green {
  top: 0;
  left: calc(100% + 15px);
  transform: translate(-100%, -15px);
  -webkit-transform: translate(-100%, -15px);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+3) .effect-blue {
  top: calc(100% + 15px);
  left: 0;
  transform: translate(-15px, -100%);
  -webkit-transform: translate(-15px, -100%);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+4) .effect-yellow {
  top: 0;
  left: calc(100% + 15px);
  transform: translate(-100%, -15px);
  -webkit-transform: translate(-100%, -15px);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+4) .effect-blue {
  top: calc(100% + 15px);
  left: 0;
  transform: translate(-15px, -100%);
  -webkit-transform: translate(-15px, -100%);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+5) .effect-blue {
  top: 0;
  left: calc(100% + 15px);
  transform: translate(-100%, -15px);
  -webkit-transform: translate(-100%, -15px);
}
.solutions-list .single-solution-wrapper:hover:nth-of-type(3n+5) .effect-yellow {
  top: calc(100% + 15px);
  left: 0;
  transform: translate(-15px, -100%);
  -webkit-transform: translate(-15px, -100%);
}
.solutions-list .single-solution-wrapper:hover .single-solution .single-solution-inner:before,
.solutions-list .single-solution-wrapper:hover .single-solution .single-solution-inner .before-element {
  transition: all 0.4s linear;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.solutions-list .single-solution-wrapper:hover .single-solution .single-solution-inner .solution-title {
  color: #fff;
}
.solutions-list .single-solution-wrapper:hover .single-solution .single-solution-inner .solution-preview {
  color: #fff !important;
}
.solutions-list .single-solution {
  border-radius: 25px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  z-index: 3;
}
.solutions-list .single-solution .single-solution-inner {
  background-color: #fff;
  padding: 30px 55px;
}
.solutions-list .single-solution .single-solution-inner:before,
.solutions-list .single-solution .single-solution-inner .before-element {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: calc(100% + 2px);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.2s linear;
}
.solutions-list .single-solution .solution-title {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.5;
}
.solutions-list .single-solution .solution-preview {
  font-size: 17px;
  line-height: 1.8;
  color: #2b3136;
}

.simple-page-404 .content-wrapper-404 {
  background-image: url("../../images/404.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
}

.services-block {
  padding: 30px 0 0;
}
.services-block .common-block-info {
  margin-bottom: 30px;
}
.services-block .single-service {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 80px;
}
.services-block .single-service .service-icon {
  width: 165px;
  height: 165px;
  margin-bottom: 30px;
  border-radius: 25px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  background-color: #fff;
}
.services-block .single-service .service-icon .circle {
  width: 108px;
  height: 108px;
  left: -27px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0.15;
}
.services-block .single-service .service-icon .svg-icon {
  background-color: #3a4a59;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: 70px auto;
  -webkit-mask-size: 70px auto;
}
.services-block .single-service .service-title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: normal;
}
.services-block .single-service .service-subtext {
  font-size: 17px;
  line-height: 30px;
  color: #2b3136;
}
.services-block .single-service a:hover .service-icon .circle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255) !important;
}
.services-block .single-service a:hover .service-icon .svg-icon {
  background-color: #fff;
}

.single-service .single-service-dots-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.single-service .single-service-dots-wrapper .single-service-dots {
  position: relative;
}
.single-service .single-service-dots-wrapper .single-service-dots .single-service-main-dot {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #6ad762;
  border-radius: 100%;
  z-index: 1;
}
.single-service .single-service-dots-wrapper .single-service-dots .single-service-secondary-dot {
  position: absolute;
  top: -9px;
  right: -13px;
  width: 25px;
  height: 26px;
  background-color: #6ad762;
  border-radius: 100%;
  opacity: 0.15;
  z-index: 2;
  transition: all 0.2s linear;
}
.single-service a:hover .single-service-dots-wrapper .single-service-dots .single-service-secondary-dot {
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background-color: rgb(255, 255, 255) !important;
}

.common-home-title {
  margin-bottom: 10px;
  font-size: 48px;
  color: #1e3446;
  line-height: normal;
  font-style: normal;
  letter-spacing: normal;
}

.common-home-content {
  padding-bottom: 15px;
}

.ps-title {
  font-size: 35px;
  line-height: normal;
  margin-bottom: 0;
  font-family: NunitoBold;
}

@media screen and (max-width: 1500px) {
  .solutions-list .single-solution .single-solution-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .simple-page .elements-page-content, .simple-page .content-wrapper-404 {
    min-height: calc(100vh - 100px - 222px);
  }
  .big-404 {
    font-size: 200px;
  }
  .main-subtitle {
    margin-bottom: 5px;
  }
  .services-block .single-service {
    margin-bottom: 60px;
  }
  .services-block .single-service .service-icon {
    margin-bottom: 15px;
  }
  .services-block .single-service .service-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .services-block .single-service .service-subtext {
    font-size: 14px;
    line-height: 1.8;
  }
  .common-home-title {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .max-1024 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .background-fixed {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }
  .min-1025 {
    display: none !important;
  }
  .default-page-wrapper {
    padding: 30px 0;
  }
  .main-title {
    font-size: 30px;
  }
  .elements-page-content {
    padding: 30px 0 0;
  }
  .simple-page .elements-page-content {
    padding: 30px 0;
  }
  .simple-page .elements-page-content, .simple-page .content-wrapper-404 {
    min-height: calc(100vh - 100px - 268.7px);
  }
  .simple-page-404 .main-container-404 {
    width: 100%;
  }
  .wysiwyg-styles table td, .blockquote-wrapper table td {
    min-width: 250px;
  }
  .solutions-list .single-solution-wrapper {
    width: 100%;
    max-width: none;
  }
  .solutions-list .single-solution-wrapper:nth-of-type(3n + 1) .single-solution .single-solution-inner {
    border-left: none;
    border-bottom: 4px solid #6ad762;
  }
  .solutions-list .single-solution-wrapper:nth-of-type(3n + 2) .single-solution .single-solution-inner {
    border-left: none;
    border-bottom: 4px solid #1e3446;
  }
  .solutions-list .single-solution-wrapper:nth-of-type(3n + 3) .single-solution .single-solution-inner {
    border-left: none;
    border-bottom: 4px solid #f0bb14;
  }
  .services-block .single-service {
    width: 50%;
    margin-bottom: 45px;
  }
  .common-home-title {
    font-size: 30px !important;
  }
  .common-home-content {
    padding-bottom: 0;
  }
  .ps-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .next-prev-posts-wrapper .posts-list-link {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .next-prev-posts-wrapper .next-prev-posts {
    min-height: 0;
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .next-prev-posts-wrapper .another-post-link {
    text-align: center;
    width: 100%;
  }
  .next-prev-posts-wrapper .another-post-link a {
    min-width: 260px;
    text-align: left;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 7px 15px;
  }
  .next-prev-posts-wrapper .another-post-link .title {
    font-size: 18px;
  }
  .next-prev-posts-wrapper .prev-post {
    margin-bottom: 30px;
  }
}
@media screen and (max-height: 850px) {
  .background-fixed {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }
}
@media screen and (max-width: 767px) {
  .main-container {
    padding: 0 15px;
  }
  .simple-page .elements-page-content, .simple-page .content-wrapper-404 {
    min-height: calc(100vh - 100px - 405.7px);
  }
  .simple-page .content-wrapper-404 {
    padding: 30px 0;
  }
  .wysiwyg-styles > img, .blockquote-wrapper > img {
    margin-bottom: 30px;
  }
  .wysiwyg-styles p, .blockquote-wrapper p {
    margin-bottom: 20px;
  }
  .wysiwyg-styles p img, .blockquote-wrapper p img {
    margin-bottom: 10px;
  }
  .wysiwyg-styles ul, .blockquote-wrapper ul {
    margin-bottom: 30px;
  }
  .wysiwyg-styles ol, .blockquote-wrapper ol {
    margin-bottom: 30px;
  }
  .wysiwyg-styles h2:not(.ps-title), .wysiwyg-styles h3:not(.ps-title), .blockquote-wrapper h2:not(.ps-title), .blockquote-wrapper h3:not(.ps-title) {
    margin-bottom: 15px !important;
  }
  .wysiwyg-styles > p + ul, .wysiwyg-styles > p + ol, .blockquote-wrapper > p + ul, .blockquote-wrapper > p + ol {
    margin-top: -20px;
  }
  .wysiwyg-styles .blockquote-wrapper, .blockquote-wrapper .blockquote-wrapper {
    margin: 0 auto 45px;
    padding: 15px 15px 15px 80px;
    font-size: 17px;
    line-height: 1.8;
    min-height: 90px;
  }
  .wysiwyg-styles .blockquote-wrapper .blockquote-author, .blockquote-wrapper .blockquote-wrapper .blockquote-author {
    right: 30px;
    top: calc(100% + 5px);
  }
  .wysiwyg-styles .blockquote-wrapper .blockquote-image, .blockquote-wrapper .blockquote-wrapper .blockquote-image {
    width: 40px;
    top: 21px;
    left: 26px;
  }
  .wysiwyg-styles .wysiwyg-table-wrapper, .blockquote-wrapper .wysiwyg-table-wrapper {
    margin: 0 auto 40px;
  }
  .wysiwyg-styles table, .blockquote-wrapper table {
    margin: 0 auto 40px;
  }
  .wysiwyg-styles table td, .blockquote-wrapper table td {
    min-width: 200px;
  }
  .wysiwyg-styles .wp-caption, .blockquote-wrapper .wp-caption {
    margin-bottom: 30px;
  }
  .wysiwyg-styles .captioned-image .captioned-image-alt, .blockquote-wrapper .captioned-image .captioned-image-alt {
    min-height: 58vw;
  }
  .wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-h-line, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-h-line {
    font-size: 23px;
    line-height: normal;
  }
  .wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-p-line, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-p-line {
    font-size: 19px;
    line-height: normal;
  }
  .wysiwyg-styles .captioned-image .captioned-image-alt .captioned-image-p-line:first-child, .blockquote-wrapper .captioned-image .captioned-image-alt .captioned-image-p-line:first-child {
    margin-bottom: 15px;
  }
  .enlighter-default {
    margin: 10px auto 30px !important;
  }
  .video-wysiwyg {
    margin-bottom: 20px;
  }
  .wysiwyg-gallery .single-gallery-element .number-additional {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
  .solutions-list .single-solution {
    border-radius: 15px;
  }
  .solutions-list .single-solution .single-solution-inner {
    padding: 15px;
  }
  .solutions-list .single-solution .solution-title {
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }
  .solutions-list .single-solution .solution-preview {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .main-title-404 {
    font-size: 30px;
  }
  .big-404 {
    font-size: 120px;
  }
  .links-404 .single-link {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }
  .links-404 .separator {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .services-block .common-block-info {
    margin-bottom: 15px;
  }
  .services-block .single-service {
    width: 100%;
    margin-bottom: 30px;
  }
  .services-block .single-service .service-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .simple-page .elements-page-content, .simple-page .content-wrapper-404 {
    min-height: calc(100vh - 100px - 629.7px);
  }
}
.header-wrapper {
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1020;
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  min-height: 0;
}
.header-wrapper .navigation-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 90px 0 62px;
}
.header-wrapper .navigation-container-home .header-logo a {
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0s;
}
.header-wrapper .header-content {
  min-height: 100px;
}
.header-wrapper .header-logo img {
  width: 155px;
  height: 80px;
  object-fit: contain;
}
.header-wrapper .header-menu {
  margin-right: 110px;
}
.header-wrapper .header-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-wrapper .header-menu > ul > li {
  padding: 15px 0;
  margin-right: 40px;
}
.header-wrapper .header-menu > ul > li > a {
  font-family: NunitoBold;
  color: #1e3446;
  text-transform: uppercase;
  position: relative;
}
.header-wrapper .header-menu > ul > li > a:hover {
  color: #6ad762;
}
.header-wrapper .header-menu > ul > li:nth-last-of-type(1) {
  margin-right: 0;
}
.header-wrapper .header-menu > ul .current-menu-item > a {
  color: #6ad762;
}
.header-wrapper .desktop-languages {
  margin-right: 75px;
}
.header-wrapper .desktop-languages .single-language {
  margin-right: 12px;
}
.header-wrapper .desktop-languages .single-language a {
  color: #a6a6a6;
}
.header-wrapper .desktop-languages .single-language a:hover {
  color: #6ad762;
}
.header-wrapper .desktop-languages .single-language .active-language {
  color: #1e3446;
}
.header-wrapper .desktop-languages .single-language .active-language:hover {
  color: #1e3446;
}
.header-wrapper .desktop-languages .single-language:nth-last-of-type(1) {
  margin-right: 0;
}
.header-wrapper .header-contact-button a {
  color: #ffffff;
  font-size: 18px;
  font-family: NunitoBold, sans-serif;
  padding: 9px 43px;
  border-radius: 24px;
  border: 2px solid #6ad762;
  background-color: #6ad762;
}
.header-wrapper .header-contact-button a:hover {
  color: #6ad762;
  background-color: #ffffff;
}

@media only screen and (max-width: 1420px) {
  .header-wrapper .navigation-container {
    max-width: 1360px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .header-wrapper .navigation-container-home .header-logo a {
    position: relative;
    left: unset;
    top: unset;
    transform: translateY(0);
  }
  .header-wrapper .header-content {
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .header-wrapper .header-menu > ul .services-menu-header .services-menu-link {
    z-index: 4;
  }
  .header-wrapper .header-menu > ul .services-menu-header .services-menu-link:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .header-wrapper .header-menu > ul .services-menu-header-active .mega-menu-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper .header-menu > ul .services-menu-header-active .mega-menu-backdrop {
    visibility: visible;
    opacity: 1;
  }
  .header-wrapper .header-menu > ul .services-menu-header-active .services-menu-link {
    color: #6ad762;
  }
  .header-wrapper .header-menu > ul .services-menu-header-active .services-menu-link:before {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header-wrapper .burger-mobile {
    width: 50px;
    height: 39px;
    cursor: pointer;
  }
  .header-wrapper .burger-mobile .burger-span {
    height: 3px;
    margin-bottom: 15px;
    background-color: #000;
    width: 50px;
  }
  .header-wrapper .burger-mobile .burger-span:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-wrapper .burger-mobile .burger-span:nth-of-type(2) {
    transition: opacity 0.2s linear, visibility 0.2s linear;
  }
  .header-wrapper .mobile-contacts {
    display: flex;
    display: -webkit-flex;
    margin: 0 20px 0 auto;
  }
  .header-wrapper .mobile-contacts .header-mobile-contact {
    margin-right: 20px;
  }
  .header-wrapper .mobile-contacts a {
    width: 60px;
    height: 60px;
  }
  .header-wrapper .mobile-contacts a:hover {
    -webkit-animation: bounce10 0.5s linear infinite;
    animation: bounce10 0.5s linear infinite;
  }
  .header-wrapper .mobile-contacts img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .header-wrapper .header-info {
    position: absolute;
    top: 0;
    left: calc(-30px - 100vw);
    width: calc(100% + 60px);
    background-color: #fff;
    z-index: 1;
    height: 100vh;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .header-wrapper .header-info .help-header-mobile {
    background-color: #6ad762;
    width: calc(100% - 80px);
    padding: 25px 30px 25px 30px;
    border-radius: 0 50px 0 0;
    overflow: auto;
  }
  .header-wrapper .header-info .help-header-mobile::-webkit-scrollbar {
    width: 0 !important;
  }
  .header-wrapper .header-info .mobile-menu-column {
    background-color: #fff;
    width: 80px;
  }
  .header-wrapper .header-info .mobile-menu-logo {
    order: 1;
    margin-bottom: 80px;
  }
  .header-wrapper .header-info .mobile-menu-logo img {
    width: 155px;
    height: 80px;
    object-fit: contain;
  }
  .header-wrapper .header-info .header-menu {
    margin-right: 0;
    width: 100%;
    order: 3;
    padding: 0 40px;
  }
  .header-wrapper .header-info .header-menu > ul > li {
    padding: 0;
    width: 100%;
    margin: 0 0 40px;
  }
  .header-wrapper .header-info .header-menu > ul > li > a {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 1;
  }
  .header-wrapper .header-info .header-menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #80dd79;
    z-index: -1;
    opacity: 0;
  }
  .header-wrapper .header-info .header-menu > ul > li > a:hover:after {
    opacity: 1;
  }
  .header-wrapper .header-info .header-menu > ul > li:hover .mega-menu-wrapper ~ a {
    color: #fff;
  }
  .header-wrapper .header-info .header-menu > ul .current-menu-item > a:after {
    opacity: 1;
  }
  .header-wrapper .header-info .header-contact-button {
    order: 2;
    width: 100%;
    margin: 0 17px 50px;
  }
  .header-wrapper .header-info .header-contact-button a {
    position: relative;
    color: #6ad762;
    background-color: #ffffff;
    border-color: #ffffff;
    z-index: 1;
  }
  .header-wrapper .header-info .header-contact-button a:hover {
    color: #ffffff;
    background-color: #6ad762;
  }
  .header-wrapper .header-info .mobile-sub-menu {
    border-top: 1px solid #d8f4d6;
    padding: 40px 40px 0;
    order: 4;
    width: 100%;
  }
  .header-wrapper .header-info .mobile-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li {
    margin-bottom: 30px;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li a {
    color: #d8f4d6;
    font-size: 18px;
    font-family: NunitoSemiBold;
    position: relative;
    z-index: 1;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #80dd79;
    z-index: -1;
    opacity: 0;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li a:hover:after {
    opacity: 1;
  }
  .header-wrapper .header-info .mobile-sub-menu ul .current-menu-item a:after {
    opacity: 1;
  }
  .header-wrapper .header-info .mobile-menu-closer {
    margin: 35px auto 80px;
  }
  .header-wrapper .header-info .mobile-menu-closer img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    cursor: pointer;
  }
  .header-wrapper .header-info .mobile-menu-closer img:hover {
    -webkit-animation: rotating 0.5s 0.1s ease-out;
    animation: rotating 0.5s 0.1s ease-out;
  }
  .header-wrapper .header-info .mobile-languages {
    margin-bottom: 90px;
  }
  .header-wrapper .header-info .mobile-languages .single-language {
    margin-bottom: 40px;
  }
  .header-wrapper .header-info .mobile-languages .single-language:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-wrapper .header-info .mobile-languages .single-language a {
    color: #8497a6;
    font-size: 24px;
  }
  .header-wrapper .header-info .mobile-languages .single-language a:hover {
    color: #6ad762;
  }
  .header-wrapper .header-info .mobile-languages .single-language .active-language {
    color: #6ad762;
  }
  .header-wrapper .header-info .header-company-subtext {
    color: #8497a6;
    font-size: 19px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    white-space: nowrap;
    margin-bottom: 230px;
  }
  .header-wrapper .header-info .header-company-subtext .subtext-images {
    height: 28px;
    width: 20px;
    vertical-align: middle;
  }
  .header-wrapper .header-info .header-company-subtext img {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .header-wrapper .header-info .header-socials .single-header-social {
    margin-bottom: 30px;
  }
  .header-wrapper .header-info .header-socials .single-header-social:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .header-wrapper .header-info .header-socials .single-header-social a:hover img {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  .header-wrapper .header-info .header-socials .single-header-social img {
    width: 40px;
  }
  .header-wrapper .header-info-opened {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
}
@media screen and (max-width: 850px) {
  .header-wrapper .burger-mobile {
    width: 40px;
    height: 29px;
  }
  .header-wrapper .burger-mobile .burger-span {
    margin-bottom: 10px;
    width: 40px;
  }
  .header-wrapper .mobile-contacts {
    margin: 0 10px 0 auto;
  }
  .header-wrapper .mobile-contacts .header-mobile-contact {
    margin-right: 10px;
  }
  .header-wrapper .mobile-contacts a {
    width: 50px;
    height: 50px;
  }
  .header-wrapper .header-info .help-header-mobile {
    padding: 25px 30px 25px 15px;
  }
  .header-wrapper .header-info .mobile-menu-logo {
    margin-bottom: 40px;
  }
  .header-wrapper .header-info .header-menu {
    padding: 0 20px;
  }
  .header-wrapper .header-info .header-menu > ul > li {
    margin: 0 0 20px;
  }
  .header-wrapper .header-info .header-menu > ul > li > a {
    font-size: 18px;
  }
  .header-wrapper .header-info .header-menu > ul > li > a:after {
    left: -65px;
    width: 60px;
    height: 60px;
  }
  .header-wrapper .header-info .mobile-sub-menu {
    padding: 20px 20px 0;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li {
    margin-bottom: 15px;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li a {
    font-size: 16px;
  }
  .header-wrapper .header-info .mobile-sub-menu ul li a:after {
    left: -65px;
    width: 60px;
    height: 60px;
  }
  .header-wrapper .header-info .mobile-menu-closer {
    margin: 35px auto 40px;
  }
  .header-wrapper .header-info .mobile-languages {
    margin-bottom: 50px;
  }
  .header-wrapper .header-info .mobile-languages .single-language {
    margin-bottom: 20px;
  }
  .header-wrapper .header-info .mobile-languages .single-language a {
    font-size: 18px;
  }
  .header-wrapper .header-info .header-company-subtext {
    font-size: 18px;
    margin-bottom: 185px;
    margin-top: 60px;
  }
  .header-wrapper .header-info .header-company-subtext .subtext-images {
    height: 26px;
  }
  .header-wrapper .header-info .header-socials .single-header-social {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrapper .navigation-container {
    padding: 0 15px;
  }
  .header-wrapper .header-info {
    left: calc(-15px - 100vw);
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 374px) {
  .header-wrapper .header-logo img {
    width: 125px;
  }
  .header-wrapper .mobile-contacts img {
    width: 25px;
    height: 25px;
  }
  .header-wrapper .mobile-contacts a {
    width: 40px;
    height: 40px;
  }
}
.footer {
  padding: 0 0 100px;
}
.footer .footer-bg {
  bottom: 0;
  right: 0;
}
.footer .footer-content {
  padding: 100px 0 0;
}
.footer .footer-content .right-side-wrapper {
  width: 40%;
}
.footer .footer-content .menus-wrapper {
  width: 47%;
}
.footer .footer-content .menus-wrapper .single-footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .menus-wrapper .single-footer-menu ul li {
  margin-bottom: 15px;
}
.footer .footer-content .menus-wrapper .single-footer-menu ul li a {
  font-size: 16px;
  color: #8497a6;
  font-family: NunitoSemiBold;
}
.footer .footer-content .menus-wrapper .single-footer-menu ul li a:hover {
  color: #6ad762;
}
.footer .footer-content .menus-wrapper .single-footer-menu ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.footer .footer-content .menus-wrapper .single-footer-menu ul .current-menu-item a {
  color: #6ad762;
}
.footer .footer-content .footer-socials .single-footer-social {
  margin-bottom: 10px;
}
.footer .footer-content .footer-socials .single-footer-social a {
  font-size: 16px;
  color: #8497a6;
}
.footer .footer-content .footer-socials .single-footer-social a:hover {
  color: #6ad762;
}
.footer .footer-content .footer-socials .single-footer-social a:hover img {
  -webkit-animation: bounce 1s 0.1s linear infinite;
  animation: bounce 1s 0.1s linear infinite;
}
.footer .footer-content .footer-socials .single-footer-social span {
  margin-right: 20px;
}
.footer .footer-content .footer-socials .single-footer-social img {
  width: 40px;
}
.footer .footer-content .footer-company-info .footer-logo {
  margin-bottom: 15px;
}
.footer .footer-content .footer-company-info .footer-logo img {
  width: 115px;
  max-height: 60px;
  object-fit: contain;
}
.footer .footer-content .footer-company-info .footer-company-subtext {
  color: #8497a6;
  margin-bottom: 10px;
}
.footer .footer-content .footer-company-info .footer-company-subtext .subtext-images {
  height: 21px;
  width: 18px;
  vertical-align: middle;
}
.footer .footer-content .footer-company-info .footer-company-subtext img {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.footer .footer-content .footer-company-info .footer-copyright {
  color: #8497a6;
  font-size: 11px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 0 60px;
  }
  .footer .footer-content {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-content .right-side-wrapper {
    width: 300px;
  }
  .footer .footer-content .menus-wrapper {
    width: calc(100% - 300px);
    max-width: 510px;
  }
  .footer .footer-content .footer-socials {
    width: 100%;
  }
  .footer .footer-content .footer-socials .single-footer-social {
    font-size: 0;
  }
  .footer .footer-content .footer-socials .single-footer-social span {
    display: none;
  }
  .footer .footer-content .footer-company-info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content .right-side-wrapper {
    width: 100%;
    text-align: center !important;
  }
  .footer .footer-content .menus-wrapper {
    width: 100%;
    max-width: none;
  }
  .footer .footer-content .menus-wrapper .single-footer-menu {
    width: 33.3222259247%;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer .footer-content .footer-socials .single-footer-social {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-content .menus-wrapper .single-footer-menu {
    width: 100%;
  }
}
.contact-with-us {
  min-height: 360px;
  padding: 30px 0;
  background-color: #171c1b;
  background-image: url("../../images/ps-big.png");
  background-size: 100% auto !important;
}
.contact-with-us .title-mb {
  margin-bottom: 15px;
}
.contact-with-us .sub-text {
  font-size: 17px;
}
.contact-with-us .sub-text-mb {
  margin-bottom: 25px;
}
.contact-with-us .button-wrapper a {
  font-size: 19px;
  padding: 17px 43px;
}

@media screen and (max-width: 1024px) {
  .contact-with-us {
    background-size: calc(100% - 60px) auto !important;
    min-height: 250px;
  }
  .contact-with-us .button-wrapper a {
    font-size: 14px;
    padding: 11px 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-with-us {
    background-size: calc(100% - 30px) auto !important;
  }
  .contact-with-us .title-mb {
    margin-bottom: 7px;
  }
  .contact-with-us .sub-text {
    font-size: 14px;
  }
  .contact-with-us .sub-text-mb {
    margin-bottom: 15px;
  }
}
.single-project-component:not(.single-project-component-wide) {
  width: calc((100% - 135px) / 4.001);
  margin: 0 22.5px 90px;
}
.single-project-component:not(.single-project-component-wide):nth-of-type(4n) {
  margin: 0 0 90px 22.5px;
}
.single-project-component:not(.single-project-component-wide):nth-of-type(4n+1) {
  margin: 0 22.5px 90px 0;
}
.single-project-component .project-image {
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: auto;
}
.single-project-component .project-image::-webkit-scrollbar {
  width: 0 !important;
}
.single-project-component .project-image:before {
  content: "";
  display: block;
  padding-top: 96%;
}
.single-project-component .project-image img {
  top: 0;
  left: 0;
  padding: 30px;
}
.single-project-component .project-info {
  padding: 0 30px;
}
.single-project-component .project-info .project-link-logo {
  margin: 5px 7px 0 0;
}
.single-project-component .project-info .project-link-logo img {
  width: 23px;
  height: 100%;
}
.single-project-component .project-info .project-text-info {
  width: calc(100% - 30px);
}
.single-project-component .project-info .project-text-info .project-name {
  font-size: 20px;
  color: #1e3446;
}
.single-project-component .project-info .project-text-info .project-categories {
  color: #2b3136;
}
.single-project-component .hover-circle {
  width: 180px;
  height: 180px;
  bottom: 41px;
  right: -30px;
  background-color: rgba(170, 179, 32, 0.15);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.single-project-component a:hover .hover-circle {
  opacity: 1;
  visibility: visible;
}
.single-project-component a:hover .project-info .project-text-info .project-name {
  color: #6ad762;
}

.single-project-component-wide {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 53px;
}
.single-project-component-wide .single-project-card-link {
  width: 407px;
}
.single-project-component-wide .single-project-card-link .project-image {
  margin: 0;
  box-shadow: 0 0 30px rgba(24, 32, 42, 0.2);
  border-radius: 25px;
}
.single-project-component-wide .single-project-card-link .project-image img {
  padding: 25px 28px 25px;
}
.single-project-component-wide .project-info {
  flex: 1;
  padding: 5px 0 0 45px;
}
.single-project-component-wide .project-info .project-info-head {
  display: flex;
  margin-bottom: 20px;
}
.single-project-component-wide .project-info .project-info-head .project-link-logo {
  margin: 0 11px 0 0;
  transform: translateY(-3px);
}
.single-project-component-wide .project-info .project-info-head .project-link-logo img {
  width: 31px;
}
.single-project-component-wide .project-info .project-info-head .project-text-info {
  width: 100%;
}
.single-project-component-wide .project-info .project-info-head .project-text-info .project-name {
  font-size: 27px;
  line-height: 1;
}
.single-project-component-wide .project-info .project-info-description > *:nth-last-child(2) {
  margin-bottom: 20px;
}
.single-project-component-wide .project-info .project-info-description p {
  line-height: 30px;
  font-size: 17px;
}
.single-project-component-wide .project-info .project-info-description .button-wrapper {
  display: flex;
}
.single-project-component-wide .project-info .project-info-description .button-wrapper .green-button-on-white-background {
  border-radius: 27px;
  background-color: #6ad762;
  border: 2px solid #6ad762;
  padding: 12px 35px;
  color: #ffffff;
  font-size: 20px;
  font-family: NunitoSemiBold, sans-serif;
}
.single-project-component-wide .project-info .project-info-description .button-wrapper .green-button-on-white-background:hover {
  background-color: #ffffff;
  color: #6ad762;
}
.single-project-component-wide a:hover .project-text-info .project-name {
  color: #6ad762;
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .single-project-component:not(.single-project-component-wide) {
    width: calc((100% - 45px) / 4.001);
    margin: 0 7.5px 60px;
  }
  .single-project-component:not(.single-project-component-wide):nth-of-type(4n) {
    margin: 0 0 60px 7.5px;
  }
  .single-project-component:not(.single-project-component-wide):nth-of-type(4n+1) {
    margin: 0 7.5px 60px 0;
  }
  .single-project-component:not(.single-project-component-wide) .project-image img {
    padding: 15px;
  }
  .single-project-component:not(.single-project-component-wide) .project-info {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .single-project-component:not(.single-project-component-wide) {
    width: calc(50% - 15px);
    margin: 0 0 60px !important;
  }
  .single-project-component .project-image {
    overflow: hidden;
  }
}
@media only screen and (max-width: 900px) {
  .single-project-component-wide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .single-project-component-wide .single-project-card-link {
    width: 100%;
  }
  .single-project-component-wide .single-project-card-link .project-image img {
    padding: 15px;
  }
  .single-project-component-wide .project-info {
    flex: unset;
    width: 100%;
    padding: 30px 15px 0;
  }
  .single-project-component-wide .project-info .project-info-head .project-link-logo {
    margin: 0 6px 0 0;
    transform: translateY(-1px);
  }
  .single-project-component-wide .project-info .project-info-head .project-link-logo img {
    width: 25px;
  }
  .single-project-component-wide .project-info .project-info-head .project-text-info .project-name {
    font-size: 24px;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .single-project-component:not(.single-project-component-wide) {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .single-project-component:not(.single-project-component-wide) .project-image {
    margin-bottom: 10px;
  }
  .single-project-component:not(.single-project-component-wide) .project-image img {
    padding: 15px;
  }
  .single-project-component:not(.single-project-component-wide) .project-info {
    padding: 0 15px;
  }
  .single-project-component:not(.single-project-component-wide) .project-info .project-link-logo {
    margin: 2px 7px 0 0;
  }
  .single-project-component:not(.single-project-component-wide) .project-info .project-text-info .project-name {
    font-size: 18px;
  }
  .single-project-component:not(.single-project-component-wide) .project-info .project-text-info .project-categories {
    font-size: 12px;
  }
  .single-project-component:not(.single-project-component-wide) .hover-circle {
    bottom: 31px;
  }
}
.main-titles-row {
  margin-bottom: 30px;
}
.main-titles-row .titles-block {
  padding-right: 30px;
}
.main-titles-row .titles-block .main-title-specific-block {
  margin-bottom: 20px;
}
.main-titles-row .contact-block {
  margin-bottom: 20px;
}
.main-titles-row .contact-block a {
  font-size: 20px;
  padding: 16px 39px;
}

@media screen and (max-width: 1024px) {
  .main-titles-row .contact-block a {
    font-size: 14px;
    padding: 11px 18px;
  }
}
@media screen and (max-width: 767px) {
  .main-titles-row .titles-block {
    width: 100%;
    padding-right: 0;
  }
  .main-titles-row .titles-block .main-title-specific-block {
    margin-bottom: 10px;
  }
  .main-titles-row .contact-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.mega-menu-backdrop {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: 2;
}

.mega-menu-wrapper {
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-67%);
  -webkit-transform: translateX(-67%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 3;
}
.mega-menu-wrapper .menu-triangle {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -30px;
  left: 67%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.mega-menu {
  border-radius: 10px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  width: 970px;
}
.mega-menu .mega-menu-services {
  padding: 35px;
  background-color: #fff;
  max-height: 675px;
  overflow: auto;
}
.mega-menu .mega-menu-services::-webkit-scrollbar {
  width: 5px;
}
.mega-menu .mega-menu-services::-webkit-scrollbar-track {
  background-color: #fff;
}
.mega-menu .mega-menu-services::-webkit-scrollbar-thumb {
  background-color: #4ca744;
}
.mega-menu .single-service .service-main-link:hover .service-icon .circle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255) !important;
}
.mega-menu .single-service .service-main-link:hover .service-icon .svg-icon {
  background-color: #fff;
}
.mega-menu .single-service .service-main-link:hover .service-menu-info .rectangle-orange {
  transform: rotate(30deg);
}
.mega-menu .single-service .service-main-link:hover .service-menu-info .rectangle-blue {
  transform: rotate(-20deg);
}
.mega-menu .single-service .service-main-link:hover .service-menu-info .service-point-subtext {
  color: #4db146;
}
.mega-menu .single-service .service-main-link:hover .service-menu-info .service-point-subtext * {
  color: #4db146 !important;
  transition: all 0.2s linear;
}
.mega-menu .single-service .service-main-link:hover .service-menu-info .service-point-logo img {
  -webkit-animation: bounce 1s 0.1s linear infinite;
  animation: bounce 1s 0.1s linear infinite;
}
.mega-menu .service-main {
  margin-bottom: 35px;
}
.mega-menu .service-main .service-icon {
  width: 53px;
  height: 53px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  background-color: #fff;
}
.mega-menu .service-main .service-icon .circle {
  width: 35px;
  height: 35px;
  left: -6px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0.15;
}
.mega-menu .service-main .service-icon .svg-icon {
  background-color: #3a4a59;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  mask-size: 23px auto;
  -webkit-mask-size: 23px auto;
}
.mega-menu .service-main .single-service-dots-wrapper {
  margin-right: 18px;
  margin-bottom: 6px;
}
.mega-menu .service-main .service-title {
  font-size: 15px;
  width: calc(100% - 15px - 53px);
}
.mega-menu .service-points {
  border: 1px solid rgb(221, 238, 220);
  padding: 15px;
}
.mega-menu .service-points .single-point a:hover {
  color: #4db146;
}
.mega-menu .service-points-dots .single-point {
  background-image: url("../../images/dot.svg");
  background-repeat: no-repeat;
  background-size: 4px 4px;
  background-position: 0 8px;
  padding-left: 12px;
  margin-bottom: 2px;
}
.mega-menu .service-points-numbers .single-point {
  margin-bottom: 5px;
}
.mega-menu .service-points-numbers .single-point a:hover .counter {
  background-color: #f0bb14;
}
.mega-menu .service-points-numbers .single-point:nth-last-of-type(1) {
  margin-bottom: 0;
}
.mega-menu .service-points-numbers .point-content {
  max-width: calc(100% - 31px);
}
.mega-menu .service-points-numbers .counter {
  box-shadow: 0 0 6px 0 rgba(129, 243, 120, 0.69);
  border: 2px solid #fff;
  font-size: 9px;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.mega-menu .service-menu-info .rectangle-bg {
  transform-origin: 50% 50%;
}
.mega-menu .service-menu-info .rectangle-orange {
  width: 122px;
  height: 80px;
  left: 0;
  top: calc(100% - 80px);
  border-radius: 20px;
  transform: rotate(-30deg);
}
.mega-menu .service-menu-info .rectangle-blue {
  width: 96px;
  height: 62px;
  left: 5px;
  top: calc(100% - 50px);
  border-radius: 20px;
  transform: rotate(20deg);
}
.mega-menu .service-menu-info .service-point-title-wrapper {
  max-width: 210px;
}
.mega-menu .service-menu-info .service-point-title {
  margin-bottom: 30px;
  font-size: 14px;
  background-color: #4db146;
  padding: 15px;
}
.mega-menu .service-menu-info .service-point-logo {
  max-width: 210px;
  background-color: #22759d;
  margin-bottom: 30px;
  padding: 11px 15px;
}
.mega-menu .service-menu-info .service-point-logo img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}
.mega-menu .service-menu-info .service-point-subtext {
  font-size: 14px;
  max-width: 210px;
  padding: 0 15px;
}
.mega-menu .service-menu-info .service-point-subtext * {
  transition: all 0.2s linear;
}
.mega-menu .service-menu-info .title-service-subtext {
  color: #464a4e;
}
.mega-menu .mega-menu-subinfo {
  background: linear-gradient(to right, #4fcb44, #52a14b);
  padding: 25px 115px 25px 50px;
}
.mega-menu .mega-menu-subinfo .subcontent-logo {
  width: 75px;
}
.mega-menu .mega-menu-subinfo .subcontent-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mega-menu .mega-menu-subinfo .subcontent {
  max-width: calc(100% - 75px - 175px);
  line-height: 1.2;
}
.mega-menu .mega-menu-subinfo .subcontent a {
  color: #fff;
  text-decoration: underline;
}
.mega-menu .mega-menu-subinfo .subcontent a:hover {
  color: #f0bb14;
}
.mega-menu .mega-menu-subinfo .subcontent-title {
  font-size: 33px;
}
.mega-menu .mega-menu-subinfo .subcontent-subtitle {
  font-size: 27px;
}
.mega-menu .mega-menu-subinfo .subcontent-button a {
  color: #4ca744;
  font-size: 20px;
  padding: 19px 31px;
}
.mega-menu .mega-menu-subinfo .subcontent-button a:hover {
  color: #fff;
  background-color: #f0bb14;
}
.mega-menu .mega-menu-subinfo .subcontent-abs-elem {
  transform-origin: 50% 50%;
}
.mega-menu .mega-menu-subinfo .subcontent-abs-elem-yellow {
  border-radius: 20px;
  width: 100px;
  height: 85px;
  right: -60px;
  bottom: 20px;
  transform: rotate(45deg);
}
.mega-menu .mega-menu-subinfo .subcontent-abs-elem-blue {
  border-radius: 20px;
  width: 105px;
  height: 65px;
  right: -40px;
  bottom: 22px;
  transform: rotate(-60deg);
}
.mega-menu .mega-menu-subinfo .subcontent-abs-elem-green {
  width: 130px;
  height: 85px;
  right: -90px;
  bottom: -5px;
}

@media screen and (min-width: 1401px) {
  .mega-menu .single-service {
    width: calc((100% - 60px) / 3.001);
    margin: 0 15px 35px;
  }
  .mega-menu .single-service:nth-of-type(4n) {
    margin: 0 0 35px 15px;
  }
  .mega-menu .single-service:nth-of-type(4n+1) {
    margin: 0 15px 35px 0;
  }
  .mega-menu .single-service:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .mega-menu-wrapper {
    transform: translateX(-57%);
    -webkit-transform: translateX(-57%);
  }
  .mega-menu-wrapper .menu-triangle {
    left: 57%;
  }
  .mega-menu {
    width: 970px;
  }
  .mega-menu .single-service:not(.single-service-specific-styling) {
    width: calc((100% - 60px) / 3.001);
    margin: 0 15px 30px;
  }
  .mega-menu .single-service:not(.single-service-specific-styling):nth-of-type(3n) {
    margin: 0 0 30px 15px;
  }
  .mega-menu .single-service:not(.single-service-specific-styling):nth-of-type(3n+1) {
    margin: 0 15px 30px 0;
  }
  .mega-menu .single-service:nth-last-of-type(1) {
    margin-right: 0;
  }
  .mega-menu .mega-menu-services {
    max-height: 610px;
  }
  .mega-menu .mega-menu-subinfo {
    padding: 15px 80px 15px 35px;
  }
  .mega-menu .mega-menu-subinfo .subcontent-title {
    font-size: 23px;
  }
  .mega-menu .mega-menu-subinfo .subcontent-subtitle {
    font-size: 20px;
  }
  .mega-menu-specific-styling .mega-menu {
    width: 680px;
  }
  .mega-menu-specific-styling .mega-menu .mega-menu-subinfo .subcontent {
    max-width: calc(100% - 75px - 30px);
  }
  .mega-menu-specific-styling .mega-menu .mega-menu-services {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .mega-menu-specific-styling .mega-menu .single-service-specific-styling {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .mega-menu-specific-styling .mega-menu .single-service-specific-styling:nth-of-type(2n) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mega-menu-wrapper, .mega-menu-backdrop {
    display: none;
  }
}
.contacts-modal {
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s linear;
}
.contacts-modal::-webkit-scrollbar {
  width: 5px;
}
.contacts-modal::-webkit-scrollbar-track {
  background-color: #fff;
}
.contacts-modal::-webkit-scrollbar-thumb {
  background-color: #6ad762;
  border-radius: 10px;
}

.common-contact-form-styling .contacts-modal-content {
  min-height: 100vh;
}
.common-contact-form-styling .bg-waves {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.common-contact-form-styling .close-cross-link {
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.common-contact-form-styling .close-cross-link img {
  width: 100%;
  height: 100%;
}
.common-contact-form-styling .close-cross-link:hover img {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.common-contact-form-styling .close-cross-link-green {
  display: none !important;
}
.common-contact-form-styling .left-contacts-modal {
  width: 50%;
  padding: 60px 60px 60px 100px;
  transform-origin: 0 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.5s ease-out;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-title {
  margin-bottom: 30px;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-title-big {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements {
  margin-bottom: 100px;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element {
  font-size: 25px;
  margin: 0 60px 5px 0;
  white-space: nowrap;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element a:hover .value {
  color: #6ad762;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element img {
  max-width: 28px;
  max-height: 28px;
  margin-right: 15px;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element .title {
  margin-right: 10px;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element .value {
  color: #52a14b;
}
.common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element:nth-last-of-type(1) {
  margin: 0;
}
.common-contact-form-styling .right-contacts-modal {
  width: calc(50% - 100px);
  padding: 80px 100px 45px 60px;
  border-radius: 0 0 0 50px;
  min-height: 763px;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.5s ease-out;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-message {
  color: #ee6060;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
}
.common-contact-form-styling .common-contact-form-styling-inner .contacts-modal-form-subtext {
  font-size: 18px;
  margin-bottom: 20px;
}
.common-contact-form-styling .common-contact-form-styling-inner .contacts-modal-form {
  max-width: 600px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input {
  margin-bottom: 30px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  border-top: 2px solid transparent;
  padding: 3.5px 10px;
  font-size: 16px;
  border-radius: 0;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input::-webkit-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-webkit-input-placeholder {
  color: #fff;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input::-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-moz-placeholder {
  color: #fff;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:-moz-placeholder {
  color: #fff;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:-ms-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:-ms-input-placeholder {
  color: #fff;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input::-webkit-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input::-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-moz-placeholder {
  font-size: 14px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:-moz-placeholder {
  font-size: 14px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:-ms-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:-ms-input-placeholder {
  font-size: 14px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input::-webkit-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input::-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-moz-placeholder {
  transition: all 0.2s linear;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:-moz-placeholder {
  transition: all 0.2s linear;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:-ms-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:-ms-input-placeholder {
  transition: all 0.2s linear;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input input:focus, .common-contact-form-styling .common-contact-form-styling-inner .single-input textarea:focus {
  outline: auto #fff;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input textarea {
  resize: none;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-webkit-scrollbar {
  width: 5px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-webkit-scrollbar-track {
  background-color: #fff;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input textarea::-webkit-scrollbar-thumb {
  background-color: #6ad762;
  border-radius: 10px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input .required-fill-dot {
  top: 6px;
  left: -8px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input .blue-dot {
  opacity: 1;
  visibility: visible;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input .red-dot {
  opacity: 0;
  visibility: hidden;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input .warning-message {
  top: 10px;
  left: 75px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input .warning-message.warning-message-textarea {
  top: 9px;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-input .not-empty-warning {
  top: -18px !important;
  left: 0 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .single-textarea {
  margin-bottom: 20px;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single {
  min-height: 60px;
  margin: 0 0 30px 0;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single input {
  left: -9999px;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single input:checked ~ .checkbox-label-class .checkbox-radio-back .checkbox-radio-checkmark {
  opacity: 1;
  transition: all 0.1s linear;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single input:focus ~ .checkbox-label-class .checkbox-radio-back {
  outline-offset: 0;
  outline: 2px #fff auto;
  transition: all 0.2s linear, outline 0s;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-label-class {
  margin: 0;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title {
  font-size: 14px;
  cursor: pointer;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title a {
  position: relative;
  color: #8fe178;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title a:hover:before, .common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #8fe178;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title a:before, .common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-radio-back {
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  cursor: pointer;
  margin-right: 15px;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-single .checkbox-radio-back .checkbox-radio-checkmark {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button {
  margin-bottom: 25px;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .submit-button-class {
  font-size: 20px;
  padding: 15px 40px;
  margin-bottom: 15px;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .single-success-link {
  margin: 0 15px 15px 0;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .single-success-link:nth-last-of-type(1) {
  margin: 0 0 15px;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links a {
  font-size: 20px;
  padding: 15px 28px 15px 68px;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links a:before {
  content: "";
  position: absolute;
  left: 28px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  width: 28px;
  height: 28px;
  transition: all 0.2s linear;
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .send-new-message-link:before {
  background-image: url("../../images/repeat.svg");
  top: calc(50% - 15px);
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .send-new-message-link:hover:before {
  background-image: url("../../images/repeat-darkgreen.svg");
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .home-form-button:before {
  background-image: url("../../images/home-form.svg");
  top: calc(50% - 16px);
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .home-form-button:hover:before {
  background-image: url("../../images/home-form-green.svg");
}
.common-contact-form-styling .common-contact-form-styling-inner .submit-button .preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: calc(100% + 15px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}
.common-contact-form-styling .common-contact-form-styling-inner .form-subtext {
  color: #6987a0;
  font-size: 10px;
}
.common-contact-form-styling .common-contact-form-styling-inner .form-subtext .required-fill-dot {
  top: 0;
  left: -8px;
}
.common-contact-form-styling .common-contact-form-styling-inner .required-fill-dot {
  width: 5px;
  height: 5px;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation input, .common-contact-form-styling .common-contact-form-styling-inner .warning-validation textarea {
  border-bottom: 2px solid #a34d54 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation input::-webkit-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .warning-validation textarea::-webkit-input-placeholder {
  color: #ee6060 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation input::-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .warning-validation textarea::-moz-placeholder {
  color: #ee6060 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation input:-moz-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .warning-validation textarea:-moz-placeholder {
  color: #ee6060 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation input:-ms-input-placeholder, .common-contact-form-styling .common-contact-form-styling-inner .warning-validation textarea:-ms-input-placeholder {
  color: #ee6060 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .blue-dot {
  opacity: 0;
  visibility: hidden;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .red-dot {
  opacity: 1;
  visibility: visible;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .warning-message {
  opacity: 1;
  visibility: visible;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .warning-message-email {
  opacity: 0;
  visibility: hidden;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .warning-message-email-empty {
  opacity: 1;
  visibility: visible;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .checkbox-radio-back {
  border: 2px solid #ee6060 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation .checkbox-title {
  color: #ee6060 !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation.submit-button {
  color: #465d71;
  background-color: #2d4151;
}
.common-contact-form-styling .common-contact-form-styling-inner .checkbox-privacy.warning-validation .warning-message {
  position: static !important;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation.not-empty-warning-email .warning-message-email {
  opacity: 1;
  visibility: visible;
}
.common-contact-form-styling .common-contact-form-styling-inner .warning-validation.not-empty-warning-email .warning-message-email-empty {
  opacity: 0;
  visibility: hidden;
}
.common-contact-form-styling .common-contact-form-styling-inner .success-submit-block {
  padding: 194px 0;
}
.common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-icon img {
  width: 125px;
}
.common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-content {
  width: calc(100% - 125px - 15px);
}
.common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-content .success-title {
  font-size: 40px;
}
.common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-content .success-subtext {
  font-size: 18px;
}
.common-contact-form-styling .contacts-modal-information .contacts-info-title {
  font-size: 25px;
  margin-bottom: 15px;
}
.common-contact-form-styling .contacts-modal-information .requisites {
  margin: 0 30px 45px 0;
}
.common-contact-form-styling .contacts-modal-information .requisites .requisites-content {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a {
  color: #a8a8a8;
  padding-left: 32px;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:hover {
  color: #52a14b;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:hover:before {
  opacity: 0;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:hover:after {
  opacity: 1;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:hover:before, .common-contact-form-styling .contacts-modal-information .requisites .copy-button a:hover:after {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
  transition: all 0.2s linear;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:before {
  background-image: url("../../images/file-grey.svg");
  opacity: 1;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:after {
  background-image: url("../../images/file-green.svg");
  opacity: 0;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button a:before, .common-contact-form-styling .contacts-modal-information .requisites .copy-button a:after {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  transition: all 0.2s linear;
}
.common-contact-form-styling .contacts-modal-information .requisites .copy-button .success-copy {
  display: none;
  color: #52a14b;
  top: calc(100% + 5px);
  left: 0;
}
.common-contact-form-styling .contacts-modal-information .working-time {
  margin-bottom: 30px;
}
.common-contact-form-styling .contacts-modal-information .working-time .single-day {
  font-size: 17px;
  line-height: 1.8;
}
.common-contact-form-styling .contacts-modal-information .working-time .single-day .day {
  width: 50px;
  color: #54af3a;
}
.common-contact-form-styling .contacts-modal-information .working-time .single-day:nth-of-type(6) .day, .common-contact-form-styling .contacts-modal-information .working-time .single-day:nth-of-type(7) .day {
  color: #ee6060;
}
.common-contact-form-styling .tab-helper-button {
  top: -9999px;
  left: -9999px;
}

.opened-contact-modal {
  opacity: 1;
  visibility: visible;
}
.opened-contact-modal .left-contacts-modal {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.opened-contact-modal .right-contacts-modal {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

@media screen and (max-width: 1700px) {
  .common-contact-form-styling .left-contacts-modal {
    padding: 30px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-title-big {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-elements {
    margin-bottom: 40px;
  }
  .common-contact-form-styling .right-contacts-modal {
    width: calc(50% - 30px);
    padding: 45px 30px 30px;
    min-height: 712px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .contacts-modal-form-title {
    font-size: 30px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .success-submit-block {
    padding: 188px 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1025px) {
  .common-contact-form-styling .left-contacts-modal {
    padding: 30px 0 30px 30px;
  }
  .common-contact-form-styling .contacts-modal-information .requisites {
    width: 55%;
  }
  .common-contact-form-styling .contacts-modal-information .working-time {
    width: calc(45% - 30px);
  }
}
@media screen and (min-width: 1025px) {
  .common-contact-form-styling .contacts-modal-information-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .common-contact-form-styling .close-cross-link {
    width: 30px;
    height: 30px;
  }
  .common-contact-form-styling .close-cross-link-white {
    display: none !important;
  }
  .common-contact-form-styling .close-cross-link-green {
    display: block !important;
  }
  .common-contact-form-styling .contacts-modal-content {
    flex-flow: column;
    -webkit-flex-flow: column;
  }
  .common-contact-form-styling .left-contacts-modal {
    width: 100%;
    padding: 30px 15px 0;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-title {
    margin-bottom: 10px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-title-big {
    margin-bottom: 15px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-elements {
    margin-bottom: 15px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element {
    font-size: 18px;
    margin: 0 40px 5px 0;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element img {
    margin-right: 10px;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element .title {
    margin-right: 5px;
  }
  .common-contact-form-styling .right-contacts-modal {
    min-height: 0;
    width: 100%;
    border-radius: 0;
    padding: 30px 15px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button .submit-button-class {
    font-size: 14px;
    padding: 11px 18px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links a {
    font-size: 14px;
    padding: 11px 18px 11px 49px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links a:before {
    width: 22px;
    height: 22px;
    left: 18px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .send-new-message-link:before {
    top: calc(50% - 12px);
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .home-form-button:before {
    top: calc(50% - 13px);
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button-success {
    margin-bottom: 0;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .success-submit-block {
    padding: 20px 0 30px;
  }
  .common-contact-form-styling .contacts-modal-information {
    display: none !important;
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .common-contact-form-styling .contacts-modal-information .working-time .single-day .day {
    width: 40px;
  }
  .common-contact-form-styling .contacts-modal-information-mobile {
    display: flex !important;
    display: -webkit-flex !important;
    padding: 30px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  .common-contact-form-styling .close-cross-link {
    top: 15px;
    right: 20px;
  }
  .common-contact-form-styling .left-contacts-modal {
    padding: 15px 15px 0;
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-subtitle {
    max-width: calc(100% - 50px);
  }
  .common-contact-form-styling .left-contacts-modal .contacts-modal-elements .single-contact-element {
    width: 100%;
    margin: 0 0 5px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .contacts-modal-form {
    max-width: none;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .success-submit-block {
    padding: 30px 0;
    text-align: center;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-icon {
    width: 100%;
    margin-bottom: 10px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-icon img {
    width: 125px;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .success-submit-block .success-content {
    width: 100%;
  }
  .common-contact-form-styling .common-contact-form-styling-inner .submit-button .success-submit-links .single-success-link {
    text-align: center;
    width: 100%;
    margin: 0 0 15px !important;
  }
  .common-contact-form-styling .contacts-modal-information .requisites {
    width: 100%;
  }
  .common-contact-form-styling .contacts-modal-information .working-time {
    width: 100%;
  }
}
.cookies {
  max-width: 770px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cookies .cookies-inner {
  border-radius: 25px 25px 0 0;
  background-color: rgb(84, 175, 58);
  box-shadow: 0 0 30px 0 rgba(84, 175, 58, 0.55);
  padding: 15px;
  margin: 0 15px;
}
.cookies .cookies-content {
  margin: 0 15px 0 0;
}
.cookies .cookies-content a {
  color: #fff;
  text-decoration: underline;
}
.cookies .cookies-content a:hover {
  color: #f0bb14;
}
.cookies .cookies-button a {
  font-size: 14px;
  padding: 11px 18px;
}
.cookies .cookies-button a:hover {
  background-color: #fff;
  color: #1e3446;
}
.cookies .cookies-button-mobile {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .cookies .cookies-inner {
    display: block !important;
  }
  .cookies .cookies-content {
    margin: 0;
    font-size: 11px;
  }
  .cookies .cookies-button-desktop {
    display: none !important;
  }
  .cookies .cookies-button-mobile {
    display: block !important;
    float: left;
    margin-right: 8px;
  }
}
.pagination {
  width: 100%;
  margin-bottom: 100px;
}
.pagination .page-numbers {
  background-color: transparent;
  border: 2px solid #cbcbcb;
  color: #cbcbcb;
  margin-right: 11px;
  width: 56px;
  height: 56px;
  font-size: 23px;
  border-radius: 50%;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.pagination .page-numbers:hover {
  border: 2px solid #6ad762;
  background-color: #6ad762;
  color: #292b2d;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  border: 2px solid #6ad762;
  background-color: #6ad762;
  color: #292b2d;
}
.pagination .page-numbers.dots, .pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
}
.pagination .page-numbers.dots:hover, .pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background-color: transparent;
  border: none;
  color: #cbcbcb;
}
.pagination .page-numbers.prev img, .pagination .page-numbers.next img {
  width: 20px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  -webkit-animation: bounce10 0.5s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce10 0.5s linear infinite;
}

@media screen and (max-width: 1366px) {
  .pagination {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pagination {
    margin-bottom: 60px;
  }
  .pagination .page-numbers {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-bottom: 45px;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  display: inline-block;
  max-width: 1024px;
  background-color: transparent;
  width: 100%;
  margin: 0;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  display: block;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description {
  font-size: 16px;
  overflow: auto;
  max-height: 72px;
  padding: 0 15px;
  margin: 7.5px 0;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar {
  width: 5px;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-track {
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-thumb {
  background-color: #6ad762;
}
.image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
  max-height: 80vh;
  max-width: 100%;
  padding: 7.5px;
  object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .carousel-inner {
  background-color: transparent !important;
}
.image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #6ad762;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
}
.image-modal-window .carousel-control-prev {
  margin-left: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #6ad762;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.thumb-modal-window .modal-dialog {
  max-width: 1500px !important;
}
.thumb-modal-window .align-modal-helper {
  padding: 15px !important;
}
.thumb-modal-window img:not(.modal-cross) {
  width: auto;
  height: auto;
  padding: 0;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .thumb-modal-window .align-modal-helper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
    padding: 0;
  }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
    opacity: 0.75;
  }
  .image-modal-window .modal-cross {
    opacity: 1;
  }
  .image-modal-window .modal-cross:hover {
    opacity: 1;
  }
  .image-modal-window .modal-cross:focus {
    opacity: 1;
  }
}
.subscribe-block {
  max-width: 335px;
  border-radius: 25px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  padding: 30px 40px;
  min-height: 192px;
  transition: background-color 0.2s linear;
}
.subscribe-block .letter-bg {
  top: 10px;
  right: 10px;
  width: 115px;
  transform-origin: 100% 100%;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.subscribe-block .letter-bg-success {
  display: block;
}
.subscribe-block .letter-bg-warning {
  display: none;
}
.subscribe-block .subscribe-title {
  font-size: 21px;
  margin-bottom: 10px;
}
.subscribe-block .success-subscribe-content {
  display: none;
}
.subscribe-block .subscribe-input-wrapper {
  width: calc(100% - 35px - 10px);
  margin-bottom: 25px;
}
.subscribe-block .subscribe-input-wrapper input {
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #f0bb14;
  padding: 2px 5px;
  background-color: transparent;
}
.subscribe-block .subscribe-input-wrapper input::-webkit-input-placeholder {
  color: #aeaeae;
}
.subscribe-block .subscribe-input-wrapper input::-moz-placeholder {
  color: #aeaeae;
}
.subscribe-block .subscribe-input-wrapper input:-moz-placeholder {
  color: #aeaeae;
}
.subscribe-block .subscribe-input-wrapper input:-ms-input-placeholder {
  color: #aeaeae;
}
.subscribe-block .subscribe-input-wrapper input::-webkit-input-placeholder {
  font-size: 13px;
}
.subscribe-block .subscribe-input-wrapper input::-moz-placeholder {
  font-size: 13px;
}
.subscribe-block .subscribe-input-wrapper input:-moz-placeholder {
  font-size: 13px;
}
.subscribe-block .subscribe-input-wrapper input:-ms-input-placeholder {
  font-size: 13px;
}
.subscribe-block .subscribe-submit-wrapper .subscribe-submit {
  width: 35px;
  height: 35px;
  border: none;
  padding: 0;
}
.subscribe-block .subscribe-submit-wrapper .subscribe-submit:hover .submit-arrow {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.subscribe-block .subscribe-submit-wrapper .subscribe-submit .submit-arrow {
  max-width: 15px;
}
.subscribe-block .subscribe-submit-wrapper .preloader-subscribe {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: calc(100% + 5px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}
.subscribe-block .subscribe-privacy .checkbox-single {
  margin: 0;
}
.subscribe-block .subscribe-privacy .checkbox-single input {
  left: -9999px;
}
.subscribe-block .subscribe-privacy .checkbox-single input:checked ~ .checkbox-label-class .checkbox-radio-back .checkbox-radio-checkmark {
  opacity: 1;
  transition: all 0.1s linear;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-label-class {
  margin: 0;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-title {
  font-size: 12px;
  cursor: pointer;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-title a {
  position: relative;
  color: #6ad762;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-title a:hover:before, .subscribe-block .subscribe-privacy .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #6ad762;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-title a:before, .subscribe-block .subscribe-privacy .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-radio-back {
  width: 18px;
  height: 18px;
  border: 2px solid #6491b6;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 5px;
}
.subscribe-block .subscribe-privacy .checkbox-single .checkbox-radio-back .checkbox-radio-checkmark {
  background-color: #6491b6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
}

.warning-subscribe {
  background-color: #fcf4f4;
}
.warning-subscribe .letter-bg-success {
  display: none;
}
.warning-subscribe .letter-bg-warning {
  display: block;
}
.warning-subscribe .subscribe-input-wrapper input.warning-validation {
  border-bottom: 2px solid #e77474;
}
.warning-subscribe .subscribe-input-wrapper input.warning-validation::-webkit-input-placeholder {
  color: #e77474;
}
.warning-subscribe .subscribe-input-wrapper input.warning-validation::-moz-placeholder {
  color: #e77474;
}
.warning-subscribe .subscribe-input-wrapper input.warning-validation:-moz-placeholder {
  color: #e77474;
}
.warning-subscribe .subscribe-input-wrapper input.warning-validation:-ms-input-placeholder {
  color: #e77474;
}
.warning-subscribe .subscribe-privacy .checkbox-single-subscribe .checkbox-radio-back.warning-validation {
  background-color: #e77474;
}
.warning-subscribe .subscribe-submit-wrapper .subscribe-submit {
  background-color: #c7c7c7;
}

.success-subscribe {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 15px 40px;
}
.success-subscribe .success-subscribe-content {
  display: block;
}
.success-subscribe .subscribe-title, .success-subscribe .subscribe-form, .success-subscribe .letter-bg {
  display: none;
}
.success-subscribe .ss-image img {
  max-width: 30px;
}
.success-subscribe .ss-title {
  font-size: 40px;
}
.success-subscribe .ss-subtext {
  font-size: 18px;
}

.cooperation-block {
  padding: 30px 0 60px;
}
.cooperation-block .partners-wrapper .single-partner {
  width: 25%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.cooperation-block .partners-wrapper .single-partner a:hover img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.cooperation-block .partners-wrapper .single-partner img {
  max-width: 100%;
  max-height: 85px;
}

@media screen and (max-width: 1024px) {
  .cooperation-block {
    padding: 30px 0;
  }
  .cooperation-block .partners-wrapper .single-partner {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .cooperation-block .partners-wrapper .single-partner {
    width: 50%;
    margin: 0 0 30px;
  }
}
.mobile-view-block {
  min-height: 450px;
  background-color: #69d464;
  background-image: url("../../images/ps-big-green.png");
  background-size: 100% auto !important;
  margin: 200px 0;
}
.mobile-view-block .mv-content {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.mobile-view-block .phone-view-wrapper .iphone-panel-time {
  top: 26px;
  left: 50px;
  z-index: 6;
  font-size: 12px;
}
.mobile-view-block .phone-view-wrapper .iphone-panel-icons {
  top: 24px;
  right: 39px;
  width: 55px;
  z-index: 6;
}
.mobile-view-block .phone-view-wrapper .iphone-panel-icons .single-panel-icon .cellular {
  max-height: 15px;
}
.mobile-view-block .phone-view-wrapper .iphone-panel-icons .single-panel-icon .wifi {
  max-height: 15px;
}
.mobile-view-block .phone-view-wrapper .iphone-panel-icons .single-panel-icon .battery {
  max-height: 21px;
}
.mobile-view-block .phone-view-wrapper .phone-image {
  width: 370px;
  z-index: 5;
}
.mobile-view-block .phone-view-wrapper .background-class, .mobile-view-block .phone-view-wrapper .iframe-wrapper {
  width: 323px;
  height: 699px;
  left: 24px;
  top: 21px;
  border-radius: 34px 34px 34px 34px;
}
.mobile-view-block .phone-view-wrapper .background-class {
  z-index: 4;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper {
  z-index: 6;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper iframe {
  border: none;
  margin-top: 25px;
  height: calc(100% - 25px);
  border-radius: 1% 1% 0 0;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info, .mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access {
  background-image: url("../../images/mobile-home-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  overflow: auto;
  margin-top: 25px;
  height: calc(100% - 25px);
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info::-webkit-scrollbar, .mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access::-webkit-scrollbar {
  width: 5px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info::-webkit-scrollbar-track, .mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access::-webkit-scrollbar-track {
  background-color: #fff;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info::-webkit-scrollbar-thumb, .mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access::-webkit-scrollbar-thumb {
  background-color: #4ca744;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info {
  padding: 15px 15px 40px 15px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row {
  margin-bottom: 60px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row .info-row-icon {
  width: 94px;
  height: 94px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row .info-row-icon img {
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row .info-row-icon .number-circle {
  background-color: #6ad762;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  font-size: 15px;
  top: -14px;
  left: 9px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row .info-row-icon .hover-circle {
  pointer-events: none;
  width: 79px;
  height: 79px;
  top: 50%;
  left: -28px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0.149;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row .info-row-text {
  font-size: 17px;
  width: calc(100% - 94px - 20px);
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:nth-of-type(3n+1) .green-bg {
  background-color: #6ad762;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:nth-of-type(3n+2) .green-bg {
  background-color: #54b14c;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:nth-of-type(3n+3) .green-bg {
  background-color: #428f3c;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:hover .info-row-icon .hover-circle {
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:hover:nth-of-type(3n+1) .info-row-text {
  color: #6ad762;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:hover:nth-of-type(3n+2) .info-row-text {
  color: #54b14c;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-default-info .single-info-row:hover:nth-of-type(3n+3) .info-row-text {
  color: #428f3c;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access {
  padding: 15px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-row-icon {
  background-color: #ee6060;
  width: 135px;
  height: 135px;
  margin-bottom: 20px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-row-icon img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-row-icon .hover-circle {
  background-color: #ee6060;
  pointer-events: none;
  width: 114px;
  height: 114px;
  top: 50%;
  left: -41px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0.149;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-row-text {
  font-size: 20px;
  margin-bottom: 50px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-contacts-button a {
  font-size: 20px;
  padding: 11px 28px;
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access:hover .no-access-row-icon .hover-circle {
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access:hover .no-access-row-text {
  color: #ee6060;
}
.mobile-view-block .mv-form {
  min-height: 570px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  max-width: calc(100% - 370px - 60px);
  width: 100%;
}
.mobile-view-block .mv-form .flying-element {
  opacity: 0;
  width: 138px;
  height: 138px;
  border-radius: 25px;
  transition: all 0.4s linear;
  transform-origin: center;
}
.mobile-view-block .mv-form .flying-element img {
  padding: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.25;
}
.mobile-view-block .mv-form .flying-element-green {
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
  animation: movement-rotation-effect-first 10s linear infinite;
  background-color: rgba(106, 215, 98, 0.25);
}
.mobile-view-block .mv-form .flying-element-yellow {
  -webkit-animation: movement-rotation-effect-second 7s linear infinite;
  animation: movement-rotation-effect-second 7s linear infinite;
  background-color: rgba(240, 187, 20, 0.25);
}
.mobile-view-block .mv-form .flying-element-blue {
  -webkit-animation: movement-rotation-effect-third 5s linear infinite;
  animation: movement-rotation-effect-third 5s linear infinite;
  background-color: rgba(30, 52, 70, 0.25);
}
.mobile-view-block .mv-form .flying-element-active {
  transition: all 0.4s linear;
  opacity: 1;
}
.mobile-view-block .help-mv-form {
  max-height: 700px;
  overflow: auto;
  padding: 50px;
}
.mobile-view-block .help-mv-form::-webkit-scrollbar {
  width: 5px;
}
.mobile-view-block .help-mv-form::-webkit-scrollbar-track {
  background-color: transparent;
}
.mobile-view-block .help-mv-form::-webkit-scrollbar-thumb {
  background-color: #6ad762;
  border-radius: 10px;
}
.mobile-view-block .mv-block-icon {
  margin-bottom: 25px;
}
.mobile-view-block .mv-block-icon img {
  max-height: 75px;
  max-width: 75px;
  object-fit: contain;
}
.mobile-view-block .mv-block-subtitle {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: normal;
}
.mobile-view-block .mv-block-title {
  margin-bottom: 15px;
}
.mobile-view-block .mv-block-content p {
  font-size: 17px;
  line-height: 2;
}
.mobile-view-block .mv-block-content ul li {
  font-size: 17px;
  line-height: 2;
}
.mobile-view-block .mv-block-input .input-title {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.mobile-view-block .mv-block-input .input-wrapper {
  max-width: 520px;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input {
  border: 2px solid #b4bbc2;
  padding: 18.5px 163px 18.5px 30px;
  width: 100%;
  font-size: 17px;
  -webkit-appearance: none;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input::-webkit-input-placeholder {
  font-size: 17px;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input::-moz-placeholder {
  font-size: 17px;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:-moz-placeholder {
  font-size: 17px;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:-ms-input-placeholder {
  font-size: 17px;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input::-webkit-input-placeholder {
  color: #93a1ad;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input::-moz-placeholder {
  color: #93a1ad;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:-moz-placeholder {
  color: #93a1ad;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:-ms-input-placeholder {
  color: #93a1ad;
}
.mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:focus {
  outline: none;
}
.mobile-view-block .mv-block-input .input-wrapper .submit-input {
  font-size: 20px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 2px solid #6ad762;
  padding: 12px 28px;
}
.mobile-view-block .mobile-view-preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: -40px;
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}
.mobile-view-block .success-iframe {
  max-width: 430px;
}
.mobile-view-block .success-iframe-message {
  margin-bottom: 20px;
}
.mobile-view-block .success-iframe-message .message-icon {
  width: 40px;
}
.mobile-view-block .success-iframe-message .message-icon img {
  object-fit: contain;
  max-width: 40px;
  max-height: 40px;
}
.mobile-view-block .success-iframe-message .message-text {
  width: calc(100% - 40px - 15px);
  font-size: 19px;
}
.mobile-view-block .success-iframe-message .message-text a {
  color: #6bd761;
  text-decoration: underline;
}
.mobile-view-block .repeat-iframe a {
  font-size: 20px;
  padding: 13px 28px;
}
.mobile-view-block .repeat-iframe a span {
  margin-right: 12px;
}
.mobile-view-block .repeat-iframe a img {
  object-fit: contain;
  max-width: 28px;
  max-height: 28px;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.mobile-view-block .repeat-iframe a:hover {
  color: #fff;
}
.mobile-view-block .warning-validation {
  border: 2px solid #a34d54 !important;
}

@media screen and (max-width: 1200px) {
  .mobile-view-block .mv-form {
    max-width: calc(100% - 370px - 30px);
  }
  .mobile-view-block .help-mv-form {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-view-block {
    background-size: calc(100% - 60px) auto !important;
    min-height: 0;
    margin: 30px 0;
    padding: 30px 0;
  }
  .mobile-view-block .mv-block-icon {
    margin-bottom: 15px;
  }
  .mobile-view-block .mv-block-subtitle {
    margin-bottom: 10px;
  }
  .mobile-view-block .mv-content {
    position: static !important;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .mobile-view-block .mv-form {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-bottom: 30px;
  }
  .mobile-view-block .phone-view-wrapper {
    width: 100%;
  }
  .mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-contacts-button a {
    font-size: 14px;
    padding: 11px 18px;
  }
  .mobile-view-block .phone-view-wrapper .iframe-wrapper .phone-view-no-access .no-access-row-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input {
    padding: 16.5px 149px 16.5px 30px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input::-moz-placeholder {
    font-size: 14px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:-moz-placeholder {
    font-size: 14px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .submit-input {
    font-size: 14px;
    padding: 15px 28px;
  }
  .mobile-view-block .repeat-iframe a {
    font-size: 14px;
    padding: 11px 18px;
  }
  .mobile-view-block .repeat-iframe a span {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-view-block {
    background-size: calc(100% - 30px) auto !important;
  }
  .mobile-view-block .mv-form .flying-element {
    width: 120px;
    height: 120px;
  }
  .mobile-view-block .mv-block-content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .mobile-view-block .mv-block-content ul li {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 500px) {
  .mobile-view-block .mv-block-input .input-wrapper .mobile-view-link-input {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .mobile-view-block .mv-block-input .input-wrapper .submit-input {
    position: static !important;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    padding: 11px 18px;
  }
  .mobile-view-block .mv-form {
    z-index: 2;
  }
  .mobile-view-block .phone-view-wrapper {
    margin: -80px 0;
  }
  .mobile-view-block .phone-view-wrapper .phone-view-wrapper-helper {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
.solutions-block {
  padding: 30px 0 60px;
}
.solutions-block .common-block-info {
  margin-bottom: 45px;
}
.solutions-block .solutions-image {
  width: calc(50% + 15px);
  margin-bottom: 30px;
}
.solutions-block .solutions-image .main-solutions-image-wrapper {
  margin-left: 30px;
}
.solutions-block .solutions-image .main-solutions-image {
  max-width: 776.5px;
  height: auto;
}
.solutions-block .solutions-image .solutions-subimage-wrapper {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  width: 138px;
  height: 138px;
  border-radius: 25px;
  transform-origin: 50% 50%;
}
.solutions-block .solutions-image .solutions-subimage-wrapper .solutions-subimage {
  padding: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solutions-block .solutions-image .first-solutions-subimage {
  top: 90px;
  right: calc(50% + 180px);
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}
.solutions-block .solutions-image .second-solutions-subimage {
  bottom: 90px;
  right: calc(50% + 70px);
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.solutions-block .solutions-list {
  width: calc(50% - 75px);
  margin-bottom: 30px;
}
.solutions-block .solutions-list .single-solution-wrapper {
  margin: 0 30px 20px 0;
  max-width: 580px;
}
.solutions-block .solutions-list .solution-preview *:last-child {
  margin-bottom: 0;
}
.solutions-block .solutions-link {
  padding: 0 15px;
}
.solutions-block .solutions-link a {
  font-size: 20px;
  padding: 15px 35px;
}
.solutions-block .bg-parallax-rectangle {
  width: 138px;
  height: 138px;
  border-radius: 25px;
  transform-origin: 50% 50%;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}
.solutions-block .bg-parallax-rectangle .solutions-subimage-color {
  padding: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.solutions-block .first-parallax-rectangle {
  bottom: 30px;
  left: 60px;
}
.solutions-block .second-parallax-rectangle {
  bottom: 0;
  right: 30px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.solutions-block .third-parallax-rectangle {
  top: 30px;
  right: 250px;
}
.solutions-block .solutions-wrapper-multicolumn .solutions-list {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.solutions-block .solutions-wrapper-multicolumn .solutions-list .single-solution-wrapper {
  max-width: none;
  margin-right: 0;
  width: calc(50% - 15px);
}
.solutions-block .solutions-wrapper-multicolumn .solutions-list .single-solution-wrapper .single-solution {
  height: 100%;
  background-color: #fff;
}
.solutions-block .solutions-wrapper-multicolumn .solutions-list .single-solution-wrapper .single-solution .single-solution-inner {
  height: 100%;
}

.solutions-block-new .solutions-block-title {
  margin-bottom: 50px;
}
.solutions-block-new .solutions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: unset;
  width: 100%;
  padding: 0;
  column-gap: 30px;
  row-gap: 83px;
}
.solutions-block-new .solutions-list .single-solution-wrapper {
  max-width: 350px;
  margin: 0;
}
.solutions-block-new .solutions-list .single-solution-wrapper .single-solution .single-solution-inner {
  align-items: center;
  padding: 30px;
}
.solutions-block-new .solutions-list .single-solution-wrapper .single-solution .single-solution-inner:before {
  display: none;
}
.solutions-block-new .solutions-list .single-solution-wrapper .single-solution .single-solution-inner .solution-preview {
  display: block;
  font-size: 22px !important;
  color: #1e3446;
  line-height: 32px !important;
  margin: 0;
}

@media screen and (max-width: 1500px) {
  .solutions-block .solutions-list .solution-title {
    font-size: 23px;
    margin-bottom: 5px;
  }
  .solutions-block .solutions-list .solution-preview {
    font-size: 14px;
    line-height: 1.8;
  }
  .solutions-block .solutions-image .first-solutions-subimage {
    top: 60px;
    right: calc(50% + 150px);
  }
  .solutions-block .solutions-image .second-solutions-subimage {
    bottom: 60px;
    right: calc(50% + 40px);
  }
  .solutions-block .third-parallax-rectangle {
    right: 250px;
  }
}
@media screen and (max-width: 1300px) {
  .solutions-block .second-parallax-rectangle {
    right: 30px;
  }
  .solutions-block .third-parallax-rectangle {
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .solutions-block .solutions-image .solutions-subimage-wrapper {
    width: 120px;
    height: 120px;
  }
  .solutions-block .solutions-image .first-solutions-subimage {
    top: 75px;
    right: calc(50% + 100px);
  }
  .solutions-block .solutions-image .second-solutions-subimage {
    bottom: 75px;
    right: calc(50% + 30px);
  }
  .solutions-block .common-block-info {
    margin-bottom: 30px;
  }
  .solutions-block .bg-parallax-rectangle {
    width: 120px;
    height: 120px;
  }
  .solutions-block .third-parallax-rectangle {
    top: 0;
  }
  .solutions-block-new .solutions-list {
    row-gap: 70px;
  }
  .solutions-block-new .solutions-list .single-solution-wrapper {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .solutions-block .solutions-image {
    width: 100%;
    text-align: center !important;
  }
  .solutions-block .solutions-image .main-solutions-image-wrapper {
    margin: 0;
    padding: 0 30px;
    min-height: 250px;
  }
  .solutions-block .solutions-image .main-solutions-image {
    max-width: none;
  }
  .solutions-block .solutions-image .solutions-subimage-wrapper {
    width: 138px;
    height: 138px;
  }
  .solutions-block .solutions-image .first-solutions-subimage {
    top: 90px;
    right: calc(50% + 180px);
  }
  .solutions-block .solutions-image .second-solutions-subimage {
    bottom: 90px;
    right: calc(50% + 70px);
  }
  .solutions-block .solutions-link a {
    font-size: 14px;
    padding: 11px 18px;
  }
  .solutions-block .bg-parallax-rectangle {
    width: 138px;
    height: 138px;
  }
  .solutions-block .first-parallax-rectangle {
    bottom: -70px;
  }
  .solutions-block .second-parallax-rectangle {
    bottom: -30px;
  }
  .solutions-block .third-parallax-rectangle {
    top: 60px;
    z-index: 1;
  }
  .solutions-block:not(.solutions-block-new) .solutions-list {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
  }
  .solutions-block:not(.solutions-block-new) .solutions-list .single-solution-wrapper {
    margin: 0 0 20px !important;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .solutions-block .solutions-image .main-solutions-image-wrapper {
    padding: 0 15px;
  }
  .solutions-block .solutions-image .solutions-subimage-wrapper {
    width: 120px;
    height: 120px;
  }
  .solutions-block .solutions-image .first-solutions-subimage {
    top: 75px;
    right: calc(50% + 100px);
  }
  .solutions-block .solutions-image .second-solutions-subimage {
    bottom: 75px;
    right: calc(50% + 30px);
  }
  .solutions-block .bg-parallax-rectangle {
    width: 120px;
    height: 120px;
  }
  .solutions-block .third-parallax-rectangle {
    right: 0;
    top: 90px;
  }
  .solutions-block .solutions-wrapper-multicolumn .solutions-list {
    padding: 0 15px;
  }
  .solutions-block .solutions-wrapper-multicolumn .solutions-list .single-solution-wrapper {
    width: 100%;
  }
  .solutions-block:not(.solutions-block-new) .solutions-list {
    padding: 0 15px;
  }
  .solutions-block-new .solutions-list {
    row-gap: 30px;
  }
  .solutions-block-new .solutions-list .single-solution-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .solutions-block .first-parallax-rectangle {
    bottom: 0;
    left: 15px;
  }
  .solutions-block .second-parallax-rectangle {
    bottom: -50px;
  }
}
@media screen and (max-width: 600px) {
  .solutions-block .common-block-info {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .solutions-block .solutions-image .solutions-subimage-wrapper {
    width: 100px;
    height: 100px;
  }
  .solutions-block .solutions-image .first-solutions-subimage {
    top: 30px;
    right: calc(50% + 60px);
  }
  .solutions-block .solutions-image .second-solutions-subimage {
    bottom: 30px;
  }
  .solutions-block .bg-parallax-rectangle {
    width: 100px;
    height: 100px;
  }
}
.single-page-contact-form {
  padding-bottom: 75px;
}
.single-page-contact-form .spcf-info {
  width: calc(50% + 30px);
  padding: 60px 0;
}
.single-page-contact-form .spcf-form-wrapper {
  width: calc(50% - 60px);
  padding: 60px 0 60px 60px;
}
.single-page-contact-form .spcf-form-wrapper-bg {
  background-color: #1e3446;
  border-radius: 0 0 0 50px;
  right: 0;
  top: 0;
  width: calc(50% - 60px);
  height: calc(100% - 75px);
  z-index: -1;
}
.single-page-contact-form .spcf-title {
  font-size: 76px;
  color: #54af3a;
  margin-bottom: 0;
}
.single-page-contact-form .spcf-subtitle {
  font-size: 60px;
  margin-bottom: 30px;
  color: #1e3446;
}
.single-page-contact-form .spcf-wysiwyg {
  margin-bottom: 75px;
}
.single-page-contact-form .spcf-wysiwyg *:last-child {
  margin-bottom: 0;
}
.single-page-contact-form .single-spcf-contact {
  margin-bottom: 30px;
}
.single-page-contact-form .single-spcf-contact:nth-last-of-type(1) {
  margin-bottom: 0;
}
.single-page-contact-form .single-spcf-contact img {
  margin-right: 30px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.single-page-contact-form .single-spcf-contact .spcf-contact-title {
  color: #1e3446;
  font-size: 36px;
  line-height: 42px;
  margin-right: 10px;
}
.single-page-contact-form .single-spcf-contact a {
  font-size: 36px;
  line-height: 42px;
  color: #54af3a;
}
.single-page-contact-form .single-spcf-contact a:hover:before, .single-page-contact-form .single-spcf-contact a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-page-contact-form .single-spcf-contact a:after {
  left: 0;
  background-color: #54af3a;
}
.single-page-contact-form .single-spcf-contact a:before, .single-page-contact-form .single-spcf-contact a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-page-contact-form .single-spcf-contact a:hover {
  color: #54af3a;
}
.single-page-contact-form .spcf-form-title {
  font-size: 40px;
  margin-bottom: 5px;
}
.single-page-contact-form .spcf-form-subtext {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}
.single-page-contact-form .single-input input {
  padding: 3.5px 0 !important;
}
.single-page-contact-form .single-input input:focus {
  outline: none !important;
  border-bottom: 2px solid #54af3a;
}
.single-page-contact-form .single-input .required-fill-dot {
  top: -8px;
}
.single-page-contact-form .submit-button-class:focus {
  outline: none;
  background-color: #fff;
  border: 2px solid #fff;
  color: #6ad762;
}

.single-page-contact-form.common-contact-form-styling .common-contact-form-styling-inner .single-input .not-empty-warning {
  top: -8px !important;
}
.single-page-contact-form.common-contact-form-styling .common-contact-form-styling-inner .success-submit-block {
  padding: 30px 0;
}

@media screen and (max-width: 1366px) {
  .single-page-contact-form {
    padding-bottom: 60px;
  }
  .single-page-contact-form .spcf-form-wrapper-bg {
    height: calc(100% - 60px);
  }
  .single-page-contact-form .spcf-info {
    padding: 30px 0;
  }
  .single-page-contact-form .spcf-form-wrapper {
    padding: 30px 0 30px 30px;
  }
  .single-page-contact-form .spcf-wysiwyg {
    margin-bottom: 45px;
  }
  .single-page-contact-form .spcf-title {
    font-size: 56px;
  }
  .single-page-contact-form .spcf-subtitle {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .single-page-contact-form .single-spcf-contact {
    margin-bottom: 20px;
  }
  .single-page-contact-form .single-spcf-contact img {
    margin-right: 15px;
    width: 36px;
    height: 36px;
  }
  .single-page-contact-form .single-spcf-contact .spcf-contact-title {
    font-size: 28px;
    line-height: 36px;
  }
  .single-page-contact-form .single-spcf-contact a {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .single-page-contact-form .form-subtext-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .single-page-contact-form {
    padding-bottom: 30px;
  }
  .single-page-contact-form .spcf-form-wrapper-bg {
    display: none;
  }
  .single-page-contact-form .spcf-info {
    width: 100%;
  }
  .single-page-contact-form .spcf-form-wrapper {
    width: 100%;
    padding: 30px 0;
  }
  .single-page-contact-form .spcf-form-wrapper-mobile-bg {
    background-color: #1e3446;
    border-radius: 50px 0 0 50px;
    left: -30px;
    top: 0;
    height: 100%;
    width: calc(100% + 60px);
    z-index: -1;
  }
  .single-page-contact-form .spcf-wysiwyg {
    margin-bottom: 30px;
  }
  .single-page-contact-form .submit-button {
    margin-bottom: 0 !important;
  }
  .single-page-contact-form .submit-button-class {
    font-size: 20px !important;
    padding: 15px 40px !important;
    margin-bottom: 0 !important;
  }
  .single-page-contact-form .form-subtext:not(.form-subtext-mobile) {
    display: none;
  }
  .single-page-contact-form .form-subtext-mobile {
    margin-bottom: 15px;
  }
  .single-page-contact-form .success-submit-block {
    padding: 15px 0 30px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .single-page-contact-form .spcf-form-wrapper-mobile-bg {
    left: -15px;
    width: calc(100% + 30px);
  }
  .single-page-contact-form .spcf-info {
    text-align: center;
  }
  .single-page-contact-form .single-spcf-contact {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .single-page-contact-form .spcf-title {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .single-page-contact-form .spcf-subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .single-page-contact-form .single-spcf-contact {
    margin-bottom: 15px;
  }
  .single-page-contact-form .single-spcf-contact img {
    margin-right: 20px;
    width: 27px;
    height: 27px;
  }
  .single-page-contact-form .single-spcf-contact .spcf-contact-title {
    font-size: 23px;
    line-height: 30px;
  }
  .single-page-contact-form .single-spcf-contact a {
    font-size: 23px;
    line-height: 30px;
  }
  .single-page-contact-form .spcf-wysiwyg > p {
    font-size: 18px;
    line-height: 25px;
  }
  .single-page-contact-form .spcf-form-wrapper {
    padding: 60px 15px;
  }
  .single-page-contact-form .spcf-form-title {
    text-align: center;
    font-size: 33px;
    margin-bottom: 15px;
  }
  .single-page-contact-form .spcf-form-subtext {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.floating-form-wrapper {
  display: flex;
  width: 100%;
  padding: 35px 54px 27px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #6ad762;
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .floating-form-wrapper {
    padding: 35px 25px 35px;
  }
}
.floating-form-wrapper .content-side {
  display: flex;
  align-items: center;
  margin-right: 45px;
  max-width: 56%;
}
@media only screen and (max-width: 1200px) {
  .floating-form-wrapper .content-side {
    max-width: 55%;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .content-side {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.floating-form-wrapper .content-side .image-wrapper {
  margin-right: 45px;
}
@media only screen and (max-width: 1200px) {
  .floating-form-wrapper .content-side .image-wrapper {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .content-side .image-wrapper {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.floating-form-wrapper .content-side .image-wrapper img {
  width: 167px;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .content-side .image-wrapper img {
    width: 125px;
  }
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .content-side .content-side-text {
    text-align: center;
  }
}
.floating-form-wrapper .content-side .content-side-text h2:not(.ps-title) {
  font-family: NunitoRegular, sans-serif;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 13px;
}
.floating-form-wrapper .content-side .content-side-text p {
  color: #1e3446;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 28px;
}
.floating-form-wrapper .content-side .content-side-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .floating-form-side {
    width: 100%;
  }
}
.floating-form-wrapper .floating-form-side .success-submit-block {
  display: flex;
  padding: 40px 0;
}
.floating-form-wrapper .floating-form-side .floating-form .input-wrapper {
  display: flex;
}
.floating-form-wrapper .floating-form-side .floating-form .input-wrapper .single-input {
  max-width: 200px;
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .floating-form-side .floating-form .input-wrapper .single-input {
    max-width: unset;
  }
}
.floating-form-wrapper .floating-form-side .floating-form .input-wrapper .single-input input {
  width: 100%;
}
.floating-form-wrapper .floating-form-side .floating-form .input-wrapper .single-input:first-child {
  margin-right: 23px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input {
  position: relative;
  max-width: 423px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1024px) {
  .floating-form-wrapper .floating-form-side .floating-form .single-input {
    max-width: unset;
    width: 100%;
  }
}
.floating-form-wrapper .floating-form-side .floating-form .single-input.single-input-big-margin {
  margin-bottom: 25px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input .fake-placeholder {
  font-size: 20px;
  color: #ffffff;
  font-family: NunitoRegular, sans-serif;
  position: absolute;
  left: 0;
  top: 5px;
  pointer-events: none;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input .fake-placeholder small {
  color: #d2f1d0;
  font-size: 12px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input input {
  padding: 3px 0;
  width: 100%;
  font-size: 20px;
  font-family: NunitoRegular, sans-serif;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input input::-webkit-input-placeholder {
  font-size: 20px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input input::-moz-placeholder {
  font-size: 20px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input input:-moz-placeholder {
  font-size: 20px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input input:-ms-input-placeholder {
  font-size: 20px;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input input:focus {
  outline: none !important;
  border-bottom: 2px solid #fefefe;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input .warning-message-empty,
.floating-form-wrapper .floating-form-side .floating-form .single-input .warning-message-format {
  opacity: 0;
  visibility: hidden;
  top: -8px;
  left: 0;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input.warning-message-empty .warning-message-empty {
  opacity: 1;
  visibility: visible;
}
.floating-form-wrapper .floating-form-side .floating-form .single-input.warning-message-format .warning-message-format {
  opacity: 1;
  visibility: visible;
}
.floating-form-wrapper .floating-form-side .floating-form .checkbox-single {
  min-height: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .floating-form-wrapper .floating-form-side .floating-form .checkbox-single {
    margin-bottom: 10px;
  }
}
.floating-form-wrapper .floating-form-side .floating-form .checkbox-single label .checkbox-custom-wrapper .checkbox-radio-back {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 9px;
}
.floating-form-wrapper .floating-form-side .floating-form .checkbox-single label .checkbox-custom-wrapper .checkbox-radio-back .checkbox-radio-checkmark {
  width: 9px;
  height: 9px;
  border-radius: 2px;
}
.floating-form-wrapper .floating-form-side .floating-form .checkbox-single label .checkbox-title a {
  color: #ffffff;
  text-decoration: underline #ffffff;
}
.floating-form-wrapper .floating-form-side .floating-form .checkbox-single label .checkbox-title a:before, .floating-form-wrapper .floating-form-side .floating-form .checkbox-single label .checkbox-title a:after {
  display: none;
}
.floating-form-wrapper .floating-form-side .floating-form .submit-button {
  margin: 20px 0 0;
}
.floating-form-wrapper .floating-form-side .floating-form .submit-button .submit-button-class {
  border-radius: 22px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #6ad762;
  font-size: 16px;
  font-family: NunitoBold, sans-serif;
  margin: 0;
  padding: 8px 28px;
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.floating-form-wrapper .floating-form-side .floating-form .submit-button .submit-button-class:hover {
  color: #ffffff;
  background-color: #6ad762;
}

.download-file-form-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 130px;
}
@media only screen and (max-width: 850px) {
  .download-file-form-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.download-file-form-wrapper .download-file-form-side {
  width: 100%;
  max-width: 763px;
  padding: 60px 30px 30px 0;
}
@media only screen and (max-width: 1200px) {
  .download-file-form-wrapper .download-file-form-side {
    max-width: 555px;
    padding: 15px 30px 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .download-file-form-wrapper .download-file-form-side {
    max-width: 400px;
  }
}
@media only screen and (max-width: 850px) {
  .download-file-form-wrapper .download-file-form-side {
    order: 2;
    max-width: 100%;
    padding: 30px 0;
  }
}
.download-file-form-wrapper .download-file-form-side .common-home-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .download-file-form-wrapper .download-file-form-side .common-home-title {
    margin-bottom: 15px;
  }
}
.download-file-form-wrapper .download-file-form-side .download-file-form-subtext {
  font-size: 25px;
  color: #1e3446;
  line-height: 39px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .download-file-form-wrapper .download-file-form-side .download-file-form-subtext {
    font-size: 21px;
    line-height: normal;
  }
}
.download-file-form-wrapper .download-file-form-side .success-submit-block {
  display: flex;
  padding: 20px 0 110px;
  max-width: 90%;
}
@media only screen and (max-width: 850px) {
  .download-file-form-wrapper .download-file-form-side .success-submit-block {
    padding: 20px 0;
  }
}
.download-file-form-wrapper .download-file-form-side .success-submit-block .success-content {
  color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input {
  max-width: 423px;
  margin-bottom: 16px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input.single-input-big-margin {
  margin-bottom: 29px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input {
  position: relative;
  padding: 3px 0;
  width: 100%;
  font-size: 16px;
  color: #1e3446;
  font-family: NunitoRegular, sans-serif;
  border-bottom-color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input::-webkit-input-placeholder {
  font-size: 16px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input::-moz-placeholder {
  font-size: 16px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input:-moz-placeholder {
  font-size: 16px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input:-ms-input-placeholder {
  font-size: 16px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input::-webkit-input-placeholder {
  color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input::-moz-placeholder {
  color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input:-moz-placeholder {
  color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input:-ms-input-placeholder {
  color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input input:focus {
  outline: none !important;
  border-bottom: 2px solid #54af3a;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input .warning-message-empty,
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input .warning-message-format {
  opacity: 0;
  visibility: hidden;
  top: -8px;
  left: 0;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input.warning-message-empty .warning-message-empty {
  opacity: 1;
  visibility: visible;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .single-input.warning-message-format .warning-message-format {
  opacity: 1;
  visibility: visible;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single {
  min-height: 25px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single {
    margin-bottom: 10px;
  }
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single input:focus ~ .checkbox-label-class .checkbox-radio-back {
  outline: 2px #1e3446 auto;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single label .checkbox-custom-wrapper .checkbox-radio-back {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border-color: #1e3446;
  margin-right: 9px;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single label .checkbox-custom-wrapper .checkbox-radio-back .checkbox-radio-checkmark {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  color: #1e3446;
  background-color: #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single label .checkbox-title a {
  color: #1e3446;
  text-decoration: underline #1e3446;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single label .checkbox-title a:before, .download-file-form-wrapper .download-file-form-side form.download-file-form .checkbox-single label .checkbox-title a:after {
  display: none;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .submit-button {
  margin: 33px 0 0;
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .submit-button .submit-button-class {
  border-radius: 27px;
  border: 2px solid #6ad762;
  background-color: #6ad762;
  color: #ffffff;
  font-size: 20px;
  font-family: NunitoBold, sans-serif;
  margin: 0;
  padding: 10px 29px;
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.download-file-form-wrapper .download-file-form-side form.download-file-form .submit-button .submit-button-class:hover {
  color: #6ad762;
  background-color: #ffffff;
}
.download-file-form-wrapper .download-file-image-side {
  position: absolute;
  top: 0;
  right: -85px;
  max-width: 811px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .download-file-form-wrapper .download-file-image-side {
    max-width: 620px;
  }
}
@media only screen and (max-width: 1024px) {
  .download-file-form-wrapper .download-file-image-side {
    right: -110px;
  }
}
@media only screen and (max-width: 850px) {
  .download-file-form-wrapper .download-file-image-side {
    order: 1;
    position: relative;
    top: unset;
    right: unset;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .download-file-form-wrapper .download-file-image-side {
    max-width: 100%;
  }
}
.download-file-form-wrapper .download-file-image-side img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.services-page .services-types {
  padding: 80px 0 60px;
}
.services-page .services-types .service-type-wrapper {
  width: calc((100% - 120px) / 3.001);
  margin: 0 30px 0;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3n) {
  margin: 0 0 0 30px;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3n+1) {
  margin: 0 30px 0 0;
}
.services-page .services-types .service-type-wrapper:nth-last-of-type(1) {
  margin-right: 0 !important;
}
.services-page .services-types .service-type-wrapper:nth-of-type(1) .single-service-type {
  background-color: #f0bb14;
}
.services-page .services-types .service-type-wrapper:nth-of-type(1) .single-service-type .circle-absolute {
  background-color: #f0bb14;
}
.services-page .services-types .service-type-wrapper:nth-of-type(1) .single-service-type .pro-status {
  text-shadow: 0 0 13px rgb(30, 52, 70);
}
.services-page .services-types .service-type-wrapper:nth-of-type(1) .single-service-type .type-image-drop-shadow img {
  -webkit-filter: drop-shadow(0 0 13px rgb(30, 52, 70));
  filter: drop-shadow(0 0 13px rgb(30, 52, 70));
}
.services-page .services-types .service-type-wrapper:nth-of-type(2) .single-service-type {
  background-color: #6ad762;
}
.services-page .services-types .service-type-wrapper:nth-of-type(2) .single-service-type .circle-absolute {
  background-color: #6ad762;
}
.services-page .services-types .service-type-wrapper:nth-of-type(2) .single-service-type .pro-status {
  text-shadow: 0 0 13px rgb(30, 52, 70);
}
.services-page .services-types .service-type-wrapper:nth-of-type(2) .single-service-type .type-image-drop-shadow img {
  -webkit-filter: drop-shadow(0 0 13px rgb(30, 52, 70));
  filter: drop-shadow(0 0 13px rgb(30, 52, 70));
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type {
  background-color: #1e3446;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .circle-absolute {
  background-color: #1e3446;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .type-title {
  color: #12ff00;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .type-subtext {
  color: #fff;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .single-service-point {
  color: #fff !important;
  background-image: url("../../images/check-white.svg");
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .type-image-drop-shadow img {
  -webkit-filter: drop-shadow(0 0 13px rgb(18, 255, 0));
  filter: drop-shadow(0 0 13px rgb(18, 255, 0));
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .pro-status {
  color: #12ff00;
  text-shadow: 0 0 13px rgb(18, 255, 0);
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .price-subtext .image-blue {
  display: none;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .price-subtext .image-white {
  display: block;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .price-subtext .subtext {
  color: #fff;
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .type-button a {
  background-color: rgb(18, 255, 0);
  color: #1e3446;
  box-shadow: 0 0 13px rgb(18, 255, 0);
}
.services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .type-button a:hover {
  color: #1e3446;
}
.services-page .services-types .single-service-type {
  padding: 45px 30px;
}
.services-page .services-types .single-service-type:hover .circle-absolute {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.services-page .services-types .single-service-type:hover .type-image img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.services-page .services-types .single-service-type .circle-absolute {
  width: 64%;
  opacity: 0.18;
  z-index: -1;
  top: -40px;
  left: -40px;
}
.services-page .services-types .single-service-type .circle-absolute:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.services-page .services-types .single-service-type .type-image {
  margin-bottom: 45px;
  height: 79px;
  width: 79px;
  max-width: 100%;
}
.services-page .services-types .single-service-type .type-image img {
  object-fit: contain;
}
.services-page .services-types .single-service-type .type-titles-row {
  margin-bottom: 30px;
}
.services-page .services-types .single-service-type .type-title {
  line-height: normal;
  margin-bottom: 5px;
  font-size: 21px;
}
.services-page .services-types .single-service-type .type-subtext {
  font-size: 17px;
}
.services-page .services-types .single-service-type .single-service-point {
  font-size: 17px;
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url("../../images/check-dark-blue.svg");
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 14px auto;
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper {
  bottom: 1px;
  width: 20px;
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper .info-popup {
  height: 20px;
  cursor: pointer;
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper .info-popup:hover {
  -webkit-filter: drop-shadow(0 0 13px rgb(18, 255, 0));
  filter: drop-shadow(0 0 13px rgb(18, 255, 0));
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper .info-popup:hover ~ .popup-content {
  visibility: visible;
  opacity: 1;
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper .popup-content {
  width: 275px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.878);
  box-shadow: 0 0 20px 0 rgba(24, 32, 42, 0.19);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper .popup-content .popup-content-title {
  margin-bottom: 10px;
  font-size: 13px;
}
.services-page .services-types .single-service-type .single-service-point .info-popup-wrapper .popup-content .popup-content-text {
  font-size: 13px;
  line-height: 16px;
}
.services-page .services-types .single-service-type .service-list {
  margin-bottom: 50px;
}
.services-page .services-types .single-service-type .pro-status {
  top: 30px;
  left: 30px;
  font-size: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.services-page .services-types .single-service-type .price-subtext {
  max-width: 220px;
  margin-bottom: 40px;
}
.services-page .services-types .single-service-type .price-subtext .image {
  width: 36px;
  margin-right: 13px;
}
.services-page .services-types .single-service-type .price-subtext .image-blue {
  display: block;
}
.services-page .services-types .single-service-type .price-subtext .image-white {
  display: none;
}
.services-page .services-types .single-service-type .price-subtext .subtext {
  font-size: 11px;
}

@media screen and (max-width: 1500px) {
  .services-page .services-types {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .services-types .service-type-wrapper {
    width: calc((100% - 60px) / 3.001);
    margin: 0 15px 0;
  }
  .services-page .services-types .service-type-wrapper:nth-of-type(3n) {
    margin: 0 0 0 15px;
  }
  .services-page .services-types .service-type-wrapper:nth-of-type(3n+1) {
    margin: 0 15px 0 0;
  }
  .services-page .services-types .single-service-type {
    padding: 30px;
  }
  .services-page .services-types .single-service-type .type-image {
    margin-bottom: 30px;
  }
  .services-page .services-types .single-service-type .service-list {
    margin-bottom: 30px;
  }
  .services-page .services-types .single-service-type .price-subtext {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .services-page .services-types .single-service-type {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .services-page .services-types .service-type-wrapper:nth-of-type(1) .single-service-type .single-service-point .info-popup-wrapper .popup-content {
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .services-page .services-types .service-type-wrapper:nth-of-type(2) .single-service-type .single-service-point .info-popup-wrapper .popup-content {
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .services-page .services-types .service-type-wrapper:nth-of-type(3) .single-service-type .single-service-point .info-popup-wrapper .popup-content {
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .services-page .services-types {
    padding: 30px 0;
  }
  .services-page .services-types .single-service-type {
    padding: 30px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .services-page .services-types .single-service-type .circle-absolute {
    width: 400px;
  }
  .services-page .services-types .single-service-type .type-image {
    margin: 0 30px 30px 0;
  }
  .services-page .services-types .single-service-type .type-titles-row {
    width: calc(100% - 79px - 30px);
    text-align: left !important;
  }
  .services-page .services-types .single-service-type .price-subtext {
    margin: 0;
  }
  .services-page .services-types .single-service-type .type-button {
    margin-left: auto;
  }
  .services-page .services-types .single-service-type .pro-status {
    top: 15px;
    left: 15px;
  }
  .services-page .services-types .service-type-wrapper {
    margin: 0 0 30px !important;
    width: 100%;
  }
  .services-page .services-types .service-type-wrapper:nth-last-of-type(1) {
    margin: 0 !important;
  }
  .services-page .services-types .service-list .help-list-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
  }
  .services-page .services-types .service-list .help-list-wrapper .single-service-point {
    width: calc((100% - 30px) / 3.001);
    padding-right: 10px;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  .services-page .services-types .service-list .single-service-point:nth-of-type(3n) .info-popup-wrapper .popup-content {
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .services-page .services-types .service-list .single-service-point:nth-of-type(3n + 1) .info-popup-wrapper .popup-content {
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .services-page .services-types .service-list .single-service-point:nth-of-type(3n + 2) .info-popup-wrapper .popup-content {
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media screen and (max-width: 950px) {
  .services-page .services-types .service-list .help-list-wrapper .single-service-point {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 651px) and (max-width: 950px) {
  .services-page .services-types .service-list .single-service-point:nth-of-type(2n) .info-popup-wrapper .popup-content {
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .services-page .services-types .service-list .single-service-point:nth-of-type(2n + 1) .info-popup-wrapper .popup-content {
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .services-page .services-types .single-service-type .circle-absolute {
    width: 200px;
  }
  .services-page .services-types .single-service-type .single-service-point {
    font-size: 14px;
    background-position: 0 2px;
  }
  .services-page .services-types .single-service-type .type-subtext {
    font-size: 14px;
  }
}
@media screen and (max-width: 650px) {
  .services-page .services-types .service-list .help-list-wrapper .single-service-point {
    width: 100%;
    padding-right: 0;
  }
  .services-page .services-types .service-list .help-list-wrapper .single-service-point .info-popup-wrapper .popup-content {
    width: 200px;
    top: calc(100% + 12px);
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .services-page .services-types .single-service-type {
    border-radius: 25px;
    padding: 15px;
  }
  .services-page .services-types .single-service-type .type-image {
    height: 60px;
    width: 60px;
    margin: 0 15px 15px 0;
  }
  .services-page .services-types .single-service-type .type-titles-row {
    width: calc(100% - 60px - 15px);
    margin-bottom: 15px;
  }
  .services-page .services-types .single-service-type .service-list {
    margin-bottom: 15px;
  }
  .services-page .services-types .single-service-type .price-subtext {
    margin-bottom: 15px;
  }
  .services-page .services-types .single-service-type .type-button {
    text-align: right !important;
    width: 100%;
  }
}
.services-page .service-advantages {
  padding: 60px 0;
}
.services-page .service-advantages .advantages-content {
  width: calc(50% - 15px);
  max-width: 490px;
}
.services-page .service-advantages .advantages-content .advantages-title {
  font-size: 35px;
  line-height: normal;
  margin-bottom: 35px;
}
.services-page .service-advantages .advantages-list {
  width: calc(50% - 15px);
}
.services-page .service-advantages .advantages-list .advantages-list-wrapper {
  padding: 50px;
  border-radius: 100px;
}
.services-page .service-advantages .advantages-list .advantages-list-wrapper .bg-element {
  top: -110px;
  left: -12%;
  z-index: -1;
  width: 78.5%;
}
.services-page .service-advantages .advantages-list .points-list .single-point {
  font-size: 17px;
  padding-left: 22px;
  background-image: url("../../images/check-white.svg");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 0 6px;
  margin-bottom: 10px;
}
.services-page .service-advantages .advantages-list .service-values-common-row {
  margin: 40px 0 30px;
}
.services-page .service-advantages .advantages-list .service-values-common-row .single-value {
  margin: 0 60px 10px 0;
}
.services-page .service-advantages .advantages-list .service-values-common-row .single-value:nth-last-of-type(1) {
  margin: 0 10px 0;
}
.services-page .service-advantages .advantages-list .buttons-row {
  bottom: -25px;
  left: 50px;
}
.services-page .service-advantages .advantages-list .buttons-row .single-button {
  margin: 0 11px 0 0;
}
.services-page .service-advantages .advantages-list .buttons-row .single-button:nth-last-of-type(1) {
  margin: 0;
}
.services-page .service-advantages .advantages-list .buttons-row .single-button-orange a:hover {
  color: #1e3446;
}

@media screen and (max-width: 1300px) {
  .services-page .service-advantages .advantages-list .advantages-list-wrapper {
    padding: 30px;
    border-radius: 50px;
  }
  .services-page .service-advantages .advantages-list .points-list .single-point {
    margin-bottom: 5px;
  }
  .services-page .service-advantages .advantages-list .service-values-common-row {
    margin: 30px 0 15px;
  }
  .services-page .service-advantages .advantages-list .service-values-common-row .single-value {
    margin: 0 30px 15px 0;
  }
  .services-page .service-advantages .advantages-list .service-values-common-row .single-value:nth-last-of-type(1) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .service-advantages {
    padding: 30px 0;
  }
  .services-page .service-advantages .advantages-content {
    width: 100%;
    max-width: none;
  }
  .services-page .service-advantages .advantages-content .advantages-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .services-page .service-advantages .advantages-list {
    width: 100%;
  }
  .services-page .service-advantages .advantages-list .buttons-row {
    right: 50px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .services-page .service-advantages .advantages-list .advantages-list-wrapper {
    padding: 15px;
    border-radius: 25px;
  }
  .services-page .service-advantages .advantages-list .advantages-list-wrapper .bg-element {
    top: -60px;
  }
  .services-page .service-advantages .advantages-list .points-list .single-point {
    font-size: 14px;
    background-position: 0 4px;
  }
  .services-page .service-advantages .advantages-list .service-values-common-row {
    margin: 25px 0 15px;
  }
  .services-page .service-advantages .advantages-list .service-values-common-row .single-value {
    margin: 0 30px 10px 0;
  }
  .services-page .service-advantages .advantages-list .service-values-common-row .single-value:nth-last-of-type(1) {
    margin: 0 0 10px;
  }
  .services-page .service-advantages .advantages-list .buttons-row {
    right: auto;
    bottom: auto;
    position: static !important;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .services-page .service-advantages .advantages-list .buttons-row {
    display: block !important;
    text-align: right;
  }
  .services-page .service-advantages .advantages-list .buttons-row .single-button {
    margin: 0 0 11px 0;
  }
  .services-page .service-advantages .advantages-list .buttons-row .single-button:nth-last-of-type(1) {
    margin: 0;
  }
}
.services-page .additional-info-cards {
  padding: 60px 0;
}
.services-page .additional-info-cards .solutions-list .single-solution-wrapper {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .services-page .additional-info-cards {
    padding: 30px 0;
  }
  .services-page .additional-info-cards .solutions-list .single-solution-wrapper {
    margin-bottom: 30px;
  }
}
.services-page .service-info-block-small {
  padding: 45px 0;
}
.services-page .service-info-block-small .info-content-wrapper {
  max-width: 1130px;
  padding: 0 15px;
}
.services-page .service-info-block-small .icon-wrapper {
  width: 185px;
  margin-right: 65px;
}
.services-page .service-info-block-small .content-wrapper {
  width: calc(100% - 250px);
}

@media screen and (max-width: 1300px) {
  .services-page .service-info-block-small .icon-wrapper {
    margin-right: 30px;
  }
  .services-page .service-info-block-small .content-wrapper {
    width: calc(100% - 215px);
  }
}
@media screen and (max-width: 1024px) {
  .services-page .service-info-block-small {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page .service-info-block-small .icon-wrapper {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .services-page .service-info-block-small .icon-wrapper img {
    max-width: 300px;
  }
  .services-page .service-info-block-small .content-wrapper {
    width: 100%;
  }
}
.services-page .faq-services {
  padding: 80px 0 50px;
}
.services-page .faq-services .side-column {
  width: calc(50% - 25px);
}
.services-page .faq-services .single-point {
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  border-radius: 25px;
}
.services-page .faq-services .single-point .link-toggler {
  padding: 35px 100px 35px 45px;
}
.services-page .faq-services .single-point .link-toggler:hover .closed-image {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.services-page .faq-services .single-point .link-toggler:hover .opened-image {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.services-page .faq-services .single-point .link-toggler[aria-expanded=false] .closed-image {
  visibility: hidden;
  opacity: 0;
}
.services-page .faq-services .single-point .link-toggler[aria-expanded=false] .opened-image {
  visibility: visible;
  opacity: 1;
}
.services-page .faq-services .single-point .link-toggler[aria-expanded=true] .closed-image {
  visibility: visible;
  opacity: 1;
}
.services-page .faq-services .single-point .link-toggler[aria-expanded=true] .opened-image {
  visibility: hidden;
  opacity: 0;
}
.services-page .faq-services .single-point .question-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #2b3136;
}
.services-page .faq-services .single-point .faq-image {
  width: 27px;
  height: 27px;
  object-fit: contain;
  right: 36.5px;
  top: calc(50% - 13.5px);
}
.services-page .faq-services .single-point .content-faq-wrapper {
  padding: 0 45px 10px;
}

@media screen and (max-width: 1500px) {
  .services-page .faq-services {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .faq-services .side-column {
    width: calc(50% - 15px);
  }
  .services-page .faq-services .single-point .link-toggler {
    padding: 30px 80px 30px 30px;
  }
  .services-page .faq-services .single-point .faq-image {
    right: 26.5px;
  }
  .services-page .faq-services .single-point .content-faq-wrapper {
    padding: 0 30px 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .faq-services {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page .faq-services {
    padding: 30px 0;
  }
  .services-page .faq-services .side-column {
    width: 100%;
  }
  .services-page .faq-services .single-point .link-toggler {
    padding: 20px 67px 20px 20px;
  }
  .services-page .faq-services .single-point .faq-image {
    right: 20px;
  }
  .services-page .faq-services .single-point .question-title {
    font-size: 17px;
  }
  .services-page .faq-services .single-point .content-faq-wrapper {
    padding: 0 20px 1px;
  }
}
.services-page .price-services {
  padding: 120px 0 90px;
}
.services-page .price-services .services-page-title {
  margin-bottom: 50px;
}
.services-page .price-services .services-page-title .help-title-wrap {
  font-size: inherit;
  line-height: normal;
  margin-bottom: 0;
}
.services-page .price-services .services-page-title .price-total {
  margin-left: 20px;
  font-size: 68px;
  padding: 8px 20px;
  line-height: 1.1;
}
.services-page .price-services .services-page-title .price-total .euro-mark {
  font-size: 38px;
}
.services-page .price-services .services-page-title .price-total .smaller-price {
  font-size: 22px;
}
.services-page .price-services .list-wrapper {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 60px;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
}
.services-page .price-services .single-point-wrapper {
  margin: 0 0 30px;
  break-inside: avoid-column;
}
.services-page .price-services .single-point {
  padding: 25px 50px;
  border-radius: 25px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
}
.services-page .price-services .single-point *:last-child {
  margin-bottom: 0;
}
.services-page .price-services .single-point .number-counter {
  font-size: 32px;
  border: 3px solid #fff;
  width: 65px;
  height: 65px;
  top: 10px;
  left: -35px;
}
.services-page .price-services .single-point .price-info-quote {
  margin: 25px 0;
}
.services-page .price-services .single-point .price-info-quote .info-icon {
  margin: 2px 8px 0 0;
}
.services-page .price-services .single-point .price-info-quote .info-icon img {
  width: 12px;
}
.services-page .price-services .single-point .price-info-quote .info-icon .icon-grey {
  display: block;
}
.services-page .price-services .single-point .price-info-quote .info-icon .icon-white {
  display: none;
}
.services-page .price-services .single-point .price-info-quote .quote-text {
  width: calc(100% - 20px);
  font-size: 13px;
  line-height: 16px;
}
.services-page .price-services-light {
  background-color: #fff;
}
.services-page .price-services-light .services-page-title {
  color: #1e3446 !important;
}
.services-page .price-services-light .single-point {
  background-color: #1e3446;
  color: #fff !important;
}
.services-page .price-services-light .single-point .price-info-quote .info-icon .icon-grey {
  display: none;
}
.services-page .price-services-light .single-point .price-info-quote .info-icon .icon-white {
  display: block;
}
.services-page .price-services-light .single-point .price-info-quote .quote-text {
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .services-page .price-services .services-page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .services-page .price-services {
    padding: 90px 0 75px;
  }
  .services-page .price-services .services-page-title {
    margin-bottom: 10px;
  }
  .services-page .price-services .list-wrapper {
    column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
  }
  .services-page .price-services .single-point-wrapper {
    padding: 25px 0 0;
    margin: 0 0 20px;
  }
  .services-page .price-services .single-point {
    padding: 30px 50px;
  }
  .services-page .price-services .single-point .number-counter {
    font-size: 25px;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .price-services .services-page-title .price-total {
    margin-left: 15px;
    font-size: 40px;
    padding: 8px 15px;
  }
  .services-page .price-services .services-page-title .price-total .euro-mark {
    font-size: 25px;
  }
  .services-page .price-services .services-page-title .price-total .smaller-price {
    font-size: 16px;
  }
  .services-page .price-services .single-point {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .price-services {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page .price-services .services-page-title {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .services-page .price-services .services-page-title .help-title-wrap {
    width: 100%;
  }
  .services-page .price-services .services-page-title .price-total {
    margin-left: 0;
  }
  .services-page .price-services .list-wrapper {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
  }
  .services-page .price-services .single-point {
    padding: 30px 15px;
  }
  .services-page .price-services .single-point .price-info-quote {
    margin: 20px 0;
  }
  .services-page .price-services .single-point .price-info-quote .quote-text {
    font-size: 12px;
    line-height: 15px;
  }
}
.services-page .unnumbered-list {
  padding: 60px 0 120px;
}
.services-page .unnumbered-list .side-column {
  width: calc(50% - 25px);
}
.services-page .unnumbered-list .single-point {
  margin-bottom: 50px;
  padding: 20px 60px 5px;
  border-radius: 25px;
  background-color: #1e3446;
}
.services-page .unnumbered-list .single-point:nth-last-of-type(1) {
  margin-bottom: 0;
}
.services-page .unnumbered-list .single-point .point-title {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 5px;
}
.services-page .unnumbered-list .single-point .point-content {
  color: #fff;
}
.services-page .unnumbered-list .single-point .additional-price {
  white-space: nowrap;
  padding: 3px 15px;
  font-size: 21px;
  right: 25px;
  top: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.services-page .unnumbered-list .single-point .additional-price .smaller-price {
  font-size: 11px;
}
.services-page .unnumbered-list-dark {
  background-color: #1e3446;
}
.services-page .unnumbered-list-dark .services-page-title {
  color: #fff !important;
}
.services-page .unnumbered-list-dark .services-page-title * {
  color: #fff !important;
}
.services-page .unnumbered-list-dark .single-point {
  background-color: #fff;
}
.services-page .unnumbered-list-dark .single-point .point-content {
  color: #2b3136;
}

@media screen and (max-width: 1500px) {
  .services-page .unnumbered-list {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .unnumbered-list .side-column {
    width: calc(50% - 15px);
  }
  .services-page .unnumbered-list .single-point {
    padding: 20px 30px 5px;
    margin-bottom: 30px;
  }
  .services-page .unnumbered-list .single-point .point-title {
    font-size: 16px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .unnumbered-list {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page .unnumbered-list .side-column {
    margin-bottom: 30px;
    width: 100%;
  }
  .services-page .unnumbered-list .single-point {
    padding: 15px 15px 5px;
  }
  .services-page .unnumbered-list .single-point .additional-price {
    font-size: 18px;
  }
}
.services-page .development-process {
  padding: 80px 0 120px;
  background-color: #171c1b;
}
.services-page .development-process .single-step {
  cursor: pointer;
  width: calc((100% - 100px) / 3.001);
  margin: 175px 25px 0;
}
.services-page .development-process .single-step:nth-of-type(3n) {
  margin: 175px 0 0 25px;
}
.services-page .development-process .single-step:nth-of-type(3n+1) {
  margin: 175px 25px 0 0;
}
.services-page .development-process .single-step:before {
  content: "";
  display: block;
  position: absolute;
  left: 63px;
  bottom: calc(100% + 30px);
  width: 1px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.251);
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
}
.services-page .development-process .single-step .step-icon {
  width: 127px;
  height: 127px;
}
.services-page .development-process .single-step .step-icon .tap-image {
  max-width: 100%;
  height: 73px;
  object-fit: contain;
  visibility: visible;
  opacity: 1;
}
.services-page .development-process .single-step .step-icon .number-circle {
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  font-size: 15px;
  top: -4px;
  left: 15px;
}
.services-page .development-process .single-step .step-icon .hover-circle {
  pointer-events: none;
  width: 107px;
  height: 107px;
  top: 50%;
  left: -38px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0.149;
}
.services-page .development-process .single-step .step-icon .hovered-image {
  max-width: 100%;
  height: 65px;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.services-page .development-process .single-step .step-content {
  width: calc(100% - 127px - 29px);
  font-size: 17px;
  line-height: 1.8;
}
.services-page .development-process .single-step:hover .step-icon {
  background-color: #6ad762;
}
.services-page .development-process .single-step:hover .step-icon .tap-image {
  visibility: hidden;
  opacity: 0;
}
.services-page .development-process .single-step:hover .step-icon .hovered-image {
  visibility: visible;
  opacity: 1;
}
.services-page .development-process .single-step:hover .number-circle {
  background-color: #f0bb14;
}
.services-page .development-process .process-button:before {
  content: none;
}
.services-page .development-process .process-button a {
  font-size: 20px;
  padding: 16px 40px;
}

@media screen and (max-width: 1700px) {
  .services-page .development-process .single-step {
    width: calc((100% - 60px) / 3.001);
    margin: 120px 15px 0;
  }
  .services-page .development-process .single-step:nth-of-type(3n) {
    margin: 120px 0 0 15px;
  }
  .services-page .development-process .single-step:nth-of-type(3n+1) {
    margin: 120px 15px 0 0;
  }
  .services-page .development-process .single-step:before {
    height: 80px;
  }
  .services-page .development-process .single-step .step-icon .hover-circle {
    left: -28px;
  }
}
@media screen and (max-width: 1500px) {
  .services-page .development-process {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .development-process .single-step:before {
    left: 45px;
  }
  .services-page .development-process .single-step .step-icon {
    width: 90px;
    height: 90px;
  }
  .services-page .development-process .single-step .step-icon .tap-image {
    height: 50px;
  }
  .services-page .development-process .single-step .step-icon .number-circle {
    top: -9px;
    left: 0;
  }
  .services-page .development-process .single-step .step-icon .hover-circle {
    width: 70px;
    height: 70px;
    left: -23px;
  }
  .services-page .development-process .single-step .step-icon .hovered-image {
    height: 50px;
  }
  .services-page .development-process .single-step .step-content {
    width: calc(100% - 90px - 20px);
    font-size: 16px;
    line-height: 1.85;
  }
}
@media screen and (min-width: 1025px) {
  .services-page .development-process .single-step:nth-of-type(1), .services-page .development-process .single-step:nth-of-type(2), .services-page .development-process .single-step:nth-of-type(3) {
    margin-top: 0 !important;
  }
  .services-page .development-process .single-step:nth-of-type(1):before, .services-page .development-process .single-step:nth-of-type(2):before, .services-page .development-process .single-step:nth-of-type(3):before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .development-process {
    padding: 30px 0;
  }
  .services-page .development-process .single-step {
    width: 100%;
    align-items: center !important;
    -webkit-align-items: center !important;
    margin: 0 0 50px !important;
  }
  .services-page .development-process .single-step:nth-last-of-type(2) {
    margin: 0 0 30px !important;
  }
  .services-page .development-process .single-step:nth-last-of-type(2):before {
    content: none;
  }
  .services-page .development-process .single-step:nth-last-of-type(1) {
    margin: 0 !important;
  }
  .services-page .development-process .single-step:before {
    height: 30px;
    bottom: auto;
    top: calc(100% + 10px);
  }
  .services-page .development-process .process-button a {
    font-size: 14px;
    padding: 11px 18px;
  }
}
@media screen and (max-width: 767px) {
  .services-page .development-process .single-step .step-content {
    font-size: 14px;
    line-height: 1.8;
  }
}
.services-page .additional-services {
  padding: 120px 0;
}
.services-page .additional-services .single-additional-service {
  width: calc(50% - 30px);
}
.services-page .additional-services .single-additional {
  border-radius: 100px;
  padding: 50px;
}
.services-page .additional-services .text-ribbon {
  font-size: 16px;
  padding: 10px;
  top: 60px;
  right: 60px;
  transform: translate(50%, -50%) rotate(45deg);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  min-width: 250px;
}
.services-page .additional-services .service-title {
  line-height: normal;
  font-size: 24px;
  margin-bottom: 20px;
}
.services-page .additional-services .service-points {
  padding-bottom: 30px;
}
.services-page .additional-services .single-point {
  padding-left: 23px;
  font-size: 17px;
  margin-bottom: 8px;
}
.services-page .additional-services .single-point img {
  top: 6px;
  left: 0;
  width: 13px;
}
.services-page .additional-services .open-service-link {
  bottom: 0;
  left: 60px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.services-page .additional-services .open-service-link a {
  font-size: 16px;
  padding: 10px 29px;
}
.services-page .additional-services .open-service-link .blue-button-hover {
  border: 2px solid #1e3446;
}
.services-page .additional-services .open-service-link .blue-button-hover:hover {
  background-color: #fff;
  color: #1e3446;
}
.services-page .additional-services .open-service-link .orange-button-hover {
  border: 2px solid #f0bb14;
}
.services-page .additional-services .open-service-link .orange-button-hover:hover {
  background-color: #fff;
  color: #f0bb14;
}
.services-page .additional-services .service-values-common-row .single-value {
  margin: 0 60px 25px 0;
}
.services-page .additional-services .service-values-common-row .single-value:nth-last-of-type(1) {
  margin: 0 0 25px;
}

@media screen and (max-width: 1700px) {
  .services-page .additional-services {
    padding: 90px 0 120px;
  }
}
@media screen and (max-width: 1500px) {
  .services-page .additional-services {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .additional-services .single-additional-service {
    width: calc(50% - 15px);
  }
  .services-page .additional-services .single-additional {
    border-radius: 50px;
    padding: 30px 50px 30px 30px;
  }
  .services-page .additional-services .service-values-common-row .single-value {
    margin: 0 30px 25px 0;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .additional-services {
    padding: 30px 0 60px;
  }
  .services-page .additional-services .single-additional-service {
    width: 100%;
    margin-bottom: 60px;
  }
  .services-page .additional-services .single-additional-service:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page .additional-services .service-title {
    margin-bottom: 15px;
  }
  .services-page .additional-services .single-point {
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .services-page .additional-services .single-point img {
    top: 2px;
  }
  .services-page .additional-services .service-points {
    padding-bottom: 15px;
  }
  .services-page .additional-services .service-values-common-row .single-value {
    margin: 0 30px 15px 0;
  }
  .services-page .additional-services .service-values-common-row .single-value:nth-last-of-type(1) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 550px) {
  .services-page .additional-services .single-additional {
    border-radius: 25px;
    padding: 60px 15px 30px;
  }
  .services-page .additional-services .text-ribbon {
    transform: none;
    -webkit-transform: none;
    width: 100%;
    min-width: 0;
    left: 0;
    right: auto;
    top: 0;
  }
  .services-page .additional-services .open-service-link {
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
  }
}
.portfolio-page .main-block-portfolio {
  min-height: 150px;
  padding: 30px 0;
}
.portfolio-page .main-block-portfolio .sub-title {
  font-size: 12px;
  margin-bottom: 10px;
}
.portfolio-page .main-block-portfolio .title {
  margin: 0 0 10px;
}
.portfolio-page .main-block-portfolio .sub-text {
  font-size: 19px;
  line-height: 1.85;
}

.portfolio-page-new {
  position: relative;
  overflow: hidden;
}
.portfolio-page-new .main-container {
  max-width: 1300px;
}
.portfolio-page-new .portfolio-page-header {
  padding: 75px 0 8px;
}
.portfolio-page-new .portfolio-page-header .left-side-decoration {
  position: absolute;
  top: -50px;
  left: -110px;
  width: 220px;
  height: 345px;
  background-color: #f0bb14;
  border-radius: 50px;
  rotate: 130deg;
  z-index: -1;
}
.portfolio-page-new .portfolio-page-header .top-decoration {
  position: absolute;
  top: -180px;
  left: 51%;
  transform: translateX(-50%);
  width: 343px;
  height: 226px;
  border-radius: 100px;
  background-color: #6ad662;
  z-index: -1;
}
.portfolio-page-new .portfolio-page-header .right-side-decoration {
  position: absolute;
  top: 209px;
  right: -114px;
  width: 137px;
  height: 137px;
  border-radius: 25px;
  background-color: #f0bb14;
  rotate: 162deg;
  z-index: -1;
}
.portfolio-page-new .portfolio-page-header .sub-title {
  color: #8497a6;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
}
.portfolio-page-new .portfolio-page-header .title {
  color: #1e3446;
  line-height: 1;
  margin-bottom: 15px;
}
.portfolio-page-new .portfolio-page-header .sub-text {
  font-size: 19px;
}

@media screen and (max-width: 1024px) {
  .portfolio-page .elements-page-content .elements-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .portfolio-page-new .portfolio-page-header {
    padding: 45px 0 20px;
  }
  .portfolio-page-new .portfolio-page-header .left-side-decoration {
    top: -14px;
    left: -110px;
    width: 180px;
    height: 260px;
    border-radius: 35px;
  }
  .portfolio-page-new .portfolio-page-header .top-decoration {
    top: -200px;
    width: 313px;
  }
  .portfolio-page-new .portfolio-page-header .right-side-decoration {
    top: 155px;
    right: -120px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-page .elements-page-content {
    background-size: 100%;
    background-position: 0 5px;
  }
  .portfolio-page .main-block-portfolio .title {
    font-size: 30px;
  }
}
.single-project-page .main-block-single {
  margin-bottom: 8px;
}
.single-project-page .main-block-single .main-block-top-part {
  margin-bottom: 30px;
}
.single-project-page .main-block-single .main-block-bottom-part {
  background-color: transparent !important;
}
.single-project-page .main-block-single .main-block-bottom-part .next-prev-posts {
  padding: 0 !important;
  min-height: 0 !important;
}
.single-project-page .main-block-single .main-block-bottom-part .prev-post {
  padding-right: 50px;
}
.single-project-page .main-block-single .main-block-bottom-part .next-post {
  padding-left: 50px;
}
.single-project-page .main-block-single .main-block-bottom-part .read-more-about a:hover .scroller-icon {
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
}
.single-project-page .main-block-single .main-block-bottom-part .read-more-about .scroller-title {
  margin-bottom: 12px;
  color: #c8e9be;
}
.single-project-page .main-block-single .main-block-bottom-part .read-more-about .scroller-icon {
  width: 12px;
}
.single-project-page .main-block-single .main-block-help-content {
  min-height: calc(100vh - 100px);
  padding: 60px 0;
}
.single-project-page .main-block-single .logo-row-wrapper {
  padding-bottom: 50px;
}
.single-project-page .main-block-single .single-project-main-title {
  max-width: 690px;
  margin-bottom: 80px;
}
.single-project-page .main-block-single .project-description {
  width: calc(100% - 400px - 30px);
  max-width: 740px;
}
.single-project-page .main-block-single .project-description .projects-logo {
  margin-bottom: 50px;
}
.single-project-page .main-block-single .project-description .projects-logo img {
  max-width: 200px;
  max-height: 100px;
  object-fit: contain;
}
.single-project-page .main-block-single .project-description h2 {
  margin-bottom: 20px;
}
.single-project-page .main-block-single .project-description h2 .description-chain {
  width: 27px;
  margin-right: 13px;
}
.single-project-page .main-block-single .project-description h2 a {
  color: #fff;
}
.single-project-page .main-block-single .project-description h2 a:hover:before, .single-project-page .main-block-single .project-description h2 a:hover:after {
  width: 100%;
  opacity: 1;
}
.single-project-page .main-block-single .project-description h2 a:after {
  left: 0;
  background-color: transparent;
}
.single-project-page .main-block-single .project-description h2 a:before, .single-project-page .main-block-single .project-description h2 a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-project-page .main-block-single .project-description h2 a:hover {
  color: #c8e9be;
}
.single-project-page .main-block-single .project-description h2 .project-title {
  margin-right: 10px;
}
.single-project-page .main-block-single .project-description p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.single-project-page .main-block-single .project-description > ul {
  margin-bottom: 30px;
}
.single-project-page .main-block-single .project-description > ul > li {
  font-size: 17px;
  line-height: 1.8;
  background-image: url("../../images/dot-lightgreen.svg");
  background-position: 0 10px;
}
.single-project-page .main-block-single .project-description > ul > li ul li {
  background-image: url("../../images/dot-lightgreen.svg");
  background-position: 0 10px;
  font-size: 14px;
  line-height: 1.8;
}
.single-project-page .main-block-single .project-description ol li {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}
.single-project-page .main-block-single .project-description ol li:before {
  top: 5px;
}
.single-project-page .main-block-single .project-description table td {
  font-size: 17px;
  line-height: 1.8;
}
.single-project-page .main-block-single .project-tools {
  max-width: 400px;
}
.single-project-page .main-block-single .project-tools h2 {
  margin-bottom: 20px;
}
.single-project-page .main-block-single .project-tools > ul > li {
  background-image: url("../../images/check-lightgreen.svg");
  background-size: 15px 15px;
  background-position: 0 5px;
}
.single-project-page .main-sub-images .sub-images-row {
  margin-bottom: 8px;
}
.single-project-page .main-sub-images .sub-images-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.single-project-page .main-sub-images .single-sub-image {
  width: calc(50% - 4px);
}
.single-project-page .main-sub-images .single-sub-image:before {
  content: "";
  display: block;
  padding-top: 73%;
}
.single-project-page .main-sub-images .single-sub-image img {
  -webkit-animation: scaling 50s linear infinite;
  animation: scaling 50s linear infinite;
}
.single-project-page .main-sub-images .full-width-sub-image {
  width: 100%;
  min-height: 100vh;
}
.single-project-page .main-sub-images .full-width-sub-image:before {
  content: none;
}
.single-project-page .main-project-content {
  padding: 100px 0 200px;
}
.single-project-page .main-project-content .image-content {
  box-shadow: 0 12px 68px 0 rgba(0, 0, 0, 0.36);
}
.single-project-page .main-project-content .image-content img {
  width: 100%;
}
.single-project-page .main-project-content .image-content-big {
  padding: 90px;
}
.single-project-page .main-project-content .image-content-small {
  padding: 50px;
}
.single-project-page .main-project-content .examples-title {
  margin-bottom: 30px;
}
.single-project-page .main-project-content .main-content-block {
  margin-bottom: 140px;
}
.single-project-page .main-project-content .main-content-block .info-content {
  padding: 0 90px 15px;
}
.single-project-page .main-project-content .main-content-block .main-example-title {
  width: calc(50% - 56px);
  max-width: 450px;
}
.single-project-page .main-project-content .main-content-block .text-content {
  width: calc(50% - 4px);
  padding-top: 15px;
}
.single-project-page .main-project-content .single-sub-content {
  margin-bottom: 140px;
}
.single-project-page .main-project-content .single-sub-content .info-content {
  width: 450px;
  padding: 100px 0 0 50px;
}
.single-project-page .main-project-content .single-sub-content .image-content {
  width: calc(100% - 450px - 50px);
}
.single-project-page .main-project-content .single-sub-content:nth-last-of-type(1) {
  margin-bottom: 0;
}
.single-project-page .main-project-content .ordered-sub-content .info-content {
  padding: 100px 50px 0 0;
  order: 2;
}
.single-project-page .main-project-content .ordered-sub-content .image-content {
  order: 1;
}
.single-project-page .mobile-views-block {
  padding: 120px 0;
  background-color: #f1f1f1;
}
.single-project-page .mobile-views-block .mobile-views-title {
  margin-bottom: 10px;
}
.single-project-page .mobile-views-block .extra-margin-bottom-class {
  margin-bottom: 45px;
}
.single-project-page .mobile-views-block .mobile-views-content {
  max-width: 770px;
  padding-bottom: 20px;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view {
  width: 310px;
  padding-bottom: 23px;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .mobile-phone {
  width: 100%;
  z-index: 3;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .mobile-shadow {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .in-mobile-view {
  top: 38px;
  left: 20px;
  width: calc(100% - 39.5px);
  height: 565px;
  border-radius: 1% 1% 30px 30px;
  z-index: 4;
  overflow: auto;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .in-mobile-view::-webkit-scrollbar {
  width: 0 !important;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .in-mobile-view img {
  top: 0;
  left: 0;
  width: 100%;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-time {
  top: 22px;
  left: 41px;
  font-size: 10px;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons {
  top: 17px;
  right: 31px;
  width: 47px;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons .single-panel-icon .cellular {
  max-height: 12px;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons .single-panel-icon .wifi {
  max-height: 12px;
}
.single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons .single-panel-icon .battery {
  max-height: 18px;
}
.single-project-page .client-review {
  padding: 140px 0 70px;
}
.single-project-page .client-review .review-title-line {
  margin-bottom: 50px;
}
.single-project-page .client-review .review-logo {
  margin-right: 25px;
}
.single-project-page .client-review .review-logo img {
  width: 140px;
}
.single-project-page .client-review .review-logo .speak-circle {
  background-color: #e4f2f9;
  width: 180px;
  height: 180px;
  top: -30px;
  left: -55px;
  z-index: -1;
}
.single-project-page .client-review .review-title {
  max-width: calc(100% - 140px - 25px);
  font-size: 60px;
  margin-bottom: 35px;
}
.single-project-page .client-review .review-content {
  max-width: 780px;
  margin: 0 auto;
}
.single-project-page .client-review .address-link a {
  color: #2b3136;
}
.single-project-page .client-review .address-link a:hover {
  color: #6ad762;
}
.single-project-page .client-review .separator {
  padding: 0 8px;
}

@media screen and (max-width: 1400px) {
  .single-project-page .main-block-single .logo-row-wrapper {
    padding-bottom: 30px;
  }
  .single-project-page .main-block-single .project-description .projects-logo {
    margin-bottom: 30px;
  }
  .single-project-page .main-project-content {
    padding: 60px 0 90px;
  }
  .single-project-page .main-project-content .image-content-big {
    padding: 60px;
  }
  .single-project-page .main-project-content .image-content-small {
    padding: 30px;
  }
  .single-project-page .main-project-content .main-content-block {
    margin-bottom: 90px;
  }
  .single-project-page .main-project-content .main-content-block .info-content {
    padding: 0 60px;
  }
  .single-project-page .main-project-content .single-sub-content {
    margin-bottom: 90px;
  }
  .single-project-page .main-project-content .single-sub-content .info-content {
    padding: 50px 0 0 30px;
  }
  .single-project-page .main-project-content .single-sub-content .image-content {
    width: calc(100% - 450px - 30px);
  }
  .single-project-page .main-project-content .ordered-sub-content .info-content {
    padding: 50px 30px 0 0;
  }
  .single-project-page .mobile-views-block {
    padding: 60px 0;
  }
  .single-project-page .client-review {
    padding: 60px 0;
  }
  .single-project-page .client-review .review-title-line {
    margin-bottom: 30px;
  }
  .single-project-page .client-review .review-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .single-project-page .main-block-single .main-block-top-part {
    margin-bottom: 0;
  }
  .single-project-page .main-block-single .main-block-bottom-part .next-prev-posts {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .single-project-page .main-block-single .main-block-bottom-part .prev-post {
    padding-right: 30px;
  }
  .single-project-page .main-block-single .main-block-bottom-part .next-post {
    padding-left: 30px;
  }
  .single-project-page .main-block-single .main-block-bottom-part .read-more-about {
    margin-top: 30px;
    width: 100%;
    order: 3;
    text-align: center;
  }
  .single-project-page .main-block-single .main-block-help-content {
    padding: 30px 0;
    min-height: 0;
  }
  .single-project-page .main-block-single .logo-row-wrapper {
    padding-bottom: 30px;
  }
  .single-project-page .main-block-single .single-project-main-title {
    max-width: none;
    margin-bottom: 30px;
  }
  .single-project-page .main-block-single .project-description {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .single-project-page .main-block-single .project-description h2 {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .single-project-page .main-block-single .project-tools {
    width: 100%;
    max-width: none;
  }
  .single-project-page .main-sub-images .single-sub-image {
    width: 100%;
    margin-bottom: 8px;
  }
  .single-project-page .main-sub-images .single-sub-image:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .single-project-page .main-project-content {
    padding: 30px 0 60px;
  }
  .single-project-page .main-project-content .image-content {
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.36);
  }
  .single-project-page .main-project-content .image-content-big {
    padding: 30px;
  }
  .single-project-page .main-project-content .image-content-small {
    padding: 15px;
  }
  .single-project-page .main-project-content .examples-title {
    margin-bottom: 20px;
  }
  .single-project-page .main-project-content .main-content-block {
    margin-bottom: 60px;
  }
  .single-project-page .main-project-content .main-content-block .info-content {
    padding: 0 30px;
  }
  .single-project-page .main-project-content .main-content-block .main-example-title {
    width: 100%;
    max-width: none;
  }
  .single-project-page .main-project-content .main-content-block .text-content {
    width: 100%;
    padding-top: 0;
  }
  .single-project-page .main-project-content .single-sub-content {
    margin-bottom: 60px;
  }
  .single-project-page .main-project-content .single-sub-content .info-content {
    width: 300px;
    padding: 30px 0 0;
  }
  .single-project-page .main-project-content .single-sub-content .image-content {
    width: calc(100% - 300px - 30px);
  }
  .single-project-page .main-project-content .ordered-sub-content .info-content {
    padding: 30px 0 0;
  }
  .single-project-page .mobile-views-block {
    padding: 30px 0;
  }
  .single-project-page .mobile-views-block .mobile-views-list {
    justify-content: space-around !important;
    -webkit-justify-content: space-around !important;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view {
    text-align: center;
    margin: 0 20px 20px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .mobile-phone {
    width: 310px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .in-mobile-view {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 270.5px;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .single-project-page .main-block-single .main-block-bottom-part .prev-post {
    padding-right: 0;
  }
  .single-project-page .main-block-single .main-block-bottom-part .next-post {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-project-page .main-block-single .posts-list-link {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .single-project-page .main-block-single .single-project-main-title {
    margin-bottom: 20px;
  }
  .single-project-page .main-block-single .project-description h2 {
    margin-bottom: 10px;
  }
  .single-project-page .main-block-single .project-description p {
    margin-bottom: 20px;
  }
  .single-project-page .main-block-single .project-description > ul {
    margin-bottom: 25px;
  }
  .single-project-page .main-block-single .project-description ol li {
    margin-bottom: 5px;
  }
  .single-project-page .main-block-single .project-tools h2 {
    margin-bottom: 10px;
  }
  .single-project-page .main-project-content .image-content-big {
    padding: 15px;
  }
  .single-project-page .main-project-content .examples-title {
    margin-bottom: 10px;
  }
  .single-project-page .main-project-content .main-content-block {
    margin-bottom: 60px;
  }
  .single-project-page .main-project-content .main-content-block .info-content {
    padding: 0;
  }
  .single-project-page .main-project-content .single-sub-content {
    margin-bottom: 60px;
  }
  .single-project-page .main-project-content .single-sub-content .info-content {
    padding: 0;
    width: 100%;
  }
  .single-project-page .main-project-content .single-sub-content .image-content {
    width: 100%;
  }
  .single-project-page .main-project-content .ordered-sub-content .info-content {
    padding: 0;
    order: 1;
  }
  .single-project-page .main-project-content .ordered-sub-content .image-content {
    order: 2;
  }
  .single-project-page .client-review {
    padding: 60px 0 30px;
  }
  .single-project-page .client-review .review-title-line {
    margin-bottom: 0;
  }
  .single-project-page .client-review .review-logo {
    width: 100%;
    margin: 0 0 15px;
  }
  .single-project-page .client-review .review-logo .speak-circle {
    left: 50%;
    transform: translate(calc(-50% - 35px));
    -webkit-transform: translate(calc(-50% - 35px));
  }
  .single-project-page .client-review .review-title {
    width: 100%;
    max-width: none;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .single-project-page .client-review .review-content {
    max-width: none;
  }
  .single-project-page .client-review .address-link {
    width: 100%;
    margin-bottom: 2px;
  }
  .single-project-page .client-review .separator {
    display: none;
  }
  .single-project-page .client-review .author-name {
    width: 100%;
  }
  .single-project-page .mobile-views-block .extra-margin-bottom-class {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 339px) {
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .mobile-phone {
    width: 290px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .in-mobile-view {
    top: 36px;
    width: 255px;
    height: 528px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-time {
    top: 21px;
    left: 41px;
    font-size: 9px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons {
    top: 17px;
    right: 31px;
    width: 42px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons .single-panel-icon .cellular {
    max-height: 10px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons .single-panel-icon .wifi {
    max-height: 10px;
  }
  .single-project-page .mobile-views-block .mobile-views-list .single-mobile-view .iphone-panel-icons .single-panel-icon .battery {
    max-height: 16px;
  }
}
.home-page {
  background-image: url("../../images/ps-home-main-blured.webp");
  background-size: 100% auto !important;
}
.home-page .main-block-home .custom-container-big {
  max-width: 1710px;
}
.home-page .main-block-home .main-block-image {
  width: calc(50% - 50px);
}
.home-page .main-block-home .main-block-image .help-image-wrapper {
  border-radius: 0 0 40px 40px;
}
.home-page .main-block-home .main-block-image .help-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 86.7%;
}
.home-page .main-block-home .main-block-image .help-image-wrapper img {
  -webkit-animation: scaling 50s linear infinite;
  animation: scaling 50s linear infinite;
}
.home-page .main-block-home .main-block-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(50% - 50px);
  padding: 45px 0 65px;
}
.home-page .main-block-home .main-block-info .main-block-subtitle {
  margin-bottom: 76px;
  line-height: 32px;
  font-size: 17px;
  color: #2d7281;
  text-transform: unset;
}
.home-page .main-block-home .main-block-info .main-block-title {
  margin-bottom: 10px;
  font-size: 49px;
  line-height: 59px;
}
.home-page .main-block-home .main-block-info .main-block-title .word-switcher {
  display: inline-table;
  overflow: hidden;
  position: relative;
}
.home-page .main-block-home .main-block-info .main-block-title .word-switcher .switcher-help-wrapper {
  -webkit-animation: word-changer-3 12s 3s infinite;
  animation: word-changer-3 12s 3s infinite;
  transition: all 0.1s linear;
  display: block;
}
.home-page .main-block-home .main-block-info .main-block-title .word-switcher .sub-word {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.home-page .main-block-home .main-block-info .main-block-title .word-switcher .main {
  display: block;
}
.home-page .main-block-home .main-block-info .main-block-title .word-switcher .switch-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.home-page .main-block-home .main-block-info .main-block-title .word-switcher .switch-3 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.home-page .main-block-home .main-block-info .main-block-button a {
  font-size: 20px;
  padding: 16px 38px;
  border-radius: 33px;
  min-width: 245px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.home-page .main-block-home .main-block-tools-spacer {
  height: 50px;
}
.home-page .main-home-tools {
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  background-color: #fff;
  max-width: 1140px;
  top: -95px;
}
.home-page .main-home-tools .single-tool img {
  height: 100px;
  max-width: 100%;
}
.home-page .main-home-tools .single-tool:hover .single-tool-tooltip {
  opacity: 1;
  visibility: visible;
}
.home-page .main-home-tools .single-tool-tooltip {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #6ad762;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.home-page .main-home-tools .single-tool-tooltip .wysiwyg-styles {
  padding: 15px;
  overflow: auto;
  max-height: 100%;
}
.home-page .main-home-tools .single-tool-tooltip .wysiwyg-styles *:last-child {
  margin-bottom: 0;
}
.home-page .main-home-tools .single-tool-tooltip .wysiwyg-styles::-webkit-scrollbar {
  width: 5px;
}
.home-page .main-home-tools .single-tool-tooltip .wysiwyg-styles::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 22px 0;
}
.home-page .main-home-tools .single-tool-tooltip .wysiwyg-styles::-webkit-scrollbar-thumb {
  background-color: #6ad762;
}
.home-page .main-home-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.home-page .main-home-carousel .slick-slide:focus {
  outline: none;
}
.home-page .main-home-carousel .slick-arrow-custom {
  top: calc(100% - 25px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.home-page .main-home-carousel .slick-arrow-custom:hover {
  background-color: rgba(106, 215, 98, 0.149);
}
.home-page .main-home-carousel .slick-arrow-custom:hover .slick-arrow-img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.home-page .main-home-carousel .slick-arrow-custom-prev {
  left: calc(50% - 120px);
}
.home-page .main-home-carousel .slick-arrow-custom-next {
  right: calc(50% - 120px);
}
.home-page .main-home-carousel .slick-arrow-img {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  opacity: 1;
}
.home-page .main-home-carousel .slick-prev {
  background-image: url("../../images/left-arrow-green.svg");
}
.home-page .main-home-carousel .slick-next {
  background-image: url("../../images/right-arrow-green.svg");
}
.home-page .main-home-carousel .single-tool {
  vertical-align: middle;
  padding: 45px;
}
.home-page .main-home-non-carousel {
  padding: 45px;
}
.home-page .main-home-non-carousel .single-tool {
  width: calc((100% - 360px) / 5.001);
  margin: 0 45px 0;
}
.home-page .main-home-non-carousel .single-tool:nth-of-type(5n) {
  margin: 0 0 0 45px;
}
.home-page .main-home-non-carousel .single-tool:nth-of-type(5n + 1) {
  margin: 0 45px 0 0;
}
.home-page .portfolio-block {
  padding: 30px 0 0;
}
.home-page .portfolio-block .portfolio-wrapper .single-project-component:nth-last-of-type(1) {
  margin-right: 0 !important;
}
.home-page .portfolio-block .portfolio-show-all {
  margin: -45px 0 60px;
}
.home-page .portfolio-block .portfolio-show-all a {
  font-size: 20px;
  padding: 15px 35px;
}
.home-page .separated-logos-slider {
  padding: 30px 0 90px;
}
.home-page .separated-logos-slider .separated-logos-slider-wrapper {
  top: auto !important;
  margin: 15px auto 0 !important;
}

@media screen and (max-width: 1680px) {
  .home-page .main-block-home .main-block-tools-spacer {
    height: 45px;
  }
}
@media screen and (max-width: 1500px) {
  .home-page .main-block-home .main-block-image {
    width: calc(50% - 15px);
  }
  .home-page .main-block-home .main-block-info {
    justify-content: center;
    width: calc(50% - 15px);
    padding: 30px 0;
  }
  .home-page .main-block-home .main-block-info .main-block-subtitle {
    margin-bottom: 15px;
  }
  .home-page .main-block-home .main-block-info .main-block-title {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: normal;
  }
  .home-page .main-home-tools {
    border-radius: 25px;
    top: -80px;
  }
  .home-page .main-home-carousel .single-tool {
    padding: 30px 45px;
  }
  .home-page .main-home-non-carousel {
    padding: 30px 15px;
  }
  .home-page .main-home-non-carousel .single-tool {
    width: calc((100% - 240px) / 5.001);
    margin: 0 30px 0;
  }
  .home-page .main-home-non-carousel .single-tool:nth-of-type(5n) {
    margin: 0 0 0 30px;
  }
  .home-page .main-home-non-carousel .single-tool:nth-of-type(5n + 1) {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 1400px) {
  .home-page .portfolio-block .portfolio-show-all {
    margin: -20px 0 45px;
  }
}
@media screen and (max-width: 1300px) {
  .home-page .main-block-home .main-block-info {
    padding: 30px 0;
  }
  .home-page .main-block-home .main-block-tools-spacer {
    height: 30px;
  }
  .home-page .main-home-tools {
    top: 0;
    margin: 30px auto 45px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page {
    background-position: 50% 15px !important;
    background-size: calc(100% - 60px) auto !important;
  }
  .home-page .main-block-home .main-block-info .main-block-title {
    margin-bottom: 20px;
  }
  .home-page .main-block-home .main-block-info .main-block-button a {
    font-size: 14px;
    padding: 11px 18px;
    min-width: unset;
  }
  .home-page .main-home-carousel .single-tool {
    padding: 30px;
  }
  .home-page .main-home-non-carousel {
    padding: 30px;
  }
  .home-page .main-home-non-carousel .single-tool {
    width: calc((100% - 120px) / 5.001);
    margin: 0 15px 0;
  }
  .home-page .main-home-non-carousel .single-tool:nth-of-type(5n) {
    margin: 0 0 0 15px;
  }
  .home-page .main-home-non-carousel .single-tool:nth-of-type(5n + 1) {
    margin: 0 15px 0 0;
  }
  .home-page .portfolio-block .portfolio-wrapper {
    justify-content: space-between !important;
    -webkit-justify-content: space-between !important;
  }
  .home-page .portfolio-block .portfolio-wrapper .single-project-component:nth-last-of-type(1) {
    margin: 0 auto 60px !important;
  }
  .home-page .portfolio-block .portfolio-show-all a {
    font-size: 14px;
    padding: 11px 18px;
  }
}
@media screen and (max-width: 767px) {
  .home-page {
    background-size: calc(100% - 30px) auto !important;
  }
  .home-page .main-block-home .main-block-info {
    padding: 15px 0;
  }
  .home-page .main-block-home .main-block-info .main-block-subtitle {
    margin-bottom: 5px;
  }
  .home-page .main-block-home .main-block-info .main-block-title {
    margin-bottom: 10px;
  }
  .home-page .main-block-home .main-block-tools-spacer {
    display: none;
  }
  .home-page .main-home-tools {
    margin: 15px auto 45px;
  }
  .home-page .main-home-tools .single-tool img {
    height: 70px;
  }
  .home-page .main-home-non-carousel {
    padding: 30px 15px 0;
    margin: 15px auto;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .home-page .main-home-non-carousel .single-tool {
    width: 33.3222259247%;
    padding: 0 15px;
    margin: 0 0 30px !important;
  }
  .home-page .portfolio-block .portfolio-wrapper .single-project-component:nth-last-of-type(1) {
    margin: 0 auto 40px !important;
  }
  .home-page .separated-logos-slider {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 650px) {
  .home-page .main-block-home .main-block-home-content {
    margin: 0 -15px;
  }
  .home-page .main-block-home .main-block-image {
    width: 100%;
    order: 2;
  }
  .home-page .main-block-home .main-block-image .help-image-wrapper {
    border-radius: 0;
  }
  .home-page .main-block-home .main-block-info {
    padding: 30px 15px;
    width: 100%;
    order: 1;
    text-align: center;
  }
  .home-page .main-home-non-carousel {
    margin: 30px auto 15px;
  }
}
@media screen and (max-width: 500px) {
  .home-page .main-home-non-carousel .single-tool {
    width: 50%;
  }
}
.about-us-page .main-page-content {
  padding-bottom: 30px;
}
.about-us-page .main-page-content .main-content-title {
  font-size: 70px;
  margin-bottom: 10px;
}
.about-us-page .main-page-content .main-content-subtitle {
  font-size: 53px;
  margin-bottom: 20px;
}
.about-us-page .main-page-content .wysiwyg-styles h2 {
  margin-bottom: 35px;
}
.about-us-page .main-page-content .wysiwyg-styles p {
  font-size: 17px;
  line-height: 1.8;
}
.about-us-page .main-page-content .wysiwyg-styles > ul > li {
  font-size: 17px;
  line-height: 1.8;
  background-image: url("../../images/check-green.svg");
  background-position: 0 8px;
  background-size: 15px 15px;
}
.about-us-page .main-page-content .wysiwyg-styles > ul > li ul li {
  font-size: 14px;
  line-height: 1.8;
  background-position: 0 10px;
}
.about-us-page .main-page-content .wysiwyg-styles ol li {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}
.about-us-page .main-page-content .wysiwyg-styles ol li:before {
  top: 5px;
}
.about-us-page .main-page-content .wysiwyg-styles table td {
  font-size: 17px;
  line-height: 1.8;
}
.about-us-page .main-page-content .path-to-goal {
  padding: 30px 0;
}
.about-us-page .main-page-content .path-to-goal .single-step {
  width: calc((100% - 60px) / 4.001);
  margin: 0 10px 40px;
  border-radius: 25px;
  padding: 70px 15px;
}
.about-us-page .main-page-content .path-to-goal .single-step .step-hover-effect {
  width: 180px;
  height: 180px;
  left: -80px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  pointer-events: none;
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(1) {
  background-color: #6ad762;
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(1) .step-hover-effect {
  background-color: rgba(30, 52, 70, 0.15);
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(2) {
  background-color: #1e3446;
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(2) .step-hover-effect {
  background-color: rgba(240, 187, 20, 0.15);
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(3) {
  background-color: #f0bb14;
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(3) .step-hover-effect {
  background-color: rgba(58, 149, 175, 0.15);
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(4) {
  background-color: #3a95af;
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(4) .step-hover-effect {
  background-color: rgba(240, 187, 20, 0.15);
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(4n) {
  margin: 0 0 40px 10px;
}
.about-us-page .main-page-content .path-to-goal .single-step:nth-of-type(4n+1) {
  margin: 0 10px 40px 0;
}
.about-us-page .main-page-content .path-to-goal .single-step:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.about-us-page .main-page-content .path-to-goal .single-step:hover .step-hover-effect {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about-us-page .main-page-content .path-to-goal .step-image {
  width: 112px;
  height: 112px;
  margin-bottom: 40px;
}
.about-us-page .main-page-content .path-to-goal .step-image img {
  object-fit: contain;
}
.about-us-page .main-page-content .path-to-goal .step-title {
  font-size: 39px;
  margin-bottom: 10px;
}
.about-us-page .main-page-content .path-to-goal .step-subtitle {
  font-size: 25px;
}
.about-us-page .team-members .single-member {
  width: 242px;
  margin: 0 calc((100% - 968px) / 6.001) 60px;
}
.about-us-page .team-members .single-member:nth-of-type(4n) {
  margin: 0 0 60px calc((100% - 968px) / 6.001);
}
.about-us-page .team-members .single-member:nth-of-type(4n+1) {
  margin: 0 calc((100% - 968px) / 6.001) 60px 0;
}
.about-us-page .team-members .single-member .member-image {
  margin-bottom: 40px;
}
.about-us-page .team-members .single-member .member-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-us-page .team-members .single-member .member-image img {
  border-radius: 25px;
  filter: grayscale(1);
}
.about-us-page .team-members .single-member .member-image .photo-bg-rectangle {
  width: 138px;
  height: 138px;
  border-radius: 25px;
  transform-origin: 100% 100%;
  right: 40px;
  bottom: 40px;
  z-index: -1;
}
.about-us-page .team-members .single-member .member-image .photo-bg-rectangle-green {
  background-color: #54af3a;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.about-us-page .team-members .single-member .member-image .photo-bg-rectangle-orange {
  background-color: #f0bb14;
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.about-us-page .team-members .single-member .member-name {
  margin-bottom: 5px;
  font-size: 20px;
}
.about-us-page .team-members .single-member .member-name .hover-name-effect {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: transparent;
}
.about-us-page .team-members .single-member .member-position {
  font-size: 17px;
}
.about-us-page .team-members .single-member:hover .member-image img {
  filter: grayscale(0);
}
.about-us-page .team-members .single-member:hover .member-image .photo-bg-rectangle-green {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}
.about-us-page .team-members .single-member:hover .member-image .photo-bg-rectangle-orange {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.about-us-page .team-members .single-member:hover .member-name {
  color: #54af3a;
}
.about-us-page .team-members .single-member:hover .member-name .hover-name-effect {
  background-color: rgba(106, 215, 98, 0.149);
}
.about-us-page .about-us-chess-preview {
  margin-bottom: 60px;
}
.about-us-page .about-us-chess-preview-title {
  font-size: 41px;
  color: #1e3446;
  margin-bottom: 15px;
}
.about-us-page .about-us-chess-preview-wrapper {
  max-width: 860px;
  margin: 0 auto;
}
.about-us-page .about-us-chess-preview-wrapper:hover .about-us-chess-preview-icon {
  background-color: rgb(106, 215, 98);
}
.about-us-page .about-us-chess-preview-wrapper:hover .about-us-chess-preview-icon .hovered-circle {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about-us-page .about-us-chess-preview-wrapper:hover .about-us-chess-preview-icon .static-image {
  opacity: 0;
  visibility: hidden;
}
.about-us-page .about-us-chess-preview-wrapper:hover .about-us-chess-preview-icon .hovered-image {
  opacity: 1;
  visibility: visible;
}
.about-us-page .about-us-chess-preview-icon {
  width: 74px;
  height: 74px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
  border-radius: 25px;
  margin-right: 22px;
  background-color: #fff;
  transition: all 0.2s linear;
}
.about-us-page .about-us-chess-preview-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  transition: all 0.2s linear;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
}
.about-us-page .about-us-chess-preview-icon .static-image {
  opacity: 1;
  visibility: visible;
}
.about-us-page .about-us-chess-preview-icon .hovered-image {
  opacity: 0;
  visibility: hidden;
}
.about-us-page .about-us-chess-preview-icon .hovered-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(106, 215, 98, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-45px, -50%);
  -webkit-transform: translate(-45px, -50%);
  transition: all 0.2s linear;
}
.about-us-page .about-us-chess-preview-content {
  width: calc(100% - 74px - 22px);
  color: #1e3446;
  font-size: 17px;
  font-style: italic;
  font-family: NunitoRegular;
}
.about-us-page .about-us-chess-preview-content strong {
  font-family: NunitoBold;
  font-style: normal;
}
.about-us-page .about-us-chess .single-chess-row {
  margin-bottom: 37px;
}
.about-us-page .about-us-chess .single-chess-row:hover .chess-row-image .chess-row-image-background {
  background-color: #f0bb14;
}
.about-us-page .about-us-chess .single-chess-row-reversed .chess-row-image {
  order: 2;
}
.about-us-page .about-us-chess .single-chess-row-reversed .chess-row-content-wrapper {
  order: 1;
}
.about-us-page .about-us-chess .chess-row-image {
  width: 530px;
  border-radius: 25px;
}
.about-us-page .about-us-chess .chess-row-image:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.about-us-page .about-us-chess .chess-row-image .chess-row-image-background {
  border-radius: 25px;
  background-color: #54af3a;
  top: 7px;
  left: 7px;
  height: calc(100% - 7px);
  width: calc(100% - 7px);
  transition: all 0.2s linear;
}
.about-us-page .about-us-chess .chess-row-image img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.about-us-page .about-us-chess .chess-row-content-wrapper {
  width: calc(100% - 530px - 50px);
}
.about-us-page .about-us-chess .chess-row-title {
  font-size: 25px;
  line-height: 39px;
  margin-bottom: 15px;
  color: #1e3446;
}
.about-us-page .about-us-chess .chess-row-content {
  font-size: 17px;
  line-height: 1.8;
  color: #2b3136;
}

@media screen and (max-width: 1200px) {
  .about-us-page .main-page-content .path-to-goal .single-step {
    padding: 30px 15px;
  }
  .about-us-page .main-page-content .path-to-goal .step-image {
    margin-bottom: 20px;
  }
  .about-us-page .main-page-content .path-to-goal .step-title {
    font-size: 30px;
  }
  .about-us-page .main-page-content .path-to-goal .step-subtitle {
    font-size: 20px;
  }
  .about-us-page .team-members .single-member {
    width: 200px;
    margin: 0 calc((100% - 800px) / 6.001) 40px;
  }
  .about-us-page .team-members .single-member:nth-of-type(4n) {
    margin: 0 0 40px calc((100% - 800px) / 6.001);
  }
  .about-us-page .team-members .single-member:nth-of-type(4n+1) {
    margin: 0 calc((100% - 800px) / 6.001) 40px 0;
  }
  .about-us-page .team-members .single-member .member-image {
    margin-bottom: 15px;
  }
  .about-us-page .about-us-chess-preview {
    margin-bottom: 45px;
  }
  .about-us-page .about-us-chess-preview-title {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .about-us-page .about-us-chess .chess-row-image {
    width: 400px;
  }
  .about-us-page .about-us-chess .chess-row-content-wrapper {
    width: calc(100% - 400px - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .about-us-page .main-page-content {
    padding-bottom: 30px;
  }
  .about-us-page .main-page-content .main-content-title {
    font-size: 40px;
  }
  .about-us-page .main-page-content .main-content-subtitle {
    font-size: 30px;
  }
  .about-us-page .main-page-content .path-to-goal {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .about-us-page .main-page-content .path-to-goal .single-step {
    width: calc(50% - 15px);
    margin: 0 0 30px !important;
  }
  .about-us-page .team-members .members-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .about-us-page .team-members .single-member {
    width: calc(50% - 15px);
    margin: 0 0 50px !important;
  }
  .about-us-page .team-members .single-member .member-name {
    margin-bottom: 0;
  }
  .about-us-page .about-us-chess-preview {
    margin-bottom: 30px;
  }
  .about-us-page .about-us-chess .chess-row-image {
    width: 300px;
  }
  .about-us-page .about-us-chess .chess-row-content-wrapper {
    width: calc(100% - 300px - 30px);
  }
}
@media screen and (max-width: 767px) {
  .about-us-page .main-page-content .path-to-goal {
    padding: 0;
  }
  .about-us-page .main-page-content .path-to-goal .single-step {
    width: 100%;
  }
  .about-us-page .about-us-chess-preview-title {
    padding-top: 15px;
  }
  .about-us-page .about-us-chess .chess-row-image {
    width: 100%;
    max-width: 400px;
    margin: 0 0 15px;
  }
  .about-us-page .about-us-chess .chess-row-title {
    margin-bottom: 5px;
  }
  .about-us-page .about-us-chess .chess-row-content-wrapper {
    width: 100%;
  }
  .about-us-page .about-us-chess .single-chess-row {
    margin-bottom: 45px;
  }
  .about-us-page .about-us-chess .single-chess-row:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .about-us-page .about-us-chess .single-chess-row-reversed .chess-row-image {
    order: 1;
    margin-left: auto;
  }
  .about-us-page .about-us-chess .single-chess-row-reversed .chess-row-content-wrapper {
    order: 2;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .about-us-page .team-members .single-member {
    width: 100%;
    margin: 0 0 40px !important;
  }
}
@media screen and (max-width: 500px) {
  .about-us-page .about-us-chess-preview-title {
    margin-bottom: 15px;
  }
}
.blog-page .main-block-blog {
  min-height: 300px;
  padding: 30px 0;
}
.blog-page .main-block-blog .breadcrumbs {
  margin-bottom: 10px;
}
.blog-page .main-block-blog .breadcrumbs .single-breadcrumb {
  font-size: 12px;
}
.blog-page .main-block-blog .breadcrumbs .single-breadcrumb a {
  text-decoration: underline;
}
.blog-page .main-block-blog .breadcrumbs .single-breadcrumb a:hover {
  color: #6ad762;
}
.blog-page .main-block-blog .breadcrumbs .breadcrumb-separator {
  padding: 0 8px;
}
.blog-page .main-block-blog .breadcrumbs .breadcrumb-separator img {
  max-height: 10px;
}
.blog-page .main-block-blog .main-block-titles, .blog-page .main-block-blog .main-block-categories {
  max-width: 500px;
}
.blog-page .main-block-blog .title {
  margin: 0 0 25px;
}
.blog-page .main-block-blog .single-blog-main-title {
  font-size: 30px;
  max-width: calc(100% - 500px - 60px);
  line-height: 1.5;
  margin-bottom: 15px;
}
.blog-page .main-block-blog .sub-text {
  font-size: 19px;
  line-height: 1.85;
}
.blog-page .main-block-blog .single-category {
  margin: 0 6px 10px 0;
}
.blog-page .main-block-blog .single-category a {
  font-size: 16px;
  color: #4a5863;
  padding: 11px 23px;
}
.blog-page .main-block-blog .single-category a:hover {
  color: #fff;
  background-color: #6ad762;
}
.blog-page .main-block-blog .single-category .current-category {
  color: #fff;
  background-color: #6ad762;
}
.blog-page .main-block-blog .single-category:nth-last-of-type(1) {
  margin: 0 0 10px 0;
}
.blog-page .blog-card {
  margin-bottom: 40px;
}
.blog-page .blog-card a {
  border-radius: 25px;
  box-shadow: 0 0 30px 0 rgba(24, 32, 42, 0.2);
}
.blog-page .blog-card a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: 0 0 30px 0 rgba(106, 215, 98, 0.55);
}
.blog-page .blog-card a:hover .blog-card-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.blog-page .blog-card a:hover .blog-card-title {
  color: #6ad762;
}
.blog-page .blog-card .blog-card-categories {
  margin: 0 15px 5px 0;
  line-height: normal;
}
.blog-page .blog-card .blog-card-categories .tag-categories-image {
  margin-right: 5px;
}
.blog-page .blog-card .blog-card-categories .tag-categories-image img {
  max-width: 17px;
  max-height: 17px;
}
.blog-page .blog-card .blog-card-categories .tag-categories-names {
  font-size: 13px;
}
.blog-page .blog-card .blog-card-date {
  font-size: 13px;
  margin-bottom: 5px;
  color: #7b8b98;
  line-height: normal;
}
.blog-page .blog-card .blog-card-date .updated-icon {
  margin-right: 5px;
}
.blog-page .blog-card .blog-card-date .updated-icon img {
  max-width: 18px;
  max-height: 18px;
}
.blog-page .blog-card .blog-card-date .updated-date-text {
  color: #08536e;
}
.blog-page .blog-card .blog-card-preview {
  font-size: 17px;
  color: #2b3136;
  line-height: 1.8;
}
.blog-page .blog-card .blog-card-title {
  line-height: normal;
}
.blog-page .blog-card-long .blog-card-image {
  min-height: 320px;
  width: 400px;
}
.blog-page .blog-card-long .blog-card-image img {
  object-fit: cover;
}
.blog-page .blog-card-long .blog-card-content {
  width: calc(100% - 400px);
  padding: 30px 50px 40px;
}
.blog-page .blog-card-long .blog-card-subinfo {
  margin-bottom: 25px;
}
.blog-page .blog-card-long .blog-card-title {
  font-size: 25px;
  margin-bottom: 25px;
}
.blog-page .blog-card-short {
  width: calc(50% - 20px);
}
.blog-page .blog-card-short .blog-card-image:before {
  content: "";
  display: block;
  padding-top: 34%;
}
.blog-page .blog-card-short .blog-card-content {
  padding: 30px 40px 40px;
}
.blog-page .blog-card-short .blog-card-subinfo {
  margin-bottom: 15px;
}
.blog-page .blog-card-short .blog-card-title {
  font-size: 21px;
  margin-bottom: 15px;
}
.blog-page .blog-card-spacer {
  width: 100%;
  height: 40px;
}

@media screen and (max-width: 1366px) {
  .blog-page .blog-card {
    margin-bottom: 30px;
  }
  .blog-page .blog-card-short {
    width: calc(50% - 15px);
  }
  .blog-page .blog-card-spacer {
    height: 0;
  }
}
@media screen and (max-width: 1200px) {
  .blog-page .main-block-blog {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .blog-page .main-block-blog .main-block-titles, .blog-page .main-block-blog .main-block-categories {
    max-width: none;
    width: 100%;
  }
  .blog-page .main-block-blog .title {
    margin: 0 0 10px;
  }
  .blog-page .main-block-blog .single-blog-main-title {
    width: 100%;
    max-width: none;
  }
  .blog-page .main-block-blog .sub-text {
    margin-bottom: 15px;
  }
  .blog-page .blog-card {
    margin-bottom: 30px;
  }
  .blog-page .blog-card .blog-card-content {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .blog-page .elements-page-content {
    background-size: 100%;
    background-position: 0 5px;
  }
  .blog-page .blog-card {
    margin-bottom: 30px;
  }
  .blog-page .blog-card .blog-card-content {
    padding: 15px !important;
  }
  .blog-page .blog-card .blog-card-subinfo {
    margin-bottom: 5px !important;
  }
  .blog-page .blog-card .blog-card-title {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .blog-page .blog-card-long .blog-card-image {
    min-height: 200px;
    width: 250px;
  }
  .blog-page .blog-card-long .blog-card-content {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .blog-page .main-block-blog .title {
    font-size: 30px;
  }
  .blog-page .blog-card {
    width: 100%;
  }
  .blog-page .blog-card .blog-card-categories {
    width: 100%;
  }
  .blog-page .blog-card .blog-card-date {
    width: 100%;
  }
  .blog-page .blog-card .blog-card-image {
    width: 100%;
    position: relative;
    min-height: 200px;
  }
  .blog-page .blog-card .blog-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .blog-page .blog-card .blog-card-image:before {
    content: "";
    display: block;
    padding-top: 34%;
  }
  .blog-page .blog-card .blog-card-content {
    width: 100%;
  }
}
.single-blog-page .same-categories-posts {
  padding: 90px 0;
}
.single-blog-page .same-categories-posts .same-categories-title {
  line-height: normal;
  margin-bottom: 30px;
  font-size: 21px;
}
.single-blog-page .elements-page-content {
  padding: 30px 0 0;
}
.single-blog-page .elements-page-content .help-bg-bottom-image-wrapper {
  background-image: url("../../images/gradient-green-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% calc(100% + 406px);
}
.single-blog-page .elements-page-content .main-blog-info {
  max-width: 1225px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-thumbnail {
  width: calc(100% - 335px - 30px);
  border-radius: 20px;
  top: -60px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-thumbnail:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info {
  width: 335px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info {
  margin-bottom: 25px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .updated-icon {
  width: 42px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .updated-icon img {
  object-fit: contain;
  width: 100%;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .date-value {
  width: calc(100% - 42px - 8px);
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .date-value .updated-date-text {
  color: #08536e;
  line-height: 1.3;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .date-value .date-text {
  color: #7b8b98;
  font-size: 19px;
  line-height: 1.3;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .socials-share {
  min-height: 65px;
  margin-bottom: 20px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .socials-share .share-button {
  margin-bottom: 3px;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .socials-share .share-button:nth-last-of-type(1) {
  margin-bottom: 0;
}
.single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .subscribe-block {
  left: -75px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles h2, .single-blog-page .elements-page-content .blog-wysiwyg-styles h3 {
  font-family: NunitoBold;
  color: #1e3446;
  font-size: 21px;
  margin: 0 auto 20px;
  max-width: 720px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles h2 {
  text-transform: uppercase;
  position: relative;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles h2:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -40px;
  width: 29px;
  height: 6px;
  background-image: url("../../images/header-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles p {
  font-size: 17px;
  margin: 0 auto 15px;
  line-height: 1.9;
  max-width: 720px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles ul li {
  background-image: none;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles ul li:before {
  content: "";
  position: absolute;
  background-image: url("../../images/dot-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles > ul {
  margin-top: 0;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles > ul > li {
  font-size: 17px;
  line-height: 1.8;
  padding-left: 0;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles > ul > li:before {
  top: 11px;
  left: -20px;
  width: 8px;
  height: 8px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles > ul > li ul li {
  font-size: 14px;
  line-height: 1.8;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles > ul > li ul li:before {
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles ol {
  margin-top: 0;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles ol li {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
  padding-left: 0;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles ol li:before {
  top: 5px;
  left: -30px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles .wysiwyg-table-wrapper {
  max-width: 950px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles .wysiwyg-table-wrapper table {
  max-width: none;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles table {
  max-width: 950px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles table td {
  font-size: 17px;
  line-height: 1.8;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles .video-wysiwyg, .single-blog-page .elements-page-content .blog-wysiwyg-styles .wysiwyg-gallery, .single-blog-page .elements-page-content .blog-wysiwyg-styles .gdc_row, .single-blog-page .elements-page-content .blog-wysiwyg-styles ol, .single-blog-page .elements-page-content .blog-wysiwyg-styles > ul {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles .enlighter-default {
  max-width: 950px;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles .gdc_row, .single-blog-page .elements-page-content .blog-wysiwyg-styles .gdc_column {
  margin-bottom: 0;
}
.single-blog-page .elements-page-content .blog-wysiwyg-styles .blockquote-wrapper * {
  max-width: none;
}
.single-blog-page .elements-page-content .blog-wysiwyg-single {
  padding-bottom: 50px;
}
.single-blog-page .elements-page-content .under-blog-content {
  max-width: 950px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.single-blog-page .elements-page-content .under-blog-content .content-side-info .content-image {
  margin-bottom: 30px;
}
.single-blog-page .elements-page-content .under-blog-content .content-side-info .content-image img {
  width: 100%;
  max-width: 300px;
}
.single-blog-page .elements-page-content .under-blog-content .content-text-info {
  width: calc(100% - 335px - 60px);
}
.single-blog-page .no-bottom-padding-wysiwyg {
  padding-bottom: 0 !important;
}
.single-blog-page .annotations-wysiwyg {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.single-blog-page .annotations-wysiwyg h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.single-blog-page .annotations-wysiwyg h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.single-blog-page .annotations-wysiwyg p {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 10px;
}
.single-blog-page .annotations-wysiwyg ul {
  margin-bottom: 15px;
}
.single-blog-page .annotations-wysiwyg ul li {
  font-size: 10px;
  line-height: 16px;
  padding-left: 20px;
  background-size: 8px 8px;
  background-position: 0 4.5px;
}
.single-blog-page .annotations-wysiwyg ol {
  margin-bottom: 15px;
}
.single-blog-page .annotations-wysiwyg ol li {
  padding-left: 20px;
  font-size: 10px;
  line-height: 16px;
}
.single-blog-page .annotations-wysiwyg ol li:before {
  width: 15px;
  height: 15px;
  font-size: 6px;
  top: 1px;
}
.single-blog-page .annotations-wysiwyg table td {
  font-size: 10px;
  line-height: 16px;
}

@media screen and (max-width: 1400px) {
  .single-blog-page .same-categories-posts {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .single-blog-page .elements-page-content .blog-wysiwyg-single {
    padding-bottom: 30px;
  }
  .single-blog-page .elements-page-content .under-blog-content {
    padding-bottom: 50px;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-thumbnail {
    top: 0;
    width: 100%;
    max-width: 950px;
    margin: 0 auto 30px;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-and-socials-wrapper {
    justify-content: center !important;
    -webkit-justify-content: center !important;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .socials-share {
    width: auto !important;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info {
    width: auto !important;
    margin-right: 30px;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .updated-icon {
    margin-right: 8px;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info .date-value {
    width: auto;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .subscribe-block {
    left: auto;
    margin: 0 auto;
  }
  .single-blog-page .annotations-wysiwyg {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .single-blog-page .same-categories-posts {
    padding: 30px 0 15px;
  }
  .single-blog-page .same-categories-posts .same-categories-title {
    margin-bottom: 15px;
  }
  .single-blog-page .elements-page-content {
    background-size: 100%;
    background-position: 0 5px;
  }
  .single-blog-page .elements-page-content .blog-wysiwyg-single {
    padding-left: 20px;
  }
  .single-blog-page .elements-page-content .under-blog-content {
    padding-bottom: 30px;
  }
  .single-blog-page .elements-page-content .under-blog-content .content-side-info {
    width: 100% !important;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-blog-page .elements-page-content .under-blog-content .content-side-info .content-image {
    text-align: center;
  }
  .single-blog-page .elements-page-content .under-blog-content .content-text-info {
    padding-bottom: 15px;
  }
  .single-blog-page .elements-page-content .under-blog-content .content-subscribe-form .subscribe-block {
    margin: 0 auto;
  }
  .single-blog-page .annotations-wysiwyg {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog-page .elements-page-content .blog-wysiwyg-single {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .single-blog-page .elements-page-content .blog-wysiwyg-styles p {
    margin: 0 auto 20px;
  }
  .single-blog-page .elements-page-content .blog-wysiwyg-styles > ul {
    margin: 0 auto 30px;
    padding-left: 20px;
  }
  .single-blog-page .elements-page-content .blog-wysiwyg-styles ol {
    margin: 0 auto 30px;
    padding-left: 26px;
  }
  .single-blog-page .elements-page-content .blog-wysiwyg-styles h2:before {
    width: 13px;
    height: 3px;
    left: 0;
  }
  .single-blog-page .elements-page-content .blog-wysiwyg-styles > h2 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 374px) {
  .single-blog-page .elements-page-content .main-blog-info .blog-post-thumbnail {
    top: 0;
    width: 100%;
    max-width: 950px;
    margin: 0 auto 30px;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .socials-share {
    width: 100% !important;
    text-align: center;
  }
  .single-blog-page .elements-page-content .main-blog-info .blog-post-head-info .date-info {
    justify-content: center !important;
    -webkit-justify-content: center !important;
    width: 100% !important;
    margin: 0 0 15px;
  }
}
.services-page .service-main-block {
  min-height: 420px;
  padding: 40px 0;
  margin-bottom: 60px;
}
.services-page .service-main-block .mb-bg-image {
  top: 0;
  right: 0;
  min-height: 100%;
  object-fit: cover;
  -webkit-animation: scaling-another 10s linear infinite;
  animation: scaling-another 10s linear infinite;
}
.services-page .service-main-block .fly-circle {
  opacity: 0.15;
}
.services-page .service-main-block .left-circle-1 {
  background-color: #ffffff;
  width: 170px;
  height: 170px;
  bottom: 50px;
  left: -50px;
  animation: float-circles-right-left 12s ease-in-out infinite;
  -webkit-animation: float-circles-right-left 12s ease-in-out infinite;
}
.services-page .service-main-block .left-circle-2 {
  background-color: #fce918;
  width: 190px;
  height: 190px;
  top: 50px;
  left: -50px;
  animation: float-circles-down-up 16s ease-in-out infinite;
  -webkit-animation: float-circles-down-up 16s ease-in-out infinite;
}
.services-page .service-main-block .left-circle-3 {
  background-color: #ffffff;
  width: 190px;
  height: 190px;
  left: 60px;
  top: -30px;
  animation: float-circles-left-top 12s ease-in-out infinite;
  -webkit-animation: float-circles-left-top 12s ease-in-out infinite;
}
.services-page .service-main-block .left-circle-4 {
  background-color: #18fcef;
  width: 290px;
  height: 290px;
  bottom: 80px;
  left: 10px;
  animation: float-circles-up-down 8s ease-in-out infinite;
  -webkit-animation: float-circles-up-down 8s ease-in-out infinite;
}
.services-page .service-main-block .right-circle-1 {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  top: 100px;
  right: 390px;
  animation: float-circles-right-left 16s ease-in-out infinite;
  -webkit-animation: float-circles-right-left 16s ease-in-out infinite;
}
.services-page .service-main-block .right-circle-2 {
  width: 260px;
  height: 260px;
  background-color: #fcf418;
  bottom: 30px;
  right: 200px;
  animation: float-circles-left-top 12s ease-in-out infinite;
  -webkit-animation: float-circles-left-top 12s ease-in-out infinite;
}
.services-page .service-main-block .right-circle-3 {
  width: 400px;
  height: 400px;
  background-color: #18fcef;
  top: 60px;
  right: -150px;
  animation: float-circles-up-down 8s ease-in-out infinite;
  -webkit-animation: float-circles-up-down 8s ease-in-out infinite;
}
.services-page .service-main-block .service-breadcrumbs {
  margin-bottom: 40px;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb {
  margin: 0 15px 0 0;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb a, .services-page .service-main-block .service-breadcrumbs .single-breadcrumb span {
  padding-left: 20px;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb a img, .services-page .service-main-block .service-breadcrumbs .single-breadcrumb span img {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb a {
  opacity: 0.8;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb a:hover {
  color: #fff;
  opacity: 1;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb span {
  text-decoration: underline;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb:nth-of-type(1) a, .services-page .service-main-block .service-breadcrumbs .single-breadcrumb:nth-of-type(1) span {
  padding: 0;
}
.services-page .service-main-block .service-breadcrumbs .single-breadcrumb:nth-last-of-type(1) {
  margin: 0;
}
.services-page .service-main-block .side-content {
  width: calc(100% - 370px - 30px);
}
.services-page .service-main-block .side-content .mb-title {
  font-size: 50px;
  margin-bottom: 30px;
}
.services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext {
  font-size: 28px;
  max-width: 280px;
  line-height: 36px;
}
.services-page .service-main-block .side-content .mb-subtext-wrapper .mb-arrow-separator {
  padding: 0 30px;
}
.services-page .service-main-block .side-content .mb-subtext-wrapper .mb-arrow-separator img {
  max-width: 64px;
}
.services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext-small {
  font-size: 24px;
  max-width: calc(100% - 64px - 60px - 280px);
}
.services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext-long, .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext-small-long {
  max-width: none !important;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button {
  margin: 30px 20px 0 0;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button:nth-last-of-type(1) {
  margin: 30px 0 0 0;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button a {
  border: 2px solid #fff;
  font-size: 20px;
  padding: 16px 40px;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button .green-button-bordered {
  background-color: transparent;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button .green-button-bordered:hover {
  background-color: #fff;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button .green-button-reversed {
  background-color: #fff;
}
.services-page .service-main-block .side-content .mb-buttons-row .single-button .green-button-reversed:hover {
  background-color: transparent;
}
.services-page .service-main-block .side-image {
  width: 270px;
  height: 320px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.services-page .services-page-title {
  font-size: 35px;
  line-height: normal;
}
.services-page .service-margin-default {
  margin-bottom: 70px;
}
.services-page .service-margin-small {
  margin-bottom: 40px;
}
.services-page .bigger-wysiwyg-styles h2:not(.ps-title), .services-page .blockquote-wrapper h2:not(.ps-title) {
  margin-bottom: 35px;
}
.services-page .bigger-wysiwyg-styles p, .services-page .blockquote-wrapper p {
  font-size: 17px;
  line-height: 1.8;
}
.services-page .bigger-wysiwyg-styles ul li, .services-page .blockquote-wrapper ul li {
  font-size: 17px;
  line-height: 1.8;
  background-image: url("../../images/check-green.svg");
  background-position: 0 8px;
  background-size: 15px 15px;
}
.services-page .bigger-wysiwyg-styles ul li ul li, .services-page .blockquote-wrapper ul li ul li {
  font-size: 14px;
  line-height: 1.8;
  background-position: 0 10px;
}
.services-page .bigger-wysiwyg-styles ol li, .services-page .blockquote-wrapper ol li {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.8;
}
.services-page .bigger-wysiwyg-styles ol li:before, .services-page .blockquote-wrapper ol li:before {
  top: 5px;
}
.services-page .bigger-wysiwyg-styles table td, .services-page .blockquote-wrapper table td {
  font-size: 17px;
  line-height: 1.8;
}
.services-page .service-values-common-row .value-image {
  margin-right: 13px;
}
.services-page .service-values-common-row .value-image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.services-page .service-values-common-row .value-subtitle {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 3px;
  white-space: nowrap;
}
.services-page .service-values-common-row .value-title {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 0;
  white-space: nowrap;
}
.services-page .button-with-image a {
  font-size: 16px;
  padding: 13px 32px;
}
.services-page .button-with-image a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  color: #fff;
}
.services-page .button-with-image a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.services-page .button-with-image img {
  width: 23px;
  margin-left: 11px;
}

@media screen and (max-width: 1700px) {
  .services-page .services-page-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .services-page .service-main-block {
    min-height: 400px;
    padding: 30px 0;
    margin-bottom: 45px;
  }
  .services-page .service-main-block .service-breadcrumbs {
    margin-bottom: 30px;
  }
  .services-page .service-main-block .side-content {
    width: calc(100% - 250px - 30px);
  }
  .services-page .service-main-block .side-content .mb-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext {
    max-width: 250px;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-arrow-separator {
    padding: 0 15px;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext-small {
    font-size: 20px;
    max-width: calc(100% - 64px - 60px - 250px);
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button {
    margin: 20px 15px 0 0;
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button:nth-last-of-type(1) {
    margin: 20px 0 0 0;
  }
  .services-page .service-main-block .side-image {
    width: 250px;
    height: auto;
  }
  .services-page .services-page-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .services-page .service-main-block {
    min-height: 300px;
    margin-bottom: 30px;
  }
  .services-page .service-main-block .left-circle-1 {
    width: 85px;
    height: 85px;
    bottom: 25px;
    left: -25px;
  }
  .services-page .service-main-block .left-circle-2 {
    width: 95px;
    height: 95px;
    top: 25px;
    left: -25px;
  }
  .services-page .service-main-block .left-circle-3 {
    width: 95px;
    height: 95px;
    left: 30px;
    top: -15px;
  }
  .services-page .service-main-block .left-circle-4 {
    width: 145px;
    height: 145px;
    bottom: 40px;
    left: 5px;
  }
  .services-page .service-main-block .right-circle-1 {
    width: 80px;
    height: 80px;
    top: 50px;
    right: 195px;
  }
  .services-page .service-main-block .right-circle-2 {
    width: 130px;
    height: 130px;
    bottom: 15px;
    right: 100px;
  }
  .services-page .service-main-block .right-circle-3 {
    width: 200px;
    height: 200px;
    top: 30px;
    right: -75px;
  }
  .services-page .service-main-block .service-breadcrumbs {
    margin-bottom: 20px;
  }
  .services-page .service-main-block .side-content {
    width: calc(100% - 200px - 15px);
  }
  .services-page .service-main-block .side-content .mb-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext {
    font-size: 23px;
    line-height: 30px;
    max-width: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-arrow-separator {
    display: none;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper .mb-subtext-small {
    font-size: 18px;
    max-width: none;
    width: 100%;
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button {
    margin: 15px 15px 0 0;
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button:nth-last-of-type(1) {
    margin: 15px 0 0 0;
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button a {
    font-size: 14px;
    padding: 11px 18px;
  }
  .services-page .service-main-block .side-image {
    width: 200px;
  }
  .services-page .services-page-title {
    font-size: 30px;
  }
  .services-page .button-with-image a {
    font-size: 14px;
    padding: 11px 18px;
  }
}
@media screen and (max-width: 767px) {
  .services-page .service-main-block {
    text-align: center;
  }
  .services-page .service-main-block .service-breadcrumbs {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .services-page .service-main-block .side-content {
    width: 100%;
    margin-bottom: 15px;
  }
  .services-page .service-main-block .side-content .mb-subtext-wrapper {
    margin-bottom: 20px;
  }
  .services-page .service-main-block .side-content .mb-title {
    margin-bottom: 10px;
  }
  .services-page .service-main-block .side-content .mb-buttons-row {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button {
    margin: 10px 15px 0 0;
  }
  .services-page .service-main-block .side-content .mb-buttons-row .single-button:nth-last-of-type(1) {
    margin: 10px 0 0 0;
  }
  .services-page .service-main-block .side-image {
    width: 100%;
  }
  .services-page .service-main-block .side-image img {
    max-width: 250px;
  }
}
@media screen and (max-width: 550px) {
  .services-page .service-values-common-row .single-value {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
