.layout.loaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.blure {
  filter: blur(2px);
}

body {
  background: unset;
}

@font-face {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/Roboto-Italic.woff2") format("woff2");
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  font-family: Roboto !important;
  padding: 0;
  transition: 0s;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  display: block;
}

div {
  -webkit-tap-highlight-color: transparent;
}

a:-webkit-any-link:focus {
  outline-offset: 1px;
}

section {
  position: relative;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

button, input, a {
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: unset !important;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
}

a, button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.relative {
  position: relative;
}

.page_title {
  margin-top: 40px;
}

a:hover, a:focus, button:hover, button:focus {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ring {
  position: relative;
}
.ring:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 6px;
  display: block;
  transform: rotateZ(-29deg);
  width: 20px;
  height: 20px;
  background: url("../images/ring.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 850px) {
  .ring:after {
    top: -3px;
    right: 6px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ring:after {
    right: 0px;
  }
}
header + .container {
  min-height: 75vh;
}

header + .container-small {
  min-height: 75vh;
}

.default-text p.h5 {
  font-size: 25px;
  font-weight: bold;
}
.default-text p.h5 span {
  font-size: 25px;
  font-weight: bold;
}

p a {
  color: #5580ea;
}
p a:hover, p a:focus {
  text-decoration: underline;
}

.pd-l15 {
  padding-left: 15px;
}

.border-left {
  border-left: 1px solid #39b54a;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.notification-text {
  margin-bottom: 30px;
  position: relative;
  color: #e31e24;
  padding-left: 30px;
}
.notification-text:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  left: 0px;
  top: 1px;
  height: 20px;
  margin-right: 6px;
  background: url("../images/attention.svg") no-repeat;
  background-size: contain;
}

.hidden-object {
  position: absolute;
  width: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.container-600 {
  max-width: 600px;
  padding: 0 25px;
  margin: auto;
}

.container-800 {
  max-width: 800px;
  padding: 0 25px;
  margin: auto;
}

.container-small {
  max-width: 1190px;
  padding: 0 25px;
  margin: auto;
}

.container {
  max-width: 1780px;
  padding: 0 25px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .container-small {
    padding: 0 15px;
  }
  .container-600 {
    padding: 0 15px;
  }
  .container-800 {
    padding: 0 15px;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content--center {
  justify-content: center;
}

.justify-content--space-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.edit {
  display: flex;
  padding: 8px 10px;
  display: flex;
  color: #39b54a;
  font-size: 21px;
  border: none;
  background: transparent;
  align-items: center;
}
.edit:hover, .edit:focus {
  text-decoration: underline;
}
.edit img {
  width: 20px;
  margin-right: 8px;
}

@media screen and (max-width: 992px) {
  .edit {
    font-size: 17px;
  }
  .edit img {
    width: 13px;
  }
}
.card-tips {
  margin-bottom: 25px;
  max-width: 600px;
  border: 1px solid #39b54a;
}
.card-tips.big {
  max-width: unset;
}
.card-tips .card-t-title {
  padding: 15px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #39b54a;
}
.card-tips .card-t-content {
  padding: 15px 15px;
}

.arr-down {
  padding-right: 12px;
  position: relative;
}

.arr-down:after {
  position: absolute;
  content: "";
  background: url(../images/arrow-left1.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 12px;
  right: 5px;
  top: calc(50% - 4px);
  transform: rotateZ(270deg);
}

.custom-padding {
  padding-top: 50px;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .custom-padding {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.page-title {
  margin-bottom: 40px;
  font-size: 31px;
  color: black;
  font-weight: bold;
}

.page-subtitle {
  font-size: 19px;
  color: black;
}

.custom_title {
  margin-bottom: 40px;
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-align: center;
}

.text-left {
  text-align: left;
}

.line-bottom {
  border-bottom: 1px solid #39b54a;
}

@media screen and (max-width: 480px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .page-subtitle {
    font-size: 17px;
  }
  .custom_title {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: white;
  background-color: #39b54a;
  border: 1px solid #39b54a;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 13px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  background-color: #30983e;
  border-color: #2d8e3a;
  color: white;
}
.btn:disabled {
  background: #999999;
  border-color: #999999;
  cursor: default;
}
.btn:disabled:hover, .btn:disabled:focus {
  background-color: #999999;
  border-color: #999999;
  color: white;
}

.btn-transparent {
  background-color: transparent;
  color: #6c757d;
  border-color: transparent;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent.active {
  color: #fff;
  border-color: #6c757d;
  background-color: #6c757d;
}

.big-btn {
  font-size: 26px;
  padding: 8px 20px;
}

.btn-danger {
  background-color: #e31e24 !important;
  border-color: #e31e24;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #b7171c !important;
}

@media screen and (max-width: 780px) {
  .big-btn {
    font-size: 21px;
    padding: 8px 12px;
  }
}
.img-left {
  display: flex;
  align-items: center;
}
.img-left img {
  width: 15px;
  margin-right: 8px;
}

.active .img-left img {
  width: 16px;
}

@media screen and (min-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row .col {
    margin: 0 15px;
  }
  .row .p-2 {
    width: calc(50% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-2:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: calc(33% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(3) {
    margin-bottom: 0;
  }
  .row .p-3:nth-last-child(2) {
    margin-bottom: 0;
  }
  .row .p-2-3 {
    width: calc(66.66% - 30px);
    margin: 0 15px 15px;
  }
  .row .p-1-3 {
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
  }
}
@media screen and (max-width: 576px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .row .p-1-3 {
    width: 60%;
    margin: 0 0 15px 0;
  }
  .row .p-2-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-2:last-child {
    margin-bottom: 0;
  }
  .row .p-1 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-1:last-child {
    margin-bottom: 0;
  }
  .row .p-3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .row .p-3:last-child {
    margin-bottom: 0;
  }
}
.layout .slick-next, .layout .slick-prev {
  background: transparent;
  width: 18px;
  height: 44px;
}
.layout .slick-next:before, .layout .slick-prev:before {
  content: "";
  display: block;
  width: 25px;
  height: 26px;
  background: url("../images/arrow-left1.svg") no-repeat;
  background-size: contain;
}
.layout .slick-next {
  right: -26px;
  transform: translate(0, -50%) rotateZ(180deg);
}
.layout .slick-slide {
  box-sizing: unset !important;
  padding: 0px;
}

@media screen and (max-width: 1840px) {
  .layout .slick-next {
    border-radius: 50%;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 11px;
    z-index: 2;
  }
  .layout .slick-next:before {
    position: absolute;
    height: 18px;
    width: 18px;
  }
  .layout .slick-prev {
    left: 11px;
    border-radius: 50%;
    width: 44px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  .layout .slick-prev:before {
    position: absolute;
    height: 18px;
    width: 18px;
  }
}
h1 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
  color: #39b54a;
}
@media (min-width: 1180px) {
  h1 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

h2 {
  font-size: max(2.7966101695vw, 23px);
  line-height: max(2.7966101695vw, 31.05px);
  font-weight: bold;
  color: #000;
}
@media (min-width: 1180px) {
  h2 {
    font-size: 33px;
    line-height: 46.2px;
  }
}

h3, .h3 {
  font-size: max(2.4576271186vw, 21px);
  line-height: max(2.4576271186vw, 28.35px);
  font-weight: bold;
  color: #000;
}
@media (min-width: 1180px) {
  h3, .h3 {
    font-size: 29px;
    line-height: 40.6px;
  }
}

h4 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
  font-weight: bold;
  color: #000;
}
@media (min-width: 1180px) {
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

h5, .h5 {
  font-size: max(1.6101694915vw, 16px);
  line-height: max(1.6101694915vw, 21.6px);
  font-weight: bold;
  color: #000;
}
@media (min-width: 1180px) {
  h5, .h5 {
    font-size: 19px;
    line-height: 26.6px;
  }
}

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

.contains-image {
  display: flex;
  align-items: center;
}
.contains-image img, .contains-image svg {
  width: 22px;
  margin-right: 15px;
}

/*switcher start*/
.checkbox-style {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  padding: 0 0 0 35px;
  line-height: 19px;
}
.checkbox-style:before {
  content: "";
  border: 1px solid #ccc;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  background: white;
}

/*switcher end*/
.v-text-center {
  display: flex !important;
  align-items: center;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*tabs start*/
.tabs-container {
  display: none;
}
.tabs-container.active {
  display: block;
}

/*tabs end*/
/*rating start*/
.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating .rateStarPopup {
  width: 13px;
  height: 13px;
  background: url("../images/star-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}

.rating .rateStarPopup.active {
  background: url("../images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating .rateStarPopup.active50 {
  position: relative;
}

.rating .rateStarPopup.active50:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active25 {
  position: relative;
}

.rating .rateStarPopup.active25:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating .rateStarPopup.active75 {
  position: relative;
}

.rating .rateStarPopup.active75:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating-block {
  display: flex;
  height: 25px;
  align-items: center;
}

.rating.gold .rateStarPopup.active {
  background: url("../images/star-gold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating.gold .rateStarPopup.active50:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating.gold .rateStarPopup.active25:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rating.gold .rateStarPopup.active75:after {
  background: url("../images/star-gold.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*rating end*/
/* pagination start*/
.steps {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.steps li {
  margin: 0 1px;
}

.steps a {
  display: block;
  padding: 6px 8px 6px 8px;
  border: 1px solid #999;
  border-radius: 0.2em;
  text-decoration: none;
}
.steps a:hover {
  background: #cbefd0;
}

.steps .active a {
  z-index: 3;
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
}

/* pagination end*/
/*dropdown block start*/
.dropdown-title {
  cursor: pointer;
}
.dropdown-title span span {
  padding: 0px 10px 0px 5px;
}

.dropdown-block {
  position: relative;
}

.dropdown-list {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 50px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: none;
}
.dropdown-list li {
  padding: 3px 5px;
}
.dropdown-list li a {
  color: black;
  padding: 3px 5px;
}
.dropdown-list li:hover {
  background: #f9f9f9;
}

.dropdown-block.open .dropdown-list {
  display: block;
}

/*dropdown block end*/
/*fix-screen start*/
.side-menu__bg {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.side-menu__bg.active {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

body.locked {
  position: relative;
  overflow: hidden;
  height: 100%;
}

body.locked .layout {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100%;
}

.site_loading_gif {
  position: fixed;
  top: 50%;
  width: 40px;
  height: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 35;
  display: none;
}

/*loading start*/
.loadingEffect {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 51;
  display: block;
  visibility: visible;
  opacity: 1;
}

.loading-wrapper {
  height: 10px;
  width: 100%;
  background: #CFD8DC;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  background-color: #39b54a;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
/*loading end*/
.site_loading_gif.active {
  display: block;
}

/*fix-screen end*/
/*text start*/
.default-text address {
  font-style: italic;
  color: #555;
  line-height: 1.4;
  margin-top: 1em;
}
.default-text dfn {
  font-style: italic;
  font-weight: bold;
  color: #007acc;
  cursor: help;
}
.default-text pre {
  background-color: #f4f4f4;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}
.default-text mark {
  background-color: #ffeb3b;
  color: #000;
  padding: 0.1em 0.2em;
  border-radius: 3px;
}
.default-text small {
  font-size: 0.8em;
  color: #888;
}
.default-text sup, .default-text sub {
  font-size: 0.75em;
  vertical-align: baseline;
  position: relative;
}
.default-text sup {
  top: -0.5em;
}
.default-text sub {
  top: 0.2em;
}
.default-text kbd {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  color: #333;
  box-shadow: inset 0 -1px 0 #bbb;
}
.default-text var {
  font-style: italic;
  color: #d63384;
  font-family: "Courier New", Courier, monospace;
}
.default-text dl {
  margin: 1em 0;
  padding: 0;
}
.default-text dt {
  font-weight: bold;
  color: #0056b3;
  margin-top: 0.5em;
}
.default-text dd {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  color: #333;
}
.default-text blockquote {
  padding: 30px;
  min-height: 123px;
  background-color: #EFF2E8;
  border-left: 3px solid #8ed225;
  margin-bottom: 58px;
  margin-top: 58px;
  margin-left: 10%;
  width: 78%;
  right: -31px;
}
.default-text blockquote p {
  color: #6D7380;
  padding: 14px 95px 9px 64px;
  position: relative;
  content: "";
}
.default-text blockquote p:after {
  content: "";
  display: block;
  width: 12px;
  height: 11.85px;
  position: absolute;
  top: 15px;
  left: 30px;
  background-image: url(../images/q.png);
  background-repeat: no-repeat;
  filter: invert(65%) sepia(73%) saturate(478%) hue-rotate(38deg) brightness(101%) contrast(88%);
}
.default-text b {
  color: #e31e24;
}
.default-text .image-right {
  overflow: hidden;
  margin-bottom: 45px;
}
.default-text .image-right .video {
  margin-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-right:last-child {
  margin-bottom: 0;
}
.default-text .image-right img {
  padding-left: 30px;
  box-sizing: border-box;
  float: right;
  max-width: 50%;
}
.default-text .image-left {
  margin-bottom: 45px;
  overflow: hidden;
}
.default-text .image-left:last-child {
  margin-bottom: 0;
}
.default-text .image-left .video {
  margin-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text .image-left img {
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
  max-width: 50%;
}
.default-text ul {
  list-style: disc;
  padding-left: 45px;
}
.default-text ul li {
  margin-bottom: 10px;
}
.default-text ol {
  padding-left: 45px;
}
.default-text ol li {
  margin-bottom: 10px;
}
.default-text ul.marker {
  padding-left: 0;
  list-style: none;
}
.default-text ul.marker li {
  padding-left: 40px;
  position: relative;
}
.default-text ul.marker li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 27px;
  left: 0;
  background-size: contain;
}
.default-text .title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.default-text a:not(.d-button) {
  color: #0078ab;
}
.default-text a:not(.d-button):hover {
  text-decoration: underline;
}
.default-text p, .default-text span, .default-text a, .default-text li {
  font-style: normal;
  font-weight: normal;
  font-size: max(1.4406779661vw, 15px);
  line-height: max(1.4406779661vw, 20.25px);
}
@media (min-width: 1180px) {
  .default-text p, .default-text span, .default-text a, .default-text li {
    font-size: 17px;
    line-height: 23.8px;
  }
}
.default-text p + h1, .default-text p + h2, .default-text p + h3, .default-text p + h4, .default-text p + h5, .default-text span + h1, .default-text span + h2, .default-text span + h3, .default-text span + h4, .default-text span + h5, .default-text a + h1, .default-text a + h2, .default-text a + h3, .default-text a + h4, .default-text a + h5, .default-text li + h1, .default-text li + h2, .default-text li + h3, .default-text li + h4, .default-text li + h5 {
  margin-top: 3.1vw;
}
.default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 1.8vw;
}
.default-text h1 span, .default-text h2 span, .default-text h3 span, .default-text h4 span, .default-text h5 span, .default-text h6 span {
  font-size: inherit;
  margin-bottom: 0;
}
.default-text h1 {
  font-size: max(2.7966101695vw, 21px);
  line-height: max(2.7966101695vw, 28.35px);
}
@media (min-width: 1180px) {
  .default-text h1 {
    font-size: 33px;
    line-height: 46.2px;
  }
}
.default-text h2 {
  font-size: max(2.4576271186vw, 19px);
  line-height: max(2.4576271186vw, 25.65px);
}
@media (min-width: 1180px) {
  .default-text h2 {
    font-size: 29px;
    line-height: 40.6px;
  }
}
.default-text h3 {
  font-size: max(2.1186440678vw, 19px);
  line-height: max(2.1186440678vw, 25.65px);
}
@media (min-width: 1180px) {
  .default-text h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.default-text h4 {
  font-size: max(1.9491525424vw, 17px);
  line-height: max(1.9491525424vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h4 {
    font-size: 23px;
    line-height: 32.2px;
  }
}
.default-text h5 {
  font-size: max(1.7796610169vw, 17px);
  line-height: max(1.7796610169vw, 22.95px);
}
@media (min-width: 1180px) {
  .default-text h5 {
    font-size: 21px;
    line-height: 29.4px;
  }
}
.default-text ul, .default-text ol {
  margin-bottom: 25px;
}
.default-text ul:last-child, .default-text ol:last-child {
  margin-bottom: 0;
}
.default-text img {
  width: auto;
  max-width: 100%;
  margin-bottom: 25px;
}
.default-text img:last-child {
  margin-bottom: 0;
}
.default-text .d-row {
  margin-bottom: 45px;
}
.default-text .d-row:last-child {
  margin-bottom: 0;
}
.default-text p {
  margin-bottom: 15px;
}
.default-text p:last-child {
  margin-bottom: 0;
}

ul.marker {
  list-style: none;
  padding-left: 45px;
}
ul.marker li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  margin-top: 6px;
  min-width: 6px;
  height: 6px;
  top: 2px;
  background: white;
  border-radius: 50%;
  border: 1px solid black;
}

@media screen and (max-width: 576px) {
  ul.marker {
    padding-left: 20px;
  }
}
@media screen and (max-width: 880px) {
  .default-text ul.marker li {
    padding-left: 25px;
  }
  .default-text ul.marker li:before {
    width: 19px;
    height: 15px;
  }
  .default-text ul.cake li {
    padding-left: 25px;
  }
  .default-text ul.cake li:before {
    width: 19px;
    height: 15px;
  }
}
@media screen and (max-width: 576px) {
  .default-text ul {
    padding-left: 17px;
  }
  .default-text blockquote {
    width: 100%;
  }
  .default-text ul.marker li {
    padding-left: 20px;
  }
  .default-text ul.marker li:before {
    width: 11px;
    height: 9px;
  }
  .default-text ul.cake li {
    padding-left: 20px;
  }
  .default-text ul.cake li:before {
    width: 11px;
    height: 9px;
  }
  .default-text h1, .default-text h2, .default-text h3, .default-text h4, .default-text h5, .default-text h6 {
    margin-bottom: 20px;
  }
  .default-text .image-right {
    overflow: hidden;
  }
  .default-text .image-right .video {
    margin-left: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-right img {
    padding-left: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .image-left {
    overflow: hidden;
  }
  .default-text .image-left .video {
    margin-right: 0;
    max-width: 100%;
    float: none;
  }
  .default-text .image-left img {
    padding-right: 0px;
    float: none;
    max-width: 100%;
  }
  .default-text .title {
    font-size: 21px;
    line-height: 26px;
  }
  .default-text ul li, .default-text ol li {
    margin-bottom: 15px;
  }
}
/*text end*/
/*default_popup2 start*/
.default_popup2.active + .side-menu__bg {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.popup_title2 {
  padding-right: 20px;
  padding-bottom: 4px;
  min-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.popup_title2 p {
  font-weight: bold;
}

.popup_body2 {
  padding: 3px;
  height: 100%;
  box-sizing: border-box;
}

.default_popup2 {
  background: white;
  box-sizing: border-box;
  opacity: 0;
  height: auto;
  max-height: calc(var(--vh, 1vh) * 90 - 60px);
  max-width: 1280px;
  visibility: hidden;
  padding: 15px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  width: 95vw;
  transform: translate(-50%, -50%) scale(0, 0);
}

.default_popup2.active {
  z-index: 42;
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}

.default_popup2.mini {
  max-width: 345px;
}
.default_popup2.mini .popup_close2 {
  top: 15px;
  right: 15px;
  height: 20px;
}

.default_popup2.medium {
  max-width: 650px;
}
.default_popup2.medium .popup_close2 {
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
}

.default_popup2.maxi {
  max-width: unset;
}

.default_popup2 .popup_content2 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  height: auto;
  max-height: calc(90vh - 175px);
  background: white;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0px 0px;
}

.icon-close2 {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.icon-close2 span:before, .icon-close2 span:after {
  top: 40%;
  left: 0px;
}

.icon-close2 span:before {
  transform: rotate(45deg);
}

.icon-close2 span:after {
  transform: rotate(-45deg);
}

.icon-close2 span, .icon-close2 span:before, .icon-close2 span:after {
  cursor: pointer;
  border-radius: 1px;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  width: 100%;
  background: black;
  height: 3px;
}

.icon-close2 span {
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  border-radius: 50%;
}

@media screen and (max-width: 576px) {
  .icon-close2 {
    width: 25px;
    height: 25px;
    border: none;
  }
}
.default_popup2::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.default_popup2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #757575;
}

.side-menu__bg_popup2 {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 41;
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.default_popup2.active + .side-menu__bg_popup2 {
  transition: visibility 0s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.default_popup2 .bottom_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.default_popup2 .popup_close2 {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 576px) {
  .default_popup2 {
    max-height: calc(var(--vh, 1vh) * 90);
    height: auto;
  }
  .default_popup2 .default-text p.h5 {
    font-size: 17px;
  }
  .default_popup2 .default-text p.h5 span {
    font-size: 17px;
  }
}
@keyframes popupToggle {
  0% {
    transform: translate(-50%, -10%) scale(0, 0);
  }
  25% {
    transform: translate(-50%, -20%) scale(0.4, 0.05);
  }
  50% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  75% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
/*default_popup2 end*/
.hide {
  display: none !important;
}

.check-left:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  background: url("../images/check-info.svg");
  background-size: contain;
}

.left-go-arrow:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -1px;
  width: 15px;
  height: 14px;
  background: url("../images/left-arrow.svg") no-repeat;
  background-size: contain;
}

.text-success {
  color: #39b54a !important;
}
.text-success:hover {
  text-decoration: underline;
  color: #277b32 !important;
}

/*loading anim start*/
.loading-anim {
  background-color: #e8e8e8 !important;
  overflow: hidden;
  position: relative;
}

.loading-anim:before {
  z-index: 1;
  background-color: #e8e8e8;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading-anim:after {
  animation: movementGradient 1.25s infinite;
  -ms-animation: movementGradient 1.25s infinite;
  -webkit-animation: movementGradient 1.25s infinite;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0));
  content: " ";
  height: 100%;
  z-index: 2;
  left: -90px;
  position: absolute;
  top: 0;
  width: 90px;
}

@-webkit-keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
@keyframes movementGradient {
  0% {
    left: -90px;
  }
  100% {
    left: -webkit-calc(100% + 90px);
    left: calc(100% + 90px);
  }
}
/*loading anim end*/
/* open-close block start*/
.open_close_block {
  border-bottom: 1px solid #c8c7c7;
}
.open_close_block h2 {
  font-size: 25px;
}
.open_close_block .o_p_ttl {
  cursor: pointer;
  padding: 22px 0px;
  position: relative;
}
.open_close_block .o_p_ttl:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMi42NzkgMS43NTRMOCA3LjUxMmw1LjMyMS01Ljc1OCIvPgo8L3N2Zz4K) center center no-repeat;
  content: "";
}
.open_close_block .o_p_ttl p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}
.open_close_block .o_p_ttl p span {
  color: #797475;
  margin-left: 12px;
  font-size: 0.9rem;
  font-weight: 500;
}
.open_close_block .o_p_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out 0s;
}
.open_close_block .o_p_content .default-text {
  padding-top: 15px;
  padding-bottom: 30px;
}
.open_close_block.open .o_p_ttl:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMSI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMS43MzQgOC4zMDNMNyAyLjVsNS4yNjYgNS44MDMiLz4KPC9zdmc+Cg==) center center no-repeat;
}
.open_close_block.open .o_p_content {
  transition: max-height 0.5s ease-in-out 0s;
  max-height: 6000px;
}

@media screen and (max-width: 576px) {
  .open_close_block h2 {
    font-size: 19px;
  }
}
/* open-close block end*/
a.disabled {
  cursor: default;
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
a.disabled:hover, a.disabled:focus {
  background: #f1f1f1 !important;
}

.btns-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset !important;
}

/*feedback popup start*/
#popup-feedback {
  position: fixed;
  left: -100%;
  max-width: 480px;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 5;
  top: 20%;
  min-height: 100px;
  border-right: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback.show {
  left: 0;
  transition: 0.5s;
}

#popup-feedback .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback .popup_buttons a, #popup_feedback .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.popup-feedback_overlay.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup end*/
/*feedback popup2 start*/
#popup-feedback2 {
  position: fixed;
  right: 20px;
  max-width: 380px;
  width: 100%;
  z-index: 5;
  bottom: -100%;
  min-height: 100px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 70px 20px 20px;
  vertical-align: middle;
  color: #fff;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#popup-feedback2.show {
  bottom: 0;
  transition: 0.5s;
}

#popup-feedback2 .popup_title {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

#popup-feedback2 .popup_buttons a, #popup_feedback2 .btn_cancel {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  text-decoration: none;
}

.popup-feedback_overlay2 {
  position: fixed;
  left: 0;
  z-index: 58;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-feedback_overlay2.show {
  display: block;
}

.p-error {
  background: url("../images/error.png") 95% center no-repeat rgba(242, 78, 94, 0.8);
}

.p-success {
  background: url("../images/success.svg") 95% center no-repeat rgba(28, 157, 0, 0.8);
  background-size: 45px;
}

/*feedback popup2 end*/
/*loading btn start*/
.loading {
  position: relative;
  cursor: default !important;
}

.loading:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  display: block;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  max-height: 80%;
  max-width: 80%;
  z-index: 2;
  background: url("../images/loading.gif");
  background-size: contain;
}

/*loading btn end*/
/*notification popup start*/
@keyframes toast {
  0% {
    transform: translateY(150%);
    opacity: 0;
  }
  10%, 90% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
/*notification end*/
#invoice-pay-btn {
  margin-left: auto;
  margin-bottom: 50px;
}

/*auth start*/
.password_confirm-form-row input {
  padding-right: 50px !important;
}

.password-form-row input {
  padding-right: 50px !important;
}

.error .show-pass {
  display: none;
}

.show-pass {
  position: absolute;
  right: 3px;
  top: -2px;
  background-color: transparent !important;
  border: none;
  height: 100%;
  margin-left: 10px;
}
.show-pass img {
  object-fit: contain;
  width: 25px;
}
.show-pass.active:after {
  content: "";
  position: absolute;
  right: 9px;
  top: calc(50% - 2px);
  border: 1px solid white;
  transform: rotateZ(41deg);
  width: 25px;
  height: 2px;
  background: #a5a5a5;
}

/*auth end*/
.not-found {
  margin-top: 90px;
}

/*show info notification start*/
.notifications {
  position: fixed;
  max-width: 450px;
  width: 90vw;
  bottom: 15px;
  left: 50%;
  z-index: 45;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.noti {
  position: relative;
  height: 0;
  transition: height 300ms ease;
  flex-shrink: 0;
  opacity: 1;
}

.noti.out {
  animation: notiOut 500ms ease forwards;
}

@keyframes notiOut {
  to {
    height: 0;
  }
}
.noticard {
  color: white;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  width: 100%;
  height: auto;
  background: rgba(41, 41, 44, 0.9);
  border-radius: 1rem;
  overflow: hidden;
  animation: notiCardIn 500ms ease;
}

.error .notidesc {
  color: white;
}
.error .noticard {
  padding-left: 30px;
  background: url(../images/error.png) 10px 12px no-repeat rgba(229, 27, 47, 0.9);
  background-size: 25px;
}

.success .notidesc {
  color: white;
}
.success .noticard {
  padding-left: 30px;
  background: url(../images/success.svg) 10px 12px no-repeat rgba(28, 157, 0, 0.9);
  background-size: 25px;
}

@keyframes notiCardIn {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
}
.noti.out .noticard {
  animation: notiCardOut 500ms ease forwards;
}

@keyframes notiCardOut {
  to {
    opacity: 0;
    transform: scale(0.5);
  }
}
.noticard:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  z-index: 2;
}

.noticard:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notititle {
  position: relative;
  color: white;
  padding: 0.85rem 3.5rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 6;
}

.notititle .close-ico {
  position: absolute;
  top: 0;
  right: 0;
}

.notititle .icon-close2 span:before, .notititle .icon-close2 span:after {
  background: white;
  height: 2px;
}

.notititle .icon-close2 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.notidesc {
  color: #c1c1c8;
  padding: 0 0.5rem 0.85rem 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notiglow, .notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.noti:hover .notiglow {
  opacity: 0.1;
}

.noti:hover .notiborderglow {
  opacity: 0.1;
}

@media screen and (max-width: 576px) {
  .notidesc {
    font-size: 13px;
  }
}
/*show info notification end*/
/*confirm start*/
.confirm {
  display: none;
}
.confirm input[type=button] {
  padding: 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #ddd;
  border: 1px solid #ccc;
}
.confirm input[type=button]:hover {
  background: #ccc;
}
.confirm > div:first-of-type {
  position: fixed;
  width: 100%;
  z-index: 34;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}
.confirm > div:last-of-type {
  padding: 10px 20px;
  background: white;
  position: fixed;
  width: auto;
  z-index: 35;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #333;
}
.confirm > div:last-of-type div:first-of-type {
  min-width: 150px;
  padding: 10px;
}
.confirm > div:last-of-type div:last-of-type {
  text-align: right;
}

/*confirm end*/
/*question block start*/
.question-block {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
.question-block span {
  font-size: 12px;
  color: black;
}
.question-block img {
  width: 17px;
  margin-right: 5px;
}
/*question block end*/
.rating-leave {
  margin: 10px 0;
}

/*tooltip start*/
.tooltip {
  position: relative;
  text-decoration: underline dotted;
  font-style: italic;
  transition: color linear 150ms;
  cursor: help;
  box-sizing: content-box;
  border-top: 5px solid transparent;
}

.tooltip:hover,
.tooltip:focus-visible {
  color: #000;
}

.tooltip:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 1px;
}

.tooltip:hover::before,
.tooltip:hover::after,
.tooltip:focus-visible::before,
.tooltip:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

.tooltip::before,
.tooltip::after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 150ms, opacity 150ms linear;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #313131;
  left: 50%;
  top: 0;
  z-index: 40;
  transform: translateY(-100%) translateX(-50%);
}

.tooltip::after {
  z-index: 40;
  content: attr(data-content);
  font-size: 12px;
  line-height: 15px;
  border-radius: 6px;
  font-weight: 100;
  color: #fff;
  font-style: normal;
  background: #313131;
  padding: 12px;
  width: 250px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-110%) translateX(-50%);
}

/*tooltip end*/
/*services mainpage start*/
.td-services-container-in-notlogged {
  margin-top: 60px;
}

.td-services-container-in h3 {
  font-family: Calibri !important;
  text-align: center;
  font-size: max(3.9830508475vw, 27px);
  line-height: max(3.9830508475vw, 36.45px);
  color: #597a35;
}
@media (min-width: 1180px) {
  .td-services-container-in h3 {
    font-size: 47px;
    line-height: 65.8px;
  }
}

.services-list-td {
  margin: 50px auto 20px;
  display: flex;
  justify-content: center;
}

.services-list-td-itm {
  max-width: 440px;
  width: 33.333%;
  padding: 0 45px;
}
.services-list-td-itm .s_i_ttl {
  text-align: center;
  display: block;
  color: #597a35;
  font-size: max(3.5593220339vw, 21px);
  line-height: max(3.5593220339vw, 28.35px);
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1180px) {
  .services-list-td-itm .s_i_ttl {
    font-size: 42px;
    line-height: 58.8px;
  }
}
.services-list-td-itm .s_i_do {
  white-space: nowrap;
  font-size: 30px;
  line-height: 34px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 22px;
  background: white;
  color: #8b8b89;
  font-weight: bold;
  border-radius: 11px;
  border: 1px solid black;
}
.services-list-td-itm .img {
  height: 17vw;
  max-height: 235px;
  border: 4px solid white;
  position: relative;
  display: block;
  border-radius: 50px;
  overflow: hidden;
}
.services-list-td-itm:hover .s_i_ttl, .services-list-td-itm:focus .s_i_ttl {
  color: #8f7f36;
  transition: 0.3s;
}
.services-list-td-itm:hover .img, .services-list-td-itm:focus .img {
  border-color: #427fb8;
  transition: 0.3s;
}
.services-list-td-itm:hover .s_i_do, .services-list-td-itm:focus .s_i_do {
  border-color: black;
  background: #abd87b;
  color: black;
  transition: 0.3s;
}

.fr-lng .services-list-td-itm .s_i_do {
  width: 90%;
  font-size: 17px;
  text-align: center;
  white-space: unset;
}

@media screen and (max-width: 1280px) {
  .services-list-td-itm .s_i_do {
    font-size: 21px;
    line-height: 21px;
  }
  .services-list-td-itm {
    padding: 0 20px;
  }
}
@media screen and (max-width: 720px) {
  .services-list-td-itm .img {
    border-radius: 35px;
  }
  .services-list-td-itm .s_i_do {
    font-size: 17px;
    padding: 6px 20px;
    line-height: 17px;
  }
  .services-list-td-itm {
    padding: 0 8px;
  }
}
@media screen and (max-width: 576px) {
  .td-services-container-in-notlogged {
    margin-top: 20px;
  }
  .services-list-td-itm {
    margin-bottom: 0px;
    padding: 0;
  }
  .services-list-td {
    margin: 20px -5px 0;
  }
  .services-list-td-itm .s_i_ttl {
    line-height: 17px;
    font-size: 17px;
    margin-bottom: 3px;
  }
  .services-list-td-itm .img {
    border-radius: 15px;
  }
  .services-list-td-itm .s_i_do {
    font-size: 11px;
    padding: 1px 10px;
    line-height: 17px;
    bottom: 12px;
  }
  .fr-lng .services-list-td-itm .s_i_do {
    font-size: 7px;
    line-height: 6px;
  }
  .services-list-td-itm .img {
    height: 25vw;
  }
  .services-list-td-itm .img img {
    height: 100%;
  }
}
/*services mainpage end*/
.content {
  max-width: 1366px;
  margin: auto;
}

#cat1 {
  max-width: 1280px !important;
}

#cat1 + div {
  display: none;
}

/* Blocks */
header {
  margin-bottom: 30px;
  background: #f8f9fa;
  position: sticky;
  top: 0;
  z-index: 31;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
header .container {
  max-width: unset;
}
header a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.header-in {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.header-in .logo {
  width: 100%;
  margin-right: 30px;
  display: block;
  max-width: 270px;
}
.header-in nav {
  width: 100%;
}

.nav-container-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ul-h2 {
  align-items: center;
  display: flex;
}
.ul-h2 .register-li {
  margin: 0 0 0 25px;
  display: block;
  padding: 0 5px;
  font-size: 16px;
  color: black;
}
.ul-h2 .register-li .register {
  color: black;
}
.ul-h2 a.nav-link {
  font-size: 16px;
  display: flex;
  color: black;
}
.ul-h2 a.nav-link svg {
  width: 14px;
  margin-right: 10px;
}

.log-in {
  margin: 0 25px;
  display: block;
  padding: 0 5px;
  font-size: 16px;
  color: black;
}

.ul-h1 {
  display: flex;
}
.ul-h1 > li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 10px;
}
.ul-h1 a {
  padding: 5px 10px;
  font-size: 16px;
  color: black;
}

.profile-drop {
  position: relative;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.td-auth .coins-li {
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.td-auth .coins-li img {
  width: 15px;
  filter: none !important;
  margin-right: 5px;
}
.td-auth .coins-li span {
  color: #7d7d7d;
  font-size: 14px;
  display: block !important;
}

.header-profile {
  margin: 0 20px;
}
.header-profile .user-name:before {
  display: inline-block;
  content: "";
  background: url("../images/user-ico.svg") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.header-profile .a-ok-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-profile .a-ok-user span.expert {
  font-size: 12px;
  line-height: 8px;
}
.header-profile.premium {
  position: relative;
}
.header-profile.premium .a-ok-user:before {
  display: inline-block;
  content: "";
  background: url("../images/premium.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-bottom: -3px;
  left: 38px;
  top: 4px;
  margin-right: 6px;
  position: absolute;
}
.header-profile .arr-down {
  padding-right: 20px;
}
.header-profile .submenu {
  right: 0;
  left: unset;
  min-width: 150px;
}
.header-profile .submenu ul li:last-child {
  border-top: 1px solid #e9ecef;
}
.header-profile a {
  color: black;
}
.header-profile span {
  max-width: 83px;
  overflow: hidden;
  white-space: nowrap;
  color: black;
}

.header-auth-itm .re-ibn span {
  max-width: 83px;
  overflow: hidden;
  white-space: nowrap;
  color: black;
}

.submenu {
  display: none;
}

.cur_lang {
  cursor: pointer;
  margin-right: 0px;
}

.lang-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  min-width: 15px;
  padding: 5px 0;
  font-size: 16px;
  color: #4b4c4e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.lang-list li {
  margin-bottom: 5px;
}
.lang-list li a {
  padding: 8px 15px;
  display: block;
}
.lang-list li a:hover {
  background: #e9ecef;
}

.language {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.language:hover .lang-list {
  display: block;
}

.eng span {
  display: block;
  width: 21px;
  height: 16px;
}

.fr span {
  display: block;
  width: 21px;
  height: 16px;
}

@media screen and (max-width: 1600px) {
  .header-profile.premium .a-ok-user:before {
    width: 10px;
    height: 10px;
    left: 29px;
    top: 8px;
  }
}
@media screen and (min-width: 850px) {
  .has-drop:hover .submenu:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: -16px;
    width: 100%;
    height: 25px;
  }
  .has-drop {
    position: relative;
  }
  .has-drop:hover .submenu {
    display: block;
  }
}
.submenu {
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1;
  display: none;
  min-width: 310px;
  padding: 0;
  font-size: 16px;
  color: #4b4c4e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.submenu li {
  margin: 0 0 5px 0;
}
.submenu li a {
  padding: 8px 15px;
  display: block;
  font-size: 14px;
}
.submenu li a:hover {
  background: #e9ecef;
}
.submenu .ring:after {
  top: 6px;
  right: 11px;
  display: block;
  transform: rotateZ(-15deg);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d52a2a;
}

@media screen and (max-width: 576px) {
  .submenu .ring:after {
    top: 3px;
    left: -3px;
    right: unset;
  }
}
.open-page-menu {
  display: none;
  border: none;
  background: transparent;
  padding: 0;
}

.menu-mob {
  height: 28px;
  width: 35px;
}

.menu-mob span, .menu-mob span:before, .menu-mob span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menu-mob span {
  margin-top: 12px;
}

.menu-mob span:before {
  top: -10px;
}

.menu-mob span:after {
  bottom: -10px;
}

.menu-mob.act span {
  background: transparent;
}

.menu-mob.act span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-mob.act span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-mob.act span:before, .menu-mob.act span:after {
  top: 0;
}

@media screen and (max-width: 850px) {
  .ul-h1 > li:last-child {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .ul-h1 > li:last-child a {
    padding: 17px 0;
  }
  .submenu li a {
    font-size: 16px !important;
  }
  .ul-h1 li > a {
    font-size: 16px;
  }
  .header-in {
    justify-content: space-between;
  }
  .open-page-menu {
    display: block;
  }
  .submenu {
    background-color: #f8f9fa;
  }
  .nav {
    position: fixed;
    left: -100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 65px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 65px);
    background: #f8f9fa;
    width: 100vw;
    z-index: 20;
  }
  .nav.act {
    left: 0;
    transition: 0.3s;
  }
  .cur_lang {
    display: none;
  }
  .language.arr-down:after {
    display: none;
  }
  .language .lang-list {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
  }
  .language .lang-list li {
    margin-right: 15px;
  }
  .language .lang-list a {
    padding: 0 !important;
  }
  .language:hover .lang-list {
    display: flex;
  }
  .language {
    padding: 0;
  }
  .ul-h1 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .ul-h1 > li {
    width: 100%;
  }
  .ul-h1 li > a {
    font-weight: 600;
    color: #4b4c4e;
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .ul-h1 > li {
    padding: 0;
  }
  .ul-h1 li.has-drop > a {
    display: none;
  }
  .has-drop.arr-down:after {
    display: none;
  }
  .eng span {
    width: 24px;
    height: 17px;
  }
  .fr span {
    width: 24px;
    height: 17px;
  }
  .submenu {
    border: none;
    position: unset;
    display: block;
  }
  .ul-h2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .ul-h2 .register-li {
    margin: 0;
    padding: 0;
  }
  .ul-h2 > li {
    width: 100%;
  }
  .ul-h2 li > a {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .nav-container-in {
    padding: 25px;
    align-items: flex-start;
    flex-direction: column;
  }
  .ul-h1 > li {
    margin: 0;
  }
  .log-in {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .header-in .logo {
    max-width: 160px;
  }
  .menu-mob span, .menu-mob span:before, .menu-mob span:after {
    height: 2px;
    width: 30px;
  }
  .menu-mob {
    height: 25px;
    width: 30px;
  }
  .menu-mob span:before {
    top: -8px;
  }
  .menu-mob span:after {
    bottom: -9px;
  }
  .header-in {
    padding: 15px 0;
  }
  .nav {
    top: 56px;
    height: calc(var(--vh, 1vh) * 100 - 56px);
  }
  .nav-container-in {
    padding: 15px;
  }
}
.hidden-links .nav-container-in {
  justify-content: flex-end;
}
.hidden-links .ul-h1 {
  display: none !important;
}

header a:hover {
  opacity: 1;
}

@font-face {
  font-family: Calibri;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/calibri/Calibri.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Calibri;
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/calibri/Calibri-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Calibri;
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/calibri/Calibri-Bold.woff") format("woff");
  font-display: swap;
}
.main-slider p, .main-slider span, .main-slider a, .main-slider h1, .main-slider h2, .main-slider h3, .main-slider h4, .main-slider h5, .main-slider h6 {
  font-family: Calibri !important;
}

header {
  margin-bottom: 0;
  background: #dee7d5;
}
header p, header span, header a, header h1, header h2, header h3, header h4, header h5, header h6 {
  font-family: Calibri !important;
}

.lang-list {
  top: 130%;
  left: unset;
  right: 0;
}

.td-header-in {
  padding: 15px 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .td-header-in {
    padding: 7px 0;
  }
}
.td-head-right {
  max-width: 545px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.td-logo {
  transition: 0.4s;
  max-width: 500px;
}
.td-logo svg {
  width: 100%;
  height: 100%;
}
.td-logo img, .td-logo svg {
  transition: 0.4s;
  max-width: 500px;
}

.td-phone {
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  padding: 8px 25px;
  background: white;
  font-weight: bold;
  font-size: 20px;
  color: black;
  align-items: center;
  display: flex;
}
.td-phone img {
  margin-right: 15px;
  width: 40px;
}
.td-phone span {
  white-space: nowrap;
}
.td-phone:hover, .td-phone:focus {
  color: #1c7e98;
}
.td-phone:hover img, .td-phone:focus img {
  filter: invert(54%) sepia(72%) saturate(314%) hue-rotate(18deg) brightness(93%) contrast(93%);
}
.td-phone:active {
  box-shadow: 0px 0px 15px rgba(143, 127, 54, 0.75);
}

.main-p-arr-d {
  display: none !important;
}

.submenu {
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  min-width: 180px;
}

.popap_section {
  display: block !important;
}

@media screen and (max-width: 850px) {
  .submenu li a {
    padding: 4px 6px;
  }
  .submenu {
    position: absolute;
    top: 100%;
    padding: 6px 10px;
    border-radius: 30px;
    display: none;
    border: 1px solid #b9b9b9;
    display: none;
  }
  .has-drop:hover .submenu {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header-profile .submenu {
    top: 90%;
    border-radius: 17px;
  }
  .submenu li a {
    font-size: 14px !important;
    padding: 4px 4px;
  }
}
.td-auth {
  background: white;
  margin: 0 30px;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  padding: 8px 15px;
  font-weight: bold;
  font-family: Calibri;
  font-size: 20px;
  color: black;
  align-items: center;
  display: flex;
}
.td-auth:hover, .td-auth:focus {
  color: #1c7e98;
}
.td-auth:hover img, .td-auth:focus img {
  filter: invert(54%) sepia(72%) saturate(314%) hue-rotate(18deg) brightness(93%) contrast(93%);
}
.td-auth:active {
  box-shadow: 0px 0px 15px rgba(143, 127, 54, 0.75);
}
.td-auth img {
  margin-right: 0px;
  width: 35px;
}
.td-auth > span {
  display: none;
}

.create-request {
  display: flex;
  align-items: center;
}
.create-request .request-details {
  margin-right: 15px;
}
.create-request .request-details p {
  margin-bottom: 2px;
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.create-request .request-details span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #5e6163;
}
.create-request .request-details span img {
  object-fit: contain;
  width: 10px;
  margin-right: 4px;
}
.create-request .submenu {
  padding: 15px 10px;
  min-width: 172px;
}
.create-request .has-drop {
  position: relative;
  cursor: pointer;
  padding: 0px 0;
}
.create-request .submenu li a {
  font-size: 18px;
  color: black;
  padding: 11px 20px;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
}

.create-request-td {
  background: white;
  margin: 0px;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  padding: 15px 15px;
  font-weight: bold;
  font-family: Calibri;
  font-size: 20px;
  color: black;
  align-items: center;
  display: flex;
}
.create-request-td:hover, .create-request-td:focus {
  color: #1c7e98;
}
.create-request-td:hover img, .create-request-td:focus img {
  filter: invert(54%) sepia(72%) saturate(314%) hue-rotate(18deg) brightness(93%) contrast(93%);
}
.create-request-td:active {
  box-shadow: 0px 0px 15px rgba(143, 127, 54, 0.75);
}
.create-request-td img {
  margin-right: 15px;
  width: 35px;
}
.create-request-td > span {
  white-space: nowrap;
  user-select: none;
}

@media screen and (max-width: 1600px) {
  .create-request-td {
    padding: 8px 15px;
    font-size: 17px;
  }
  .create-request .submenu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .create-request .request-details {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .create-request .submenu {
    padding: 9px 5px;
    border-radius: 17px;
    min-width: 105px;
  }
}
.language {
  background: white;
}
.language .arr-down:after {
  background: url("../images/mainp/arr-down.svg");
  width: 22px;
  transform: unset;
  height: 11px;
  right: 0px;
}

.lang-list {
  padding: 15px 20px;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
}

.lang-list li.active a,
.lang-list li a.active {
  background: #dee7d5;
}

.lang-list li a:hover {
  background: #dee7d5;
}

.lang-list li {
  margin-bottom: 10px;
}
.lang-list li:last-child {
  margin-bottom: 0;
}
.lang-list li a {
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
}
.lang-list li .eng span,
.lang-list li a span,
.lang-list li .fr span {
  width: auto;
  font-size: 16px;
  height: 20px;
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  background: unset;
  justify-content: center;
  color: black;
  padding-left: 0px;
  position: relative;
  border-radius: 0;
}
.lang-list li .eng span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 55px;
  display: none;
  height: 35px;
  background: url("../images/en.svg") no-repeat;
  background-size: 100% 100%;
}
.lang-list li .fr span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 55px;
  display: none;
  height: 35px;
  background: url("../images/fr.svg") no-repeat;
  background-size: 100% 100%;
}

.cur_lang {
  padding-right: 25px;
}
.cur_lang span {
  user-select: none;
}

.language:hover .lang-list {
  display: none;
}

.language.open {
  box-shadow: 0px 0px 15px rgba(143, 127, 54, 0.75);
}

.language.open .lang-list {
  display: block;
}

.language {
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  padding: 8px 15px;
  cursor: pointer;
}
.language:hover:after, .language:focus:after {
  filter: invert(59%) sepia(24%) saturate(1170%) hue-rotate(143deg) brightness(84%) contrast(89%);
}

.eng span,
.frfr span,
.fr span {
  height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  width: 35px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-size: 100% 100%;
  background-position: center;
  overflow: hidden;
}

@media screen and (max-width: 1600px) {
  .td-logo,
  .td-logo img,
  .td-logo svg {
    max-width: 200px;
  }
  .td-auth {
    margin: 0;
    font-size: 17px;
  }
  .cur_lang {
    padding-right: 20px;
  }
  .td-head-right {
    max-width: 420px;
  }
  .language .arr-down:after {
    width: 15px;
    background-size: contain;
    height: 7px;
    right: 0px;
  }
  .td-auth img {
    margin-right: 0px;
    width: 20px;
  }
  .eng span, .fr span, .cur_lang span span, .lang-list li a span, .frfr span {
    height: 20px;
    width: 20px;
    font-size: 16px;
  }
  .lang-list li .eng span, .lang-list li a span, .lang-list li .fr span {
    font-size: 16px;
  }
  .td-phone img {
    margin-right: 8px;
    width: 20px;
  }
  .td-phone {
    font-size: 17px;
  }
}
@media screen and (max-width: 850px) {
  .language .arr-down:after {
    display: none;
  }
  .language .lang-list {
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #b9b9b9;
    background-color: #fff;
    display: none;
  }
  .td-head-right {
    max-width: 135px;
  }
  .language .lang-list li {
    margin-right: 0;
  }
  .language .lang-list a {
    padding: 8px 20px !important;
  }
  .header-profile .a-ok-user {
    display: none;
  }
  .td-auth {
    margin: 0 15px;
  }
  .td-auth span {
    display: none;
  }
  .td-auth img {
    margin-right: 0px;
  }
  .cur_lang {
    padding-right: 0px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .td-logo,
  .td-logo img,
  .td-logo svg {
    max-width: 180px;
  }
  .td-head-right {
    max-width: 95px;
  }
  .td-phone {
    padding: 9px 13px;
  }
  .td-auth img {
    width: 15px;
  }
  .language {
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    min-width: 37px;
    height: 37px;
  }
  .td-auth {
    padding: 10px;
    margin: 0 10px;
  }
  .eng span, .fr span, .cur_lang span span {
    height: auto;
    border-radius: 0;
    width: auto;
  }
  .td-phone img {
    margin-right: 5px;
    width: 15px;
  }
  .td-phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .td-logo,
  .td-logo img,
  .td-logo svg {
    max-width: 160px;
  }
  .create-request {
    margin-left: 10px;
  }
  .create-request-td {
    padding: 6px 9px;
    font-size: 12px;
  }
  .td-head-right {
    margin-left: 7px;
    max-width: 65px;
  }
  .td-phone {
    padding: 9px 13px;
  }
  .td-auth img {
    width: 12px;
  }
  .language {
    padding: 2px;
    min-width: 28px;
    width: 28px;
    min-height: 28px;
    height: 28px;
  }
  .td-auth {
    padding: 7px;
    margin: 0 5px;
  }
  .eng span, .fr span, .frfr span, .cur_lang span span {
    font-size: 9px;
  }
  .td-phone img {
    margin-right: 5px;
    width: 12px;
  }
  .td-phone {
    font-size: 12px;
  }
}
header.scrl .td-logo {
  transition: 0.4s;
  max-width: 240px;
}

@media screen and (max-width: 1600px) {
  header.scrl .td-logo,
  header.scrl .td-logo img,
  header.scrl .td-logo svg {
    max-width: 200px;
  }
}
@media screen and (max-width: 576px) {
  header.scrl .td-logo,
  header.scrl .td-logo img,
  header.scrl .td-logo svg {
    max-width: 120px;
  }
}
@media screen and (max-width: 480px) {
  header.scrl .td-logo,
  header.scrl .td-logo img,
  header.scrl .td-logo svg {
    max-width: 200px;
  }
}
/*auth start*/
/*form start*/
#auth_popup .form-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
  padding: 25px;
  text-align: center;
}
#auth_popup .form-card h4 {
  font-size: 19px;
  text-align: left;
  margin-bottom: 25px;
}
#auth_popup .form-card h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: left;
}
#auth_popup .form-card h2 {
  margin-bottom: 15px;
  color: #0d0c22;
  font-weight: 600;
}
#auth_popup .form {
  display: flex;
  flex-direction: column;
}
#auth_popup .label-normal {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
#auth_popup .no-label {
  font-size: 14px;
  text-align: left;
  display: block;
}
#auth_popup .custom-select {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 15px 6px 6px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
}
#auth_popup .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#auth_popup .form label {
  text-align: left;
  margin-bottom: 8px;
  color: #555;
}
#auth_popup .form input {
  padding: 14px 25px 12px 25px;
  margin-bottom: 4px;
  border: 1px solid #b8b8b8;
  border-radius: 25px;
  height: 52px;
  min-height: 52px;
  box-sizing: border-box;
  width: 100%;
}
#auth_popup .form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(143, 127, 54, 0.25);
}
#auth_popup .form input:disabled, #auth_popup .form input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}
#auth_popup .form button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#auth_popup .form-row {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
#auth_popup .form-row:last-child {
  margin-bottom: 15px;
}
#auth_popup .form-row .all-cback-inp-span {
  color: red;
  font-size: 11px;
  padding-left: 25px;
  margin-bottom: -13px;
  display: none;
  text-align: left;
}
#auth_popup .form-row.error .all-cback-inp-span {
  display: block;
}
#auth_popup .form-row.error input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#auth_popup .error .file-label {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#auth_popup .error .custom-select {
  border-color: #dc3545;
}
#auth_popup .form-row.error input {
  border-color: red;
}
#auth_popup .form-row.error input:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
#auth_popup .file-label {
  margin-bottom: 0;
  border: 1px solid #717d87;
  border-radius: 4px;
  display: flex;
  height: 44px;
  width: 185px;
  align-items: center;
  cursor: pointer;
}
#auth_popup .file-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: url("../images/add-file.svg");
  background-size: contain;
}
#auth_popup .form label.file-label {
  margin-bottom: 0;
}
#auth_popup .form-row label:not(.no-label) {
  position: absolute;
  top: 6px;
  left: 25px;
  padding: 10px 0;
  font-family: Calibri !important;
  font-size: 17px;
  color: #5e6163;
  font-weight: bold;
  pointer-events: none;
  transition: 0.5s;
}
#auth_popup .form-row.active label,
#auth_popup .form-row.active label:not(.no-label),
#auth_popup .form-row input:valid ~ label {
  top: -7px;
  left: 21px;
  color: gray;
  font-size: 12px;
}
#auth_popup .btn {
  padding: 6px 29px;
}
#auth_popup .form-outro {
  text-align: left;
  margin-bottom: 25px;
}
#auth_popup .form-outro .small {
  font-size: 13px;
  line-height: 19px;
  display: block;
  margin-bottom: 10px;
}
#auth_popup .form-outro .small a {
  font-weight: 800;
  color: #39b54a;
}
#auth_popup .form-outro a:hover, #auth_popup .form-outro a:focus {
  text-decoration: underline;
}
#auth_popup .d-block {
  font-size: 16px;
  color: #39b54a;
  font-weight: 700;
}
#auth_popup .d-block:hover, #auth_popup .d-block:focus {
  text-decoration: underline;
}
#auth_popup .login-pre {
  margin-bottom: 15px;
}
#auth_popup .login-pre a {
  font-weight: 700;
  color: #39b54a;
}
#auth_popup .login-pre a:hover, #auth_popup .login-pre a:focus {
  text-decoration: underline;
}
#auth_popup .login-pre p {
  font-size: 16px;
  text-align: left;
}
#auth_popup .btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  #auth_popup .form-row label:not(.no-label) {
    top: 8px;
    font-size: 14px;
  }
}
/*form end*/
/*auth end*/
/*auth popup start*/
#facebook {
  display: flex;
}

