/* ==========================================================================
   Homepage Unified Stylesheet
   Combines: styles-ltr.css (base), RTL overrides, and per-language inline styles.
   Loaded on all domains. Language-specific patches are in separate files.
   ========================================================================== */

/* ==========================================================================
   1. BASE STYLES — from styles-ltr.css (with path and font fixes)
   ========================================================================== */

.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 10000;
    padding: 8px 16px;
    background: #0687eb;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

* {
    margin: 0;
    padding: 0;
}

#wrapper {
    overflow: hidden;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
p,
span,
textarea {
    font-family: Nunito, sans-serif;
    color: #353535;
}

h1 {
    font-size: 28px;
    font-weight: 400;
}

h1 p {
    font-size: 28px;
}

h2,
h4 {
    font-size: 34px;
}

h4 {
    font-weight: 400;
}

h3 {
    font-size: 40px;
}

a,
p {
    font-size: 16px;
}

li {
    list-style: none;
}

.min-header {
    font-size: 24px;
    line-height: 36px;
}

a {
    text-decoration: none;
    outline: 0;
    border: none;
}

.blue-text {
    color: #0687eb;
}

.blue-text p,
.blue-text span {
    color: #0687eb;
}

.orange-text {
    color: #eb7c07;
}

.green-text {
    color: #6bc611;
}

.white-blue-text {
    color: #b3dff9 !important;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.min-container {
    max-width: 840px;
    margin: 0 auto;
    position: relative;
}

.section {
    position: relative;
}

.btn {
    width: 160px;
    display: block;
    line-height: 36px;
    border-radius: 17.5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 9px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 9px 1px rgba(0, 0, 0, .2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .28);
    box-shadow: 0 2px 12px 1px rgba(0, 0, 0, .28);
}

.btn-large {
    line-height: 60px;
    border-radius: 30px;
    font-size: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.btn-large:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    background: #ff8808;
}

.btn-green {
    background: #6bc611;
}

.btn-blue {
    background: #0687eb;
}

.btn-orange {
    background: #eb7c07;
}

#header {
    padding: 44px 0;
    z-index: 99999;
    background: #fff;
    position: fixed;
    width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .logo,
#header .tazman_logo_grey-v-copy {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#header .mobile-header-block {
    margin-top: 4px;
    display: none;
}

#header .mob-header-btn {
    display: inline-block;
    vertical-align: middle;
}

.scroll {
    -webkit-box-shadow: 0 4px 20px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 20px 3px rgba(0, 0, 0, .2);
    padding: 8px 0 !important;
}

.scroll .logo,
.scroll .tazman_logo_grey-v-copy {
    height: 36px;
}

.scroll .mobile-header-block {
    margin-top: 0 !important;
}

#header .btn:hover,
.mob-menu .btn:hover {
    -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pc-menu {
    display: block;
}

.mob-menu-hum {
    display: none;
}

.mob-menu-hum {
    width: 20px;
    height: 20px;
    background: url(../img/dest/menu.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-right: 24px;
}

.mob-menu {
    background: rgba(255, 255, 255, .9);
    width: 220px;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    text-align: center;
    padding: 80px 0 36px;
    -webkit-box-shadow: 0 1px 30px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 30px 3px rgba(0, 0, 0, .2);
}

.mob-menu .close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.mob-menu .btn {
    margin: 60px auto 0;
}

.mob-menu li {
    margin-bottom: 24px;
}

.menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    position: relative;
}

.menu ul li:first-of-type {
    margin-left: 0;
}

.menu ul li:first-of-type a::before {
    display: none;
}

.menu ul li a::before {
    content: "";
    width: 0;
    height: 3px;
    border-radius: 3px;
    background: #6bc611;
    position: absolute;
    bottom: -3px;
    right: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.menu ul li a:hover::before {
    width: 100%
}

.menu ul li .active::before {
    width: 100%
}

.grid-block-half {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}

.grid-block-third {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 36px;
}

.grid-block-fourth {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 56px;
    grid-row-gap: 60px;
}

.grid-block-fifth {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 36px;
}

.grid-block-sixth {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-item {
    position: relative;
}

h1.main-title {
    color: #0687eb;
    margin-top: -272px;
    font-weight: bold;
}

#home {
    padding-top: 160px;
    z-index: 9;
    width: 100%;
}

#home .grid-item:first-of-type {
    /*margin-right: 0;*/
    /*margin-left: auto;*/
}

#home .container {
    max-width: 100%
}

#home .text-content {
    position: absolute;
    width: 615px;
    margin-top: 0;
    top: 150px;
    right: -135px !important;
}

.Bitmap,
.Bitmap2,
.bitmap-1,
.bitmap-1-purple,
.bitmap-2,
.bitmap-2-purple,
.bitmap-3,
.bitmap-3-green,
.pencils {
    position: absolute;
}

.Bitmap {
    bottom: 30px;
    right: 32px;
}

.Bitmap2 {
    top: 20px;
    left: 60px;
}

.bitmap-1-purple {
    left: 70px;
    top: -20px;
}

.bitmap-1 {
    bottom: 30px;
    right: -40px;
}

.bitmap-3 {
    left: 356px;
    bottom: 65px;
}

.bitmap-3-green {
    right: -220px;
    bottom: 30px;
}

.bitmap-2 {
    left: 60px;
    top: 40px;
}

.bitmap-2-purple {
    right: -100px;
    bottom: 30px;
}

.pencils {
    bottom: -73px;
    left: 437px;
}

.swiper-content {
    height: 420px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.slide-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
}

.slide-item .grid-item {
    height: 420px;
    position: relative;
}

.animate-text-0 {
    display: block !important;
}

.slide-item-1 .shutterstock_1190830495d {
    position: absolute;
    bottom: -102px;
    left: 60px;
    transform: scaleX(-1);
}

.slide-item-2 .shutterstock_665568679 {
    position: absolute;
    bottom: -52px;
    left: 120px;
    transform: scaleX(-1);
}

.slide-item-4 .shutterstock_1512343916b_comp {
    position: absolute;
    bottom: -52px;
    transform: scaleX(-1);
}

.slide-item-3 .iStock-904513122 {
    position: absolute;
    bottom: -52px;
    transform: scaleX(-1);
}

#second {
    background: #0687eb;
    padding: 60px 0;
}

