tablet.css/*
        GoodDelivery Custom CSS by GLOBUS.studio
        v 3.0
        Extend Bootstrap 5.2.2
        Used GILROY Cyr 100,200,300,500,600,800,900
        normal, bold, italic, bold italic, heavy, black,
*/

/**********************   LANDING  **********************/

/*RETINA VARS CALC*/

@media (-webkit-min-device-pixel-ratio: 1) { 
  :root {
    --gd2-font-10px: 10px;
    --gd2-font-multiplier: 1;
  }  
}

@media (-webkit-min-device-pixel-ratio: 2) { 
  :root {
    --gd2-font-10px: 10px;
    --gd2-font-multiplier: 1.5;
  }  
}

.gd2-test-calc {
  font-size: calc(--gd2-font-10px * --gd2-font-multiplier);
}

/* 
body::-webkit-scrollbar {
  display: none;
}


body {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}
*/

/* MAIN */
body{
    color: black;
}

.gd-last-white-page-nav-item {
  padding-right: 4px;
  padding-top: 1px;
}

.gd2-land-container-white-page {
  --bs-gutter-x: 0.75rem !important;
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-top: 45px;
}

.gd_main_page_button_error {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FF6426 !important;
  box-shadow: 0.1875rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.1875rem;
  -moz-border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #ffffff;
  background: white;
  width: 58.75rem;
  height: 3.375rem;
}

/* BUTTONS */