.auth-bl .g_id_signin {
  display: none;
}
.auth-bl .fb-login-button {
  display: none !important;
}
.auth-bl .other-login-in {
  padding: 0 30px;
}
.auth-bl .login-block {
  display: flex;
  justify-content: space-between;
}
.auth-bl .login-block .google-auth-css {
  margin-bottom: 30px;
}
.auth-bl .login-block .google-auth-css-btn {
  display: flex;
  padding: 10px 16px;
  border: 1px solid #b8b8b8;
  border-radius: 25px;
  background: white;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.auth-bl .login-block .google-auth-css-btn img {
  width: 30px;
  margin-right: 10px;
}
.auth-bl .login-block .google-auth-css-btn span {
  text-align: left;
  font-size: 19px;
  color: #5e6163;
}
.auth-bl .login-block .google-auth-css-btn:hover, .auth-bl .login-block .google-auth-css-btn:focus {
  background: #f3f3f3;
}
.auth-bl .login-block .fb-auth-css-btn {
  display: flex;
  padding: 10px 16px;
  border: 1px solid #b8b8b8;
  border-radius: 25px;
  background: white;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.auth-bl .login-block .fb-auth-css-btn img {
  width: 30px;
  margin-right: 10px;
}
.auth-bl .login-block .fb-auth-css-btn span {
  text-align: left;
  font-size: 18px;
  color: #5e6163;
}
.auth-bl .login-block .fb-auth-css-btn:hover, .auth-bl .login-block .fb-auth-css-btn:focus {
  background: #f3f3f3;
}
.auth-bl .login-block .main_login {
  padding: 0 30px;
  width: 55%;
  border-right: 1px solid #d6d4d1;
}
.auth-bl .login-block .other_login {
  width: 45%;
}
.auth-bl #loginform {
  max-width: 360px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-bl #loginform .form {
  width: 100%;
}
.auth-bl .login_block a:not(.d-button) {
  text-align: center;
  color: #8f7f36;
  font-weight: bold;
}
.auth-bl .form-outro {
  text-align: center;
}
.auth-bl .btn {
  overflow: hidden;
  width: auto;
  margin: auto;
  border: 1px solid #8a8a8a;
  border-radius: 45px;
  background: #6ec742;
  color: black;
  font-size: 19px;
  font-weight: bold;
  display: inline-block;
  padding: 19px 50px;
}
.auth-bl .btn:hover, .auth-bl .btn:focus {
  background: #77e542;
}
.auth-bl .btn:active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
}
.auth-bl .email-form-row {
  margin-left: 56px;
}
.auth-bl .email-form-row:before {
  position: absolute;
  content: "";
  left: -55px;
  top: 0px;
  display: block;
  width: 34px;
  height: 36px;
  background: url("../images/mainp/profile.png") no-repeat;
  background-size: contain;
}
.auth-bl .password-form-row {
  margin-left: 56px;
}
.auth-bl .password-form-row:before {
  position: absolute;
  content: "";
  left: -55px;
  top: 0px;
  display: block;
  width: 30px;
  height: 35px;
  background: url("../images/mainp/lock.png") no-repeat;
  background-size: contain;
}
.auth-bl #loginform .password-form-row:before {
  top: 10px;
}
.auth-bl #loginform .email-form-row:before {
  top: 10px;
}
.auth-bl .reg_block {
  padding: 0 30px;
}
.auth-bl .reg_block .e {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth-bl .reg_block a {
  max-width: 305px;
  width: 100%;
  background: white;
  margin: 0 0 34px 0;
  border-radius: 30px;
  border: 1px solid #b9b9b9;
  padding: 9px 25px;
  text-decoration: none;
  font-weight: bold;
  font-family: Calibri;
  font-size: 20px;
  color: black;
  align-items: center;
  display: flex;
}
.auth-bl .reg_block a span {
  display: block;
  text-align: center;
  width: 100%;
  margin-left: -35px;
  font-weight: bold;
  font-family: Calibri;
  font-size: 16px;
  color: black;
}
.auth-bl .reg_block a:hover, .auth-bl .reg_block a:focus {
  color: #1c7e98;
}
.auth-bl .reg_block a:hover span, .auth-bl .reg_block a:focus span {
  color: #1c7e98;
}
.auth-bl .reg_block a:hover img, .auth-bl .reg_block a:focus img {
  filter: invert(54%) sepia(72%) saturate(314%) hue-rotate(18deg) brightness(93%) contrast(93%);
}
.auth-bl .reg_block a:active {
  box-shadow: 0px 0px 15px rgba(143, 127, 54, 0.75);
}
.auth-bl .reg_block a img {
  margin-right: 15px;
  width: 35px;
}
.auth-bl .login_block {
  padding: 0px 10px 35px;
}

#auth_popup {
  padding: 0;
  max-width: 800px;
  background: #eee9e3;
  border-radius: 35px;
  overflow: hidden;
}
#auth_popup .popup_close2 {
  top: 15px;
  right: 25px;
}
#auth_popup .popup_content2 {
  padding-right: 0;
}
#auth_popup .popup_body2 {
  padding: 0px;
}
#auth_popup .popup_content2 {
  background: #eee9e3;
}
#auth_popup .popup_title2 {
  padding-right: 0px;
  padding-bottom: 0px;
  min-height: 40px;
  margin-bottom: 0px;
  padding-top: 0;
  border-bottom: none;
  text-align: center;
}
#auth_popup h3 {
  margin-bottom: 30px;
  font-size: max(3.2203389831vw, 21px);
  line-height: max(3.2203389831vw, 28.35px);
  color: #597a35;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1180px) {
  #auth_popup h3 {
    font-size: 38px;
    line-height: 53.2px;
  }
}