#second .btn {
    width: 360px;
}

#second .min-header {
    font-weight: 700;
    margin-bottom: 12px;
}

#second p {
    color: #fff;
}

#second .text-content {
    margin: 46px 0;
    max-width: 470px;
}

.video-block {
    width: 548px;
    height: 307px;
    /*margin: 0 0 0 95px;*/
    background-color: #d1e7f4;
}

.video-block iframe {
    width: 100%;
    height: 100%
}

#third {
    margin-top: 100px;
    z-index: 99;
}

#third .grid-item:hover .oval-content {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

#third .grid-item:hover .oval {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.number {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 36px;
}

.description {
    font-size: 24px;
}

.oval {
    display: table;
    width: 246px;
    height: 246px;
    background: url(../img/dest/group-28.png) center center no-repeat;
    background-size: contain;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.oval-content {
    text-align: center;
    margin-top: 60px;
    margin-left: -80px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    width: 160px;
    left: 50%;
    top: 0;
    cursor: pointer;
}

.oval-content:hover {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#advantages {
    margin-top: 165px;
    text-align: center;
}

#advantages .min-header {
    font-weight: 700;
}

#advantages .grid-block-fourth {
    margin: 48px auto 105px;
}

.item-header {
    color: #1c3051;
    font-weight: 700;
}

.offer-block {
    max-width: 570px;
    margin: 0 auto;
}

.offer-block .min-header {
    margin-bottom: 8px;
}

.offer-block .btn {
    width: 440px;
    margin: 36px auto 0;
}

.offer span {
    color: #eb7c07;
    font-weight: 700;
}

.mob-block {
    display: none;
}

.pc-block {
    display: -ms-grid;
    display: grid;
}

#why-tazman {
    margin: 160px auto 120px;
}

#why-tazman .grid-item {
    position: relative;
}

#why-tazman p {
    font-size: 32px;
    font-weight: 700;
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
}

#why-tazman .grid-block-half {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 136px;
}

#why-tazman li {
    list-style: none;
    line-height: 30px;
    margin-left: 36px;
    position: relative;
}

#why-tazman li::before {
    content: "";
    width: 18px;
    height: 16px;
    left: -36px;
    top: 6px;
    position: absolute;
}

#why-tazman li:nth-child(3n+1)::before {
    background: url(../img/dest/check-mark.svg) center center no-repeat;
    background-size: contain;
}

#why-tazman li:nth-child(3n+2)::before {
    background: url(../img/dest/check-mark-orange.svg) center center no-repeat;
    background-size: contain;
}

#why-tazman li:nth-child(3n+3)::before {
    background: url(../img/dest/check-mark-blue.svg) center center no-repeat;
    background-size: contain;
}

.oval-img-orange {
    position: absolute;
    bottom: -75px;
    left: -60px;
    transform: rotate(45deg);
}

.oval-img-blue {
    position: absolute;
    top: 0;
    right: -180px;
    transform: rotate(45deg);
}

.oval-img-green {
    position: absolute;
    left: 95px;
    bottom: -145px;
}

.illustration-03 {
    width: 172px;
    height: 157px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: -180px;
    top: 12px;
}

.illustration-02 {
    width: 151px;
    height: 169px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: -132px;
    top: 0;
}

.illustration-01 {
    width: 115px;
    height: 169px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: -180px;
    top: -12px;
}

.green-shadow {
    position: absolute;
    right: 0;
    top: -400px;
    transform: scaleX(-1);
}

.blue-shadow {
    position: absolute;
    left: 0;
    bottom: -700px;
    z-index: -9;
    transform: scaleX(-1);
}

#sixth {
    width: 100%;
    background: url(../img/dest/oval.png) top center no-repeat;
    background-size: cover;
}

#sixth .min-header {
    font-weight: 700;
    text-align: center;
}

#sixth .grid-block-fifth {
    margin-top: 60px;
    grid-column-gap: 25px;
    align-items: center;
}

#sixth .grid-block-fifth img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    max-width: 100%;
}

#sixth .grid-block-fifth img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.owl-carousel {
    width: 100%;
    position: relative;
}

.slide {
    width: 790px;
    height: auto;
    background: #fff;
    margin: 160px auto 60px;
    padding: 60px 24px;
    border-radius: 30.5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 192px 1fr;
    grid-template-columns: 192px 1fr;
    grid-column-gap: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slide:hover {
    -webkit-box-shadow: 0 10px 50px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 50px 2px rgba(0, 0, 0, .1);
}

.slide-img {
    position: relative;
}

.owl-buttons {
    text-align: center;
    margin: 0 auto 195px;
}

.owl-buttons div {
    background: url(../img/dest/right-arrow.svg) center center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quotes {
    font-size: 128px;
    color: #0687eb;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    position: absolute;
    top: -56px;
    right: -40px;
}

.slide-text .text-bold {
    font-size: 18px;
    font-weight: 700;
}

.slide-text p {
    max-width: 440px;
}

.slide-text .quotes {
    position: relative;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    line-height: 36px;
}

#form {
    background: url(../img/dest/shutterstock-1685808511-converted-01-copy.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 160px;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

#form .min-header {
    font-weight: 700;
}

#form p {
    color: #fff;
}

#main-form {
    max-width: 560px;
    margin: 36px auto 0;
    text-align: left;
}

#main-form .grid-block-third {
    grid-column-gap: 24px;
}

#main-form input {
    width: 100%;
    line-height: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 7px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 2px 7px 4px rgba(0, 0, 0, .02);
    border: solid 1px #ececed;
    background-color: #fff;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-form p {
    font-size: 18px;
    margin-bottom: 3px;
}

#main-form .btn {
    outline: 0;
    border: none;
    margin: 36px auto 0;
}

#eighth {
    margin-top: 160px;
    text-align: center;
}

#eighth .min-header {
    font-weight: 700;
}

#eighth .grid-block-sixth {
    margin-top: 60px;
}

#eighth .grid-block-sixth img {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

#eighth .grid-block-sixth img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#eighth .grid-block-half {
    margin-top: 140px;
    text-align: right;
}

#eighth .grid-block-half .grid-item:last-of-type {
    padding-top: 75px;
    text-align: left;
}

#eighth .grid-block-half .min-header {
    margin-bottom: 8px;
}

