.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}


/* @import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap'); */

@font-face {
    font-family: Montserat;
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Montserat;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Montserat;
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Montserat;
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Montserat;
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Montserat;
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Medium.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Alef;
    src: url("../fonts/Alef-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Alef;
    src: url("../fonts/Alef-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}


/* ============================================== */

img {
    max-width: 100%;
    height: auto;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* text-decoration: none !important; */
}

a,
button {
    outline: none;
    cursor: pointer;
}

/*li {
    list-style: none;
}*/

button {
    background: none;
    border: none;
}

a,
button,
input,
textarea {
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {
    display: block;
}

a,
span,
button,
i {
    display: inline-block;
}

textarea {
    resize: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
}

input {
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    background: none;
    display: none;
}

input::-webkit-input-placeholder {
    color: #B7B7B7;
}

input::-moz-placeholder {
    color: #B7B7B7;
}

input:-moz-placeholder {
    color: #B7B7B7;
}

input:-ms-input-placeholder {
    color: #B7B7B7;
}

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

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

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

textarea:-ms-input-placeholder {
    color: #B7B7B7;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a,
button {
    color: #469696;
}

/*a:hover,
button:hover {
    color: #02757d;
}*/

p,
li,
span,
a {
    line-height: 1.5;
}


/* ---------------------------------------- */

body {
    font-family: Montserat;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

body.rtl {
    font-family: 'Alef';
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.container {
    max-width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
}

header {
    padding-right: 30px;
    padding-left: 44px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-right>a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: underline;
}

.header-right>a:hover {
    color: #FF3F3D;
    text-decoration: underline;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.skype {
    margin: 0 20px;
}

.links {
    margin: 0 35px;
}

.links a:hover {
    opacity: .6;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.header-right span {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
}

.header-right .call {
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #FF3F3D;
    margin-left: 23px;
    text-decoration: none;
}

.header-right .call:hover {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.header-logo {
    margin-right: 80px;
}

.header-left .consult {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #FFFFFF;
}

.header-left .consult:hover {
    color: #FF3F3D;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
}

.main-text {
    padding-top: 130px;
    padding-left: 130px;
    padding-bottom: 270px;
    max-width: 960px;
}

.main-text>h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    color: #FFFFFF;
}

.tl {
    position: absolute;
    left: 90px;
    top: 110px;
}

.tr {
    position: absolute;
    top: 110px;
    left: 143px;
}

.bl {
    position: absolute;
    left: 90px;
    top: 150px;
}


/* ================================================== */

.demo {
    margin-top: -130px;
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4.93182px 4.93182px rgba(255, 63, 61, 0.05), 0px 9.86364px 9.86364px rgba(255, 63, 61, 0.05), 0px 19.7273px 19.7273px rgba(255, 63, 61, 0.05), 0px 39.4545px 39.4545px rgba(255, 63, 61, 0.05), 0px 78.9091px 78.9091px rgba(255, 63, 61, 0.05), 0px 157.818px 157.818px rgba(255, 63, 61, 0.05);
    box-shadow: 0px 4.93182px 4.93182px rgba(255, 63, 61, 0.05), 0px 9.86364px 9.86364px rgba(255, 63, 61, 0.05), 0px 19.7273px 19.7273px rgba(255, 63, 61, 0.05), 0px 39.4545px 39.4545px rgba(255, 63, 61, 0.05), 0px 78.9091px 78.9091px rgba(255, 63, 61, 0.05), 0px 157.818px 157.818px rgba(255, 63, 61, 0.05);
}

.demo>h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 20px;
}

.demo>h2>span {
    color: #FF3F3D;
}

.demo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.demo .typical-input {
    max-width: 367px;
    width: 100%;
}

.typical-input input {
    width: 100%;
    border: 1px solid #DADADA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    color: #000000;
    height: 72px;
    padding-left: 25px;
    background: #ffffff;
}

.typical-input input::-webkit-input-placeholder {
    color: #000000;
}

.typical-input input::-moz-placeholder {
    color: #000000;
}

.typical-input input:-ms-input-placeholder {
    color: #000000;
}

.typical-input input::-ms-input-placeholder {
    color: #000000;
}

.typical-input input::placeholder {
    color: #000000;
}

.button {
    background: #FF3F3D!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #ffffff;
}

.demo-form .button {
    padding: 26px 53px;
    display: block;
    height: 72px;
}

.button:hover {
    background: #FF5351;
    color: #ffffff;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.better {
    background: #F5F5F5;
    padding-left: 130px;
    padding-bottom: 70px;
    margin-top: 200px;
    padding-top: 85px;
    padding-right: 145px;
}

.better .for-arrow {
    position: absolute;
    top: -68px;
}

.better h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
}

.better>h3>span {
    color: #FF3F3D;
}

.better>p {
    font-size: 16px;
    line-height: 160%;
}

.better-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    width: calc((100% - 40px)/3);
    padding-left: 36px;
    padding-top: 42px;
    padding-bottom: 30px;
    padding-right: 54px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.bi-right {
    width: 73%;
}

.blogs_page .bi-right {
    width: 73%;
}

.bi-left {
    width: 25%;
}

.bi-right>span {
    font-weight: 700;
    font-size: 15px;
    line-height: 158.47%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-right: 34px;
}

.bi-right>p {
    font-size: 12px;
    line-height: 160%;
}

.better-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}

.better-item:nth-child(4n+4) {
    margin-right: 0;
}

.better-wrap>span {
    font-style: normal;
    font-weight: 800;
    font-size: 150px;
    line-height: 183px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -375px;
    top: 76px;
    color: #ffffff7a;
    -webkit-text-stroke: 1px rgba(255, 63, 61, 0.51);
}

.s2-skype {
    width: 64px;
    height: 64px;
    background: red;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.s2-viber {
    width: 64px;
    height: 64px;
    background: red;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.s2-tel {
    width: 64px;
    height: 64px;
    background: red;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.links-right a:hover {
    background: #ac3030;
}

.links-right a {
    width: 55px;
    height: 55px;
}

.links-right {
    right: 20px;
    position: fixed;
    top: 70%;
    z-index: 3000;
}


/* ========================================== */

.s3 {
    margin-top: 150px;
}

.typical-h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    margin-bottom: 40px;
}

.typical-h3>span {
    color: #FF3F3D;
}

.s3-wrapper {
    padding-left: 130px;
    padding-top: 130px;
}

.s3 .p {
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 15px;
}

.techno {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t-left {
    width: 49%;
}

.t-right {
    width: 49%;
    padding-right: 55px;
}

.techno-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc((100% - 40px)/2);
    border: 1px solid #DADADA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    height: 311px;
    padding-top: 80px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-right>h6 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}

.t-right>h6>span {
    color: #FF3F3D;
}

.t-right>p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.tt1 {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    background-image: url("../icon/ttl.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.ttr {
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    background-image: url("../icon/ttr.svg");
    width: 13px;
    height: 20px;
    background-repeat: no-repeat;
}

.tbr {
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    background-image: url("../icon/tbr.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.tbl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    background-image: url("../icon/tbl.svg");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.techno-item:hover .tt1 {
    background-image: url("../icon/red1.svg");
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    top: 0;
    left: 0;
}

.techno-item:hover .ttr {
    background-image: url("../icon/red2.svg");
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    top: 0;
    right: 0;
}

.techno-item:hover .tbr {
    background-image: url("../icon/red3.svg");
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    bottom: 0;
    right: 0;
}

.techno-item:hover .tbl {
    background-image: url("../icon/red4.svg");
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    bottom: 0;
    left: 0;
}

.img-left-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -82px;
}

.img-left-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
}

.img-left-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
}

.img-left-7 {
    margin-left: 20px;
}

.img-left-8 {
    margin-left: 20px;
}


/* ------------------------------- */

.s4 {
    margin-top: 110px;
    background: #ffffff;
    z-index: 2000;
    padding-bottom: 150px;
}

.s4-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 130px;
}

.s4-left {
    width: 53%;
    padding-top: 60px;
    background: #ffffff;
    z-index: 2000;
}

.s4-right {
    width: 45%;
}

.s4-left>p {
    font-size: 16px;
    line-height: 26px;
}

.s4-left h3 {
    margin-bottom: 0;
}

.better-text {
    z-index: 10;
    font-style: normal;
    font-weight: 800;
    font-size: 150px;
    line-height: 183px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    color: #ffffff6b;
    left: -215px;
    top: 140px;
    -webkit-text-stroke: 1px red;
}

.video>iframe {
    width: 100%;
    -webkit-box-shadow: 0px 4.93182px 4.93182px rgba(255, 63, 61, 0.05), 0px 9.86364px 9.86364px rgba(255, 63, 61, 0.05), 0px 19.7273px 19.7273px rgba(255, 63, 61, 0.05), 0px 39.4545px 39.4545px rgba(255, 63, 61, 0.05), 0px 78.9091px 78.9091px rgba(255, 63, 61, 0.05), 0px 157.818px 157.818px rgba(255, 63, 61, 0.05);
    box-shadow: 0px 4.93182px 4.93182px rgba(255, 63, 61, 0.05), 0px 9.86364px 9.86364px rgba(255, 63, 61, 0.05), 0px 19.7273px 19.7273px rgba(255, 63, 61, 0.05), 0px 39.4545px 39.4545px rgba(255, 63, 61, 0.05), 0px 78.9091px 78.9091px rgba(255, 63, 61, 0.05), 0px 157.818px 157.818px rgba(255, 63, 61, 0.05);
}

.s3 .better-text {
    top: 55%;
    /* left: -461px; */
    left: -448px;
}


/* ---------------------------- */

.s5 {
    /* padding-top: 100px; */
    padding-top: 0;
    background: #ffffff;
    z-index: 2000;
}

.s5-wrapper {
    padding-left: 110px;
}

.wrapper-grey {
    background: #F5F5F5;
    padding-left: 130px;
    padding-top: 110px;
    padding-right: 150px;
    padding-bottom: 90px;
}

.s5 .typical-h3 {
    margin-bottom: 0;
}

.wrapper-grey p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.s5-form {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.s5-form .typical-input {
    width: 18%;
}

.s5-form .button {
    width: 18%;
    padding: 27px 0;
    text-align: center;
    height: 72px;
}

.s5 .better-text {
    /* left: -220px; */
    /* top: 270px; */
    left: -192px;
    top: 220px;
}

.better-wrap>span {
    top: 25px;
}


/* ------------------------POP-UP */

.modal {
    padding-left: 70px;
    padding-right: 70px;
    background: #ffffff;
    height: 765px;
}

.pop-up>h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
}

.pop-up>p {
    font-size: 15px;
    line-height: 130%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal-form .typical-input {
    margin-bottom: 20px;
}

.modal-form input {
    height: 64px;
    padding-left: 40px;
}

.pop-up .button {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 63, 61, 0.05), 0px 2px 2px rgba(255, 63, 61, 0.05), 0px 4px 4px rgba(255, 63, 61, 0.05), 0px 8px 8px rgba(255, 63, 61, 0.05), 0px 16px 16px rgba(255, 63, 61, 0.05), 0px 32px 32px rgba(255, 63, 61, 0.05);
    box-shadow: 0px 1px 1px rgba(255, 63, 61, 0.05), 0px 2px 2px rgba(255, 63, 61, 0.05), 0px 4px 4px rgba(255, 63, 61, 0.05), 0px 8px 8px rgba(255, 63, 61, 0.05), 0px 16px 16px rgba(255, 63, 61, 0.05), 0px 32px 32px rgba(255, 63, 61, 0.05);
}

.checkbox {
    /* display: -webkit-box; */
    /* display: -ms-flexbox;
    display: flex; */
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 40px;
}

.checkbox input {
    width: 22px;
    height: 22px;
    border: 1px solid #E9D7D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background: #ffffff;
    margin-right: 10px;
}

.checkbox input:before {
    content: "";
    width: 9px;
    height: 6px;
    position: absolute;
    border-left-width: 2px;
    border-left-color: #251a1a;
    border-left-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #190909;
    border-bottom-style: solid;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    -webkit-transform: rotateZ(315deg);
    -ms-transform: rotate(315deg);
    transform: rotateZ(315deg);
    opacity: 0;
}

.checkbox input:checked:before {
    opacity: 1;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.checkbox label {
    font-size: 11px;
    line-height: 146.28%;
}

.typical-select {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border: none;
}

.nice-select {
    border: none;
    border-radius: 0;
    height: 70px;
    width: 100%;
}

.nice-select span {
    font-size: 15px;
    line-height: 130%;
    padding-top: 27px;
    padding-left: 7px;
    font-family: Montserat;
}

.nice-select:after {
    border-bottom: 2px solid #b91010;
    border-right: 2px solid #b91010;
    margin-right: 20px;
}

.option {
    height: 72px;
    width: 100%;
    padding-top: 15px;
    padding-left: 30px;
}

.nice-select .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: #FF3F3D;
}

.nice-select .option:hover {
    color: #FFFFFF;
}

.nice-select .option.selected {
    font-weight: 400;
}

.text-tr {
    position: absolute;
    left: 30px;
    top: -15px;
}

.text-tl {
    position: absolute;
    left: -20px;
    top: -15px;
}

.s6 .for-arrow {
    margin-left: 110px;
}

.s6 {
    margin-top: 110px;
}

.s6 .better-text {
    top: 350px;
}

.text-bl {
    position: absolute;
    left: -20px;
    top: 30px;
}

#map {
    width: 100%;
    height: 600px;
    margin-top: 0px;
    margin-bottom: 20px;
    cursor: pointer;
}

.map-information {
    min-width: 200px;
    max-width: 300px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    max-height: 300px;
    padding: 15px 13px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1.35659px 1.35659px rgba(0, 0, 0, 0.05), 0px 2.71318px 2.71318px rgba(0, 0, 0, 0.05), 0px 5.42636px 5.42636px rgba(0, 0, 0, 0.05), 0px 10.8527px 10.8527px rgba(0, 0, 0, 0.05), 0px 21.7054px 21.7054px rgba(0, 0, 0, 0.05), 0px 43.4109px 43.4109px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1.35659px 1.35659px rgba(0, 0, 0, 0.05), 0px 2.71318px 2.71318px rgba(0, 0, 0, 0.05), 0px 5.42636px 5.42636px rgba(0, 0, 0, 0.05), 0px 10.8527px 10.8527px rgba(0, 0, 0, 0.05), 0px 21.7054px 21.7054px rgba(0, 0, 0, 0.05), 0px 43.4109px 43.4109px rgba(0, 0, 0, 0.05);
}

.point {
    display: none;
    font-size: 20px;
    font-weight: 700;
}

.active {
    display: block;
}

.point img {
    max-width: 100px;
    width: 80px;
    height: auto;
    vertical-align: middle;
    margin-right: 11px;
    margin-bottom: 5px;
}

.point .map-information {
    display: block;
}

.active-map {
    display: block;
}

.dop {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

footer a {
    font-size: 14px!important;
    line-height: 26px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000;
    opacity: 0.8;
    text-align: left;
    display: block;
    margin: 0px 0;
    /*display: none;*/
}

footer span {
    font-size: 11px;
    line-height: 16px;
    color: #123047;
    opacity: 0.8;
    display: block;
    margin-top: 10px;
}

footer a:hover {
    color: #FF5351;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

footer .container {
    text-align: center;
}

footer {
    margin-top: 80px;
    padding-bottom: 50px;
}

.s1>video {
    position: absolute;
    max-height: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.map svg {
    width: 100%;
    height: 100%;
}

.svg-pan-zoom-control {
    fill: #FF3F3D !important;
}

.close {
    position: absolute;
    right: 0;
    color: #000000;
    cursor: pointer;
}

.none {
    display: none;
}

.path fill {
    color: red;
}

.header-logo img {
    /*width: 170px;*/
}

.language a {
    width: 30px;
    height: 30px;
}

.language {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.video video {
    width: 100%;
    outline: none;
}


/* ------------------------------DOP */

.s3-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.s3-container{
    width: 54%;
    position: relative;
}

.s3-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 130px;
    padding-left: 0;
}

.s3-wrapper.fixed{
    position: fixed;
    top: auto;
    bottom: 0;
    /*left: calc((100% - 1400px) / 2);*/
    left: calc(((100% - 1400px) / 2) + 130px);
    max-width: 1420px;
    width: calc((1400px * 54) / 100);
}

.s3-wrapper.fixed.stuck{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 130px;

}

.rtl .s3-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 130px;
    padding-right: 0;
}

.rtl .s3-wrapper.fixed{
    position: fixed;
    top: auto;
    bottom: 0;
    /*left: calc((100% - 1400px) / 2);*/
    left: auto;
    right: calc(((100% - 1400px) / 2) + 130px);
    max-width: 1420px;
    width: calc((1400px * 54) / 100);
}

.rtl .s3-wrapper.fixed.stuck{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: auto;
    right: 130px;
}

@media screen and (max-width: 1420px){
    .s3-container{
        width: 50%;
    }
    .s3-wrapper {
        left: 140px;
    }
    .s3-wrapper.fixed{
        left: calc(150px);
        /*width: calc((1400px * 57) / 100);*/
        width: calc(50% - 20px);
        padding-left: 0;
    }
    .s3-wrapper.fixed.stuck{
        left: 140px;
    }

    .rtl .s3-container{
        width: 50%;
    }
    .rtl .s3-wrapper {
        right: 140px;
        left: auto;
    }
    .rtl .s3-wrapper.fixed{
        right: calc(150px);
        left: auto;
        /*width: calc((1400px * 57) / 100);*/
        width: calc(50% - 20px);
        padding-left: 0;
    }
    .rtl .s3-wrapper.fixed.stuck{
        right: 140px;
        left: auto;
    }

}

@media screen and (max-width: 1025px){
    .s3-container{
        width: 44%;
    }
    .s3-wrapper.fixed{
        width: calc(44% - 20px);
    }
    .rtl .s3-container{
        width: 44%;
    }
    .rtl .s3-wrapper.fixed{
        width: calc(44% - 20px);
    }

}

@media screen and (max-width: 840px){
    .s3-container{
        width: 100%;

    }
    .s3-wrapper{
        position: static;
        padding-left: 20px;
        width: 100%;
    }
    .s3-wrapper.fixed{
        width: 100%;
        position: static;
        padding-left: 20px;
    }
    .s3-wrapper.fixed.stuck{
        width: 100%;
        position: static;
    }

    .rtl .s3-container{
        width: 100%;

    }
    .rtl .s3-wrapper{
        position: static;
        padding-right: 130px;
        width: 100%;
    }
    .rtl .s3-wrapper.fixed{
        width: 100%;
        position: static;
        padding-right: 130px;
    }
    .rtl .s3-wrapper.fixed.stuck{
        width: 100%;
        position: static;
    }

}

@media screen and (max-width: 768px){
    .rtl .s3-wrapper{
        padding-right: 30px;
    }
    .rtl .s3-wrapper.fixed{
        padding-right: 30px;
    }
}


.techno {
    width: 35%;
    /* max-height: 760px;
    overflow-y: scroll; */
}

.techno-item {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    padding-top: 50px;
}

.t-left {
    width: 39%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img-left-10 {
    max-width: 120px;
    height: 120px;
}

.t-right {
    width: 55%;
}

.s3 .typical-h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: red;
    position: absolute;
    right: 0;
    top: 35px;
}

.s7 {
    margin-top: 100px;
    /* padding-left: 130px; */
}

.s7 p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.s7 h3 {
    margin-bottom: 10px;
}

.partners-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-left: 130px;
    justify-content: center;
}

/*
.rtl .partners-wrapper {
    padding-left: 0;
}
*/

.partners-item {
    background: #F5F5F5;
    width: 212px;
    height: 212px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.partners-item>a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    padding: 15px;
}

.s7 .better-text {
    left: -327px;
    top: 235px;
}

.s7-wrapper {
    padding-left: 130px;
}


/* .partners-item img {
    filter: grayscale(1);
} */

.partners-item:hover>a {
    -webkit-filter: unset;
    filter: unset;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.s8 {
    padding-top: 100px;
   /*  padding-left: 130px; */
    padding-bottom: 120px;
    background-color: #fff;
}

.s8 .better-text {
    left: -670px;
    top: 42%;
}
.rtl .s8 .better-text {
    top: 39%;
}

.s8-wrapper {
    padding-left: 130px;
}

.s8-wrapper-cards {
    padding-left: 130px;
}
.list-services{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.list-services__item {
    /*padding-left: 18px;*/
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*height: 250px;*/
    padding: 30px;

}

/*.list-services__item:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    width: 10px;*/
/*    height: 8px;*/
/*    border-bottom: 2px solid red;*/
/*    border-left: 2px solid red;    */
/*    transform: rotate(-45deg);*/
/*}*/

.list-services__item__icon-container{
    /*min-width: 40px;*/
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.list-services__item svg{
    max-height: 100%;
    width: 80%;
}

.list-services__item-text{
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .list-services {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 600px) {
    .list-services {
        grid-template-columns: 1fr;
    }
    .list-services__item svg{
        max-height: 100%;
        max-width: 200px;
    }
}
/*@media screen and (max-width: 576px) {*/
/*    .list-services {*/
/*        padding: 0 10px;*/
/*    }*/
/*}*/

.tariff-table {
    margin-bottom: 150px;
    padding-left: 130px;
}

.tariff-cards {
    display: none;
}

.tabs {
    text-align: center;
    margin-bottom: 15px;
}

.tabs__btn {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    font-family: 'Montserat';
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.tabs__btn:last-child {
    margin-right: 0;
}

.tabs__btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    height: 3px;
    width: 0;
    background-color:  #ffcccc;
    transition: .5s ease-in-out width;
}

.tabs__btn:hover {
    color: #000;
}

.tabs__btn:active {
    color: red;
}

.tabs__btn.active {
    color: red;
}

.tabs__btn:hover:before,
.tabs__btn:focus:before{
    width: calc(100% - 1rem);
}

.tariff-card {
    border: 1px solid #ffd2d1;
    border-radius: 10px;
    box-shadow: 0 0px 6px 3px #f2abaa;
}

.tariff-card {
    display: none;
}

.tariff-card.active-card {
    display: block;
}

.tariff-card__title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 15px;
    background-color: #ffd2d1;
    color:  red;
    font-size: 30px;
}

.tariff-card__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 25px;
    text-align: center;
}

.tariff-card__item {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 10px;
}

.tariff-card__item h5 {
    display: inline;
    font-size: 25px;
}

.tariff-card__item h5:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 10px;
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
} 

.tariff-table__table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 22px;
    letter-spacing: 0.0625em;
    border-collapse: collapse;
}

.tariff-table__title {
    color: red;
    border-top: 1px solid rgb(218, 215, 215)
}

.tariff-table__title:nth-child(3) {
    border-top: none;
}

.tariff-table__table td, .tariff-table__table th {
    width: 25%;
    padding: 1rem 0.4rem;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid rgb(218, 215, 215);
    border-right: 1px solid rgb(218, 215, 215);
}

.tariff-table__row:nth-child(odd) {
    background-color: #f5f5f5 ;
}

.tariff-table__table:before {
    content: ''; 
    position: absolute; 
    height: calc(100% + 20px);
    width: 25%; 
    left: 50%; 
    top: -10px; 
    background-color: #ffd2d1;
    opacity: 0.4;
    border: 2px solid #f2abaa;
    box-shadow: 0 0px 10px 4px #f2abaa;
    z-index: 1;
} 




/* ================RTL====================== */

.rtl {
    font-family: 'Alef';
}

.rtl .better-item:last-child {
    margin-left: 0;
}

.rtl .better-text {
    right: -215px;
    left: unset;
}

.rtl input {
    font-family: 'Alef';
}

.rtl {
    direction: rtl;
    font-family: 'Alef';
}

.rtl .header-logo {
    margin-left: 140px;
    margin-right: 0;
}

.rtl .call {
    margin-right: 23px;
    margin-left: 0;
}

.rtl .main-text {
    padding-right: 130px;
    padding-left: 0;
}

.rtl .typical-input input {
    padding-right: 25px;
    padding-left: 0;
}

.rtl .links-right {
    left: 20px;
    right: unset;
}

.rtl .better-wrap>span {
    right: -365px;
    left: unset;
}

/*.rtl .better-item {
    margin-right: 0;
    margin-left: 20px;
    padding-right: 36px;
    padding-left: 54px;
}*/

.rtl .better-item {
    margin-right: 0;
    margin-left: 10px;
    padding-right: 36px;
    padding-left: 54px;
}

.rtl .better-item:nth-child(4n+4) {
    margin-left: 0;
}

.rtl .bi-right>span {
    padding-left: 34px;
    padding-right: 0;
}

.rtl .s3-wrapper {
    /*padding-right: 130px;*/
    /*padding-left: 0;*/
}

.rtl .t-right {
    padding-left: 55px;
    padding-right: 0;
}

.rtl .s3 .better-text {
    left: unset;
    right: -335px;
    /* right: -348px;
    left: unset; */
}

.rtl .s4-wrapper {
    padding-right: 130px;
    padding-left: 0;
}

.rtl .s8-wrapper {
    padding-right: 130px;
    padding-left: 0;
}

.rtl .s8-wrapper-cards {
    padding-right: 130px;
    padding-left: 0;
}

.rtl .s8 .better-text {
    right: -162px;
    left: unset;
}

.rtl .tariff-table {
    padding-left: 0;
    padding-right: 130px;
}

.rtl .tariff-table__table:before {
    left: unset;
    right: 50%;
}

.rtl .tabs__btn {
    margin-right: 0;
    margin-left: 5px;
    font-family: 'Alef';
}

.rtl .tariff-card__item {
    padding-left: 0;
    /* padding-right: 20px; */
}

.rtl .tariff-card__item h5:before {
    left: 0;
    right: -17px;
}

.rtl .list-services__item {
    /*padding-left: 0;*/
    /*padding-right: 18px;*/
}

.rtl .list-services__item:after {
    /*left: unset;*/
    /*right: 0;*/
}

.rtl .wrapper-grey {
    padding-right: 130px;
    padding-left: 150px;
}

.rtl .s5 .better-text {
    right: -260px;
    left: unset;
}

.rtl .option {
    text-align: right;
}

.rtl .close {
    left: 0;
    right: unset;
}

.rtl .better {
    padding-right: 130px;
    padding-left: 145px;
}

.rtl .tl {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    right: 90px;
    left: unset;
}

.rtl .tr {
    right: 143px;
    -webkit-transform: rotateZ(270deg);
    -ms-transform: rotate(270deg);
    transform: rotateZ(270deg);
    left: unset;
}

.rtl .bl {
    right: 90px;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    left: unset;
}

.rtl .text-tr {
    right: 30px;
    left: unset;
    -webkit-transform: rotateZ(270deg);
    -ms-transform: rotate(270deg);
    transform: rotateZ(270deg);
}

.rtl .text-tl {
    right: -20px;
    left: unset;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
}

.rtl .text-bl {
    right: -20px;
    left: unset;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
}

.rtl .s6 .better-text {
    /* right: -222px;
    left: unset; */
    right: -195px;
    left: unset;
}

.rtl .s6 .for-arrow {
    margin-right: 110px;
}

.rtl .nice-select:after {
    left: 10px;
    right: auto;
}

.rtl .nice-select span {
    text-align: right;
    display: block;
}

.rtl .nice-select {
    padding-right: 25px;
}

.rtl .modal {
    direction: rtl;
}

.rtl .checkbox input {
    margin-left: 10px;
    margin-right: 0;
}

.better-item:hover>.bi-left>img {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@media (hover) {
    .better-item:hover>.bi-left>img {
        -webkit-animation-name: rotate;
        animation-name: rotate;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
}

.rtl .s7 {
    padding-left: 0;
    padding-right: 130px;
}

.rtl .partners-item {
    margin-right: 0;
    margin-left: 20px;
}

.rtl .s7 .better-text {
    /* left: unset;
    right: -390px; */
    right: -305px;
    left: unset;
}

.rtl .s3 .typical-h3:after {
    left: 0;
    right: unset;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


/* ========================================= */


/* =========================================== */

.icons {
    display: none;
}

.icons p {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    padding-right: 15px;
}

.rtl .icons p {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    padding-right: 35px;
}

.icons a {
    width: 110px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.icons-country{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 130px;
}
.icons span {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}

.icons {
    top: 50%;
    position: absolute;
    left: calc(50% - 40px);
    padding: 10px;
    z-index: 100;
    min-width: 70px;
    max-width: 160px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1.35659px 1.35659px rgba(0, 0, 0, 0.05), 0px 2.71318px 2.71318px rgba(0, 0, 0, 0.05), 0px 5.42636px 5.42636px rgba(0, 0, 0, 0.05), 0px 10.8527px 10.8527px rgba(0, 0, 0, 0.05), 0px 21.7054px 21.7054px rgba(0, 0, 0, 0.05), 0px 43.4109px 43.4109px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1.35659px 1.35659px rgba(0, 0, 0, 0.05), 0px 2.71318px 2.71318px rgba(0, 0, 0, 0.05), 0px 5.42636px 5.42636px rgba(0, 0, 0, 0.05), 0px 10.8527px 10.8527px rgba(0, 0, 0, 0.05), 0px 21.7054px 21.7054px rgba(0, 0, 0, 0.05), 0px 43.4109px 43.4109px rgba(0, 0, 0, 0.05);
}

.icons27_active p {
    padding-right: 30px;
}

.icons30_active p {
    padding-right: 30px;
}

.icons23_active {
    display: none;
}

.icons71_active {
    display: none;
}

.icons93_active {
    display: none;
}

.icons27_active {
    display: none;
}

.icons30_active {
    display: none;
}

.icons23_active {
    display: block;
}

.icons71_active {
    display: block;
}

.icons93_active {
    display: block;
}

.icons27_active {
    display: block;
}

.icons30_active {
    display: block;
}

.icons94_active {
    display: block;
    min-width: 120px;
}

.better-item:last-child {
    margin-right: 0;
}


/* #pop-up2 {
    height: 300px;
    max-width: 500px;
    background: #ffffff;
    position: absolute;
    z-index: 123;
    display: flex;
    align-items: center;
    border-radius: 10px;
    left: calc(50% - 250px);
    top: 200px;
} */

#pop-up2 {
    width: 100%;
    max-width: unset !important;
    height: unset;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000a6;
    z-index: 1111;
}

#pop-up2 .pop-up {
    background: #ffffff;
    height: 400px;
    width: 500px;
    border-radius: 10px;
    margin: 0 auto;
    top: 200px;
    padding-top: 150px;
}

#pop-up2 span {
    font-size: 34px;
    position: absolute;
    right: -25px;
    top: -35px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
}


/* ============================================= */


/* ============================================== */


/* =========================================== */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    font-family: Montserat;
}

input::-moz-placeholder {
    font-family: Montserat;
}

@media (max-width: 1550px) {
    .better-wrap>span {
        left: -325px;
    }
    .links-right {
        top: 70%;
    }
    .s5 .better-text {
        left: -144px;
        top: 270px;
    }
    .nice-select:after {
        margin-right: 0;
    }
    .s4 .better-text {
        left: -167px;
    }
    .s3 .better-text {
        top: 50%;
        left: -405px;
    }
    .s6 .better-text {
        left: -177px;
    }
    .s7 .better-text {
        left: -285px;
    }
    .s8 .better-text {
        left: -624px;
    }
    .rtl .better-wrap>span {
        right: -325px;
    }
    .rtl .s3 .better-text {
        left: unset;
        /* right: -404px; */
        /*right: -373px;*/
        right: -270px;
    }
    .rtl .s5 .better-text {
        right: -130px;
        left: unset;
    }
    .rtl .better-text {
        right: -160px;
        left: unset;
    }
    .rtl .s6 .better-text {
        right: -138px;
        left: unset;
    }
    .rtl .s7 .better-text {
        right: -400px;
        left: unset;
        z-index: 2000;
    }

    .rtl .s8 .better-text {
        right: -601px;
        left: unset;
    }
}

@media (max-width: 1400px) {
    header {
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-logo {
        margin-right: 50px;
    }
    .links {
        margin: 0 20px;
    }
    .skype {
        margin: 0px 15px;
    }
    .demo .typical-input {
        max-width: 300px;
    }
    .demo-form .button {
        padding: 26px 35px;
    }
    .t-right {
        padding-right: 25px;
    }
    .techno-item {
        height: unset;
        padding-top: 55px;
    }
    .rtl .header-logo {
        margin-left: 50px;
    }
    .rtl .header-logo {
        margin-left: 0;
    }
}

@media (max-width: 1300px) {
    .better-item {
        padding-right: 15px;
        padding-left: 15px;
    }
    .bi-left {
        text-align: center;
    }
    .better {
        padding-right: 85px;
    }
    .nice-select {
        padding-left: 0;
    }
    .s5-form input {
        padding-left: 8px;
    }
    .rtl .better-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s3 .typical-h3:after {
        right: -50px;
    }
}

@media (max-width: 1200px) {
    .header-left {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
    .header-right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-logo {
        margin: 0;
        text-align: center;
    }
    .header-logo a {
        display: block;
    }
    .main-text>h1 {
        font-size: 45px;
    }
    .better {
        padding-right: 50px;
    }
    .demo .typical-input {
        max-width: 80%;
        margin-bottom: 20px;
    }
    .demo-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .links-right {
        top: calc(50% - 100px);
    }
    .links-right a {
        width: 55px;
        height: 55px;
    }
    .t-left {
        width: 44%;
    }
    .wrapper-grey {
        padding-right: 40px;
    }
    .typical-h3 {
        font-size: 37px;
    }
    .rtl .better {
        padding-left: 50px;
    }
    .rtl .wrapper-grey {
        padding-left: 40px;
    }
    .rtl .t-right {
        padding-left: 15px;
        padding-right: 0;
    }
    .s3 .typical-h3:after {
        top: 30px;
    }

    .tariff-table__table {
        font-size: 20px;
    }

    .rtl .s6 .better-text {
        display: none;
    }
}

@media (max-width: 1100px) {
    .better-item {
        width: calc((100% - 20px)/2);
        margin-right: 0;
    }
    .better-item:nth-child(3n+3) {
        margin-right: unset;
    }
    .better-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .rtl .better-item {
        margin-left: 0;
    }
    .s3 {
        margin-top: 100px;
    }
    .t-right {
        width: 52%;
    }
    .t-left {
        width: 43%;
    }
}

@media (max-width: 1024px) {
    .techno-item {
        width: 100%;
    }
    .t-right>p {
        padding-bottom: 15px;
    }
    .s5-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
    .s5-form .typical-input {
        width: 30%;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .s5-form .button {
        width: 30%;
    }
    .s5 .typical-h3 {
        font-size: 37px;
    }
    .s4-right {
        width: 100%;
    }
    .s4-left {
        width: 100%;
        padding-top: 60px;
        margin-bottom: 30px;
    }
    .s4 .better-text {
        top: 225px;
    }
    #map {
        height: 500px;
    }
    .rtl .s5-form .typical-input {
        margin-left: 15px;
        margin-right: 0;
    }
    .s3 .typical-h3:after {
        display: none;
    }
    .techno {
        width: 40%;
    }
    .t-right>h6 {
        font-size: 24px;
    }
    .t-right>p {
        font-size: 15px;
    }
}

@media (max-width: 980px) {
    .main-text>h1 {
        font-size: 35px;
    }
    .main-text {
        max-width: 880px;
    }
    .tariff-table__table {
        font-size: 16px;
    }
}

@media (max-width: 840px) {
    .s3-wrapper {
        width: 100%;
    }
    .techno {
        width: 100%;
        padding-left: 130px;
    }
    .techno {
        max-height: unset;
        overflow: unset;
    }

    .tariff-table__table {
        min-width: 660px;
    } 

    .tariff-table {
        display: none;
        height: 660px;
    }

    .tariff-cards {
        display: block;
        margin-bottom: 150px;
    }

    .s8 .table-name {
        margin-bottom: 20px;
    }

    .rtl .tariff-table {
        height: 520px;
    }

    .table-responsive {
        width: 100%;
        overflow-x: auto;
        height: inherit;
        display: flex;
        align-items: center;
    }

    .rtl .techno {
        width: 100%;
        padding-right: 130px;
    }
}

@media (max-width: 768px) {
    .header-right span {
        font-size: 17px;
    }
    .links a {
        height: 20px;
    }
    .header-right {
        display: block;
        text-align: center;
    }
    .header-right>a {
        margin-bottom: 10px;
    }
    .main-text {
        max-width: 100%;
        padding-left: 30px;
    }
    .tl {
        left: 0;
        top: 122px;
    }
    .tr {
        left: 26px;
        top: 122px;
    }
    .bl {
        left: 0;
    }
    .main-text>h1 {
        font-size: 30px;
    }
    .better {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 120px;
    }
    .better-item {
        width: 100%;
    }
    .demo {
        padding-left: 30px;
        padding-right: 30px;
    }
    .demo .typical-input {
        max-width: 100%;
    }
    .demo>h2 {
        font-size: 34px;
    }
    .better>h3 {
        font-size: 35px;
        line-height: 1;
        top: -53px;
    }
    .better-wrap>span {
        display: none;
    }
    .s3-wrapper {
        padding-left: 30px;
    }
    .t-right>h6 {
        font-size: 24px;
    }
    .t-right {
        padding-right: 10px;
    }
    .img-left-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -75px;
        height: 132%;
    }
    .techno-item {
        min-height: 255px;
    }
    .t-right>p {
        font-size: 15px;
    }
    .s5 .better-text {
        display: none;
    }
    .wrapper-grey {
        padding-left: 30px;
        padding-right: 5px;
    }
    .s5 .typical-h3 {
        font-size: 30px;
    }
    .wrapper-grey p {
        font-size: 15px;
    }
    .s4 .better-text {
        display: none;
    }
    .s4-wrapper {
        padding-left: 30px;
    }
    .s3 .better-text {
        display: none;
    }
    .s4 {
        margin-bottom: 70px;
        margin-top: 0;
        padding-bottom: 0;
    }
    .better h3 {
        font-size: 38px;
    }
    .s6 .better-text {
        display: none;
    }

    .s8 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .s8 .better-text {
        display: none;
    }

    .s7-wrapper {
        padding-left: 30px;
    }

    .s8-wrapper {
        padding-left: 30px;
    }

    .rtl .s8-wrapper {
        padding-right: 30px;
    }

    .s8-wrapper-cards {
        padding-left: 30px;
    }

    .tabs__btn {
        font-size: 20px;
    }

    .tariff-cards {
        margin-bottom: 80px;
    }

    .tariff-card__title {
        height: 60px;
        font-size: 25px;
    }
    .tariff-card__list {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }
    .tariff-card__item h5 {
        font-size: 20px;
    }

    .tariff-card__item h5:before {
        left: -17px;
        top: 7px;
    }

    .rtl .tariff-card__item h5:before {
        left: 0;
        right: -17px;
        top: 7px;
    }

    .partners-wrapper {
        padding-left: 30px;
    }
    footer {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .s6 {
        margin-top: 40px;
    }
    .s6 .for-arrow {
        margin-left: 30px;
    }
    #map {
        height: 450px;
    }
    .s3 {
        margin-top: 30px;
    }
    .s5 {
        margin-top: 50px;
    }
    .wrapper-grey {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .map-information {
        top: 118px;
        left: 5%;
    }
    .rtl .main-text {
        padding-right: 30px;
    }
    .rtl .tl {
        right: 10px;
    }
    .rtl .tr {
        right: 50px;
    }
    .rtl .bl {
        right: 10px;
    }
    .rtl .better {
        padding-right: 30px;
    }
    .rtl .s3-wrapper {
        padding-right: 30px;
    }
    .rtl .s4-wrapper {
        padding-right: 30px;
    }
    .rtl .s8-wrapper-cards {
        padding-right: 30px;
    }

    .rtl .tariff-table {
        padding-right: 30px;
    }

    .rtl .wrapper-grey {
        padding-right: 30px;
        padding-left: 5px;
    }
    .rtl .s6 .for-arrow {
        margin-right: 30px;
    }
    .checkbox {
        margin-left: 0;
    }
    .pop-up>h5 {
        font-size: 23px;
    }
    .techno {
        padding-left: 0;
    }
    .s7 .better-text {
        display: none;
    }
    .rtl .s7 {
        padding-left: 0;
        padding-right: 30px;
    }
    .partners-item {
        width: calc((100% - 30px)/2);
        height: 150px;
        margin-right: 0;
    }
    .partners-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .rtl .partners-item {
        margin-right: 0;
        margin-left: 0;
    }
    .rtl .techno {
        width: 100%;
        padding-right: 0;
    }
    /* ---------MAP */
    #map {
        overflow: scroll !important;
        height: 500px;
    }
    /* .map svg {
        
    } */
    .map-information {
        right: -20px;
        width: 100px;
        left: auto;
        max-height: 330px;
        top: 300px;
        min-width: 155px;
    }
    #map svg {
        /* left: -175px; */
        left: -600px;
        top: -175px;
        /* width: 1310px;
        height: 800px; */
        width: auto;
        height: auto;
        overflow: scroll;
    }
    .rtl #map svg {
        /* left: -175px; */
        right: -175px;
        top: -175px;
        /* width: 1310px;
        height: 800px; */
        width: auto;
        height: auto;
        overflow: scroll;
    }
    .img-left {
        display: none;
    }
    .bi-right {
        padding: 0 10px;
    }
    .t-left {
        display: none;
    }
    .techno-item {
        padding-top: 0;
    }
    .techno-item {
        min-height: 200px;
    }
    .t-right {
        margin-top: 5px;
    }
    #pop-up2 .pop-up {
        height: 360px;
        width: 410px;
        top: 150px;
        padding-top: 150px;
    }

    .v-margin-20 {
        top: -20px;
    }
}

@media (max-width: 576px) {
    #pop-up2 .pop-up {
        background: #ffffff;
        height: 340px;
        width: 255px;
        border-radius: 10px;
        margin: 0 auto;
        top: 170px;
        padding-top: 80px;
    }
    #pop-up2 h5 {
        font-size: 20px;
    }
    #pop-up2 p {
        padding: 0 15px;
    }
    .rtl #map svg {
        right: -310px;
    }
    .header-right .call {
        margin-left: 0;
    }
    .header-right span {
        display: block;
    }
    .main-text>h1 {
        font-size: 22px;
        line-height: 45px;
        text-align: center;
    }
    .main-text {
        padding-top: 60px;
        padding-left: 0;
    }
    .bl,
    .tr,
    .tl {
        display: none;
    }
    .better-item {
        padding-right: 5px;
        padding-left: 5px;
    }
    .bi-right>span {
        padding-right: 0;
    }
    .bi-left {
        width: 23%;
    }
    .bi-right {
        width: 74%;
    }
    .demo input {
        height: 55px;
    }
    .demo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .demo-form .button {
        height: 55px;
        padding: 16px 20px;
        font-size: 15px;
    }
    .demo>h2 {
        font-size: 25px;
        text-align: center;
    }
    .better>p {
        font-size: 14px;
        padding-top: 20px;
    }
    .better {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .better>h3 {
        font-size: 22px;
        top: -33px;
    }
    .links-right {
        /* top: 289px; */
    }
    .links-right a {
        width: 45px;
        height: 45px;
    }
    .links-right {
        right: 5px;
    }
    .t-right>h6 {
        font-size: 20px;
    }
    .t-left {
        width: 50%;
        margin: 0 auto;
    }
    .t-right {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding-right: 0;
    }
    .techno-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .t-right>p {
        font-size: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .img-left-2 {
        margin-top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .img-left-8 {
        margin-left: 0;
    }
    .img-left-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
    .img-left-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
    .img-left-7 {
        margin-left: 0;
    }
    .s3-wrapper {
        padding-left: 10px;
    }
    .s7-wrapper {
        padding-left: 10px;
    }
    .partners-wrapper {
        padding-left: 0;
    }
    .s8-wrapper {
        padding-left: 0px;
    }
    .s8-wrapper-cards {
        padding-left: 0;
    }
    .rtl .s8-wrapper-cards {
        padding-right: 0;
    }
    .tabs {
        margin-bottom: 10px;
    }
    .tabs__btn {
        font-size: 18px;
        padding: 5px 0px;
    }
    .tabs__btn:before{
        left: 0;
    }
    .tabs__btn:hover:before, 
    .tabs__btn:focus:before {
        width: 100%;
    }

    .tariff-card__title {
        height: 50px;
        font-size: 23px;
    }
    .tariff-card__list {
        font-size: 18px;
    }
    .tariff-card__item h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .tariff-card__item h5:before {
        left: -15px;
        top: 6px;
        height: 8px;
        width: 8px;
    }

    .rtl .tariff-card__item h5:before {
        left: 0;
        right: -15px;
        top: 6px;
        height: 8px;
        width: 8px;
    }
    .modal {
        padding-left: 10px;
        padding-right: 10px;
    }
    .s5-form .typical-input {
        width: 100%;
    }
    .s5-form .button {
        width: 100%;
    }
    .typical-h3 {
        font-size: 30px;
    }
    .s4-wrapper {
        padding-left: 10px;
    }
    .wrapper-grey {
        padding-left: 10px;
        padding-right: 5px;
    }
    .video>iframe {
        height: 370px;
    }
    .for-arrow img {
        display: none;
    }
    .better h3 {
        font-size: 28px;
    }
    .better .for-arrow {
        top: -47px;
    }
    /* #map {
        height: 350px;
    } */
    .s6 .for-arrow {
        margin-left: 10px;
    }
    .s5 .typical-h3 {
        font-size: 27px;
    }
    .s4-left {
        padding-top: 20px;
    }
    .rtl .call {
        margin-right: 0;
    }
    .rtl .main-text {
        padding-right: 0;
    }
    .rtl .better {
        padding-right: 15px;
        padding-left: 15px;
    }
    .rtl .s3-wrapper {
        padding-right: 10px;
    }
    .rtl .s4-wrapper {
        padding-right: 10px;
    }
    .rtl .s7-wrapper {
        padding-right: 10px;
    }
    .rtl .partners-wrapper {
        padding-right: 0;
    }
    .rtl .s8-wrapper {
        padding-right: 10px;
    }
    .rtl .wrapper-grey {
        padding-right: 15px;
        padding-left: 5px;
    }
    .rtl .s6 .for-arrow {
        margin-right: 15px;
    }
    .s7 {
        padding-left: 10px;
    }
    .rtl .s7 {
        padding-left: 0;
        padding-right: 10px;
    }
    .partners-item {
        width: calc((100% - 10px)/2);
        height: 150px;
        margin-right: 0;
    }
    .better-item:hover>.bi-left>img {
        -webkit-animation-name: unset;
        animation-name: unset;
    }
    .techno-item {
        min-height: 160px;
    }
    .ttt {
        display: none;
    }
    .t-left {
        width: 50%;
        display: block;
    }
    .img-left,
    .img-left-6 {
        width: 30%;
        display: block;
        margin: 0 auto;
    }
    .rtl #pop-up2 .pop-up {
        background: #ffffff;
        height: 340px;
        width: 255px;
        border-radius: 10px;
        margin: 0 auto;
        top: 170px;
        padding-top: 80px;
    }
    .rtl #pop-up2 h5 {
        font-size: 20px;
    }
    .rtl #pop-up2 p {
        padding: 0 15px;
    }

    .better > h3.v-margin-20 {
        top: -25px;
    }
}