.popup_login_navs {
  border-bottom: 1px solid #39b54a;
  padding: 15px 75px 0;
  display: none;
  background: #dee7d5;
  justify-content: center;
}
.popup_login_navs a {
  border: 1px solid #dee7d5;
  border-bottom: 1px solid #39b54a;
  margin-bottom: -1px;
  display: block;
  font-weight: bold;
  width: 50%;
  padding: 16px 10px 10px;
  max-width: 250px;
  color: black;
}
.popup_login_navs a.active {
  border: 1px solid #39b54a;
  background: #eee9e3;
  border-bottom: 1px solid #eee9e3;
}

@media screen and (max-width: 992px) {
  .auth-bl .btn {
    font-size: 14px;
    padding: 9px 31px;
  }
  .auth-bl .reg_block a span {
    font-size: 16px;
    margin: 0;
  }
  .auth-bl .reg_block {
    margin: 0px;
  }
}
@media screen and (max-width: 760px) {
  .auth-bl .login-block .google-auth-css-btn span {
    font-size: 15px;
  }
  .auth-bl .login-block .fb-auth-css-btn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .auth-bl .reg_block {
    padding: 0px 10px 50px;
  }
  .popup_login_navs {
    display: flex;
    padding: 15px 50px 0;
  }
  #auth_popup h3 {
    margin-top: 20px;
  }
  .auth-bl .reg_block {
    position: absolute;
    top: 0;
    display: none;
    background: #eee9e3;
    width: 100%;
    height: 100%;
  }
  .auth-bl .reg_block.active {
    display: block;
  }
  .auth-bl .login-block {
    flex-direction: column;
  }
  .auth-bl .login-block .google-auth-css-btn {
    max-width: 250px;
    width: 100%;
    margin: auto;
  }
  .auth-bl .login-block .fb-auth-css-btn {
    max-width: 250px;
    width: 100%;
    margin: auto;
  }
  .auth-bl .login-block .main_login {
    padding: 0px 0px 15px;
    margin-bottom: 20px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d6d4d1;
  }
  .auth-bl .form-outro {
    margin-top: -10px;
  }
  .auth-bl .login_block {
    padding: 0px 10px 20px;
  }
  .auth-bl .login-block .google-auth-css {
    margin-bottom: 8px;
  }
  .auth-bl .reg_block a {
    margin-bottom: 10px;
  }
  #auth_popup.default_popup2 {
    max-height: calc(var(--vh, 1vh) * 98);
  }
  .auth-bl .d-block {
    font-size: 13px;
  }
  #auth_popup h3 {
    margin-bottom: 15px;
  }
  .auth-bl .form-outro {
    margin-bottom: 13px;
  }
  .auth-bl .login-block .other_login {
    width: 100%;
  }
  #auth_popup .popup_content2 {
    max-height: calc(90vh - 55px);
  }
  .auth-bl .reg_block a:first-child span {
    margin-left: -35px;
  }
  .auth-bl .reg_block .e {
    flex-direction: column;
    align-items: center;
  }
  .auth-bl .reg_block a {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*auth popup end*/
footer {
  position: relative;
  z-index: 5;
  background-color: #5a5a5a;
  color: #fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer span, footer a, footer p {
  font-family: Calibri !important;
}
footer a, footer ul, footer li, footer p {
  color: white;
}

.foo-c {
  max-width: 1040px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.foo-c .foo-c-1 {
  display: flex;
  justify-content: space-between;
  width: 44%;
}
.foo-c .foo-c-2 {
  width: 25%;
}
.foo-c .foo-c-3 {
  width: 25%;
}
.foo-c .foo-c-3 p {
  text-align: right;
}

.foo-c-1 {
  display: flex;
}
.foo-c-1 .foo-c-1-1 {
  min-width: 225px;
  padding-right: 30px;
  width: 50%;
}
.foo-c-1 .foo-c-1-2 {
  min-width: 225px;
  width: 50%;
}

.foo-c-all p {
  font-size: 25px;
  line-height: 21px;
  font-weight: 500;
  color: white;
  margin-bottom: 25px;
}
.foo-c-all p span {
  font-size: 1.3em;
  font-weight: bold;
  display: block;
}
.foo-c-all ul li {
  margin-bottom: 2px;
}
.foo-c-all ul li a {
  color: white;
  font-size: 19px;
  line-height: 15px;
}
.foo-c-all ul li a:hover {
  text-decoration: underline;
}

.foo-c-1 ul {
  max-width: 660px;
}
.foo-c-1 ul li {
  break-inside: avoid;
}

.foo-b {
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foo-b p {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 500;
  color: white;
}
.foo-b a {
  margin-right: 20px;
  color: white;
  font-size: 14px;
}

.socials-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}
.socials-icons a {
  margin-left: 7px;
}

.socials-icons a:hover, .socials-icons a:focus {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.socials-icons img {
  height: 22px;
  width: auto;
}

@media screen and (max-width: 1240px) {
  .foo-c .foo-c-2 {
    width: 20%;
  }
  .foo-c .foo-c-1 {
    width: 55%;
  }
}
@media screen and (max-width: 850px) {
  .foo-c-all ul li {
    margin-bottom: 10px;
  }
  .foo-c .foo-c-3 {
    min-width: 140px;
  }
  .foo-c .foo-c-1 {
    width: 100%;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-2 {
    width: 100%;
  }
  .foo-c .foo-c-3 {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .foo-c .foo-c-3 p {
    line-height: 33px;
  }
  .foo-c-1 .foo-c-1-2 {
    min-width: 155px;
  }
  .foo-c-1 .foo-c-1-1 {
    min-width: 155px;
  }
  .foo-c {
    flex-wrap: wrap;
  }
  .foo-c .foo-c-3 {
    margin-top: 40px;
    width: 100%;
  }
}
footer.expert .foo-c .foo-c-1 {
  display: none;
}
footer.expert .foo-c .foo-c-2 {
  display: none;
}
footer.expert .foo-c {
  justify-content: flex-end;
}