#eighth li {
    line-height: 30px;
    margin-left: 36px;
    position: relative;
}

#eighth li::before {
    content: "";
    width: 18px;
    height: 16px;
    left: -36px;
    top: 6px;
    position: absolute;
}

#eighth li:nth-child(3n+1)::before {
    background: url(../img/dest/check-mark.svg) center center no-repeat;
    background-size: contain;
}

#eighth li:nth-child(3n+2)::before {
    background: url(../img/dest/check-mark-orange.svg) center center no-repeat;
    background-size: contain;
}

#eighth li:nth-child(3n+3)::before {
    background: url(../img/dest/check-mark-blue.svg) center center no-repeat;
    background-size: contain;
}

#eighth .shutterstock_1512343916b_comp {
    max-width: 475px;
    -o-object-fit: contain;
    object-fit: contain;
}

#tarifs {
    margin-top: 160px;
}

#tarifs .grid-block-fourth {
    grid-column-gap: 30px;
}

/*#tarifs .grid-block-fourth .grid-item:first-of-type .price {*/
/*    margin: 24px auto 4px;*/
/*}*/

#tarifs .grid-block-fourth .grid-item:nth-of-type(3) .tarif {
    -webkit-box-shadow: 0 2px 24px 0 rgba(6, 135, 235, .4);
    box-shadow: 0 2px 24px 0 rgba(6, 135, 235, .4);
}

#tarifs .grid-block-fourth .grid-item ul .tarif-btn {
    margin: 36px auto 0 !important;
}

.tarif {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tarif ul {
    padding: 50px 16px;
    text-align: left;
}

.tooltiptext {
    width: 100%;
    position: relative;
    line-height: 75px;
    color: #fff;
    border-radius: 10px;
    border: solid 1px #979797;
    background-color: #eb7c07;
    margin-top: -75px;
}

.tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: #eb7c07 transparent transparent transparent;
}

.tarif:hover {
    -webkit-box-shadow: 0 2px 24px 0 rgba(6, 135, 235, .4);
    box-shadow: 0 2px 24px 0 rgba(6, 135, 235, .4);
}

#tarifs li {
    margin-left: 20px;
    line-height: 36px;
}

#tarifs .red_dot:before {
    border: solid 3px #eb2024;
}

#tarifs li:before {
    content: "";
    left: -20px;
    top: 12px;
    width: 12px;
    height: 12px;
    border: solid 3px #6bc611;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0 !important;
}

#tarifs .tarif-btn-wrapper {
    list-style: none;
    margin: 0;
    text-align: center;
}

#tarifs .tarif-btn-wrapper:before {
    display: none;
}

#tarifs .btn-orange:hover {
    background: #ff8808;
}

#tarifs .btn-blue:hover {
    background: #0794ff;
}

.tarif-name {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.tarif-header {
    background: #f6fbfe;
    padding: 24px 13px;
    border-radius: 10px 10px 0 0;
}

.tarif-subtitle {
    line-height: 18px;
}

.price {
    font-size: 40px;
    font-weight: 700;
    line-height: 12px;
    margin: 42px auto 4px;
}

.price span {
    font-size: 22px;
}

.tarif-btn {
    width: 180px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 26px;
    margin: 24px auto -42px;
}

.vat {
    margin: 6px auto 8px;
}

.help-block {
    position: relative;
    width: 595px;
    padding: 20px;
    margin: 70px auto 170px;
    border-radius: 64px;
    -webkit-box-shadow: 0 2px 24px 0 rgba(6, 135, 235, .4);
    box-shadow: 0 2px 24px 0 rgba(6, 135, 235, .4);
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.help-block .min-header {
    font-weight: 400 !important;
}

.help-block .btn {
    margin: 8px auto 0;
    font-size: 24px;
    width: 180px;
    line-height: 40px;
    border-radius: 20px;
}

.help-block .btn:hover {
    -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #ff8808;
}

.help-block .oval-img-green {
    bottom: 8px !important;
    left: -46px !important;
}

#footer {
    background: #1c3051;
    padding: 60px 0 60px;
}

#footer .grid-item li:first-child {
    font-weight: 700;
}

#footer a,
#footer li {
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

#footer .logo {
    text-align: left;
    width: 100%
}

#footer .btn,
#footer .tazman_logo_grey-v-copy {
    margin-left: 0;
    margin-right: auto;
    max-width: 180px;
}

#footer .buttons {
    margin-top: 20px;
}

#footer .btn-blue {
    margin-top: 24px;
}

#footer .btn:hover {
    -webkit-box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px 3px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#footer .btn-orange:hover {
    background: #ff8808;
}

#footer .btn-blue:hover {
    background: #0794ff;
}

.facebook-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/dest/facebook.png) center center no-repeat;
    background-size: contain;
    margin-top: 10px;
}

#rights {
    padding: 22px 0;
    background: #1c3051;
    border-top: 1px solid #9ca4b3;
    text-align: center;
}

#rights p {
    font-size: 14px;
    color: #d3d9e4;
}

.popup-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 999999999;
    background: rgba(0, 0, 0, .4);
}

.popup {
    position: absolute;
    display: block;
    width: 600px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -350px;
    text-align: center;
    border-radius: 31px;
    -webkit-box-shadow: 0 2px 34px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, .17);
    background-color: #fff;
}

.popup .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}

.popup .min-header {
    font-weight: 700;
    margin-bottom: 16px;
}

.popup .min-header span {
    color: #353535;
}

.popup form {
    text-align: left;
}

.popup form input {
    width: 100%;
    border-radius: 8px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    line-height: 40px;
    margin-top: 2px;
    margin-bottom: 12px;
}

.popup form label input {
    width: 20px;
    height: 11px;
    margin-bottom: 12px;
}

.popup form button {
    margin: 16px auto 0;
    border: none;
    outline: 0;
    width: 220px;
    cursor: pointer;
}

.popup .check-input {
    display: flex;
    align-items: center;
    gap: 8px;
}
.popup .check-input * {
    cursor: pointer;
}
.popup .check-input input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-bottom: 0;
}

.close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/dest/delete.svg) center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.bg-img {
    padding: 50px 80px 60px;
    background: url(../img/dest/rectangle-copy-16.png) bottom right no-repeat;
    background-size: contain;
}

.scroll .wow {
    visibility: visible !important;
}

