@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100;300;400;500;700;800;900&display=swap');


::-webkit-scrollbar {width: 9px; height: 9px;}
::-webkit-scrollbar-track-piece {background-color: #E8E8E8; -webkit-border-radius: 50px;}
::-webkit-scrollbar-thumb:vertical {height: 9px; background-color: #fc0d56; -webkit-border-radius: 50px;}
::-webkit-scrollbar-thumb:horizontal {width: 9px; background-color: #fc0d56; -webkit-border-radius: 50px;}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1, 1);
  }

  to {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
}
html {
    width: 100%;
    overflow-x: hidden;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font: 400 18px/1.35 'Noto Sans Hebrew', sans-serif;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    transition: 300ms;
}
input,
button,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    font-family: 'Noto Sans Hebrew', sans-serif;
}
button {
    cursor: pointer;
    transition: 300ms;
}
img {
    max-width: 100%;
}
.image img {
    display: block;
}
.slick-slider,
.slick-slider * {
    outline: none!important;
}
.input-class {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #DBDBDB;
    height: 55px;
    padding: 0 30px;
    font-size: 17px;
    transition: 300ms;
    color: #000;
    direction: rtl;
    border-radius: 50px;
    box-shadow: none!important;
    appearance: none;
    -webkit-appearance: none;
}
.input-class::placeholder {
    color: #000;
    transition: 300ms;
}
.input-class:focus::placeholder {
    font-size: 0;
}
textarea.input-class {
    height: 101px;
    resize: none;
    padding: 22px 22px;
}
.input-class:focus {
    border-color: #000;
}
.maxwidth {
    margin: 0 auto;
    min-width: 370px;
    position: relative;
}
.fixed {
    max-width: 1555px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.section {
    position: relative;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.btn {
    background: #1673F2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 25px;
    color: #fff;
    transition: 300ms;
    text-align: center;
    border-radius: 200px;
    text-decoration: none;
    min-width: 314px;
    max-width: 100%;
    font-size: 25px;
    line-height: 1.02;
    font-weight: 800;
    direction: rtl;
}
.btn .arrow {
    background: url(../img/next.svg) no-repeat;
    width: 24px;
    height: 17px;
    margin-right: 8px;
}
.btn .text {
    transition: 300ms;
    transform: translateY(-2px);
}
.btn-blue:hover {
    background: #FC0D56;
}
.btn-pink {
    background: #fc0d56;
}
.btn-pink:hover {
    background: #A80134;
}
.overflow {
    overflow: hidden;
}
.head {
    background: #fff;
    box-shadow: 0px 3px 20px #00000029;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    z-index: 1000;
}
.head-row {
    padding: 28px 0;
    align-items: center;
}
.head-col-2 {
    margin-left: auto;
}
.head-logos {
    align-items: center;
    justify-content: center;
    margin: -8px -13px;
}
.head-logos-item {
    padding: 8px 20px;
}
.head-logos-item img {
    display: block;
    max-height: 45px;
    transition: 300ms;
}
.head-logos-item img[src*="3.png"] {
    max-width: 88px;
}
.head-menu > li {
    margin-right: 40px;
    position: relative;
}
.head-menu > li:first-child {
    margin-right: 0;
}
.head-menu > li a {
    font-size: 18px;
    font-weight: 800;
    transition: 300ms;
    text-decoration: none;
}
.head-menu > li > a {
    padding: 20px 0;
    display: block;
}
.head-menu > li > ul {
    background: #fff;
    padding: 15px 0;
    position: absolute;
    left: -25px;
    top: 100%;
    z-index: 5;
    border-radius: 5px;
    width: calc(100% + 50px);
    transform: scaleY(0);
    transition: 300ms;
    box-shadow: 0 0 10px rgba(0,0,0,0.17);
    opacity: 0;
    visibility: hidden;
    transform-origin: 50% 0;
}
.head-menu > li > ul > li > a {
    padding: 8px 15px;
    font-size: 14px;
    display: block;
}
.head-menu > li:hover > ul {
    opacity: 1;
    transform: scaleY(100%);
    visibility: visible;
}
.head-menu .plus-2,
.menu .plus-2 {
    color: #F1592A;
}
.head-menu .plus-1,
.menu .plus-1 {
    color: #25AAE1;
}
.first-section {
    background: #fc0d56;
}
.first-in {
    padding: 0 0 84px 0;
}
.first-video {
    background: #fc0d56;
    height: 1004px;
    border-radius: 0px 0px 200px 200px;
    overflow: hidden;
    position: relative;
}
.first-video-in {
    width: 100%;
    height: 100%;
}
.first-video-in > * {
    background: #fc0d56;
    width: 100%;
    height: 100%;
    object-fit: fill;
    appearance: none;
    -webkit-appearance: none;
    -webkit-mask-image: #fc0d56;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
}
/*.first-video:after {
    content: '';
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: 3;
    border-radius: 0px 0px 200px 200px;
    -webkit-border-radius: 0px 0px 200px 200px;
}*/
.first-video-in,
.first-video-in > * {
    background: #fc0d56;
}
.first-video-mute {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    right: 120px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 4;
    display: none;
}
.first-video-mute svg {
    width: 30px;
    height: 30px;
}
.first-video-mute-off {
    transform: translateY(3px);
}
.first-video-mute-on {
    display: none;
    transform: translateY(3px);
}
.first-video-mute-off,
.first-video-mute-on {
    transition: 300ms;
}
.first-col-1 {
    width: 566px;
}
.first-col-2 {
    width: calc(100% - 600px);
    margin-left: auto;
}
.first-slider {
    padding: 100px 0 86px 0;
    color: #fff;
    position: relative;
}
/*.first-slider,
.first-slider * {
    direction: ltr;
}*/
.first-slider-item-title {
    font-weight: 800;
    line-height: 1.07;
    direction: rtl;
}
.first-slider-item span {
    color: #fcdb31;
    display: inline-block;
}
.first-slider-item-subtitle {
    font-weight: 800;
    line-height: 1.2;
}
.first-slider .slick-dots {
    width: 100%;
    display: flex!important;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    direction: ltr;
}
.first-slider .slick-dots > li button {
    display: none;
}
.first-slider .slick-dots > li {
    width: 26px;
    height: 26px;
    margin-right: 18px;
    transition: 300ms;
    border-radius: 50px;
    border: 3px solid #fff;
    cursor: pointer;
}
.first-slider .slick-dots > li:first-child {
    margin-right: 0;
}
.first-slider .slick-dots > li.slick-active {
    background: #fff;
}
.first-form {
    background: #fff;
    border-radius: 0 0 150px 0;
    box-shadow: 0px 0px 50px #00000040;
    padding: 36px 42px 56px 42px;
    margin-top: -181px;
    position: relative;
    z-index: 5;
}
.first-form:after {
    content: '';
    background: url(../img/rect.svg) no-repeat;
    width: 137px;
    height: 159px;
    position: absolute;
    top: 23px;
    right: -45px;
}
.first-form-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 23px;
}
.first-form-title b {
    font-weight: 900;
}
.first-form-label {
    margin-bottom: 14px;
    justify-content: space-between;
}
.first-form-label:last-child {
    margin-bottom: 0;
}
.first-form-labels {
    max-width: 402px;
    margin: 0 auto 21px auto;
}
.first-form-input {
    width: 100%;
}
.first-form-input.half-width {
    width: 48.5%;
}
.first-form-input.width-34 {
    width: calc(36% - 5px);
}
.first-form-input.width-66 {
    width: calc(64% - 5px);
}
.first-form-f {
    margin-bottom: 17px;
}
.first-form-f-title {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
.first-form-f-checks {
    margin: -4px;
}
.first-form-f-check {
    width: calc(100% / 2);
    padding: 4px;
}
.f-check {
    position: relative;
}
.f-check > input {
    position: absolute;
    opacity: 0;
}
.f-check > label {
    display: block;
    font-size: 17px;
    padding: 0 28px 0 0;
}
.f-check > label:after {
    content: '';
    background: no-repeat center #fff;
    width: 22px;
    height: 22px;
    border: 1px solid #5C5F63;
    border-radius: 5px;
    position: absolute;
    top: 6px; right: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.f-check > input:checked + label:after {
    background-image: url(../img/check.svg);
}
.first-form-comment {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 8px;
}
.first-form-sbm {
    justify-content: center;
}
.first-form-sbm-btn {
    min-width: 358px;
}
.size-135 {
    font-size: 135px;
}
.size-124 {
    font-size: 124px;
}
.size-80 {
    font-size: 80px;
}
.size-65 {
    font-size: 65px;
}
.size-60 {
    font-size: 60px;
}
.size-47 {
    font-size: 47px;
}
.size-38 {
    font-size: 38px;
}
.size-25 {
    font-size: 25px;
}
.size-22 {
    font-size: 22px;
}
.tel-section {
    background: url(../img/tel-bg.png) no-repeat left / cover;
}
.tel-in {
    padding: 27px 0 0 0;
}
.tel-row {
    align-items: center;
}
.tel-col-1 {
    width: 823px;
}
.tel-col-2 {
    width: calc(100% - 850px);
    margin-left: auto;
}
.tel-image > img {
    display: block;
    max-width: none;
    margin: 0 -40px 0 -115px;
}
.tel-image .mob {
    display: none;
}
.tel-cont {
    padding-top: 20px;
}
.tel-text-1 {
    font-weight: 900;
    line-height: 1.06;
    margin-bottom: 31px;
}
.tel-text-2 {
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 27px;
}
.tel-text-2 span {
    color: #fc0d56;
}
.tel-text-3 p:not(:last-child) {
    margin-bottom: 12px;
}
.tel-text-3 p:nth-child(2) {
    transform: translateY(-6px);
}
.tel-text-3 p:nth-child(3) {
    transform: translateY(6px);
}
.tel-text-3 {
    font-weight: 500;
}
.tel-text-3 p:last-child {
    margin-top: 35px;
	font-size: 18px
}
.tel-text-3 b {
    font-weight: 800;
}
.tel-mtitle {
    display: none;
}
.sk-section {
    background: #fbf7f2;
}
.sk-col {
    width: 50%;
}
.sk-image {
    position: relative;
}
.sk-image img {
    display: block;
    width: 100%;
}
.sk-image-text {
    max-width: 554px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 72px;
    right: 63px;
    z-index: 2;
}
.sk-flex {
    width: 100%;
    height: 100%;
    /*align-items: center;*/
}
.sk-cont {
    max-width: 760px;
    padding: 40px 64px 40px 0;
}
.sk-logo {
    margin-bottom: 13px;
}
.sk-logo > img {
    display: block;
}
.sk-title {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 46px;
    text-shadow: 0px 0px 35px #00000029;
}
.sk-text > * {
    margin-bottom: 13px;
}
.sk-text > *:last-child {
    margin-bottom: 0;
}
.sk-text {
    margin-bottom: 37px;
}
.sk-text b {
    font-weight: 800;
}
.sk-text ul li {
    margin-bottom: 0px;
    padding-right: 35px;
    min-height: 19px;
    position: relative;
}
.sk-text ul li:after {
    content: '';
    background: url(../img/checked-box.svg) no-repeat;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 8px;
    right: 0;
}
.sk-text ul li:last-child {
    margin-bottom: 0;
}
.sk-text .size-25 {
    line-height: 1.2;
}
.sk-row-reverse {
    flex-direction: row-reverse;
}
.sk-row-reverse .sk-flex {
    justify-content: flex-end;
}
.sk-row-reverse .sk-cont {
    padding-left: 64px;
    padding-right: 0;
}
.pre-section {
    background: url(../img/pre-bg.webp) no-repeat top center / cover;
    border-radius: 0 0 200px 200px;
    position: relative;
    z-index: 3;
}
.pre-in {
    padding: 239px 0 211px 0;
}
.pre-col-2 {
    width: 700px;
    margin-left: auto;
}
.pre-left {
    width: 520px;
    padding-top: 55px;
    margin-left: 78px;
}
.pre-items {
    margin: -10px;
}
.pre-item {
    width: calc(100% / 3);
    padding: 10px;
}
.pre-item-box {
    background: rgba(0,0,0,0.4);
    border: 2px solid #FBBF1E;
    border-radius: 20px;
    width: 160px;
    height: 141px;
    color: #fff;
    padding: 0 5px;
    justify-content: center;
}
.pre-item-ico {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
}
.pre-item-ico > img {
    display: block;
    margin: 0 auto;
}
.pre-item-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.pre-right {
    color: #fff;
}
.pre-title {
    font-weight: 900;
    line-height: 1;
    margin-bottom: 26px;
}
.pre-title > span {
    color: #FBBF1E;
    margin-top: -9px;
    display: block;
}
.pre-subtitle {
    font-weight: 500;
    line-height: 1.2;
}
.team-section {
    background: url(../img/team-bg.png) no-repeat center / cover;
    margin-top: -195px;
}
.team-in {
    padding: 295px 0 103px 0;
}
.team-title {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 900;
}
.team-items {
    margin: -15px;
    /*flex-direction: row-reverse;*/
	justify-content: center;
}
.team-item {
    width: calc(100% / 4);
    padding: 15px;
}
.team-item-photo {
    margin-bottom: 40px;
}
.team-item-photo > img {
    width: 292px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}
.team-item-name {
    text-align: center;
}
.team-center {
    max-width: 1350px;
    margin: 0 auto;
}
.logos-section .fixed {
    max-width: 1920px;
}
.logos-in {
    padding: 85px 0 86px 0;
}
.logos-in * {
    direction: ltr;
}
.logos-in span {
    filter: grayscale(100%);
    display: inline-block;
    margin: 0 15px;
}
.logos-marquee {
    overflow: hidden;
}
.logos-marquee img {
    max-height: 60px;
}
.s5-orange {
    color: #fcdb31;
    font-size: 20px;
    line-height: 1.5;
}
.s5-section .sk-cont {
    color: #fff;
}
.s5-section .sk-col-1 {
    background: url(../img/s5-bg.png) no-repeat left top / cover;
}
.s5-title {
    margin-bottom: 33px;
}
.s5-title span {
    color: #FCDB31;
}
.s5-section .sk-text ul li:after {
    background-image: url(../img/checked-box-2.svg);
}
.s5-section .sk-text {
    margin-bottom: 0;
}
.dk-section {
    background: url(../img/dk-bg.svg) no-repeat bottom left #FAF6F1;
    border-radius: 170px 170px 0 0;
    margin-top: -180px;
    position: relative;
    z-index: 3;
}
.dk-in {
    padding: 241px 0 220px 0;
    position: relative;
    z-index: 3;
}
.dk-title {
    font-weight: bold;
    text-align: center;
    line-height: 1.05;
    margin-bottom: 34px;
}
.dk-title > span {
    color: #fc0d56;
}
.dk-cont {
    max-width: 888px;
    margin: 0 auto;
}
.dk-labels {
    margin: -10px -15px;
}
.dk-label {
    width: calc(100% / 2);
    padding: 10px 15px;
    justify-content: space-between;
}
.dk-label.one-third {
    width: calc(100% / 3);
}
.dk-label-input {
    width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.dk-label-input.width-34 {
    width: calc(34% - 7.5px);
}
.dk-label-input.width-66 {
    width: calc(66% - 7.5px);
}
.dk-label-input .input-class {
    height: 63px;
    padding: 0 28px;
    font-size: 18px;
}
.dk-f {
    margin: 33px 0 40px 0;
}
.dk-f-title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 16px;
}
.dk-f-checks {
    margin: -5px;
}
.dk-f-check {
    width: calc(100% / 3);
    padding: 5px;
}
.dk-f-check > label {
    min-height: 29px;
    font-size: 20px;
    padding-right: 41px;
}
.dk-f-check > label:after {
    width: 29px;
    height: 29px;
    border-color: #181818;
    border-radius: 7px;
}
.dk-f-check > input:checked + label:after {
    background-image: url(../img/check2.svg);
}
.dk-comment {
    text-align: center;
    margin-bottom: 16px;
}
.dk-sbm {
    justify-content: center;
}
.dk-sbm-btn {
    width: 390px;
    padding: 16px 25px;
    font-size: 34px;
}
.footer {
    padding: 72px 0 82px 0;
}
.footer-fixed {
    max-width: 1740px;
}
.footer-top {
    align-items: center;
    justify-content: space-between;
}
.footer-top-col {
    width: 320px;
}
.footer-top-col-2 {
    width: calc(100% - 640px);
}
.footer-b {
    justify-content: flex-end;
}
.footer-b-btn {
    background: #fff;
    border: 2px solid #100F10;
    border-radius: 30px;
    transition: 300ms;
    padding: 14px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
.footer-b-btn:hover {
    background: #FC0D56;
    border-color: #FC0D56;
    color: #fff;
}
.footer-logos {
    align-items: center;
    justify-content: right;
    margin: -8px -18.5px;
}
.footer-logos-item {
    padding: 8px 18.5px;
}
.footer-logos-item img {
    display: block;
    transition: 300ms;
}
.footer-social {
    margin: -5px -14px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.footer-top-col-3{
	display: none
}
.footer-social-item {
    margin: 5px 12.5px;
    background: #fff;
    width: 54px;
    height: 54px;
    border: 2px solid #162514;
    transition: 300ms;
    border-radius: 50px;
    position: relative;
}
.footer-social-item:hover {
    background-color: #FC0D56;
    border-color: #FC0D56;
}
.footer-social-item:before {
    content: '';
    background: url(../img/flink.svg) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    transition: 300ms;
}
.footer-social-item-2:before {
    background-image: url(../img/ffacebook.svg);
}
.footer-social-item-3:before {
    background-image: url(../img/fwhatsup.svg);
}
.footer-social-item-4:before {
    background-image: url(../img/femail.svg);
}
.footer-social-item:hover:before {
    filter: brightness(0%) invert(1);
}
.footer-bottom {
    margin-top: 68px;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-col {
    max-width: 48%;
}
.footer-text {
    font-size: 14px;
}
.footer-text a {
    transition: 300ms;
    text-decoration: none;
}
.footer-text a:hover {
    color: #FC0D56;
}
.fly-soc {
    position: fixed;
    top: 640px;
    right: 15px;
    z-index: 999;
    /*transform: translate(0, -50%);*/
}
.fly-soc-item {
    margin-bottom: 15px;
}
.fly-soc-item:last-child {
    margin-bottom: 0;
}
.fly-soc-item-link {
    width: 41px;
    height: 41px;
    border-radius: 50px;
    display: block;
    transition: 300ms;
}
.fly-soc-item-link:hover {
    transform: translateX(-3px);
}
.fly-soc-item-link.email {
    background: url(../img/email.svg) no-repeat center #767676;
}
.fly-soc-item-link.facebook {
    background: url(../img/facebook.svg) no-repeat center #1673F2;
}
.fly-soc-item-link.whatsup {
    background: url(../img/whatsup.svg) no-repeat center #4CAF50;
}
.fly-soc-item-link.youtube {
    background: url(../img/youtube.svg) no-repeat center #C61820;
}
.fly-soc-item-link.link {
    background: url(../img/link.svg) no-repeat center #000;
}
.up {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 998;
    display: none;
}
.up-btn {
    background: url(../img/totop.svg) no-repeat center #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    transition: 300ms;
}
.up-btn:hover {
    background-color: #FC0D56;
}
.chair {
    position: fixed;
    left: 37px;
    bottom: 55px;
    z-index: 998;
}
.chair-btn {
    background: url(../img/wheelchair.svg) no-repeat center #15B27C;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    transition: 300ms;
}
.chair-btn:hover {
    background-color: #0e9365;
}
.fixer {
    position: fixed;
    top: 356px;
    left: 0;
    z-index: 999;
    /*transform: translate(0, -50%);*/
}
.fixer-an {
    animation: pulse 1s infinite alternate running;;
}
.fixer-in {
    background: #FC0D56;
    width: 135px;
    height: 142px;
    border-radius: 0 0 30px 0;
    position: relative;
    transition: 300ms;
}
.fixer-in:before {
    content: '';
    background: #FBDA31;
    width: 135px;
    height: 142px;
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 0 0 30px 0;
    z-index: -1;
}
.fixer-link {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    transition: 300ms;
    padding: 19px 5px 0 5px;
}
.fixer-ico {
    background: url(../img/fixer.svg) no-repeat;
    width: 44px;
    height: 36px;
    margin: 0 auto;
    display: block;
}
.fixer-text-1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-top: 6px;
}
.fixer-text-2 {
    color: #fcdb31;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    display: block;
}
.fixer-in:hover {
    background: #A80134;
}
body nagishli#NagishLiTag > div#NagishLiBar {
    bottom: 25px!important;
    left: 10px!important;
    top: auto!important;
    inset: none!important;
    visibility: hidden;
}
body nagishli#NagishLiTag > #NagishLiBar > #NagishLiBarStrip {
    background: url(../img/wheelchair.svg) no-repeat center #1673F2!important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    transition: 300ms!important;
    font-size: 0!important;
    border: none!important;
    box-shadow: none!important;
}
body nagishli#NagishLiTag > #NagishLiBar > #NagishLiBarStrip > * {
    display: none!important;
    visibility: hidden!important;
}
body nagishli#NagishLiTag > #NagishLiBar > #NagishLiBarStrip:hover {
    background-color: #A80134!important;
}
.dk-policy,
.first-form-policy {
    margin-bottom: 6px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.dk-policy a,
.first-form-policy a {
    transition: 300ms;
}
.dk-policy a:hover,
.first-form-policy a:hover {
    text-decoration: none;
    color: #fc0d56;
}
.dk-policy .dk-f-check {
    width: auto;
}
.first-form-policy .f-check {
    width: auto;
}
.toggle-menu {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 22px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    display: none;
    position: relative;
    z-index: 11;
    margin: 0 0 0 auto;
}
.toggle-menu span, .toggle-menu::before, .toggle-menu::after {
    height: 3px;
    border-radius: 100px;
    background: #000;
}
.toggle-menu span, .toggle-menu::before {
    width: 100%;
    transition: transform .2s linear;
}
.toggle-menu::before, .toggle-menu::after {
    content: "";
}
.toggle-menu::after {
    width: 70%;
}
.opened .toggle-menu::before {
    transform: translateY(4px) rotate(45deg);
}
.opened .toggle-menu span {
    transform: translateY(-5px) rotate(-45deg);
}
.opened .toggle-menu::after {
    opacity: 0;
}
nav {
    display: none;
}
.head-menu .plus,
.menu .plus {
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.menu .plus {
    margin-right: 0;
}
.nav-social .footer-social-item {
    width: 40px;
    height: 40px;
}
.nav-social .footer-social-item:before {
    background-size: 47%;
}
.nav-social .footer-social-item-2:before {
    background-size: 27%;
}
.nav-social .footer-social-item-3:before {
    background-size: 60%;
}
.nav-social .footer-social-item-4:before {
    background-size: 56%;
}
.s1-section .sk-cont {
    padding-top: 229px;
}
.s2-section .sk-cont {
    padding-top: 200px;
}
.s3-section .sk-cont {
    padding-top: 207px;
}
.s4-section .sk-cont {
    padding-top: 230px;
}
.s5-section .sk-cont {
    padding-top: 211px;
}
.s2-section .sk-logo {
    margin-bottom: 19px;
}
.s2-section .sk-title {
    margin-bottom: 49px;
}
.s2-section .sk-text p:not(.size-25) {
    margin-bottom: 32px;
}
.s3-section .sk-logo {
    margin-bottom: 18px;
}
.s4-section .sk-text .size-25 {
    margin-bottom: 11px;
}
.s4-section .sk-text ul,
.s2-section .sk-text ul {
    margin-bottom: 40px;
}
.s4-section .sk-text {
    margin-bottom: 65px;
}
.s5-section .sk-title {
    line-height: 0.87;
}
.s5-section .sk-title span {
    display: block;
    margin-bottom: 11px;
}
.s5-section .sk-text ul {
    margin-bottom: 16px;
}
.dk-policy {
    margin-bottom: 10px;
}
.input-error {
    border-color: red;
}
.error {
    color: red;
    display: block;
    margin-top: 3px;
    font-size: 12px;
    width: 100%;
    display: none;
}
.dk-policy .error,
.first-form-policy .error {
    text-align: center;
}
.hide-footer-panel {
    position: fixed;
    border-top: 2px solid #fc0d56;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: white;
    display: none;
}
.hide-footer-panel-wrap {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: center;
}
.hide-footer-panel-wrap > div:first-child {
    font-weight: bold;
}
.hide-footer-panel-wrap .btn {
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    min-width: 1px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    font-size: 17px;
    cursor: pointer;
}
.hide-footer-panel-wrap .btn > span {
    transform: translateY(-1px);
}

 .terms-section
 {
	 margin-top: -40px
 }
 .terms-section .dk-title{
	 text-align: right;
    max-width: 888px;
    margin: 0 auto 50px;
}	 

 .terms-section h3,
 .terms-section p{
	 margin-bottom: 20px	 
 }
  .terms-section ol{
	margin-right: 20px;
	margin-bottom: 30px
  }	  
 .terms-section ol li{
	 padding-bottom: 20px;
	 padding-left: 30px;
	 list-style: decimal
 }
 td{
	 padding: 35px 0px 25px 15px;
	 border-top: 1px solid #000;
	 vertical-align: top
 }
/* adaptive */
@media(max-width: 1700px) {
    .dk-section {
        margin-top: -80px;
    }
    .dk-in {
        padding: 180px 0;
    }
}
@media(max-width: 1500px) {
    .fixed {
        max-width: 1230px;
    }
    .head-menu > li {
        margin-right: 15px;
    }
    .head-logos {
        justify-content: flex-start;
        margin: -4px 5px;
    }
    .head-logos-item {
        padding: 4px 5px;
    }
    .head-logos-item img {
        max-height: 35px;
    }
    .head-row {
        padding: 12px 0;
    }
    .first-video {
        height: 740px;
    }
    .size-135 {
        font-size: 105px;
    }
    .size-124 {
        font-size: 95px;
    }
    .size-80 {
        font-size: 65px;
    }
    .size-65 {
        font-size: 50px;
    }
    .size-60 {
        font-size: 45px;
    }
    .size-47 {
        font-size: 35px;
    }
    .size-38 {
        font-size: 25px;
    }
    .size-25 {
        font-size: 22px;
    }
    .size-22 {
        font-size: 18px;
    }
    .fixer {
        zoom: 0.75;
    }
    .tel-col-1 {
        width: 560px;
    }
    .tel-col-2 {
        width: calc(100% - 590px);
    }
    .sk-cont {
        padding-left: 15px;
    }
    .sk-row-reverse .sk-cont {
        padding-right: 15px;
    }
    .pre-col {
        width: 48%;
    }
    .pre-in {
        padding: 180px 0 150px 0;
    }
    .team-in {
        padding: 255px 0 95px 0;
    }
    .fly-soc {
        top: 50%;
        transform: translate(0, -50%);
    }
    .head-fixed,
    .footer-fixed {
        max-width: 1400px;
    }
    .tel-image > img {
        margin-right: 0;
        margin-left: -30px;
        width: 800px;
        max-width: 800px
    }
}
@media(max-width: 1330px) {
    .dk-section {
        margin-top: -40px;
    }
}
@media(max-width: 1240px) {
    .size-135 {
        font-size: 85px;
    }
    .size-124 {
        font-size: 70px;
    }
    .size-80 {
        font-size: 55px;
    }
    .size-65 {
        font-size: 45px;
    }
    .size-60 {
        font-size: 40px;
    }
    .size-47 {
        font-size: 30px;
    }
    .size-38 {
        font-size: 25px;
    }
    .size-25 {
        font-size: 20px;
    }
    .size-22 {
        font-size: 17px;
    }
    .head-logos {
        max-width: 270px;
    }
    .first-row {
        flex-direction: row-reverse;
    }
    .first-col {
        width: 100%;
    }
    .first-slider {
        padding: 36px 0 55px 0;
    }
    .first-slider .slick-dots {
        justify-content: center;
    }
    .first-slider .slick-dots > li {
        width: 18px;
        height: 18px;
    }
    .first-slider-item {
        text-align: center;
    }
    .first-form {
        margin: 59px -15px 0 -15px;
    }
    .first-form-f {
        max-width: 450px;
        margin: 0 auto 20px auto;
    }
    .first-in {
        padding-bottom: 0;
    }
    .tel-section {
        margin-top: -150px;
    }
    .tel-in {
        padding: 210px 0 0 0;
    }
    .team-item-photo > img {
        width: 185px;
    }
    .team-item-photo {
        margin-bottom: 12px;
    }
    .dk-in {
        padding: 85px 0;
    }
    .footer-top-col-2 {
        width: 100%;
        order: 3;
        margin-top: 40px;
    }
    .fly-soc,
    .up {
        right: 20px;
    }
    .dk-section {
        margin-top: -40px;
    }
    .sk-image-text {
        bottom: 15px;
        right: 15px;
        font-size: 16px;
        left: 40px;
    }
}
@media(max-width: 1100px) {
    .head-menu {
        display: none;
    }
    .toggle-menu {
        display: flex;
    }
    nav {
        padding: 120px 20px 40px;
        background: #fff;
        position: fixed;
        left: -120%;
        top: 0;
        min-height: 100vh;
        width: 83vw;
        z-index: 10;
        transition: left .3s linear;
        display: block;
    }
    nav.opened {
        left: 0;
    }
    .nav-social {
        justify-content: flex-end!important;
    }
    .head-col-2 {
        display: flex;
        justify-content: flex-start;
    }
    .menu {
        margin-bottom: 30px;
    }
    .menu > li a {
        display: block;
        font-size: 18px;
        font-weight: 800;
        padding: 10px 0;
        text-decoration: none;
    }
    .menu > li > ul {
        margin-right: 7px;
        display: none;
    }
    .menu > li > ul > li > a {
        font-size: 15px;
    }
    .first-video {
        height: 650px;
        border-radius: 0 0 100px 100px;
        -webkit-border-radius: 0 0 100px 100px;
    }
    .first-video-in > *  {
        border-radius: 0 0 100px 100px;
        -webkit-border-radius: 0 0 100px 100px;
        overflow: hidden;
        box-shadow: none!important;
        appearance: none;
        -webkit-appearance: none;
    }
    .first-video:after {
        border-radius: 0 0 100px 100px;
        -webkit-border-radius: 0 0 100px 100px;
    }
    .footer-logos-item img {
        max-height: 45px;
    }
    .footer {
        padding-top: 45px;
    }
    .footer-social-item {
        margin: 5px;
    }
    .footer-social {
        margin: -5px;
        justify-content: flex-end;
    }
    .tel-row {
        flex-direction: column-reverse;
    }
    .tel-col {
        width: 100%;
    }
    .tel-image > img {
        margin: 0 auto;
        width: 400px;
    }
    .tel-image {
        margin-bottom: 25px;
    }
    .tel-in {
        padding: 185px 0 60px 0;
    }
    /*.sk-row {
        flex-direction: column-reverse;
    }*/
    .sk-col {
        width: 100%;
    }
    .sk-image > img {
        max-height: 550px;
        object-fit: cover;
    }
    .sk-cont {
        max-width: 100%;
        padding: 40px 15px!important;
    }
    .sk-image-text {
        bottom: 15px;
        right: 15px;
    }
    .sk-title br {
        display: none;
    }
    .fly-soc {
        display: none;
    }
	.footer-top-col-3{
		display: block
	}
    .pre-in {
        padding: 80px 0;
    }
    .pre-row {
        flex-direction: row-reverse;
    }
    .pre-col {
        width: 100%;
    }
    .pre-left {
        margin: 30px auto 0 auto;
    }
    .s5-section .sk-image {
        max-height: 550px;
        overflow: hidden;
    }
    .s5-section .sk-image > img {
        max-height: none;
    }
    .tel-image .mob {
        display: block;
    }
    .tel-image .pk {
        display: none;
    }
    .sk-title {
        margin-bottom: 40px!important;
    }
    .s1-section {
        padding-top: 40px;
    }
    .sk-title:not(.sk-title-m),
    .sk-logo:not(.sk-logo-m) {
        display: none;
    }
    .s5-section .sk-m {
        padding-top: 40px;
    }
}
@media(max-width: 991px) {
    .size-135 {
        font-size: 65px;
    }
    .size-124 {
        font-size: 50px;
    }
    .size-80 {
        font-size: 40px;
        line-height: 1;
    }
    .size-65 {
        font-size: 37px;
    }
    .size-60 {
        font-size: 33px;
    }
    .btn {
        min-width: 280px;
        font-size: 20px;
        width: auto;
    }
    .btn .arrow {
        width: 18px;
        height: 13px;
        background-size: contain;
    }
}
@media(max-width: 767px) {
	.footer-logos{
		justify-content: center;
	}
    .dk-section {
        border-radius: 100px 100px 0 0;
    }
    .dk-f-check {
        width: calc(100% / 2);
    }
    .footer-top-col {
        width: 100%;
    }
    .footer-social,
    .footer-b {
        justify-content: center;
    }
    .footer-top-col-1 {
        margin-top: 25px;
    }
    .footer-bottom {
        margin-top: 35px;
    }
    .footer-logos {
        margin: -5px 8px;
    }
    .footer-logos-item {
        padding: 8px;
    }
    .footer-logos-item img {
        max-height: 35px;
    }
    .footer-bottom-col {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .footer-bottom-col-1 {
        margin-top: 15px;
    }
    .first-video-mute {
        bottom: 25px;
        right: 40px;
    }
}
@media(max-width: 650px) {
    .f-check > label:after {
        width: 19px;
        height: 19px;
        top: 8px;
    }
    .f-check > label {
        font-size: 18px;
        min-height: 19px;
        padding: 0 33px 0 0;
    }
    .dk-label.one-third,
    .dk-label {
        width: calc(100% / 2);
    }
    .dk-label:last-child{
        width: 100%;
    }
    .dk-in {
        padding: 60px 0 70px 0;
    }
    .team-item {
        width: calc(100% / 2);
    }
    .logos-in {
        padding: 30px 0;
    }
    .f-check {
        padding: 2px;
    }
    .f-checks {
        margin: -2px;
    }
    .pre-section {
        border-radius: 0 0 100px 100px;
    }
}
@media(max-width: 550px) {
    .first-form-f,
    .dk-f {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .f-checks {
        width: 260px;
        max-width: 100%;
    }
    .f-check {
        width: 100%;
    }
    .team-item-photo > img {
        width: 110px;
    }
    .team-in {
        padding-bottom: 50px;
    }
    .pre-left {
        zoom: 0.7;
    }
    .first-video {
        height: 638px;
    }
    .head-logos {
        max-width: 200px;
        margin-right: -8px;
    }
    .head-logos-item img,
    .footer-logos-item img {
        max-height: 22px;
    }
    .fixer {
        zoom: 1;
        top: 459px;
    }
    .fixer-in,
    .fixer-in:before {
        width: 78px;
        height: 101px;
    }
    .fixer-in:before {
        top: 4px;
        left: 4px;
    }
    .fixer-link {
        padding: 8px 5px 0 5px;
    }
    .fixer-link br {
        display: none;
    }
    .fixer-ico {
        width: 26px;
        height: 21px;
        background-size: contain;
    }
    .fixer-text-1 {
        letter-spacing: -0.28px;
        font-size: 14px;
        line-height: 1;
        display: block;
        margin-top: 3px;
    }
    .first-form-title {
        font-size: 22px;
    }
    .first-form {
        padding: 28px 26px 81px 26px;
    }
    .fixer-text-2 {
        text-shadow: 0px 0px 35px #00000029;
        font-size: 16px;
        line-height: 12px;
        margin-top: 2px;
        display: block;
    }
    .first-video {
        max-height: 100vh;
    }
    .sk-logo > img {
        max-height: 50px;
    }
    .up {
        right: 15px;
        bottom: 75px;
    }
    .up-btn {
        width: 43px;
        height: 43px;
    }
    body nagishli#NagishLiTag > div#NagishLiBar {
        left: auto!important;
        right: 15px!important;
        bottom: 20px!important;
    }
    body nagishli#NagishLiTag > #NagishLiBar > #NagishLiBarStrip {
        width: 43px!important;
        height: 43px!important;
    }
    .tel-image > img {
        width: 100%;
    }
    .tel-image {
        margin: 0px -42px 0 -75px;
    }
    .dk-title br {
        display: none;
    }
    .team-center {
        max-width: 330px;
    }
    .input-class {
        height: 46px;
        font-size: 13px;
    }
    .btn {
        font-size: 17px;
        min-width: 246px;
        padding: 14px 25px;
    }
    .btn .arrow {
        width: 16px;
        height: 12px;
    }
    .btn .text {
        transform: translateY(-1px);
    }
    .tel-mtitle {
        display: block;
        text-align: center;
        color: #181818;
        text-shadow: 0px 0px 35px #00000029;
        font-size: 25px;
        line-height: 33px;
        font-weight: 900;
    }
    .tel-mtitle > span {
        font-size: 45px;
        line-height: 50px;
    }
    .tel-text-1 {
        display: none;
    }
    .f-check-1 {
        order: 10;
    }
    .f-check-2 {
        order: 40;
    }
    .f-check-3 {
        order: 20;
    }
    .f-check-4 {
        order: 50;
    }
    .f-check-5 {
        order: 30;
    }
    .f-check-6 {
        order: 60;
    }
    .first-slider {
        padding-top: 47px;
    }
    .tel-text-2 {
        margin-bottom: 23px;
    }
    .tel-text-3 {
        font-size: 22px;
        line-height: 30px;
    }
    .first-slider-item-title {
        font-size: 45px;
        line-height: 50px;
    }
    .first-form-title {
        font-size: 28px;
        line-height: 33px;
    }
    .first-form-f-title {
        margin-bottom: 6px;
    }
    .tel-in {
        padding-top: 210px;
    }
    .tel-cont {
        padding-right: 10px;
    }
    .sk-text {
        margin-bottom: 37px!important;
    }
    .s5-section .sk-text {
        margin-bottom: 0!important;
    }
    .sk-text ul li:after {
        top: 3px;
    }
    .sk-text ul li {
        margin-bottom: 5px;
    }
    .sk-text ul li:last-child {
        margin-bottom: 0;
    }
    .s5-section .sk-image > img {
        height: 533px;
        object-fit: cover;
    }
    .dk-section {
        margin-top: -100px;
    }
    .hide-footer-panel-wrap > div:first-child {
        padding-right: 60px;
        font-size: 14px;
    }
}
@media(max-width: 420px) {
    .pre-left {
        zoom: 0.65;
    }
}