.gd_main_page_button {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000 !important;
  text-transform: uppercase;
  box-shadow: 0.1875rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.1875rem;
  -moz-border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #ffffff;
  background: #FFD100;
  width: 16.75rem;
  height: 3.375rem;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.gd_main_page_button:hover {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #FFD100 !important;
  text-transform: uppercase;
  box-shadow: 0.1875rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.1875rem;
  -moz-border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  border-radius: 6.25rem;
  border: 0.125rem solid #FFD100;
  background: white;
  width: 16.75rem;
  height: 3.375rem;
}

.gd_common_red_button {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;    
  color: white !important;
  text-transform: uppercase;
  padding: 0.625rem 1.1875rem;
  -moz-border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #ffffff;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
  background: #ff0000;
  width: 10.0625rem;
  height: 2.25rem;
  outline: none;
}

.gd_common_red_button:hover {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;    
  color: red !important;
  text-transform: uppercase;
  padding: 0.625rem 1.1875rem;
  -moz-border-radius: 6.25rem;
  -webkit-border-radius: 6.25rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid red;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
  background: white;
  width: 10.0625rem;
  height: 2.25rem;
} 

.gd2_btn_link{
  width: 9.75rem;
  height: 2.375rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #A1A4B6;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

.gd2_btn_link:hover{
  color: #7A89C2 !important;
}

.gd-pointer {
  cursor: pointer;
}


.gd2-btn-back-i {
  margin-bottom: -0.4375rem;
  margin-top: -0.375rem;
  /* margin-right: 0.3125rem; */
}

.gd2-btn-back {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  background: #FFFFFF;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #E0E4F0;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
  outline: none;
}

.gd2-btn-back:hover {
  background: #F8F9FD;
  border: 0.0625rem solid #7A89C2;
  color: #7A89C2;
}

.gd2-btn-back:active {
  background: #7A89C2;
  border: 0.0625rem solid #fff;
  color: #fff;
}

.gd2-btn-back:hover .gd-icon-btn-back-departure {
  background: url(../images/svg/back_blue.svg) 0 0 no-repeat;
}

.gd2-btn-back:active .gd-icon-btn-back-departure {
  background: url(../images/svg/back_white.svg) 0 0 no-repeat;
}

/*.gd2_btn_primary {
  padding: 10px 2.25rem;
  background: #fff;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #E0E4F0;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
}*/
.gd2-mobile-output-step {
  margin-bottom: 3rem;
}
.gd2_btn_primary_departure:active {
  background: #FFD100 !important;
  color: #000000;
  border: 0.0625rem solid #FFFFFF;
}

.gd2_btn_primary_departure {
  padding: 0.625rem 1.875rem;
  background: #FFD100;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
}

.gd2_btn_primary_departure:hover {
  /* padding: 0.625rem 2.25rem; */
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #FFD100;
  border: 0.0625rem solid #FFFFFF;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);  
  color: #000000;
  height: 2.25rem;
}

.gd2_btn_primary:active {
  background: #FFD100;
  color: #000000;
  border: 0.0625rem solid #FFFFFF;
}

.gd2_btn_primary {
  padding: 0.625rem 1.875rem;
  background: #FFD100;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
}

.gd2_btn_primary:hover {
  /* padding: 0.625rem 2.25rem; */
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #FFD100;
  border: 0.0625rem solid #FFFFFF;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);  
  color: #000000;
  height: 2.25rem;
}

.gd2_btn_primary:focus {
  outline: none;
}

.gd2_btn_primary_cookie {
  padding: 9px 2.25rem;
  background: #F8F9FD;
  border: 0.0625rem solid #7A89C2;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #7A89C2;
  text-decoration: none;
  cursor: pointer;
  height: 39px;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgb(0 0 0 / 15%);  
  outline: none;
}

.gd2_btn_primary_cookie:hover {
  padding: 9px 2.25rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #7A89C2;
  border: 0.0625rem solid #FFFFFF;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);  
  color: #FFFFFF;
  height: 39px;
} 

.gd2_btn_primary_inv {
  padding: 10px 2.25rem;
  background: #7A89C2;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
  outline: none;
}

.gd2_btn_primary_inv:hover {
  /* padding: 10px 2.25rem; */
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #F8F9FD;
  border: 0.0625rem solid #7A89C2;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);  
  color: #7A89C2;
  height: 2.25rem;
}

.gd2_btn_danger {
  padding: 0.5rem 2.25rem;
  background: #F8F9FD;
  border: 0.0625rem solid #FF0000;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #FF0000;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
  outline: none;
}

.gd2_btn_danger:hover {
  padding: 0.5rem 2.25rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #FF0000;
  border: 0.0625rem solid #FFFFFF;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);  
  color: #FFFFFF;
  height: 2.25rem;
}

.gd2_btn_danger_inv {
  padding: 0.5rem 2.25rem;
  background: #FF0000;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;  
  text-decoration: none;
  cursor: pointer;
  height: 2.25rem;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);
  outline: none;
}

.gd2_btn_danger_inv:hover {
  padding: 0.5rem 2.25rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  background: #F8F9FD;
  border: 0.0625rem solid #FF0000;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.15);  
  color: #FF0000;
  height: 2.25rem;
}

/* CONTAINER */

.gd2-land-container{
  /* padding-left: 1.25rem !important;
  padding-right: 1.25rem !important; */
  padding-left: 0rem;
  padding-right: 0rem;
  /* max-width: 100% !important; */
  
}

.gd2-land-container-white-nav {
  /*padding-left: 8px !important;*/
  padding-left: 0px !important;
  padding-right: 0rem !important;
  /* max-width: 100% !important; */
}

.gd2-container{
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  /* max-width: 100% !important; */
}

.gd2-pe-departure {
  padding-right: 2.125rem;
}

.gd2-ps-departure {
  padding-left: 2.125rem;
}

.button-goods-controll {
  line-height: 1px;
}

.block-limit-add-point {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/** Restyle Modal Bootstap */
.modal-dialog {
    max-width: 359px;
    margin: 1.75rem auto;
}

.modal-header {
  border-bottom: none;
  padding: 1.875rem 1.25rem;
}

.modal-body {
  padding-top: 0.3125rem;
  padding-bottom: 1.875rem;
}

.modal-footer {
  border-top: none;
  justify-content: center;
  padding-bottom: 2.5rem;
  padding-top: 0.625rem;
}

.modal-indent {
  margin-right: 2.5rem;
}

.text-secondary {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000 !important;
}

/* LABELS */

.panel_calc_label{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

.panel_calc_form {
  color:white;
  background: transparent;
  border: none;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 4.375rem;
  line-height: 5.3125rem;
  /* padding-top: 0.9375rem; */
}

.panel_calc_form:focus {
  outline: none;
}

.panel_calc_form::placeholder{
  color:white;
  opacity: 0.5;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 58px; /*Sub fix*/
  line-height: 73px;
}

.panel_calc_form:focus::placeholder {
  /* color:transparent; */
}

.gd2-error-notify-mt {
  margin-top: 6.25rem;
}

.gd2-error-weight {
  color: #ff6421 !important;
}

.gd2-error-block {
  margin-bottom: 0.625rem !important;
  /* margin-bottom: 1rem !important; */
}

.gd2-tab-landing{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  /* color: #000000; */
  padding-bottom: 0.0625rem;
  padding-left: 0rem;
  padding-right: 0rem;  
}

.gd2-tab-landing-noact{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #7A89C2;
  padding-bottom: 0.0625rem;
  padding-left: 0rem;
  padding-right: 0rem;  
}

.gd2-dop-h{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
}

/* INPUTS */
 
.gd2-input-label{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
  color: #000000;

  margin-left: 3.875rem;
}

.gd2-input-text{
  width: 70%;
  border-radius: 1.875rem;
  border: 0.0625rem solid transparent;
  background-color: #f8f9fd;
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}

.gd2-input-text.gd2-login-input#passAuth{
  padding-right: 3.6rem;
}

.gd2-input-text:focus{
  outline: none !important;
}

.gd2-input-text:focus::placeholder{
  color: transparent;
}

.gd2-input-text::placeholder{
  font-size: 0.875rem;
}

.gd2-input-border-forms {
  border-radius: 6.25rem !important;
}

.gd2-input-size-forms {
  line-height: 0.875rem !important;
}

.gd2-focus-js {
  border: 0.0625rem solid #7A89C2 !important; 
}

.gd2-script-show-label {
  color: transparent;
}

.gd2-group-form-inputs-text {
  width: 100%;
  height: 1.75rem;
  background: #F8F9FD !important;
  /* border-radius: 6.25rem; */
  border: 0.0625rem solid #E0E4F0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #000;  
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}

.gd2-group-form-inputs-text:hover {
  border: 0rem solid #7A89C2; 
}

.gd2-group-form-inputs-text:focus{
  outline: none !important;
}

.gd2-group-form-inputs-text:focus::placeholder{
  color: transparent;
}

.gd2-group-form-inputs-text::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
}

.gd2-input-textarea{
  width: 15.625rem;
  height: 6.25rem;
  background: #F8F9FD !important;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 0.625rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  /* color: #A1A4B6;   */
  color: #000;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}

.gd2-input-textarea:hover{
  border: 0.0625rem solid #7A89C2 !important; 
  color: black;
}

.gd2-input-textarea:focus{
  outline: none !important;
}

.gd2-input-textarea:focus::placeholder{
  color: transparent;
}

.gd2-input-textarea::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
}

.gd2-select-forms{
  width: 100%;
  height: 1.75rem;
  background: #F8F9FD !important;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  /*color: #A1A4B6; */
  color: black !important; /*fix*/ 
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
  -webkit-appearance: none;
}

.gd2-select-forms:hover{
  width: 100%;
  height: 1.75rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD !important;
  /* border: 0.0625rem solid #7A89C2 !important;  */
  color: black;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}

.gd2-select-forms:focus {
  border-bottom: 0rem solid black !important;
}

.gd2-select-forms-top-none {
  border-top: 0rem solid black !important;
}

.gd-sort-active {
  transform: rotateX(180deg);
}

.gd2-input-icon-position {
  position: absolute;
	top: 17px;
  right: 10px;
}

.gd2-input-text-forms{
  width: 100%;
  height: 1.75rem;
  background: #F8F9FD !important;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  /*color: #A1A4B6; */
  color: black; /*fix*/  
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}

.gd2-input-text-forms:hover{
  width: 100%;
  height: 1.75rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD !important;
  border: 0.0625rem solid #FFDC22 !important;
  color: black;
  padding: 0.3125rem 0.625rem 0.3125rem 0.9375rem;
}

.gd2-input-text-forms:focus{
  outline: none !important;
}

.gd2-input-text-forms:focus::placeholder{
  color: transparent;
}

.gd2-input-text-forms::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
}

