@font-face {
    font-family: 'Gilroy light'; 
    src: url(../fonts/Gilroy-Light.ttf); 
}
@font-face {
    font-family: 'Gilroy bold'; 
    src: url(../fonts/Gilroy-Bold.ttf); 
}
@font-face {
    font-family: 'Gilroy medium'; 
    src: url(../fonts/Gilroy-Medium.ttf); 
}
@font-face {
    font-family: 'Gilroy semibold'; 
    src: url(../fonts/Gilroy-SemiBold.ttf); 
}

html{
    height: 100%;
}

body{
    font-family: "Gilroy medium"; padding: 0px; margin: 0px;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

a{
    font-family: "Gilroy medium";
    transition: all .10s linear;
    text-decoration: none;
}

strong{
    font-family: "Gilroy semibold"!important;
    font-weight: normal!important;
    font-weight: 800!important;
}

header{
    height: 47px;
}

footer{
    flex: 0 0 auto;
}

.container{
    max-width: 1368px;
}

.header-mini-logo-img img{
    max-width: 50px;
}


.header-logo-img img{
    max-width: 230px;
}

.btn-custom-small{
    height: 42px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
}

.btn-custom-medium{
    height: 47px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
}

.btn-custom-big{
    height: 70px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 18px;
}

.btn-custom-medium:active, .btn-custom-big:active, .content-section-support-links a:active, .btn-custom-small:active, .content-section-support-links span:active{
    transform: scale(0.98); 
}

.btn-custom-color-1{
    background-image: linear-gradient(to right top, #6374ff, #5567ff, #455aff, #344cfe, #1c3dfd);
    color: white;
}

.btn-custom-color-2{
    background-color: #050C26;
    color: white;
}

.btn-custom-color-2-outline{
    border: 1px solid #050C26;
    color: black;
}

.header-container{
    margin-top: 25px;
}

.header-menu-link-item{
    color: black;
    text-decoration: none;
    margin-right: 50px!important;
    transition: all .10s linear;
}

.header-menu-link{
    display: inline-flex;
    height: 100%;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center;
}

.header-logo-container{
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.header-section-container{
    text-align: center;
    margin-top: 80px;
    position: relative;
    padding-bottom: 100px;
}

.header-knowledge-section-container{
    text-align: center;
    margin-top: 80px;
    position: relative;
}

.header-section-fly-element-1{
    position: absolute;
    top: -47px;
    bottom: 0;
    left: 312px;
    background-image: url(../images/uni-s-element-transparent-header.png);
    background-size: cover;
    display: block;
    width: 585px;
    z-index: 1;  
}

.header-section-fly-element-2{
    position: absolute;
    top: 150px;
    bottom: 0;
    left: 0px;
    background-image: url(../images/uni-lightning-element-1.png);
    background-size: cover;
    display: block;
    width: 200px;
    height: 231px;
    z-index: 1;  
}

.header-section-fly-element-3{
    position: absolute;
    bottom: 0;
    right: 20px;
    background-image: url(../images/uni-lightning-element-2.png);
    background-size: cover;
    display: block;
    width: 147px;
    height: 179px;
    z-index: 1;  
}

.header-main-h1{
    font-size: 80px;
    font-family: "Gilroy semibold";
    z-index: 2;
    position: relative;
}

.header-main-h1 span{
    background: linear-gradient(to right, #1c3dfd, #007fff, #00a7ff, #00c6ef, #03e0d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1C3DFD;
}

.header-main-text{
    font-size: 24px;
    z-index: 2;
    position: relative;
}

.header-section-container-list-link{
    margin-top: 40px;
    z-index: 2;
    position: relative;
}

.header-section-container-list-link a:not(:last-child){   
   margin-right: 10px;
}

.mt5{
    margin-top: 5px;
}

.mt50{
    margin-top: 50px;
}

.mt100{
    margin-top: 100px;
}

.mt10{
    margin-top: 10px;
}

.section-box-icon-and-text{
    height: 135px;
    border-radius: 20px;
    background-color: #F7F8FC;
    padding: 25px;
    display: flex;
    transition: all .10s linear; 
}

.section-box-icon-and-text-variant-2{
    border-radius: 20px;
    background-color: #F7F8FC;
    padding: 25px;
    transition: all .10s linear; 
}

.section-box-icon-and-text-2{
    flex-grow: 1;
    width: 100%;
    margin-left: 15px;
    font-size: 20px;
}

.section-box-icon-and-text-variant-2-flex{
    display: flex;
}

.section-box-icon-and-text-variant-2-flex-1{
    font-size: 20px;
    width: 100%;
    flex-grow: 1;
}

.section-box-icon-and-text-variant-2-flex-2{
    margin-left: 15px;    
}

.section-box-icon-and-text-variant-3{
    border-radius: 20px;
    background-color: #F7F8FC;
    transition: all .10s linear;    
    height: 126px; 
    display: flex;
}

.section-box-icon-and-text-variant-3-flex-1{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-box-icon-and-text-variant-3-flex-2{
    margin-left: 15px;    
    font-size: 20px;
    width: 100%;
    flex-grow: 1;
    padding: 20px;
}

.section-box-icon-and-text:hover{
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
}

.title-h2{
    font-size: 55px;
    font-family: "Gilroy semibold";
}

.title-h3{
    font-size: 40px;
    font-family: "Gilroy semibold";
}

.subtitle-text{
    font-size: 24px;
    color: #A7ADCD;
}

.title-counter{
    font-size: 40px;
    color: #EBEDF8;
    margin: 0;
    margin-bottom: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mt40{
    margin-top: 40px;
}

.mb20{
    margin-bottom: 20px;
}

.mb10{
    margin-bottom: 10px;
}

.bg-blue{
    background-color: #1C3DFD!important;
    color: white!important;
}

.text-blue{
    color: #1C3DFD;
}

.content-section-main-options{
    width: 100%;
    position: relative;  
    height: 900px; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

.content-section-main-options-fly-item{
    padding: 15px;
    border-radius: 15px;
    background-color: white;
    position: absolute;
    display: flex;
    width: 320px;
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
}

.content-section-main-options-fly-item-1 span{
    background-color: #1C3DFD;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.content-section-main-options-fly-item-2{
    margin-left: 15px;    
    width: 100%;
    flex-grow: 1;
    font-family: "Gilroy medium";
}

.content-section-main-options-fly-item-2 strong{
    display: block;
    font-family: "Gilroy semibold";
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 5px;
}

.content-section-main-options-fly-item-2 p{
    color: #A7ADCD;
    margin: 0;
    font-size: 18px;
}

.content-section-statistics{
    border-radius: 20px;
    background-color: #F7F8FC;
    padding: 20px;    
    text-align: center;
}

.content-section-statistics-counter{
    display: block;
    font-family: "Gilroy semibold";
    font-size: 80px;    
    color: #6374FF;
}

.content-section-statistics p{
    font-size: 22px;
}

.section-box-icon-and-text-variant-4{
    border-radius: 20px;
    background-color: #F7F8FC;
    padding: 25px;
    display: flex;
    min-height: 240px;
}

.section-box-icon-and-text-variant-4-flex-2{
    font-size: 20px;
    width: 100%;
    flex-grow: 1;
    margin-left: 20px;
}

.section-box-icon-and-text-variant-4-flex-2 strong{
    font-family: "Gilroy semibold";
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

.section-box-icon-and-text-variant-4-flex-2 p{
    margin: 0;
    color: #A7ADCD;
    font-size: 18px;
}

.footer-container{
    background-color: #050C26;
    color: white;
}

.footer-box-1{
    padding: 30px 0;
}

.footer-box-1-list-1, .footer-box-2-fiz{
    text-align: right;
}

.footer-box-1-list-1 a{
    font-size: 32px;
    font-family: "Gilroy semibold";
    color: white;
    text-decoration: none;
}

.footer-box-1-list-1 a:not(:last-child){   
   margin-right: 25px;
}

.footer-box-2{
    padding: 20px 0;
    border-top: 1px solid #454548;
}

.footer-box-2 p{
    margin: 0;
}

.footer-box-1-list-2{
    margin-top: 20px;
}

.footer-box-1-list-2 a{
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.footer-box-1-list-2 a:not(:last-child){   
   margin-right: 35px;
}

footer a:hover{
    color: #02EBCE;
}

.content-section-testdrive{
    border-radius: 20px;
    padding: 50px 90px;    
    background-color: #1C3DFD;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 378px;
}

.fly-img-element-testdrive{
    position: absolute;
    top: -55px;
    bottom: 0;
    left: 85px;
    background-image: url(../images/uni-s-transparent.png);
    background-size: cover;
    display: block;
    width: 556px;
    z-index: 1;
}

.content-section-testdrive-title{
    font-size: 55px;
    font-family: "Gilroy semibold";   
    color: white; 
    margin-bottom: 15px;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.content-section-testdrive-text{
    font-size: 18px;
    color: white;
    margin: 0;
    position: relative;
    z-index: 2;
}

.content-section-testdrive input{
    height: 65px;
    width: 100%;
    border: 1px solid white;
    background-color: white;
    outline: none;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.content-section-testdrive input:focus{

}

.content-section-testdrive a{
    color: white;
    text-decoration: underline;
}

.switch {
  margin-right: 0.75rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 30rem;
  cursor: pointer;
  min-height: 1.35rem;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Gilroy light';
}
.switch .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch .switch-input ~ .switch-label {
  padding-left: 3rem;
}
.switch .switch-toggle-slider {
  width: 2.5rem;
  height: 1.35rem;
  font-size: 0.625rem;
  line-height: 1.35rem;
  border: 1px solid transparent;
  top: 0;
}
.switch .switch-toggle-slider i {
  position: relative;
  font-size: 0.9375rem;
  top: -1.35px;
}
.switch .switch-label {
  top: 0.01875rem;
}
.switch .switch-input:checked ~ .switch-toggle-slider::after {
  left: 1.15rem;
}
.switch .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 13px;
  height: 13px;
}
.switch .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}
.switch .switch-off {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch .switch-label {
  padding-right: 3rem;
  padding-left: 0;
}
[dir=rtl] .switch .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 1.15rem;
}
[dir=rtl] .switch .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}
[dir=rtl] .switch .switch-on {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch .switch-off {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}
[dir=rtl] .switch {
  margin-left: 0.75rem;
  margin-right: 0;
}

.switch-input {
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.switch-toggle-slider {
  position: absolute;
  overflow: hidden;
  border-radius: 30rem;
  background: transparent;
  border: 1px solid rgba(75, 70, 92, 0.2) !important;
  color: rgba(75, 70, 92, 0.4);
  transition-duration: 0.2s;
  transition-property: left, right, background, box-shadow;
  cursor: pointer;
  user-select: none;
}
.switch-toggle-slider i {
  top: -2.3px !important;
}

.switch-label {
  display: inline-block;
  color: black;
  position: relative;
  cursor: default;
  font-size: 16px;
}

.switch-off,
.switch-on {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  transition-property: left, right;
}

.switch-on {
  left: -100%;
}
[dir=rtl] .switch-on {
  left: auto;
  right: -100%;
}
.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
  color: transparent;
}

.switch-off {
  left: 0;
}
[dir=rtl] .switch-off {
  right: 0;
  left: auto;
}

.switch-input:checked ~ .switch-toggle-slider {
  border-color: #7367f0;
}
.switch-input:checked ~ .switch-toggle-slider:after {
  background: #fff;
}
.switch-input:checked ~ .switch-toggle-slider .switch-on {
  left: 0;
}
[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-on {
  right: 0;
  left: auto;
}
.switch-input:checked ~ .switch-toggle-slider .switch-off {
  left: 100%;
  color: transparent;
}
[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-off {
  right: 100%;
  left: auto;
}

.switch-toggle-slider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-radius: 999px;
  background: rgba(75, 70, 92, 0.2);
  box-shadow: none;
  transition-duration: 0.2s;
  transition-property: left, right, background;
}
[dir=rtl] .switch-toggle-slider::after {
  right: 0;
  left: auto;
}

.switches-stacked::after {
  display: block;
  clear: both;
  content: "";
}
.switches-stacked .switch {
  display: block;
}
html:not([dir=rtl]) .switches-stacked .switch {
  margin-right: 0;
}
[dir=rtl] .switches-stacked .switch {
  margin-left: 0;
}
.switches-stacked .switch:not(:last-child) {
  margin-bottom: 0.75rem;
}

.switch-square,
.switch-square .switch-toggle-slider {
  border-radius: 0.375rem;
}

.switch-square .switch-toggle-slider::after {
  border-radius: calc(0.375rem - 2px);
}

.switch.switch-outline .switch-toggle-slider:after {
  background: rgba(75, 70, 92, 0.2);
}

.switch-input:disabled ~ .switch-toggle-slider {
  opacity: 0.5;
  background: rgba(75, 70, 92, 0.2);
  border-color: transparent !important;
}
.switch-input:disabled ~ .switch-toggle-slider::after {
  box-shadow: none;
}
.switch-input:disabled ~ .switch-label {
  color: #a5a3ae;
}

.switch-sm {
  min-height: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.48;
}
.switch-sm .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch-sm .switch-input ~ .switch-label {
  padding-left: 2.5rem;
}
.switch-sm .switch-toggle-slider {
  width: 2rem;
  height: 1.125rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  border: 1px solid transparent;
  top: 0;
}
.switch-sm .switch-toggle-slider i {
  position: relative;
  font-size: 0.75rem;
  top: -2px;
}
.switch-sm .switch-label {
  top: 0.0075rem;
}
.switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
  left: 0.875rem;
}
.switch-sm .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 10px;
  height: 10px;
}
.switch-sm .switch-on {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}
.switch-sm .switch-off {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-sm .switch-label {
  padding-right: 2.5rem;
  padding-left: 0;
}
[dir=rtl] .switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 0.875rem;
}
[dir=rtl] .switch-sm .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}
[dir=rtl] .switch-sm .switch-on {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-sm .switch-off {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}

.switch-lg {
  min-height: 1.75rem;
  font-size: 1rem;
  line-height: 1.47;
}
.switch-lg .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch-lg .switch-input ~ .switch-label {
  padding-left: 3.75rem;
}
.switch-lg .switch-toggle-slider {
  width: 3.25rem;
  height: 1.75rem;
  font-size: 0.625rem;
  line-height: 1.75rem;
  border: 1px solid transparent;
  top: 0;
}
.switch-lg .switch-toggle-slider i {
  position: relative;
  font-size: 1rem;
  top: -2px;
}
.switch-lg .switch-label {
  top: 0.14rem;
}
.switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
  left: 1.5rem;
}
.switch-lg .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 20px;
  height: 20px;
}
.switch-lg .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}
.switch-lg .switch-off {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-lg .switch-label {
  padding-right: 3.75rem;
  padding-left: 0;
}
[dir=rtl] .switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 1.5rem;
}
[dir=rtl] .switch-lg .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}
[dir=rtl] .switch-lg .switch-on {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-lg .switch-off {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}

.switch-secondary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #a8aaae;
  border-color: #a8aaae !important;
  color: #fff;
}

.switch-secondary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-secondary.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #a8aaae;
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-success.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #28c76f;
  border-color: #28c76f !important;
  color: #fff;
}

.switch-success.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-success.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #28c76f;
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-info.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #00cfe8;
  border-color: #00cfe8 !important;
  color: #fff;
}

.switch-info.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-info.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #00cfe8;
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-warning.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ff9f43;
  border-color: #ff9f43 !important;
  color: #fff;
}

.switch-warning.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-warning.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #ff9f43;
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-danger.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ea5455;
  border-color: #ea5455 !important;
  color: #fff;
}