.owl-item {
    display: inline-block;
}

.owl-nav {
    display: none;
}

.preloader {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999;
}

.preloader .oval {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: 1.2s linear 0s normal none infinite running rotatepulse;
    animation: 1.2s linear 0s normal none infinite running rotatepulse;
}

@-webkit-keyframes rotatepulse {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        -webkit-transform: scale(1.3) rotate(180deg);
        transform: scale(1.3) rotate(180deg);
    }
}

@keyframes rotatepulse {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        -webkit-transform: scale(1.3) rotate(180deg);
        transform: scale(1.3) rotate(180deg);
    }
}

.animate-text-0 {
    margin-bottom: 8px;
}

.animate-text-0 p {
    display: inline-block !important;
    vertical-align: top !important;
    margin-bottom: 7px;
}

.animate-text-0 p:nth-of-type(3),
.animate-text-0 p:nth-of-type(5) {
    /*margin-left: 8px;*/
}

.animate-text-0 p:nth-of-type(3) {
    margin-right: 8px;
}

.word,
.word-2,
.word-3 {
    position: absolute;
    opacity: 0;
}

.word-change-1,
.word-change-2,
.word-change-3 {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    width: 160px;
    background: #def1ff;
    border-radius: 50px;
    padding: 0 14px;
    height: 41px;
    position: relative;
}

.word-change-3 {
    width: 176px;
}

.word:nth-of-type(1) {
    left: 35px;
}

.word:nth-of-type(2) {
    left: 36px;
}

.word:nth-of-type(3) {
    left: 10px;
}

.word:nth-of-type(4) {
    left: 26px;
}

.word-2:nth-of-type(1) {
    left: 44px;
}

.word-2:nth-of-type(2) {
    left: 46px;
}

.word-2:nth-of-type(3) {
    left: 33px;
}

.word-2:nth-of-type(4) {
    left: 30px;
}

.word-3:nth-of-type(1) {
    left: 19px;
}

.word-3:nth-of-type(2) {
    left: 64px;
}

.word-3:nth-of-type(3) {
    left: 30px;
}

.word-3:nth-of-type(4) {
    left: 43px;
}

.letter {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(25px);
    transform: translateZ(25px);
    -webkit-transform-origin: 50% 50% 25px;
    -ms-transform-origin: 50% 50% 25px;
    transform-origin: 50% 50% 25px;
}

.opacity-0-letter {
    opacity: 0;
}

.letter.out {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform .32s cubic-bezier(.55, .055, .675, .19);
    transition: -webkit-transform .32s cubic-bezier(.55, .055, .675, .19);
    -o-transition: transform .32s cubic-bezier(.55, .055, .675, .19);
    transition: transform .32s cubic-bezier(.55, .055, .675, .19);
    transition: transform .32s cubic-bezier(.55, .055, .675, .19), -webkit-transform .32s cubic-bezier(.55, .055, .675, .19);
}

.letter.behind {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.letter.in {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: -webkit-transform .38s cubic-bezier(.175, .885, .32, 1.275);
    transition: -webkit-transform .38s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: transform .38s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .38s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .38s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .38s cubic-bezier(.175, .885, .32, 1.275);
}

.Group-34 {
    transform: scaleX(-1);
}

@media screen and (max-width:1440px) {
    .container {
        max-width: 1024px;
        padding: 0 12px;
    }

    .video-block {
        width: 100%
    }

    #tarifs .grid-block-fourth {
        grid-column-gap: 12px;
    }

    .tarif ul {
        padding: 50px 12px;
    }

    #why-tazman {
        overflow: hidden;
    }
}

@media screen and (max-width:1366px) {

    .iStock-904513122,
    .shutterstock_1190830495d,
    .shutterstock_1512343916b_comp,
    .shutterstock_665568679 {
        max-width: 500px;
    }

    .shutterstock_1190830495d {
        left: 85px !important;
    }

    .shutterstock_665568679 {
        left: 45px !important;
    }

    .Bitmap2 {
        top: 40px;
        left: 0;
    }

    .bitmap-3 {
        display: none;
    }

    .pencils {
        left: 369px;
    }

    #home .text-content {
        right: -135px !important;
    }
}