.gd2-input-text-forms-sub{
  width: 100%;
  height: 1.75rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD;
  border: 0.0625rem solid #E0E4F0;
  color: #A1A4B6;  
  padding-left: 0.5rem;
}

.gd2-input-text-forms-sub:hover{
  width: 100%;
  height: 1.75rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD;
  border: 0.0625rem solid #7A89C2; 
  color: black;
  padding-left: 0.5rem;
}

.gd2-input-text-forms-sub:focus{
  outline: none !important;
}

.gd2-input-text-forms-sub:focus::placeholder{
  color: transparent;
}

.gd2-input-text-forms-sub::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
}

.gd2-input-date {
  width: 50%;
  height: 1.75rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD;
  border: 0.0625rem solid #E0E4F0;
  color: black; 
  padding: 0.1875rem 0.9375rem;
  -webkit-appearance: none;
  /*font-size: 0.875rem;*/
}

.gd2-big-btn {
  background-size: 2.25rem 2.25rem;
  width: 2.25rem;
	height: 2.25rem; 	
  outline: none;
}

.gd2-big-btn:hover {
  background-size: 2.25rem 2.25rem !important;
  width: 2.25rem !important;
	height: 2.25rem !important; 	
}

.gd2-input-date:hover{
  width: 50%;
  height: 1.75rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD;
  border: 0.0625rem solid #7A89C2; 
  color: black;
  padding: 0.1875rem 0.9375rem;
}

.gd2-input-date:focus{
  outline: none;
}

.gd2-input-date:hover{
  cursor: pointer;
}

.gd2-input-date:focus::placeholder {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: black; 
}

.gd2-select-courier-time{
  -webkit-appearance: none ;
  -moz-appearance: none ;
  appearance: none ;
  width: 42%;
  height: 1.75rem;
  background: #F8F9FD;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
  padding: 0.1875rem 0.9375rem;
  /* background-color: #f8f9fd;
  border-radius: 1.25rem;
  width: 42%;
  padding: 0.1875rem 0.9375rem;
  border:0.0625rem solid transparent; */
}

.gd2-select-courier-time:hover{
  -webkit-appearance: none ;
  -moz-appearance: none ;
  appearance: none ;
  width: 42%;
  height: 1.75rem;
  background: #F8F9FD;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
  padding: 0.1875rem 0.9375rem;
}

.gd2-select-courier-time:focus{
  outline: none;
  box-shadow: none;
}

.gd2-select-courier-time::-ms-expand {
  display: none;
}

.gd2-select-courier-time option
{
  color: black;
}

.gd2-select-courier-time option:first-child
{
  color: #808080;
}

.gd2-login-input{
  width: 15.625rem;
  height: 1.75rem;
  background: #F8F9FD;
  border: 0.0625rem solid #E0E4F0;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  /*color: #A1A4B6; */
  color: black !important; /*fix*/
  padding-left:0.9375rem;
}

.gd2-menu-container {
  width: 15.625rem;
}

.gd2-login-input:hover{
  /* width: 15.625rem; */
  height: 1.75rem;
  border-radius: 6.25rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  background: #F8F9FD;
  border: 0.0625rem solid #7A89C2; 
  color: black;
}

.gd2-login-input::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6;  
}

.gd-input-textarea{
  background: #F8F9FD;
  border: 0.0625rem solid #E0E4F0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #000;   
  background: #F8F9FD;
  border-radius: 0.625rem;   
}

.gd-input-textarea::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #A1A4B6; 
}

.gd2-block-rb-hover {
  font-weight: 400;
}

.gd2-block-rb-hover:hover {
  font-weight: 500 !important;
}
/*
.gd2-new-checkbox {
  width: 1rem;
  height: 1rem;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 0 0 0 1pt #E0E4F0;
}
*/
/*
.gd2-new-checkbox:hover {
  box-shadow: 0 0 0 1pt #7A89C2;
}

.gd2-new-checkbox-danger {
  box-shadow: 0 0 0 1pt #FF0000 !important;
}

.gd2-new-checkbox-danger:checked {
  box-shadow: 0 0 0 1pt #7A89C2 !important;
  background-color: #7A89C2 !important;
}*/

/*
.gd2-new-checkbox:checked{
  background-color: #7A89C2;
  border: 0.1875rem solid white; 
  box-shadow: 0 0 0 1pt #7A89C2;
}
*/

.gd2-new-checkbox:checked {
  background-color: #FFD100;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #FFD100;
}
.gd2-new-checkbox {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;  
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: 0 0 0 1px #e0e4f0;
}

.gd2-new-checkbox:hover {
  box-shadow: 0 0 0 1px #FFD100;
}