@media (max-width: 768px) {
    .better-item:hover>.bi-left>img {
        -webkit-animation-name: unset;
        animation-name: unset;
    }
    .t-right {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        padding-right: 0;
    }
}

@media (max-width: 400px) {
    .tabs__btn {
        font-size: 16px;
    }
}

@media (max-width: 376px) {
    .partners-item {
        height: 160px;
    }
    .typical-h3 {
        font-size: 29px;
    }
    .tariff-card__title {
        font-size: 20px;
    }
    .tariff-card__list {
        font-size: 16px;
    }
    .tariff-card__item h5 {
        font-size: 16px;
    }
    .tariff-card__item h5:before {
        left: -13px;
        top: 5px;
        height: 7px;
        width: 7px;
    }
    .rtl .tariff-card__item h5:before {
        left: 0;
        right: -13px;
        top: 5px;
        height: 7px;
        width: 7px;
    }
}

.point img {
    cursor: pointer;
}

.fake {
    display: none!important;
}

.error {
    color: red;
}

.rtl input:focus::-webkit-input-placeholder {
    color: transparent;
}

.rtl input::-webkit-input-placeholder {
    font-family: 'Alef';
}

.rtl input::-moz-placeholder {
    font-family: 'Alef';
}

.rtl .modal-form .typical-input {
    text-align: right;
}