@media screen and (max-width:1024px) {
    h1.main-title {
        margin-top: -155px;
    }

    #home .text-content {
        left: 0 !important;
    }

    #header .mobile-header-block {
        display: inline-block;
        vertical-align: middle;
    }

    #home {
        padding-top: 160px;
    }

    #home .grid-block-half {
        display: block;
        max-width: 556px;
        margin: 0 auto;
    }

    .swiper-content {
        height: 450px;
    }

    .Bitmap,
    .bitmap-1,
    .bitmap-2,
    .bitmap-3,
    .pc-menu {
        display: none;
    }

    .mob-menu-hum {
        display: inline-block;
        vertical-align: middle;
    }

    .slide-item .grid-item:first-of-type {
        height: 70px;
    }

    .text-content {
        top: 0 !important;
        right: 0;
    }

    .shutterstock_1190830495d {
        left: 10px !important;
        bottom: -105px;
    }

    .shutterstock_665568679 {
        left: 120px !important;
    }

    .slide-item-3 .iStock-904513122 {
        left: 160px;
        bottom: -120px;
    }

    .bitmap-1-purple {
        left: 250px;
        top: 130px;
    }

    .bitmap-3-green {
        left: 0;
        bottom: -315px !important;
    }

    .bitmap-2-purple {
        left: 0;
        bottom: -150px;
    }

    .Bitmap2 {
        top: 119px !important;
    }

    .slide-item .grid-item {
        height: 380px;
    }

    .slide-item-4 .shutterstock_1512343916b_comp {
        bottom: -43px;
    }

    #header {
        padding: 8px 0;
    }

    .container {
        padding: 0 30px;
    }

    #second {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #second .grid-block-half {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
    }

    #second .grid-block-half .grid-item:first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #second .grid-block-half .grid-item:last-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #second .btn {
        margin: 24px auto 100px;
    }

    #second .text-content {
        margin: 60px auto 0;
    }

    #second .container {
        padding: 0;
    }

    #third .grid-block-third {
        display: block;
        text-align: center;
    }

    #third .grid-block-third .grid-item {
        margin: 80px auto;
    }

    #advantages {
        margin-top: 80px;
    }

    #advantages .min-container {
        max-width: 500px;
    }

    #advantages .grid-block-fourth {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    #advantages .grid-item {
        max-width: 200px;
        margin: 0 auto;
    }

    #why-tazman {
        overflow: visible;
        margin: 96px auto 60px;
    }

    #why-tazman .mob-block {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }

    #why-tazman .pc-block {
        display: none;
    }

    #why-tazman p {
        font-size: 18px;
        margin-left: 0;
        margin-right: auto;
    }

    #why-tazman ul {
        margin-top: 4px;
    }

    #why-tazman li {
        font-size: 14px;
        margin-left: 22px;
    }

    #why-tazman li::before {
        left: -24px;
    }

    #why-tazman .illustration-01,
    #why-tazman .illustration-02,
    #why-tazman .illustration-03 {
        position: relative;
        height: 100px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 24px;
        margin-top: 46px;
        margin-left: 60px;
    }

    #why-tazman .illustration-03 {
        width: 100px;
    }

    #why-tazman .illustration-02 {
        width: 90px;
    }

    #why-tazman .illustration-01 {
        width: 70px;
    }

    #why-tazman .oval-img-blue,
    #why-tazman .oval-img-orange {
        bottom: -65px;
        right: 0;
        left: auto;
        top: auto;
    }

    #why-tazman .oval-img-green {
        left: 0;
        bottom: -85px;
        transform: rotate(-26deg)
    }

    #sixth .min-container {
        max-width: 500px;
    }

    #sixth .grid-block-fifth {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    #sixth .grid-block-fifth .grid-item {
        max-width: 150px;
        margin: 0 auto;
    }

    #sixth .slide {
        width: 660px;
    }

    #eighth {
        margin-top: 86px;
    }

    #eighth .grid-block-sixth {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        max-width: 500px;
        margin: 24px auto 0;
    }

    #eighth .grid-block-sixth .grid-item {
        max-width: 150px;
        margin: 0 auto;
    }

    #eighth .grid-block-half {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin: 40px auto;
        max-width: 420px;
    }

    #eighth .grid-block-half .grid-item:first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #eighth .grid-block-half .grid-item:last-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #eighth .Group-34 {
        max-width: 400px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    #tarifs .grid-block-fourth {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 100px;
    }

    #tarifs .dropdown-icon {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        right: 50%;
        margin-right: -60px;
    }

    #tarifs .dropdown-icon::before {
        border: none !important;
        background: url(../img/dest/arrow.svg) center center no-repeat !important;
        background-size: contain !important;
        width: 20px;
        height: 24px;
        top: 7px;
        left: -32px;
        right: auto;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #tarifs .dropdown-list {
        padding-bottom: 16px;
    }

    #tarifs .list-block {
        padding-bottom: 34px;
    }

    #tarifs .hidden-list .dropdown-icon:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    #footer .grid-block-fourth {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    #footer .logo {
        text-align: left;
    }

    #footer .btn {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    h1.main-title {
        margin-top: 0;
    }

    .min-header {
        line-height: 24px;
    }

    #home {
        padding-top: 120px !important;
        padding-top: 36px;
    }

    #home .container {
        padding: 60px 0 0;
        overflow: visible;
    }

    #home .text-content {
        max-width: 320px;
        margin-top: 0;
        margin-bottom: 36px;
        top: -100px !important;
    }

    #home .grid-block-half {
        max-width: 320px;
        padding: 0 10px;
    }

    #home .Bitmap2 {
        right: 0;
        top: 16px !important;
    }

    #home .pencils {
        left: 220px;
        bottom: -74px;
        max-width: 60px;
    }

    #home h1 {
        font-size: 17px;
    }

    #home h1 p,
    #home h1 span {
        font-size: 15px;
    }

    #home .Bitmap2,
    #home .bitmap-1-purple,
    #home .bitmap-2-purple,
    #home .bitmap-3-green {
        width: 185px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .slide-item .grid-item {
        height: 150px;
    }

    .swiper-content {
        height: 229px !important;
    }

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

    a,
    p {
        font-size: 14px;
    }

    .iStock-904513122,
    .shutterstock_1190830495d,
    .shutterstock_1512343916b_comp,
    .shutterstock_665568679 {
        max-width: 300px;
    }

    .shutterstock_1512343916b_comp {
        bottom: -65px !important;
    }

    .shutterstock_1190830495d {
        right: -10px !important;
    }

    .swiper-content {
        height: 289px;
    }

    .bitmap-1-purple {
        top: 41px;
        right: -14px;
        left: auto;
    }

    .iStock-904513122 {
        max-width: 220px;
        left: auto !important;
        right: 30px;
    }

    .bitmap-3-green {
        bottom: -150px !important;
    }

    .bitmap-2-purple {
        bottom: -70px !important;
    }

    .shutterstock_665568679 {
        bottom: -100px !important;
        left: 40px !important;
    }

    #second {
        margin-top: -30px;
    }

    #second .text-content {
        max-width: 280px;
    }

    .btn-large {
        max-width: 280px;
        font-size: 16px;
        line-height: 48px;
    }

    #third .grid-block-third .grid-item {
        margin: 40px auto;
    }

    .oval {
        width: 156px;
        height: 156px;
    }

    .oval-content {
        margin-top: 44px;
        width: 120px;
        margin-left: -60px;
    }

    .description {
        font-size: 14px;
    }

    .number {
        font-size: 20px;
    }

    #advantages .min-container {
        max-width: 320px;
    }

    #advantages .grid-block-fourth {
        grid-column-gap: 26px;
    }

    #advantages .blue-shadow {
        max-width: 300px;
        bottom: -500px;
        display: none;
    }

    #advantages .green-shadow {
        display: none;
    }

    #sixth .min-container {
        max-width: 320px;
    }

    #sixth .slide {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        width: 300px;
        height: 540px;
        padding: 32px 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sixth .slide .slide-img {
        width: 150px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #sixth .slide .slide-text {
        margin-top: 0;
    }

    #sixth .slide .quotes {
        bottom: -110px;
        left: -18px;
        top: auto;
    }

    #form {
        padding: 40px 0;
    }

    #form .min-container {
        max-width: 320px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #form .grid-block-third {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #form .grid-block-third .grid-item {
        margin-top: 12px;
    }

    #form #main-form {
        margin-top: 0;
    }

    #form #main-form .btn {
        width: 100%
    }

    #form form p {
        font-size: 16px;
    }

    #eighth .grid-block-sixth {
        max-width: 320px;
        padding: 0 20px;
    }

    #eighth li {
        font-size: 14px;
        margin-left: 22px;
    }

    #eighth li::before {
        left: -22px;
    }

    #eighth .Group-34 {
        max-width: 300px;
    }

    #eighth .grid-block-half {
        max-width: 320px;
    }

    #tarifs .grid-block-fourth {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 230px;
        margin: 0 auto;
        grid-row-gap: 24px;
    }

    #tarifs .grid-block-fourth .grid-item:nth-of-type(3) {
        margin-top: 77px;
    }

    .help-block {
        width: 230px;
        border-radius: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 24px auto 130px;
    }

    .help-block .oval-img-green {
        width: 57px;
        -o-object-fit: contain;
        object-fit: contain;
        left: -30px !important;
        bottom: 55px !important;
    }

    .help-block .btn {
        font-size: 20px;
    }

    .popup {
        width: 100%;
        border-radius: 0;
        margin: 0 auto;
        top: 0;
        left: 0;
    }

    .bg-img {
        background: url(../img/dest/rectangle-copy-16-mob.png) bottom right no-repeat;
        height: 100%
    }

    .word-change-1,
    .word-change-2,
    .word-change-3 {
        width: 76px;
        height: 22px;
    }

    .animate-text-0 p:nth-of-type(3),
    .animate-text-0 p:nth-of-type(5) {
        /*margin-left: 5px;*/
    }

    .animate-text-0 p:nth-of-type(3) {
        margin-right: 5px;
    }

    .word:nth-of-type(1) {
        left: 22px;
    }

    .word:nth-of-type(2) {
        left: 22px;
    }

    .word:nth-of-type(3) {
        left: 7px;
    }

    .word:nth-of-type(4) {
        left: 16px;
    }

    .word-2:nth-of-type(1) {
        left: 25px;
    }

    .word-2:nth-of-type(2) {
        left: 28px;
    }

    .word-2:nth-of-type(3) {
        left: 20px;
    }

    .word-2:nth-of-type(4) {
        left: 21px;
    }

    .word-3:nth-of-type(1) {
        left: 7px;
    }

    .word-3:nth-of-type(2) {
        left: 31px;
    }

    .word-3:nth-of-type(3) {
        left: 15px;
    }

    .word-3:nth-of-type(4) {
        left: 22px;
    }
}