.gd2-new-checkbox-danger {
  box-shadow: 0 0 0 1px #FF0000 !important;
}

.gd2-new-checkbox-danger:checked {
  box-shadow: 0 0 0 1px #7A89C2 !important;
  background-color: #7A89C2 !important;
}

.gd2-new-checkbox:checked~label.clearAllFieldLabel{
  font-weight: 500;
}

.gd2-new-checkbox:checked~label.gd-dep-text-block-radio {
  font-weight: 600 !important;
}

.gd2-new-checkbox[type="checkbox"]:disabled {
  background-color: #E0E4F0;
  box-shadow: 0 0 0 1px #E0E4F0;
}

label.clearAllFieldLabel {
  margin-left: 0.25rem;
}

.gd2-block-total-price {
  float:right;
}

.gd2-created-block-dep {
  padding-top: 3rem;
}

.gd2-new-checkbox-label {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #000000;
}

.gd2-input-callpass{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 4.4375rem;
  text-align: center;
  border:none;
  outline:none;  
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7A89C2;  
  width: 100%;
}

.gd2-input-callpass::placeholder{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 4.4375rem;
  text-align: center;
  border:none;
  outline:none;  
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7A89C2;  
}

/* ICONS */

.gd2-info-icon{     /* Deprecated */
  border-radius: 100%;
  border: 0.0625rem solid white;
  height: 0.75rem;
  width: 0.75rem;
  text-align: center;
  line-height: 0.5rem;
  font-weight: 700;
  margin-top: 0.1875rem;
  margin-left: 0.25rem;
  font-weight: 600;
  font-size: 0.5625rem;
  line-height: 0.6875rem;
  font-style: normal;
}

/* LISTS */

/* TABS */

/* FORM */

.gd2-label_email{
  margin: 0.0625rem;
  padding: 0.0625rem;
}

/* PILLS */

.gd2-danger-pill-top {
  /* left: 25%; */
  display: inline-block;
  background-color: #ff6421;
  color: white;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  padding: 0rem;
  margin-top: -1.1875rem;
  z-index: 1040;
  line-height: 20px;
  /* padding-top: 3px;
  padding-bottom: 4px; */
}

/* TOAST */
.gd2-danger-toast {
  display: block;
  background-color: #ff6421;
  color: white;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  padding: 0rem;
  margin-top: -1.1875rem;
  z-index: 1040;
  line-height: 20px;
  width: max-content;
  padding-right: 0.875rem;
}

.gd2-success-toast {
  display: block;
  background-color: #A5C7F0;
  color: white;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  padding: 0rem;
  margin-top: -1.1875rem;
  z-index: 1040;
  line-height: 20px;
  width: max-content;
  padding-right: 0.875rem;
}

.gd2-info-toast {
  display: block;
  background-color: #A5C7F0;
  color: white;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  padding: 0rem;
  margin-top: -1.1875rem;
  z-index: 1040;
  line-height: 20px;
  width: max-content;
  padding-right: 0.875rem;
}


/* TABLE */

/* CARDS */

/* OTHER */

.gd-landing-margin-bottom-row {
  margin-bottom: 0.375rem;
}

.gd2-table-head-block {
  color: #000;
}

.gd2-table-head-block:hover {
  color: #000;
  font-weight: 500;
}

.gd2-footer {
  height: 7.5rem;
  background: #F8F9FD;
  padding-top: 0.0625rem;
}

.gd2-footer-mobile{
  /* height: 5.125rem; */
  /* height: 6.125rem; */
  height: auto;
  padding-bottom: 10px;
  background: #F8F9FD;
  padding-top: 0.0625rem; 
}

.main-logo-footer-black{
  width: 8.375rem;
  padding-top: 0rem !important;
  margin-top: 0rem !important;
}

.gd2-footer-text {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #000000;
  margin-top: 0.875rem;
  margin-bottom: 0rem !important;
}

.gd2-footer-text-mobile {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #000000;
  margin-bottom: 0.5rem !important;
}

.gd2-footer-text-center{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #000000;  
}

.gd2-footer-text-center-mobile{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.875rem;
  color: #000000;    
  margin-bottom: 0px;
}

.gd2-footer-city{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #000000;
  margin-top: 0.1875rem;
  margin-left: 0.4375rem;
  margin-bottom: 1.0625rem;
}

/* FOOTER */

/* HEADER */
.gd2_main_menu_text{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-transform: uppercase;
}

.slogan {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 100;
  line-height: 0.875rem;
  color: white;
  font-size: 0.7188rem;
  margin-left: -9.3125rem;
  margin-top: 4.75rem;
  width: 12.5rem;
}

.slogan-first-line {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 100;
  line-height: 0.875rem;
  color: white;
  font-size: 0.8125rem;
  margin-left: -8.75rem;
  margin-top: 2.9375rem;
  width: 12.5rem;
}

.slogan-black {
  font-family: 'Gilroy';
  font-style: italic; 
  font-weight: 100;
  line-height: 100%;
  color: black;
  font-size: 0.625rem;
  margin-left: -8.75rem;
  margin-top : 6.25rem;
  width : 12.5rem;
}

.priceInText {
  font-weight: 600;
}

.gd2-header-secondary{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000;  
}

.gd2-chat-index {
  /* z-index: 1050; */
  z-index: 1044;
  position: fixed !important;
}

/* BODY */

/* MAIN */

/* NAVBAR */

.gd2_nav {
  padding-top: 0.3125rem;
}

.gd2_like_nav_padding {
  padding-top: 0rem !important;
  margin-top: 0.25rem;
}

/* MODAL */

/* SUPPORT */

.support-item-gd {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #000000;
  vertical-align: top;
}