.switch-danger.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-danger.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #ea5455;
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-dark.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #4b4b4b;
  border-color: #4b4b4b !important;
  color: #fff;
}

.switch-dark.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-dark.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #4b4b4b;
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch-gray.switch .switch-input:checked ~ .switch-toggle-slider {
  background: rgba(75, 70, 92, 0.05);
  border-color: rgba(75, 70, 92, 0.05) !important;
  color: #fff;
}

.switch-gray.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-gray.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid rgba(75, 70, 92, 0.05);
  box-shadow: 0 0 0.25rem 0.05rem rgba(115, 103, 240, 0.1);
}

.switch .valid-feedback,
.switch .invalid-feedback {
  padding-left: 0.5rem;
}

.was-validated .switch-input:valid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-valid ~ .switch-label {
  color: #28c76f;
}
.was-validated .switch-input:valid ~ .valid-feedback,
.was-validated .switch-input:valid ~ .valid-tooltip, .switch-input.invalid ~ .valid-feedback,
.switch-input.invalid ~ .valid-tooltip, .switch-input.is-valid ~ .valid-feedback,
.switch-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .switch-input:valid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-valid ~ .switch-toggle-slider {
  border: 1px solid #28c76f !important;
}
.was-validated .switch-input:valid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-valid:checked ~ .switch-toggle-slider {
  background: #28c76f;
  border-color: #28c76f !important;
  color: #fff;
}
.was-validated .switch-input:valid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-valid:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0.25rem 0.05rem rgba(40, 199, 111, 0.4);
}
.was-validated .switch-input:valid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-valid:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.was-validated .switch-input:invalid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-invalid ~ .switch-label {
  color: #ea5455;
}
.was-validated .switch-input:invalid ~ .invalid-feedback,
.was-validated .switch-input:invalid ~ .invalid-tooltip, .switch-input.invalid ~ .invalid-feedback,
.switch-input.invalid ~ .invalid-tooltip, .switch-input.is-invalid ~ .invalid-feedback,
.switch-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .switch-input:invalid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-invalid ~ .switch-toggle-slider {
  border: 1px solid #ea5455 !important;
}
.was-validated .switch-input:invalid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-invalid:checked ~ .switch-toggle-slider {
  background: #ea5455;
  border-color: #ea5455 !important;
  color: #fff;
}
.was-validated .switch-input:invalid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-invalid:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0.25rem 0.05rem rgba(234, 84, 85, 0.4);
}
.was-validated .switch-input:invalid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-invalid:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}
.form-switch .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
  background-position: right center;
}
.form-switch .form-check-input:checked {
  background-position: left center;
}
.switch-input:checked ~ .switch-toggle-slider {
    background: #005bff;
    border-color: #005bff !important;
    color: #fff;
}