@media screen and (max-width:560px) {
    #header .logo img {
        width: 120px;
        margin-top: 8px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    #header .mob-header-btn {
        
    }

    #header .mob-menu-hum {
        margin-right: 12px;
    }

    .scroll .logo img {
        margin-top: 1px !important;
    }

    #home .grid-block-half {
        padding: 0 6px;
    }

    .container {
        padding: 0 12px;
    }

    #sixth .grid-block-fifth {
        grid-column-gap: 10px;
    }

    #sixth .grid-block-fifth img {
        max-width: 130px;
    }

    #eighth .container,
    #eighth .grid-block-sixth {
        padding: 0;
    }

    #footer {
        padding: 60px 0;
    }

    #footer .grid-block-fourth {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 280px;
        margin: 0 auto;
    }

    #footer .grid-block-fourth .grid-item:nth-of-type(-n+3) {
        padding: 0 30px;
    }

    #footer .grid-block-fourth .grid-item:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #footer .grid-block-fourth .grid-item:last-of-type .logo {
        margin-top: 60px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
    }

    #footer .grid-block-fourth .grid-item:last-of-type .buttons {
        width: 100%;
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #footer .grid-block-fourth .grid-item:last-of-type .btn {
        width: 100%;
        line-height: 48px;
        font-size: 16px;
        border-radius: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup .bg-img {
        background: url(../img/dest/rectangle-copy-16-mob.png) center center no-repeat;
        background-size: cover;
        padding: 90px 20px;
    }

    .popup label {
        font-size: 12px;
    }

    .popup .close-btn {
        right: 20px;
        top: 30px;
        width: 16px;
    }

    .mob-menu .close-btn {
        left: 12px;
    }
}



/* ==========================================================================
   2. RTL OVERRIDES — [dir="rtl"]
   Differences between styles.min.css (RTL/Heebo) and styles-ltr.css (LTR/Nunito)
   ========================================================================== */

/*[dir="rtl"] a, [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3,*/
/*[dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6, [dir="rtl"] input,*/
/*[dir="rtl"] label, [dir="rtl"] li, [dir="rtl"] p, [dir="rtl"] span,*/
/*[dir="rtl"] textarea {*/
/*    font-family: Heebo, sans-serif;*/
/*}*/

/*[dir="rtl"] .menu ul li a::before {*/
/*    left: auto;*/
/*    right: 0;*/
/*}*/

/*!*[dir="rtl"] #home .text-content {*!*/
/*!*    left: auto !important;*!*/
/*!*    right: -60px !important;*!*/
/*!*}*!*/

/*[dir="rtl"] .bitmap-1-purple {*/
/*    left: auto;*/
/*    right: 70px;*/
/*}*/
/*[dir="rtl"] .bitmap-1 {*/
/*    left: auto;*/
/*    right: -40px;*/
/*}*/
/*[dir="rtl"] .Bitmap {*/
/*    left: auto;*/
/*    right: 32px;*/
/*}*/
/*[dir="rtl"] .bitmap-3 {*/
/*    left: auto;*/
/*    right: 356px;*/
/*}*/
/*[dir="rtl"] .bitmap-3-green {*/
/*    right: auto;*/
/*    left: -220px;*/
/*}*/
/*[dir="rtl"] .bitmap-2 {*/
/*    left: auto;*/
/*    right: 60px;*/
/*}*/
/*[dir="rtl"] .bitmap-2-purple {*/
/*    right: auto;*/
/*    left: -100px;*/
/*}*/
/*[dir="rtl"] .pencils {*/
/*    left: auto;*/
/*    right: 437px;*/
/*}*/

/*[dir="rtl"] .oval-content {*/
/*    margin-right: 0;*/
/*    margin-left: -80px;*/
/*    right: auto;*/
/*    left: 50%;*/
/*}*/