.wpml-ls-sub-menu {
    visibility: visible !important;
    display: flex;
}

.wpml-ls-slot-sidebar-1 {
    display: flex;
}

.dev_by {
    display: inline-block;
    margin: 0;
    text-decoration: none;
}

.small-announcement{
    font-size: 16px;
    padding: 5px 0 5px 0;
}

.pp-form .button {
    width: 70%;
    padding: 27px 0;
    text-align: center;
    height: 72px;
    display: inline-block;
    cursor: pointer
}

.tariff-card__item.pp-form .button {
    width: auto;
    height: auto;
    padding: 10px 20px;
}

/* Chrome, Safari, Edge, Opera */
input.sub-quantity::-webkit-outer-spin-button,
input.sub-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input.sub-quantity {
    -moz-appearance: textfield;
}

.sub-quantity-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    z-index: 10;
}

.sub-quantity-button{
    width: 30px;
    height: 30px;
    background-color: #FF3F3D;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.sub-quantity-input{
    height: 30px;
    max-width: 50px;
    margin: 0 10px;
    border: 1px solid #E9D7D8;
    text-align: center;
    color: #2C2E2F;
    font-size: 16px;
}

.swal2-styled.swal2-confirm{
    background-color: #FF3F3D !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(233 215 216 / 50%) !important;
}
.swal2-styled.swal2-confirm:hover{
    background-color: #DD1C1B !important;
}