.content-section-version-item{
    padding: 50px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
    cursor: pointer;
    border: 1px solid white;
}

.version-name{
    font-size: 40px;
    font-family: "Gilroy semibold"; 
    margin: 0px;
}

.content-section-version-item-price{
    font-size: 55px;
    font-family: "Gilroy semibold"; 
    color: #1C3DFD;
}

.content-section-version-item.active{
    background-color: #F7F8FC;
    border: 1px solid blue;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.content-section-version-item p{
    font-size: 22px;
}

.list-unstyled li{
    margin-bottom: 6px;
}

.custom-badge{
    font-size: 22px;
}

.width100{
    width: 100%;
}

.version-soon-alert{
    text-align: center;
    margin-bottom: 20px;
}

.version-soon-alert span{
    display: inline-block;
    border-radius: 15px;
    padding: 15px;
    background-color: #ffe4ec;
    color: black;
}

.content-section-answers-item{
    background-color: #F7F8FC;
    border-radius: 20px;
    padding: 25px;
    cursor: pointer;
    transition: all .10s linear;
}

.content-section-answers-item p{
    font-size: 18px;
    margin: 0;
}

.content-section-answers-item-header p{
    font-family: "Gilroy semibold";
    font-size: 20px;
}

.content-section-answers-item-content{
    padding-top: 15px;
    display: none;
}

.content-section-answers-item-header{
    position: relative;
}

.content-section-answers-item-header-super{
    position: absolute;
    font-size: 15px;
    display: inline-flex;
    border-radius: 10px;
    padding: 0 10px;
    height: 25px;
    align-items: center;
    background-color: #fecb31;
    color: #ffffff;
    right: 10px;
    top: -33px;
}

.content-section-answers-item:hover{
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
}

.img-logo-vk{
    height: 25px;
    margin-right: 5px;
}

.img-logo-tg{
    height: 20px;
    margin-right: 5px;
}

.content-section-support{
    border-radius: 20px;
    padding: 50px 90px;    
    background-color: #F7F8FC;
    color: black;
    position: relative;
}

.content-section-support-title{
    font-size: 55px;
    font-family: "Gilroy semibold";   
    color: black; 
    margin-bottom: 15px;
    line-height: 1;
}

.content-section-support-text{
    font-size: 18px;
    color: #A7ADCD;
    margin: 0;
}

.content-section-support-links{
    margin-top: 30px;
    display: inline-flex;
}

.content-section-support-links a, .content-section-support-links span{
    margin-right: 10px;
    height: 47px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 27px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    border: 1px solid #050C26;
    color: black;
}

.content-section-support-img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-section-support-img img{
    height: 100%;
}

.content-section-box{
    border-radius: 20px;
    padding: 35px;    
    background-color: #F7F8FC;   
    min-height: 420px; 
}

.content-section-box p{
    font-size: 28px;    
    line-height: 1.2;
    font-family: "Gilroy semibold"; 
}

.content-section-box ul{
    margin: 0;
}

.content-section-box li::marker {
    color: #0d6efd;
    font-size: 28px;
}

.content-section-box li{
    font-size: 20px;
}

*::-webkit-scrollbar{
    width: 8px; height: 8px;
    background-color: #f7f8fa;
}
*::-webkit-scrollbar-thumb{
    background: #050C26;
}

.content-section-main-options-screen{
    border-radius: 20px;
    overflow: hidden;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.content-section-main-options-screen img{
    width: 100%;
}

.header-menu-link-item:hover{
    color: #5567ff;
}

.content-section-box-white{
    border-radius: 20px;
    padding: 35px;    
    background-color: white;   
    min-height: 250px; 
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
}

.content-section-box-white p{
    font-size: 28px;    
    line-height: 1.2;
    font-family: "Gilroy semibold"; 
}

.content-section-box-white ul{
    margin: 0;
}

.content-section-box-white li::marker {
    color: #0d6efd;
    font-size: 28px;
}

.content-section-box-white li{
    font-size: 20px;
}

.content-section-box-white li a{
    text-decoration: none;
}

.smile-big{
    font-size: 70px;
}

.content-section-box-white.bg-blue a{
    color: white;
    text-decoration: underline;
}

.section-post-content{
    min-height: 500px;
}

.post-h1-title, .profile-h1-title{
    margin: 0;
    font-family: "Gilroy semibold"; 
    font-size: 43px;
}

.section-post-sidebar-menu{
    padding: 30px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
}

.section-post-sidebar-menu a{
    display: block;
    font-size: 18px;
}


.section-post-sidebar-menu a:not(:last-child){   
    margin-bottom: 5px;
}

.breadcrumb{
    margin-bottom: 0;
    margin-top: 0;
}

.breadcrumb a{
    color: #959595;
}

.section-profile-domain-container{
    display: inline-flex;
}

.section-profile-box{
    padding: 25px;
    border-radius: 20px;
    background-color: #F7F8FC;   
}

.section-profile-box:not(:last-child){   
    margin-bottom: 10px;
}

.section-profile-box p{
    font-size: 18px;
    margin: 0;
}

.section-profile-box{
    margin-right: 15px;
}

.section-profile-box-edit{
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: blue;
    margin-top: 10px;
}

.icon-plus{
    display: block;
    font-size: 50px;
}

.flex-wrapper{
    flex: 1 0 auto;
}

.section-profile-ticket-box{
    padding: 25px;
    border-radius: 20px;
    background-color: #F7F8FC;
    display: block;    
    color: black;
    border: 1px solid #F7F8FC;
    margin-bottom: 15px;
}

.section-profile-ticket-box p{
    font-size: 18px;
    margin: 0;
}

.section-profile-sidebar-menu{   
}

.section-profile-sidebar-menu a{
    display: block;     
    font-size: 18px;
}

.section-profile-sidebar-menu a:not(:last-child){   
    margin-bottom: 5px;
}

.ticket-textarea{
    border: 1px solid #e8ebef;
    border-radius: 10px;
    padding: 15px;
    outline: none;
    width: 100%;
}

.ticket-textarea:focus{
    border: 1px solid blue;
}

.section-profile-sidebar-ticket-questions{
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 15px;
    background-color: #F7F8FC;
    display: block;
    font-size: 16px;
    color: black;
    border: 1px solid #F7F8FC;
}

.section-profile-sidebar-ticket-questions p{
    margin: 0;
}

.section-profile-sidebar-ticket-questions:hover{
    border: 1px solid blue;
}

.section-profile-ticket-content-info{
    padding: 20px;
    border-radius: 20px;
    background-color: #fffed8;
    color: black;    
    min-height: 120px;
}

.section-profile-ticket-content-info p{
    margin: 0;    
}

.section-profile-ticket-content-info a{
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    color: white;
}

.mt0{
    margin-top: 0;
}

.mb0{
    margin-bottom: 0;
}

.section-profile-ticket-dialogue-item{
    border-radius: 20px;
    padding: 20px;
    background-color: #F7F8FC;
    margin-bottom: 10px;
}

.image-autofocus{
    position: relative;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-profile-ticket-dialogue-item-header-avatar > div{
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.section-profile-ticket-dialogue-item-header{
    display: flex;
}

.section-profile-ticket-dialogue-item-header-content{
    width: 100%;
    flex-grow: 1;
    margin-left: 10px;
}

.section-profile-ticket-dialogue-item-message{
    margin-top: 10px;
}

.section-profile-ticket-dialogue-item-header-content-name{
    font-weight: 700;
}

.section-profile-ticket-dialogue-item-header-content-date{
    font-size: 14px;
    color: #83899f;
}

.mb30{
    margin-bottom: 30px;
}

.section-profile-ticket-box-answer{
    color: #de4646;
}

.section-profile-content-data-avatar > div{
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.section-profile-content-data{
    display: flex;
    margin-bottom: 30px;
}

.section-profile-content-data-name{
    width: 100%;
    flex-grow: 1;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.section-profile-content-data-name p{
    font-size: 20px;
    margin: 0;
}

.section-profile-content-data-name div{
    font-size: 18px;
}

.section-profile-content-data-edit{
    color: blue;
    cursor: pointer;
    font-size: 14px;
}

.section-profile-ticket-box:hover{
    border: 1px solid blue;
}

.ticket-dialogue-item-system{
    background-color: #fffed8!important;
}

.modal .btn-close {
  background-color: #f7f8fa;
  border-radius: 50px;
  font-size: 10px;
  opacity: 1;
  height: 30px; width: 30px;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .btn-close:hover, .modal .btn-close:focus, .modal .btn-close:active {
  opacity: 1;
}

.modal .modal-header, .modal .modal-footer{
  position: relative; border: none!important;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}

.modal .modal-header{
    padding: 0px;
}

.modal-content {
  box-shadow: 0 0.31rem 1.25rem 0 rgba(75, 70, 92, 0.4); border-radius: 20px; 
}

.modal-body{
    padding-left: 35px; padding-top: 35px; padding-right: 35px; padding-bottom: 35px;
}

.modal-footer{
    padding-left: 30px; padding-bottom: 30px; padding-right: 30px;
}

.form-control{
    border: 1px solid #F6F8FC!important;
    padding: 0 13px;
    height: auto!important;
    border-radius: 10px;
    background-color: #F6F8FC;
    height: 50px!important;
}
.form-control:focus {
    border-color: #007bff!important;
    border-width: 1px;
    box-shadow: none!important;
}

.order-modal-box-gray{
    background-color: #F6F8FC; border-radius: 15px; padding: 15px 20px; margin-bottom: 5px;
}
.order-modal-box-gray span{
    display: block; color: #4E6294; font-size: 20px;
}
.order-modal-box-gray strong{
    font-size: 28px; font-family: "Gilroy semibold";  color: #1E1D80;
}

.modal-title{
    font-size: 35px; font-family: "Gilroy semibold";
    line-height: 1.1;
}

.createOrderForm label{
    font-size: 20px;
}

.form-label-error, .verify-code-label-error{
    display: none; color: red; margin-top: 5px;
    font-size: 15px!important;
}

.btn-custom-medium .spinner-border, .btn-custom-big .spinner-border, .btn-custom-small .spinner-border{
    width: 16px; height: 16px; border-width: 2px; margin-right: 5px;
}

.splash-notification, .splash-notification-alert{
    position: fixed;
    text-align: center;
    z-index: 10100;
    display: none;
    left: 0px;
    right: 0px;
    top: 0px;
}

.splash-notification-container, .splash-notification-alert-container{
    padding: 25px;
    border-radius: 20px;
    background-color: rgb(41, 41, 41);
    color: white;
    min-width: 400px;
    max-width: 550px;
    display: inline-block;
    text-align: left;
    margin-top: 25px;
}

.splash-notification-container p, .splash-notification-alert-container p{
    margin: 0px;
    font-size: 16px;
}

.splash-notification-alert-buttons{
    margin-top: 10px;
}

.splash-notification-alert-buttons span{
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    padding: 3px 15px;
    background-color: white;
    color: black;
}

.splash-notification-alert-yes{
    background-color: #ff4747!important;
    color: white!important;
}

.content-section-testdrive-tab-2{
    display: none;
    word-break: break-word;
    z-index: 10;
    position: relative;
}

.content-section-box-gray{
    border-radius: 20px;
    padding: 20px;
    background-color: #F7F8FC;
    margin-bottom: 10px;    
}

.content-section-posts-list a{
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

.content-section-box-white p a{
    color: black;
}

.blog-post-card-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.alert-success{
    border-radius: 15px;
    padding: 15px;
    font-size: 16px;
    background-color: #edffed;
    border: 1px solid #edffed;
}

.alert-danger{
    border-radius: 15px;
    padding: 15px;
    font-size: 16px;
    background-color: #edffed;
    border: 1px solid #edffed;
}

.btn-custom-color-3 {
    background-color: #ffffff;
    color: #000000;
}

.auth-block-tab-forgot-verify-code, .auth-block-tab-forgot-new-pass{
    display: none;
}

.content-section-version-item .switch-label{
    font-family: 'Gilroy medium';
    font-size: 18px;
}

/* xs (<=543px) */
@media (max-width: 575px) {

    .splash-notification, .splash-notification-alert{
        left: 15px!important;
        right: 15px!important;
    }

    .splash-notification-container, .splash-notification-alert-container{
        width: 100%!important;
        min-width: 100%!important;
        max-width: 100%!important;
    }

    .footer-cookie-container{
        left: 15px!important;
        width: auto!important;
        right: 15px!important;
    }

    .uni-dropdown-content{
        left: 0px!important;
        right: 0px!important;
        width: 100%!important;
        max-width: 100%!important;
    }

    .testdrive-modal{
        width: 100%!important;
        height: 100%!important;
    }

    .content-section-support-links{
        display: block;
    }

    .content-section-support-links a{
        margin-top: 10px;
    }

    .section-profile-box .btn-custom-small{
        margin-top: 10px;
    }

    .header-main-h1, .content-section-statistics-counter{
        font-size: 55px!important;
    }

    .header-main-text, .subtitle-text, .content-section-statistics p{
        font-size: 20px!important;
    }

    .header-section-fly-element-1, .header-section-fly-element-2, .header-section-fly-element-3, .section-box-icon-and-text-variant-4-flex-1, .fly-img-element-testdrive, .content-section-support-img{
        display: none!important;
    }

    .header-section-container{
        padding-bottom: 0px!important;
    }

    .title-h2, .content-section-testdrive-title, .content-section-support-title, .content-section-version-item-price{
        font-size: 45px!important;
    }

    .section-box-icon-and-text-variant-2-flex-2, .section-box-icon-and-text-variant-3-flex-1, .content-section-container-options{
        display: none!important;
    }

    .section-box-icon-and-text-variant-3, .section-box-icon-and-text, .section-box-icon-and-text-variant-4{
        height: auto!important;
        min-height: auto!important;
    }

    .footer-box-1-list-1{
        margin-top: 15px!important;
        text-align: left!important;
    }

    .footer-box-2-fiz{
        text-align: center!important;
    }

    .footer-box-2{
        text-align: center!important;
    }

    .content-section-testdrive, .content-section-support, .content-section-version-item{
        padding: 30px 30px!important;
    }

    .header-section-container-list-link a{
        margin-bottom: 10px!important;
        margin-right: 0px!important;
    }

    .content-section-video iframe{
        height: 400px!important;
    }

    .blog-post-card-content .uniMediaSliderItem {
        width: 100%!important;
    }

}

/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) {
    
    .splash-notification, .splash-notification-alert{
        left: 15px!important;
        right: 15px!important;
    }

    .splash-notification-container, .splash-notification-alert-container{
        width: 100%!important;
        min-width: 100%!important;
        max-width: 100%!important;
    }

    .footer-cookie-container{
        left: 15px!important;
        width: auto!important;
        right: 15px!important;
    }

    .section-profile-box .btn-custom-small{
        margin-top: 10px;
    }

    .section-profile-box .btn-custom-small{
        margin-top: 10px;
    }

    .content-section-support-links{
        display: block;
    }

    .content-section-support-links a{
        margin-top: 10px;
    }

    .header-main-h1, .content-section-statistics-counter{
        font-size: 55px!important;
    }

    .header-main-text, .subtitle-text, .content-section-statistics p{
        font-size: 20px!important;
    }

    .header-section-fly-element-1, .header-section-fly-element-2, .header-section-fly-element-3, .section-box-icon-and-text-variant-4-flex-1, .fly-img-element-testdrive, .content-section-support-img{
        display: none!important;
    }

    .header-section-container{
        padding-bottom: 0px!important;
    }

    .title-h2, .content-section-testdrive-title, .content-section-support-title, .content-section-version-item-price{
        font-size: 45px!important;
    }

    .section-box-icon-and-text-variant-2-flex-2, .section-box-icon-and-text-variant-3-flex-1, .content-section-container-options{
        display: none!important;
    }

    .section-box-icon-and-text-variant-3, .section-box-icon-and-text, .section-box-icon-and-text-variant-4{
        height: auto!important;
        min-height: auto!important;
    }

    .footer-box-1-list-1{
        margin-top: 15px!important;
        text-align: left!important;
    }

    .footer-box-2-fiz{
        text-align: center!important;
    }

    .footer-box-2{
        text-align: center!important;
    }

    .content-section-testdrive, .content-section-support, .content-section-version-item{
        padding: 30px 30px!important;
    }

    .content-section-video iframe{
        height: 400px!important;
    }

    .blog-post-card-content .uniMediaSliderItem {
        width: 100%!important;
    }

}

/* md (>=768 и <=991) */
@media (min-width: 768px) and (max-width: 991px) {
    
    .section-profile-box .btn-custom-small{
        margin-top: 10px;
    }

    .header-main-h1, .content-section-statistics-counter{
        font-size: 55px!important;
    }

    .header-main-text, .subtitle-text, .content-section-statistics p{
        font-size: 20px!important;
    }

    .header-section-fly-element-1, .header-section-fly-element-2, .header-section-fly-element-3, .section-box-icon-and-text-variant-4-flex-1, .fly-img-element-testdrive, .content-section-support-img{
        display: none!important;
    }

    .header-section-container{
        padding-bottom: 0px!important;
    }

    .title-h2, .content-section-testdrive-title, .content-section-support-title, .content-section-version-item-price{
        font-size: 45px!important;
    }

    .section-box-icon-and-text-variant-2-flex-2, .section-box-icon-and-text-variant-3-flex-1, .content-section-container-options{
        display: none!important;
    }

    .section-box-icon-and-text-variant-3, .section-box-icon-and-text, .section-box-icon-and-text-variant-4{
        height: auto!important;
        min-height: auto!important;
    }

    .footer-box-1-list-1{
        margin-top: 15px!important;
        text-align: left!important;
    }

    .footer-box-2-fiz{
        text-align: center!important;
    }

    .footer-box-2{
        text-align: center!important;
    }

    .content-section-testdrive, .content-section-support, .content-section-version-item{
        padding: 30px 30px!important;
    }

}

/* lg (>=992 и <=1199) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* xl (>=1200) */
@media (min-width: 1200px) {
    
    .profile-user-sidebar-row{
        display: block!important;  
    }

    .profile-user-sidebar-col-2{
        margin-left: 0px!important;
    }

}


.link-logout{
    color: black; display: inline-block; margin-left: 5px;
}
.link-logout i{
   font-size: 30px;
}

.captchaModalImageContainer {
    border-radius: 10px;
    overflow: hidden;
    height: 55px;
    width: 125px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.captchaModalImageContainer img {
    height: 65px;
}

.custom-textarea textarea{
    border: 1px solid #F6F8FC; border-radius: 10px; padding: 20px 13px; font-size: 16px; color: black; width: 100%;
    background-color: #F6F8FC;
    box-shadow: none!important;
}
.custom-textarea textarea:focus{
    border: 1px solid #007bff; outline: none;
    box-shadow: none!important;
}

.profile-h1-title-status{
    font-size: 20px;
    color: gray;
}

.chat-dialogue-item-message-text-attach-image{
    width: 50%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}

.chat-dialogue-item-message-text-attach-image img{
    width: 100%;
    height: auto;
}

.uni-media-slider-modal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background-color: #3c3c3ca6;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}

.uni-media-slider-modal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    background-color: #3c3c3ca6;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
}

.uni-media-slider-modal-container{
    position: relative;
    z-index: 1501;
    background-color: white;
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    width: 100%!important;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    height: 100%!important;
    min-height: 100%;
    border-radius: 0px;
}

.uni-media-slider-modal-backing{
    position: absolute;
    top: -13px;
    right: -13px;
    bottom: -13px;
    left: -13px;
    display: block;
    opacity: .4;
    background: no-repeat center;
    background-size: cover;
    -webkit-filter: blur(13px);
    filter: blur(13px);
    z-index: 100;
}

.uni-media-slider-modal-container img{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    flex-shrink: 0;
    z-index: 101;
    position: relative;
    width: 100%;
    height: auto;
}

.uni-media-slider-modal-container-item{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    align-content: center;

}

.plyr--video{
    height: 100%;
    width: 100%;
}

.uni-media-slider-modal-container-nav-left{
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -30px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    color: black;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 102;
}

.uni-media-slider-modal-container-nav-right{
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -30px;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: white;
    cursor: pointer;
    color: black;
    box-shadow: rgb(0 0 0 / 6%) 0 4px 8px 0;
    z-index: 102;
}

.uni-media-slider-modal-container-nav-left i, .uni-media-slider-modal-container-nav-right i{
    font-size: 26px;
}

.uni-media-slider-modal-container-nav-left:active, .uni-media-slider-modal-container-nav-right:active{
    transform: scale(0.95); 
}

.uni-media-slider-modal-container-item{
    display: none;
}

.uni-media-slider-modal-close{
    right: 10px;
    top: 10px;
    color: #646161;
    z-index: 150;
    cursor: pointer;
    position: absolute;
}

.uni-media-slider-modal-close i{
    font-size: 38px;
}

.header-mobile-menu-link-item{
    color: black;
    text-decoration: none;
    transition: all .10s linear;
    margin-bottom: 10px;
    display: block;
}

.header-mobile-menu-link{
    margin-top: 25px;
}

.header-menu-container{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background-color: white;
    padding: 15px;
    z-index: 150;
    display: none;
}

.close-mobile-menu{
    background-color: #f7f8fa;
    border-radius: 50px;
    font-size: 10px;
    opacity: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 5;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-mobile-menu i{
    font-size: 17px;
    color: black;
}


.content-section-video{
    max-width: 1000px;
    border-radius: 20px;
    background-color: #F2F3F8;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 20px 34px rgba(159, 174, 187, 0.3);
}

.content-section-video > div{
    border-radius: 20px;
    overflow: hidden;
}

.content-section-video iframe{
    width: 100%;
    height: 550px;
}

.auth-block-tab-container{
    padding: 35px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.uniAttachFilesChange{
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
    color: blue;
}

.uni-attach-files-container{
    display: none;
}

.uni-attach-files-item{
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
    background-color: #f7f8fa;
}

.uni-attach-files-item-delete{
    display: inline-flex;
    width: 15px;
    height: 15px;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    z-index: 1;
}

.uni-attach-files-item-delete i{
    font-size: 14px;
}

.uni-attach-files-item-loader{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.uni-attach-files-item-loader span{
    width: 15px;
    height: 15px;
    color: black;
    border-width: 1px;
}

.blog-post-card-content img{
    width: 100%;
}

.box-logo-payments{
    text-align: center;
    margin-top: 15px;
}

.box-logo-payments img{
    height: 25px;
    margin: 5px;
}

.bg-blue-ul-2{
    background-color: #1C3DFD!important;
    color: white!important;    
}

.bg-blue-ul-2 li::marker {
    color: white!important;
    font-size: 28px;
}

.bg-blue-ul-2 a {
    color: white!important;
    text-decoration: underline;
    font-size: 14px;
}

.blog-grid-item{
    display: block;
    margin-bottom: 30px;
}

.blog-grid-item-image{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 320px;
}

.blog-grid-item{
    text-decoration: none;
    transition: 1s;
}

.blog-grid-item:hover img{
    
}

.blog-grid-item-h1{
    font-size: 27px;
    font-weight: 600;
    color: black;
    line-height: 1.2;
}

.blog-grid-item-text{
    margin-top: 10px;
    font-size: 18px;
    color: black;
}

.blog-grid-item-info{
    margin-top: 10px;
}

.blog-grid-item-info > span{
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    color: gray;
}

.blog-grid-item:hover .blog-grid-item-h1{
    color: #1C3DFD;
}

.blog-post-card-content p, .blog-post-card-content li{
    font-size: 18px;
}

.blog-post-card-content .uniMediaSliderItem {
    border-radius: 15px;
    margin: 15px 0;
    overflow: hidden;
    display: inline-block;
    width: 60%;
    max-height: 350px;
}

.card-info-line span{
    color: gray;
    display: inline-block;
    margin-right: 15px;
}

.card-info-line{
    margin-top: 5px;
}

.blog-return-list-link{
    display: inline-block;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #f7f8fa;
    color: black;
}

.blog-post-card-content h2, .blog-post-card-content h3{
    margin: 25px 0;
    font-weight: 600;
}

.header-sale-box{
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    background:radial-gradient(at 29.99749664143323% 63.06996068370581%, hsla(50.17241379310345, 100%, 77.25490196078431%, 1) 0%, hsla(50.17241379310345, 100%, 77.25490196078431%, 0) 100%), radial-gradient(at 29.360831988748327% 27.924077892133738%, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 100%, 0) 100%), radial-gradient(at 97.46263838136116% 29.283320200517025%, hsla(50.13698630136987, 90.12345679012346%, 68.23529411764706%, 1) 0%, hsla(50.13698630136987, 90.12345679012346%, 68.23529411764706%, 0) 100%);
}

.header-sale-box p{
    margin: 0;
    font-size: 18px;
}

.content-section-version-item-price-container{
    position: relative;
}

.content-section-version-item-price-old{
    position: absolute;
    text-decoration: line-through;
    color: #ff4545;
    font-size: 30px;
    top: -20px;
}

.promo-service-install-container{
    text-align: center;
    border-radius: 20px;
    padding: 45px;
    background-color: #1C3DFD;
    color: white;
    margin-top: 100px;
}

.promo-service-install-container h4{
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px; font-family: "Gilroy semibold";
}

.select-control{
    border: 1px solid #F6F8FC !important;
    padding: 0 13px;
    height: auto !important;
    border-radius: 10px;
    background-color: #F6F8FC;
    height: 50px !important;    
    width: 100%;
}

.margin-0{
    margin: 0px!important;
}