/*[dir="rtl"] #why-tazman p {*/
/*    margin-left: 0;*/
/*    margin-right: auto;*/
/*}*/
/*[dir="rtl"] #why-tazman li {*/
/*    margin-left: 0;*/
/*    margin-right: 36px;*/
/*}*/
/*[dir="rtl"] #why-tazman li::before {*/
/*    left: auto;*/
/*    right: -36px;*/
/*}*/

/*[dir="rtl"] .oval-img-orange {*/
/*    left: auto;*/
/*    right: -60px;*/
/*}*/
/*[dir="rtl"] .oval-img-blue {*/
/*    right: auto;*/
/*    left: -180px;*/
/*}*/
/*[dir="rtl"] .oval-img-green {*/
/*    left: auto;*/
/*    right: 95px;*/
/*}*/
/*[dir="rtl"] .illustration-03 {*/
/*    right: auto;*/
/*    left: -180px;*/
/*}*/
/*[dir="rtl"] .illustration-02 {*/
/*    left: auto;*/
/*    right: -132px;*/
/*}*/
/*[dir="rtl"] .illustration-01 {*/
/*    right: auto;*/
/*    left: -180px;*/
/*}*/

/*[dir="rtl"] #main-form {*/
/*    text-align: right;*/
/*}*/
/*[dir="rtl"] .tarif ul {*/
/*    text-align: right;*/
/*}*/
/*[dir="rtl"] #eighth .grid-block-half {*/
/*    text-align: right;*/
/*}*/
/*[dir="rtl"] #eighth li {*/
/*    margin-left: 0;*/
/*    margin-right: 36px;*/
/*}*/
/*[dir="rtl"] #eighth li::before {*/
/*    left: auto;*/
/*    right: -36px;*/
/*}*/

/*[dir="rtl"] #tarifs li {*/
/*    margin-left: 0;*/
/*    margin-right: 20px;*/
/*}*/
/*[dir="rtl"] #tarifs li:before {*/
/*    left: auto;*/
/*    right: -20px;*/
/*}*/

/*[dir="rtl"] .help-block .oval-img-green {*/
/*    left: auto !important;*/
/*    right: -46px !important;*/
/*}*/

/*[dir="rtl"] #footer .logo {*/
/*    text-align: left;*/
/*}*/
/*[dir="rtl"] #footer .btn,*/
/*[dir="rtl"] #footer .tazman_logo_grey-v-copy {*/
/*    margin-right: 0;*/
/*    margin-left: auto;*/
/*}*/

/*[dir="rtl"] .popup form {*/
/*    text-align: right;*/
/*}*/
/*[dir="rtl"] .bg-img {*/
/*    background-position: bottom right;*/
/*}*/

/*[dir="rtl"] .quotes {*/
/*    right: auto;*/
/*    left: -40px;*/
/*}*/

/*[dir="rtl"] .letter {*/
/*    float: right;*/
/*}*/

/*!* RTL word positions (uses right: instead of left:) *!*/
/*[dir="rtl"] .word:nth-of-type(1) { left: auto; right: 15px; }*/
/*[dir="rtl"] .word:nth-of-type(2) { left: auto; right: 36px; }*/
/*[dir="rtl"] .word:nth-of-type(3) { left: auto; right: 15px; }*/
/*[dir="rtl"] .word:nth-of-type(4) { left: auto; right: 24px; }*/
/*[dir="rtl"] .word-2:nth-of-type(1) { left: auto; right: 16px; }*/
/*[dir="rtl"] .word-2:nth-of-type(2) { left: auto; right: 23px; }*/
/*[dir="rtl"] .word-2:nth-of-type(3) { left: auto; right: 22px; }*/
/*[dir="rtl"] .word-2:nth-of-type(4) { left: auto; right: 19px; }*/
/*[dir="rtl"] .word-3:nth-of-type(1) { left: auto; right: 36px; }*/
/*[dir="rtl"] .word-3:nth-of-type(2) { left: auto; right: 37px; }*/
/*[dir="rtl"] .word-3:nth-of-type(3) { left: auto; right: 10px; }*/
/*[dir="rtl"] .word-3:nth-of-type(4) { left: auto; right: 43px; }*/

/*[dir="rtl"] .animate-text-0 p:nth-of-type(3),*/
/*[dir="rtl"] .animate-text-0 p:nth-of-type(5) {*/
/*    margin-left: 0;*/
/*    margin-right: 8px;*/
/*}*/
/*[dir="rtl"] .animate-text-0 p:first-of-type,*/
/*[dir="rtl"] .animate-text-0 p:nth-of-type(3) {*/
/*    margin-right: 0;*/
/*    margin-left: 8px;*/
/*}*/