/* COOKIES */

.offcanvas-bottom{
  border: 0rem !important;
}

div#show_cookies {
  height : 11.75rem;
}

.cookies_btns {
  margin-bottom: 0rem;
  margin-top: 1rem;
  min-height: 42px;
}

.cookie_h5 {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  word-wrap: normal;
}

.cookie_text {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.cookie_link{
  font-style: normal;
  font-weight: 200;
  color: grey;
}

.gd2-button-lite {
  padding: 7px 20px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  height: 28px !important;
}

.gd2_cookie_close{
  margin-right: 1.25rem;
}

.gd2_cookie_header{
  margin-top: 1.875rem;
}

.gd2_cookie_header_mobile{
  margin-top: 1.125rem;
  padding: 0 1rem;
}

.gd-no-active {
  display: none !important;
}

.pages_landing_padding{
  padding-top: 1.5625rem !important;
  margin-bottom: -0.1875rem;
}

.gd-block-createDeparture {
  margin-top: 1.5625rem;

  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;
}

.gd-block-ticket-desktop {
  padding-right: 0px !important;
  padding-left: var(--bs-gutter-x);
}

/* TOOLTIP */

.gd2-tooltip.tooltip > .tooltip-inner
{
    background-color: white;
    color: black;
    text-align: center;
    max-width: 12.5rem;
    line-height: 120%;
    border-radius: 1.875rem;
    height: 1.4375rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    margin-top: 0.125rem;   
    padding-top: 0.375rem !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
}

/*
.gd2-tooltip.tooltip {
  top: 4.6875rem;
  right: 95%;
}
*/

.gd2-tooltip.tooltip > .tooltip-arrow {
    display: none !important;
}

.gd-tooltip.tooltip > .tooltip-arrow {
  display: none !important;
}

.gd2-dep-tooltip.tooltip > .tooltip-inner
{
    background-color: #F8F9FD;
    color: black;
    text-align: center;
    max-width: 13.5rem;
    line-height: 120%;
    border-radius: 1.875rem;
    height: 1.4375rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase; 
    margin-top: 0.125rem;   
    padding-top: 0.375rem !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

/*
.gd2-dep-tooltip.tooltip {
  top: 4.6875rem;
  right: 95%;
}
*/

.gd2-dep-tooltip.tooltip > .tooltip-arrow {
    display: none !important;
}

.gd2-slogan-red {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #FF0000;
}

.gd2-slogan-black {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
}



.gd-doc-row.row>* {
  padding: 0;
}

.gd-doc-row * {
  margin-left: 0;
}

.gd2-wrapper-page-content {
  padding: 23px 30px 27px 20px;
}

.gd2-content-private {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.gd2-nav-pills-private,
.gd2-nav-pills-rest-clients {
  column-gap: 40px;
}

.gd2-nav-pills-private-sec {
  margin-bottom: 17px !important;
  column-gap: 30px;
}

.gd-nav-pills-bar {

}

.gd-nav-pills-bar .nav-item{
  width: 125px;
}

.gd-nav-pills-bar .nav-item .right-sidebar-link {
  text-align: start;
}

.nav-link.gd2-docs-pill{
  text-transform: uppercase;
  background-color: transparent;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7A89C2;
} 

.nav-link.gd2-docs-pill.active{
  color: black;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 0;
  border: 0rem;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
} 

.nav-link.gd2-docs-pill-private {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #7A89C2;
  background-color: transparent;
}

.nav-link.gd2-docs-pill-private.active {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  background-color: transparent;
  border-radius: 0;
  border: 0rem;
}

.nav-link.gd2-docs-pill:not(.active) .gd-hr-pages{
  display: none;
}


.nav-link.gd2-docs-pill-private:not(.active) .gd-hr-pages{
  display: none;
}

.nav-link.gd2-docs-pill-private .gd-hr-pages {  
  width: 42px;
}

.nav-link.gd2-docs-pill-private-sec .gd-hr-pages {
  width: 100%;
}

.gd2-nav-pills-rest-clients .nav-link.gd2-docs-pill-private .gd-hr-pages {
  width: 60px;
}

.gd2-tab-content-box {
  display: flex;
  align-items: center;
  width: 350px;
  gap: 8px;
}

.nav-link.gd2-docs-pill-sec{
  color: #7A89C2;
  background-color: transparent;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
}

.nav-link.gd2-docs-pill-sec.active{
  color: black;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.02em;
} 

.nav-link.gd2-docs-pill-private-sec {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #7A89C2;
  background-color: transparent;
}

.nav-link.gd2-docs-pill-private-sec.active {
  padding-left: 0;
  padding-right: 0;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.0);
}

.nav-link.gd2-docs-pill-sec:not(.active) .gd-hr-pages{
  display: none;
}

.nav-link.gd2-docs-pill-private-sec:not(.active) .gd-hr-pages{
  display: none;
}

.gd2-doc-url{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
  color: #3381F1;
}

pre {
  border-radius: 0.5rem !important;
}


:not(pre)>code[class*=language-], pre[class*=language-] {
  background: #F8F9FD !important;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #F8F9FD !important;
}

.gd2-accordion-item-fix {
  border: 0rem !important;
}

.gd2-accordion-button {
  background-color: #F8F9FD !important;
  height: 2.5rem;
  border-radius: 0.5rem;
  /* margin-bottom: 1.0625rem; */
  margin-top: 1.0625rem;  
}

.gd2-private-accordion-button {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.gd2-accordion-button.gd2-private-accordion-button{
  position: relative;
  border-radius: 8px !important;
}

.gd2-private-accordion-button::after {
  display: none !important;
}

.gd2-private-accordion-button .gd-priv-chevron {
  top: 0;
  right: 25px;
}



.gd2-people-slider{
 /* max-width: 68.75rem;*/
  display: flex;
}
.gd2-people-slider .gd2-card-people{
  flex: 1;
  margin: 0 0.625rem;
  background: transparent;
  width: 14.5rem;
  height: 21.875rem;
}
.gd2-people-slider .gd2-card-people .img{
  height: 15.625rem;
  width: 14.5rem;
}
.gd2-people-slider .gd2-card-people .img img{
  height: 15.625rem;
  width: 14.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.gd2-people-slider .gd2-card-people .gd2-card-people-content{
  padding: 1.375rem 0.0625rem;
}
.gd2-card-people .gd2-card-people-content .gd2-card-people-title{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.3125rem;
	text-align: center;
	color: #000000;
}
.gd2-card-people .gd2-card-people-content .sub-gd2-card-people-title{
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: center;
	color: #000000;
}
.gd2-card-people .gd2-card-people-content p{
  text-align: justify;
  margin: 0.625rem 0;
}

.gd2-about-margin-top{
  margin-top: 2.1875rem;
}

.gd2-col-small-separator {
  width: 0.875rem !important;
  /* position: relative; */
  min-height: 0.0625rem;
  padding-right: 2.75rem;
  padding-left: 0.0625rem;
}

.gd2-list-header {
  height: 3.125rem;
}

.gd2-tables-private-right {
  padding-left: 0px;
}

/* DOP CLASS TO CHECKBOX*/
.gd2-check-dop-i {
  top: 0px !important;
  left: 0px !important;
}

.gd-dop-service-table-1 {
  padding-left: 0px !important;
  margin-left: 0.75rem !important;
}

.gd2-cb.gd2-cb-s.dop-server-table-1 {
  padding-left: 0px;
  margin-left: 0.75rem;
}

/* CHECKBOX*/
  .gd2-cb {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: 0.3125rem;
    /* padding-top: 0.1875rem; */
    cursor: pointer;
    font-size: 1rem;
  }
    .gd2-cb input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
  .gd2-check-i {
    position: absolute;
    /* top: 0.3125rem; */
    /* left: 0; */
    top: -0.188rem;
    left: 0.375rem;
    height: 1rem;
    width: 1rem;
    background: #ffffff;
    border: 0.0625rem solid #A1A4B6;
    border-radius: 0.25rem;
  }
  .gd2-cb:hover input ~ .gd2-check-i,
  .gd2-cb input:focus ~ .gd2-check-i {
    background: #ffffff;
    border: 0.0625rem solid #7A89C2;
  }

  .gd2-cb input:checked ~ .gd2-check-i {
    background: #fff;
    border: 0.0625rem solid #7A89C2;
  }
  .gd2-cb:hover input:not([disabled]):checked ~ .gd2-check-i,
  .gd2-cb input:checked:focus ~ .gd2-check-i {
    background: #fff;
    border: 0.0625rem solid #7A89C2;
  }
  .gd2-cb input:disabled ~ .gd2-check-i {
    background: #F8F9FD;
    border: 0.0625rem solid #E0E4F0;
    opacity: 1;
    pointer-events: none;
  }
  .gd2-check-i:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
  }
  .gd2-cb input:checked ~ .gd2-check-i:after {
    display: block;
  }
  .gd2-cb input:checked ~ label.dop-services-label {
    font-weight: 600;
  }
  .gd2-cb-s .gd2-check-i:after {
  /* left: 0.3125rem;
  top: 0.125rem; */
  left: 0.25rem;
  top: 0.0625rem;
  width: 0.3125rem;
  height: 0.5rem;
  border: solid #7a89c2;
  border-width: 0 0.0625rem 0.0625rem 0;
  transform: rotate(45deg);
  }
  /* .gd-table tr:has(.gd2-cb input:checked) {
    background: #ECF6FE !important;
  } */
  .gd2-cb-s input:disabled ~ .gd2-check-i:after {
    border-color: #7b7b7b;
  }
/*
Example
        <label class="gd2-cb gd2-cb-s">
            Test checkbox
            <input type="checkbox"/>
            <div class="gd2-check-i"></div>
        </label>
*/



.gd2-popover-style{
  max-width: 19.5rem;
  width: 19.5rem !important;
  border-radius: 0.6875rem !important;
  border: 0.0625rem solid #E0E4F0 !important;
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.05);
}

.gd2-popover-style .popover-arrow{
  display: none;
}

.gd2-popover-style .popover-header{
  height: 2rem;
  background: #7A89C2;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  border-bottom: 0.0625rem solid #E0E4F0 !important;

  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  /* text-align: center; */
  text-transform: uppercase;
  color: #FFFFFF;		
}

.modal-content {
  border: 0px solid;
  border-radius: 10px;
  box-shadow: 1px 3px 2px rgb(0 0 0 / 5%);
}

.gd2-popover-style .popover-header::before{
  display: none !important;
}

.gd2-popover-style .popover-body{
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;	
  /* min-height: 13.125rem; */
  min-height: 6rem;
  /* max-height: 31rem; */
  /* overflow: overlay; */
}

.gd2-popover-dep-number {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;	
  padding-left: 0.875rem;		
}

.gd2-popover-dep-number:hover {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #7A89C2;		
}	

.gd2-popover-accordion-button{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #F8F9FD !important;		
}

.gd-right-bar-output-y {
  margin-bottom: 41px;
}

.gd2-popover-accordion-button:focus {
  box-shadow: none !important;
  border-color: none !important;
  outline: none !important;
}

.gd2-popover-accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #F8F9FD !important;
  box-shadow: none !important;
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;			
}

.gd2-popover-accordion-button:not(.collapsed)::after {  
  background: url(../images/gd2_style/gd2_popover/popover_cross.svg) 0 0 no-repeat !important;
  background-size: 1.5rem 1.5rem !important;
	display: inline-block !important;
	width: 1.5rem !important;
	height: 1.5rem !important;
}

.main-container-step-1 {
  margin-top: 23px;
}

.main-container-mt-5{
  margin-top: 19px;
}

.gd2-dep-pt-block {
  margin-top: 2rem;
}

.gd2-dep-pt-block-include {
  margin-top: 1.25rem;
}

.gd2-dep-mt-input {
  margin-top: 1.5625rem;
}

.gd2-popover-accordion-button::after { 
  background: none !important;
}
 
.gd2-po-dep-ul{
  list-style: none;
  /* padding-left: 0rem; */
  padding: 8px 20px 0;
} 
 
.gd2-po-dep-li{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000000;	
  padding-bottom: 0.1875rem;
} 
 
.gd2-po-dep-li:hover {
  color: #FF6426 !important;
  font-weight: 500 !important;
} 

.gd2-po-dep-li:hover .gd2-po-action-item .gd2-po-icon-wrapper .gd-icon-po-printer{
  background: url(../images/gd2_style/gd2_popover/Printer_s.svg) 0 0 no-repeat;
}
 
.gd2-po-dep-li:hover .gd2-po-action-item .gd2-po-icon-wrapper .gd-icon-po-copy{
  background: url(../images/gd2_style/gd2_popover/Copy_s.svg) 0 0 no-repeat;
}

.gd2-po-dep-li:hover .gd2-po-action-item .gd2-po-icon-wrapper .gd-icon-po-email{
  background: url(../images/gd2_style/gd2_popover/Email_s.svg) 0 0 no-repeat;
}

.gd2-popover-accordion-button a span {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.gd-accrdion-dep-list-body {
  /* min-height: 12.188rem;
  max-height: 20.5rem; */
  overflow: auto;
}

/* width */
.gd-accrdion-dep-list-body::-webkit-scrollbar {
  width: 5px;
}

.gd-accrdion-dep-list-body::-webkit-scrollbar-track {
  background: #F8F9FD;
}

/* Handle */
.gd-accrdion-dep-list-body::-webkit-scrollbar-thumb {
  background: #CACACA;
}

/* Handle on hover */
.gd-accrdion-dep-list-body::-webkit-scrollbar-thumb:hover {
  background: #888;
}

.gd2-popover-accordion-button:hover a span {
  color: #7A89C2;
}

.gd2-popover-accordion-button a{
  text-decoration:none;
  cursor: pointer;
}

.gd-dropdown-listdeparture {
  width: 100%;
  margin-top: -1px !important;
  /* margin-left: 16px !important; */
  padding-top: 17px !important;
  padding-left: 13px !important;
  padding-right: 16px !important;
  padding-bottom: 19px !important;

  border: 1px solid #E0E4F0;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gd-dropdown-label {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color:#000000;
  margin-bottom: 0;
  text-transform: none;
}

.gd-dropdown-block {
  margin-top: 12px;
}

.gd-dropdown-item {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-transform: none;
}

.gd-dropdown-item:hover {
  color: #FF6426;
}

.gd-dropdown-item:hover .gd-icon-po-printer{
  background: url(../images/gd2_style/gd2_popover/Printer_s.svg) 0 0 no-repeat;
}

.gd-dropdown-item:hover .gd-icon-po-email{
  background: url(../images/gd2_style/gd2_popover/Email_s.svg) 0 0 no-repeat;
}

.gd-dropdown-icon {
  float: right;
  margin-top: -4px;
}

.gd-drop-item:hover .gd-priv-profile {
  background: url(../images/svg/Profile_h.svg) 0 0 no-repeat;
}

.gd-drop-item:hover .gd-rouble{
  background: url(../images/gd2_style/gd2_icons_header/Rouble_h.svg) 0 0 no-repeat;
}

.gd-drop-item:hover .gd-support {
  background: url(../images/gd2_style/gd2_icons_header/Support_header_h.svg) 0 0 no-repeat;
}

.gd-drop-item:hover .gd-logout {
  background: url(../images/svg/Logout_header_h.svg) 0 0 no-repeat;
}
 
.gd2-po-accordion-item {
  max-height: 13.8125rem;
}
 
.gd2-po-accordion-item-last {
  border-bottom-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;		
} 
 
.gd2-po-action-item-text{
  text-align: center;
  padding-top: 0.125rem;
  cursor: pointer;
} 
 
.gd2-footer-link-grey{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #6F6F70;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.gd2-land-btn-cookie-1 {
  margin-right: 1.5625rem;
  margin-left: 4.8125rem;
}

.gd2-land-btn-cookie-2 {
  margin-left: 1.5625rem;
}

.gd-padding-first-element-table {
  padding-right: 0px;
}

.gd-land-dep-create-first-button {
  margin-right: 1.5625rem;
}

.gd-land-dep-create-second-button {
  margin-left: 1.5625rem;
}

.gd-land-dep-create-group-buttons {
  margin-top: -36px;
}

@media (max-width: 768px) { 
  div#show_cookies {
    /* height : 14.375rem; */
    /* height: 17.375rem; */
    
    height: auto;  /* FIX mobile version block cookie*/
    padding-bottom: 10px;
  }

  .gd2-land-btn-cookie-1 {
    margin-left: 0px !important;
    margin-right: 0.5625rem;
  }
  .gd2-land-btn-cookie-2 {
    margin-left: 0px !important;
  }
}

/* SPINNER */
@keyframes gd2_spin_class {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.gd2_spin_class div {
  left: 41.2px;
  top: 3.09px;
  position: absolute;
  animation: gd2_spin_class linear 1s infinite;
  background: #4ba64f;
  width: 20.6px;
  height: 20.6px;
  border-radius: 10.3px / 10.3px;
  transform-origin: 10.3px 48.410000000000004px;
}.gd2_spin_class div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.875s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.75s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.625s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.5s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.375s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.25s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.125s;
  background: #4ba64f;
}.gd2_spin_class div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: 0s;
  background: #4ba64f;
}
.gd2_spin {
  width: 103px;
  height: 103px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.gd2_spin_class {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.gd2_spin_class div { box-sizing: content-box; }


.tooltip {
  pointer-events: none;
  z-index: 1020;
}

.accordion-button.collapsed::after {
  background-image: url(../images/svg/plus2.svg);
  width: 1.55rem;
  height: 1.55rem;
}

.accordion-button::after {
  background-size: 1.55rem;
}

.GD_accordion_button {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}

.GD_accordion_p {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 16px !important;
}

.gd2-label-for-input {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* color: #000000; */
}

.gd2-label-for-input-table {
  display: block;
  margin-bottom: 2px;
  margin-top: 10px;
}

.gd2-group-form {
  text-align: center;
}

.gd2-ps-table-includes {
  padding-right: 6rem;
}

.gd2-table-text-left {
  text-align: left !important;
}

.accordion-item.gd2-po-accordion-item.items-progress {
  border-bottom-left-radius: 0.6875rem !important;
  border-bottom-right-radius: 0.6875rem !important;
}
.accordion-item.gd2-po-accordion-item .accordion-collapse.collapse.show {
  border-bottom-left-radius: 0.6875rem !important;
  border-bottom-right-radius: 0.6875rem !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/svg/plus2.svg);
    transform: rotate(-135deg);
    width: 1.55rem;
    height: 1.55rem;
}

.gd2-popover-accordion-button:not(.collapsed)::after {
  background-image: url(../images/svg/plus2.svg);
  transform: rotate(-180deg) !important;
  width: 1.55rem;
  height: 1.55rem;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: white;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: white;
    box-shadow: unset;/*inset 0 -1px 0 rgb(0 0 0 / 13%);*/
}

.accordion-button:focus {
    z-index: 3;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 rgba(0, 0, 0, 0.5);
}

.GD-accordion-button-inh {
  padding-left: 0px !important;
}

.GD-accordion-faq-item {
  border-bottom: 1px solid #E0E4F0 !important;
}

.textarea-icon-2 {
  position: absolute;
  background: transparent;
  width: 1rem;
  height: 1rem;
  right: 0.5rem;
  bottom: 1rem;
}

.gd2-modal-xl {
  max-width: 1250px !important;
}

.gd2-modal-xl-font {
  font-size: 10px !important;
}

.gd2-chat-block {
  background-color: #7EE07D !important;
  background: #7EE07D !important;
  border: 0px !important;
  outline: 0px !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 6px 0px 0px 6px;
}

@media (-webkit-min-device-pixel-ratio: 1) { 
  .gd2-sup-stick-pos{
    max-width: 45px!important; 
    /*margin-left: calc(100vw - 62px) !important;*/
    margin-left: calc(100vw - 45px) !important;
  }
}

@media (-webkit-min-device-pixel-ratio: 2) { 
  .gd2-sup-stick-pos{ 
    /*margin-left: calc(100vw - 60px) !important;*/
    margin-left: calc(100vw - 45px) !important;
  }
}

/*Safari 13+*/
@media not all and (min-resolution:.001dpcm) 
{ @supports (-webkit-appearance:none) and (display:flow-root){
  .gd2-sup-stick-pos{ 
    margin-left: calc(100vw - 60px) !important;
  }
}}

/* Safari 11+ */
@media not all and (min-resolution:.001dpcm){ 
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {
  .gd2-sup-stick-pos{ 
    margin-left: calc(100vw - 60px) !important;
  }
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
  @supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    .gd2-sup-stick-pos{ 
      margin-left: calc(100vw - 60px) !important;
    }
  }}
  
/* Safari 6.1-10.0 (but not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
    .gd2-sup-stick-pos{ 
      margin-left: calc(100vw - 60px) !important;
    }
}

.gd2-px-1{
  padding-right: 0.188rem;
  padding-left: 0.188rem;
}

.gd2-list-group-item-fix{
  padding-bottom: 13px !important;
}

.gd2-list-group-item-fix:hover {
    color: black !important;
}

.gd2-list-group-item-fix:after {
    content: '';
    position: absolute;
    width: 3.4375rem;
    transform: scaleX(0);
    height: 0.1875rem;
    bottom: 0;
    left: 1rem;
    top: 3.75rem;
    background-color: #FFD100;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
  
.gd2-list-group-item-fix:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*BS ACC REWR*/

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  /* padding-right: 0px !important; */
}

/*BS BTN FOCUS SHAD REWR*/
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none !important;
}

.gd2-header-badge {
  position: absolute;
  top: -3px;
  right: -7px;
  width: 13.33px;
  height: 13.33px;
  padding-top: 1px;
  border-radius: 50%;
  background: #FF6426;
  font-size: 9px;
  text-align: center;
  color: #FFFFFF;
}

.gd2-po-dep-li .gd2-po-action-item {
  cursor: pointer;
}

.gd-button-text {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

@media screen and (max-width: 1020px) { 
  #nav-menu-hidden-selector{
    visibility: hidden !important; 
    /* max-width: 450px !important; */
    max-width: 400px !important;
  }
}