.text-center{
    text-align: center !important;
}

.v-margin-20 {
    margin-top: 20px;
    margin-bottom: -20px;
}

/*MENU*/
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  z-index:10000;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 20px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #ff0000;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);

  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
/*.menu__item:hover {
  background-color: #CFD8DC;
}*/
a.menu__item{color:#000;}
/*END MENU*/

#breadcrumbs{margin:20px 0;color:#000;font-weight:bolder;}
#breadcrumbs a{color:#000;font-weight:bolder;}
#breadcrumbs .breadcrumb_last{color:red;}
.better-item a{color:#000;}
.header-left{text-decoration:none!important;}
.category header,.single header,.page header,.error404 header{padding-bottom:40px;}
.polylang_langswitcher li{display:inline;}
input.error{border:1px solid red;}
label.error{display:none!important;}
h1.typical-h3{margin-top:0!important;}
.pt0{padding-top:0px!important;}
.s2-tel img{padding:15px;}
.mainmenu{margin:0;}
.mainmenu li {display: inline;margin-right:15px;}
.mainmenu.btm li {display: block;margin-right:15px;color:#000;}
.mainmenu.btm li a{display: inline; text-align:left; margin:5px 0;color:#000; font-size:14px;}
.main-text h1{margin-top:0!important;}
.s2-viber{background:green;}
.s2-viber:hover{background:green!important;}
.s2-skype{background:#00aff0;}
.s2-skype:hover{background:#00aff0!important;}
.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link{border-radius: 26px;margin-right: 21px;}
.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link{border-radius: 26px;margin-right: 21px;}
footer{display: block;background:#181818;position: absolute;width: 100%;padding: 40px;}
footer span, footer a{font-size:16px;color:#fff;}
.menu__btn{z-index:100000;}
.links.btm,.links.btm a{margin:0;}
.links.btm{margin-top:10px;}
.links.btm img{background: #008000;border-radius: 20px;width: 42px;}
.links.btm a.skype img{background: #00aff0;border-radius: 20px;width: 42px;}
.mainmenu.btm li a{color:#fff;}
.column a{color:#fff;}
.article_container{margin:30px 0;}
.p_content ul, ol{margin:0 2em 1.5em 0;}
.page .typical-h3{font-size: 32px;}


.column {
  float: left;
  width: 25%;
  text-align:left;
  font-family:rubik;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
	.p_content{margin-top:50px;}
	.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link{border-radius: 26px;margin-right: 4px;padding:8px!important;}
	.column {
	  float: left;
	  width: 100%;
	}	
	.links.btm{display:none;}
}

/* Правки 01/12/22 */
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
    left: 200px;
}
#pojo-a11y-toolbar{
    top: 210px;
}

.links-right{
    position: static;
}
.links-right a{
    margin: 0;
    z-index: 3000;
}
.s2-skype{
    position: fixed;
    top: 280px;
    left: 20px;
}


.s2-viber{
    /*position: fixed;
    bottom: 20px;
    left: 20px;
    right: auto;*/
    position: fixed;
    top: 428px;
    left: 20px;	
}

.s2-tel{
    position: fixed;
    bottom: auto;
    top: 355px;
    right: auto;
    left: 20px;
    background: #1b8132;
}
.rtl .s2-viber{
    left: 20px;
    right: auto;
}
/*.rtl .s2-tel{*/
/*    left: auto;*/
/*    right: 20px;*/
/**/
}

@media screen and (max-width: 1200px) {
    #pojo-a11y-toolbar{
        top: 80px;
    }
    .s2-skype{
        top: 140px;
    }
    .links-right a {
        width: 40px;
        height: 40px;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
        font-size: 160%;
    }
}

@media screen and (max-width: 600px){
    #wpadminbar {
        position: fixed;
    }
}
.language{
    top: 20px;
}

.language ul{
    margin: 0;
}

/*chat*/
.free_consultation_btn_new {
 position:fixed;
 bottom:20px;
 left:30px;
 z-index:11;
}
.free_consultation_btn_new_wrap {
 width:230px;
 background:#fff;
 border-radius:15px;
 box-shadow:var(--def-box-shadow);
 padding:10px;
 padding-top:23px;
 position:relative;
 z-index:1
}
.free_consultation_btn_new_title {
 border-bottom:2px solid var(--main-yellow);
 line-height:10px;
 width:max-content;
 min-height:13px;
 font-weight:700;
 font-size:16px;
 margin:0 auto;
line-height: 22px;text-align: center; 
}
.free_consultation_btn_img {
 width:74px;
 height:74px;
 border-radius:50%;
 box-shadow:var(--def-box-shadow)
}
.free_consultation_btn_new_img_wrap {
 width:90px;
 height:90px;
 border-radius:50%;
 display:flex;
 justify-content:center;
 align-items:center;
 margin:0 auto;
 position:relative;
 top:-3px
}
.free_consultation_btn_new_text {
 font-size:14px;
 display:flex;
 align-items:center
}
.free_consultation_btn_new_text::before {
 content:"";
 display:inline-block;
 width:25px;
 height:25px;
 background-position:center;
 background-size:contain;
 background-repeat:no-repeat;
 margin-left:5px
}
.free_consultation_btn_new_row1 .free_consultation_btn_new_text::before {
 /*background-image:url(/wp-content/themes/avantage/img/img_chat/fcbn_i1.png)*/
}
.free_consultation_btn_new_row2 .free_consultation_btn_new_text::before {
 /*background-image:url(/wp-content/themes/wp_theme/assets/img/img_chat/fcbn_i2.png)*/
}
.free_consultation_btn_new_title {
 margin-bottom:20px
}
.whatsapp_btn {
 padding:5px 15px;
 font-size:16px;
 min-height:0vw;
 background-color:#1b4962;
 border-radius:100px;
 font-weight:600;
 height:40px;
 width:100%;
 display:flex;
 align-items:center;
 margin-top:10px;
 position:relative;
 justify-content:center;
 padding-left:30px;
 margin-bottom:10px;
 color:#fff;
}
.whatsapp_btn:after {
 content:'';
 position:absolute;
 height:27px;
 width:27px;
 background-position:center;
 background-repeat:no-repeat;
 background-size:contain;
 top:50%;
 left:17px;
 transform:translateY(-50%);
 background-image:url(/wp-content/themes/eventobot/img/img_chat/sb-viber-i.png)
}
.whatsapp_btn.call:after {
 content:'';
 position:absolute;
 height:27px;
 width:27px;
 background-position:center;
 background-repeat:no-repeat;
 background-size:contain;
 top:50%;
 left:17px;
 transform:translateY(-50%);
 background-image:url(/wp-content/themes/eventobot/img/img_chat/sb-call-i.png)
}
.free_consultation_btn_new_wrap::before {
 content:"";
 display:block;
 width:100%;
 height:66px;
 /*background-image:url(/wp-content/themes/wp_theme/assets/img/img_chat/t1.png);*/
 position:absolute;
 top:-46px;
 left:0;
 z-index:1
}
.free_consultation_btn_new_row {
 margin-bottom:5px
}
.free_consultation_btn_new::after {
 content:"";
 display:block;
 position:absolute;
 top:44px;
 right:0;
 box-shadow:var(--def-box-shadow);
 border-radius:15px;
 width:70px;
 height:70px
}
.free_consultation_btn_new::before {
 content:"";
 display:block;
 position:absolute;
 top:44px;
 left:0;
 box-shadow:var(--def-box-shadow);
 border-radius:15px;
 width:70px;
 height:70px
}
.hide_free_consultation_btn_new {
 position:absolute;
 left:-16px;
 top:25px;
 width:20px;
 height:20px;
 background-image:url(/wp-content/themes/eventobot/img/img_chat/cross_yellow.png);
 background-repeat:no-repeat;
 background-position:center;
 background-size:contain;
 cursor:pointer
}
.free_consultation_btn_new_wrap {
 transition:.5s;
 height:165px;
 opacity:0
}
.free_consultation_btn_new:after,
.free_consultation_btn_new:before {
 opacity:0;
 transition:1s
}
.free_consultation_btn_new.open .free_consultation_btn_new_wrap,
.free_consultation_btn_new.open:after,
.free_consultation_btn_new.open:before {
 opacity:1
}
.free_consultation_btn_new.closed .free_consultation_btn_new_wrap {
 width:0;
 height:0;
 overflow:hidden;
 padding:0;
 opacity:0
}
.free_consultation_btn_new.closed:after,
.free_consultation_btn_new.closed:before {
 display:none;
 opacity:0
}
.free_consultation_btn_new.closed .hide_free_consultation_btn_new {
 display:none
}
.free_consultation_btn_new.closed .free_consultation_btn_img {
 border:1px solid var(--main-yellow);
 cursor:pointer
}
.free_consultation_btn_new.mobile {
 opacity:0;
 pointer-events:none
}
.hiden_free_consultation_btn_new .side_btn {
 right:8px;
 bottom:0
}
/*chat end*/
.free_consultation_btn_new_wrap a{color:#fff!important;}
.free_consultation_btn_new{z-index:10000!important;}

@media (max-width: 768px){
    .s8-wrapper-cards {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tariff-card__list{
        margin: 0;
    }
	.s2-skype{display:none;}
	.s2-viber{display:none;}
	/*.s2-tel{te}*/
	
	.tarprice {font-size: 42px;margin-bottom: 0;font-weight: bolder;}
	.s8{padding-top:0px!important;padding-bottom:0px!important;}
	.s7{margin-top:20px!important;}
	.s3-wrapper{padding-top:30px!important;}
	.techno-item{margin-bottom:0px!important;}
	.tariff-cards{margin-bottom:20px!important;}
	.better{padding-top:80px!important;}
	.typical-h3.table-name{text-align:center;}
}

.rtl .column{text-align:right!important;}
.rtl .column a{text-align:right!important;}
.rtl .column .call{margin-right:0!important;}
.nds{text-align: center;color: #aaa; margin-top:10px;}
.s2-skype img{padding:10px;}
.partners_btn{width: 100%;text-align: center;}
#partners_btn,#partners_btn_c{background: #ff3f3d;color: #fff;padding: 20px;}
/*#blog_btn{background: #ff3f3d;color: #fff;padding: 5px;text-align: center;display: block;width: 100%;}*/
#blog_btn{color: #ff3f3d;padding: 5px;text-align: left;display: block;width: 100%;}
.list-services li{list-style:none!important;}
.s3{margin-top:20px;}
.s8{padding-top:20px;padding-bottom:30px;}
.s3-wrapper{padding-top:60px;}
.tariff-table{margin-bottom:50px;}
.tariff-table__table::before{left:25%!important;}
.rtl .tariff-table__table::before{right:25%!important;}
.s2 .better{margin-top:120px;}
.archive .s2 .better{padding-top: 20px;}
.archive .s2 .better-wrap{margin-top: 25px;}
.whatsapp_btn{direction: ltr;}
.p_content h2{font-size:34px;}
.p_content h3{font-size:24px;}
.p_content h4{font-size:22px;}
.white{color:#fff;}
.white:hover{color:red;}

@media screen and (max-width: 768px){
    .s2-tel{
        bottom:20px;
        top: auto;
        right: 20px;
        left: auto;
    }
}