/*!* RTL media query overrides *!*/
/*@media screen and (max-width: 1366px) {*/
/*    [dir="rtl"] .pencils {*/
/*        left: auto;*/
/*        right: 369px;*/
/*    }*/
/*    !*[dir="rtl"] #home .text-content {*!*/
/*    !*    left: auto !important;*!*/
/*    !*    right: -135px !important;*!*/
/*    !*}*!*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    [dir="rtl"] .text-content {*/
/*        left: auto;*/
/*        right: 0;*/
/*    }*/
/*    [dir="rtl"] .bitmap-1-purple {*/
/*        left: auto;*/
/*        right: 250px;*/
/*    }*/
/*    [dir="rtl"] .bitmap-3-green {*/
/*        left: auto;*/
/*        right: 0;*/
/*    }*/
/*    [dir="rtl"] .bitmap-2-purple {*/
/*        left: auto;*/
/*        right: 0;*/
/*    }*/
/*    [dir="rtl"] #tarifs .dropdown-icon {*/
/*        left: auto;*/
/*        right: 50%;*/
/*        margin-left: 0;*/
/*        margin-right: -60px;*/
/*    }*/
/*    [dir="rtl"] #tarifs .dropdown-icon::before {*/
/*        right: auto;*/
/*        left: -32px;*/
/*    }*/
/*    [dir="rtl"] #why-tazman p {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*    [dir="rtl"] #why-tazman li {*/
/*        margin-left: 0;*/
/*        margin-right: 22px;*/
/*    }*/
/*    [dir="rtl"] #why-tazman li::before {*/
/*        left: auto;*/
/*        right: -24px;*/
/*    }*/
/*    [dir="rtl"] #why-tazman .illustration-01,*/
/*    [dir="rtl"] #why-tazman .illustration-02,*/
/*    [dir="rtl"] #why-tazman .illustration-03 {*/
/*        margin-left: 0;*/
/*        margin-right: 60px;*/
/*    }*/
/*    [dir="rtl"] #why-tazman .oval-img-blue,*/
/*    [dir="rtl"] #why-tazman .oval-img-orange {*/
/*        right: auto;*/
/*        left: 0;*/
/*    }*/
/*    [dir="rtl"] #why-tazman .oval-img-green {*/
/*        left: auto;*/
/*        right: 0;*/
/*    }*/
/*    [dir="rtl"] #footer .logo {*/
/*        text-align: right;*/
/*    }*/
/*    [dir="rtl"] #footer .btn {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 768px) {*/
/*    [dir="rtl"] #home .pencils {*/
/*        left: auto;*/
/*        right: 220px;*/
/*    }*/
/*    [dir="rtl"] .bitmap-1-purple {*/
/*        right: auto;*/
/*        left: -14px;*/
/*    }*/
/*    [dir="rtl"] .iStock-904513122 {*/
/*        right: auto !important;*/
/*        left: 30px;*/
/*    }*/
/*    [dir="rtl"] #sixth .slide .quotes {*/
/*        left: auto;*/
/*        right: -18px;*/
/*    }*/
/*    [dir="rtl"] #eighth li {*/
/*        margin-left: 0;*/
/*        margin-right: 22px;*/
/*    }*/
/*    [dir="rtl"] #eighth li::before {*/
/*        left: auto;*/
/*        right: -22px;*/
/*    }*/
/*    [dir="rtl"] .help-block .oval-img-green {*/
/*        left: auto !important;*/
/*        right: -30px !important;*/
/*    }*/
/*    [dir="rtl"] .bg-img {*/
/*        background-position: bottom right;*/
/*    }*/
/*    [dir="rtl"] .animate-text-0 p:nth-of-type(3),*/
/*    [dir="rtl"] .animate-text-0 p:nth-of-type(5) {*/
/*        margin-left: 0;*/
/*        margin-right: 5px;*/
/*    }*/
/*    [dir="rtl"] .animate-text-0 p:first-of-type,*/
/*    [dir="rtl"] .animate-text-0 p:nth-of-type(3) {*/
/*        margin-right: 0;*/
/*        margin-left: 5px;*/
/*    }*/
/*    [dir="rtl"] .word:nth-of-type(1) { left: auto; right: 7px; }*/
/*    [dir="rtl"] .word:nth-of-type(2) { left: auto; right: 19px; }*/
/*    [dir="rtl"] .word:nth-of-type(3) { left: auto; right: 7px; }*/
/*    [dir="rtl"] .word:nth-of-type(4) { left: auto; right: 11px; }*/
/*    [dir="rtl"] .word-2:nth-of-type(1) { left: auto; right: 8px; }*/
/*    [dir="rtl"] .word-2:nth-of-type(2) { left: auto; right: 11px; }*/
/*    [dir="rtl"] .word-2:nth-of-type(3) { left: auto; right: 9px; }*/
/*    [dir="rtl"] .word-2:nth-of-type(4) { left: auto; right: 9px; }*/
/*    [dir="rtl"] .word-3:nth-of-type(1) { left: auto; right: 18px; }*/
/*    [dir="rtl"] .word-3:nth-of-type(2) { left: auto; right: 17px; }*/
/*    [dir="rtl"] .word-3:nth-of-type(3) { left: auto; right: 4px; }*/
/*    [dir="rtl"] .word-3:nth-of-type(4) { left: auto; right: 20px; }*/
/*}*/

/*@media screen and (max-width: 560px) {*/
/*    [dir="rtl"] #header .mob-menu-hum {*/
/*        margin-left: 0;*/
/*        margin-right: 12px;*/
/*    }*/
/*    [dir="rtl"] .popup .bg-img {*/
/*        background-position: center center;*/
/*    }*/
/*}*/


/* ==========================================================================
   3. COMMON INLINE STYLES (from en_t1.css baseline — shared by all pages)
   ========================================================================== */

.registration-step-2 {
    display: none;
}

.form-error {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    color: brown;
}

#main-form .form-error {
    background: #ffff;
    border-radius: 8px;
    padding: 5px;
}

.registration-contact-success {
    font-size: 20px;
    font-weight: normal;
    display: none;
    font-family: Nunito, sans-serif;
    border: 3px #65c03d solid;
    padding: 10px 20px;
    margin: 33px 20px 0;
    border-radius: 50px;
}
.registration-contact-success .registration-contact-success-email {
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .registration-contact-success {
        margin: 0;
        font-size: 16px;
        padding: 0;
        border: none;
    }
}

.price-notice {
    padding-top: 30px;
}

.acsb-link {
    top: auto !important;
    bottom: 10px;
    right: 10px !important;
    left: auto !important;
    z-index: 100;
}
.acsb-list.acsb-act {
    bottom: 50px;
    top: auto !important;
    right: 10px !important;
    left: auto !important;
}

.whatsapp_btn {
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    position: fixed;
    z-index: 10;
}

.whatsapp_btn_wrapper {
    background: none;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    transition: all 0.2s linear;
    overflow: hidden;
}

.whatsapp_btn_wrapper a {
    background-image: url(../img/dest/whatsapp1.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}

.swal2-container {
    z-index: 9999999;
}
.swal2-html-container {
    font-size: 20px;
}

/* Accessibility: focus-visible outlines */
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
.btn:focus-visible,
#main-form .btn:focus-visible,
.popup form button:focus-visible,
.faq-question:focus-visible,
.close-btn:focus-visible {
    outline: 3px solid #0687EB !important;
    outline-offset: 3px;
}
.skip-link:focus {
    left: 12px;
    top: 12px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   Promo banner popup
   ========================================================================== */

.promo-banner-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .15);
    z-index: 9999999;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    height: 100vh;
}

.promo-banner-img-wrapper {
    position: relative;
    max-width: 600px;
    cursor: pointer;
}

.promo-banner-img-wrapper .close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
}

.promo-banner-img-wrapper img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 24px 60px 12px rgba(0, 0, 0, .5);
}

