@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{

}

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: 20px;
    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;
}

.btn-custom-color-3-outline{
    border: 1px solid white;
    color: white;
}

.btn-custom-color-4{
    background: #00E3D2;
    background: linear-gradient(45deg, #00E3D2, #1C3DFD);
    color: white!important;
}

.header-container{
    padding-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: 100px;
    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: -50px;
    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: -50px;
    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;
    line-height: 1.1;
}

.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";
    text-align: center;
}

.title-h3{
    font-size: 40px;
    font-family: "Gilroy semibold";
    text-align: center;
}

.subtitle-text{
    font-size: 24px;
    text-align: center;
}

.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;
}

.mb40{
    margin-bottom: 40px;
}

.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: #80849b;
    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: 30px;
    padding: 50px 90px;    
    background: #3850F0;
    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: 40px;
    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, .content-section-market{
    border-radius: 30px;
    padding: 50px 90px;    
    background-color: #F7F8FC;
    color: black;
    position: relative;
}

.content-section-support-title, .content-section-market-title{
    font-size: 55px;
    font-family: "Gilroy semibold";   
    color: black; 
    margin-bottom: 15px;
    line-height: 1;
}

.content-section-support-text, .content-section-market-text{
    font-size: 18px;
    color: #7c8197;
    margin: 0;
}

.content-section-support-links, .content-section-market-links{
    margin-top: 30px;
    display: inline-flex;
}

.content-section-support-links a, .content-section-support-links span, .content-section-market-links a, .content-section-market-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, .content-section-market-img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.content-section-support-img img, .content-section-market-img img{
    height: 100%;
}

.content-section-bg-black{
    background-color: #050c26!important;
    color: white;
}

.content-section-bg-black .content-section-market-title, .content-section-bg-black .content-section-market-text{
    color: white!important;
}

.content-section-bg-black .content-section-market-links a, .content-section-bg-black .content-section-market-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 white;
    color: white;
}

.content-section-box{
    border-radius: 30px;
    padding: 35px;    
    background-color: #F7F8FC;   
    min-height: 420px; 
    position: relative;
    overflow: hidden;
}

.content-section-box p{
    font-size: 30px;    
    line-height: 1.2;
    font-family: "Gilroy semibold"; 
    font-weight: bold;
}

.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;
}

.section-profile-ticket-content-info-red{
    padding: 20px;
    border-radius: 20px;
    background-color: #da6060;
    color: white;    
    min-height: 120px;
}

.section-profile-ticket-content-info-red p{
    margin: 0;    
}

.section-profile-ticket-content-info-red 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;
}

.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, .content-section-market-img{
        display: none!important;
    }

    .header-section-container{
        padding-bottom: 0px!important;
    }

    .title-h2, .content-section-testdrive-title, .content-section-support-title, .content-section-market-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, , .content-section-market{
        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;
    }

    .content-section-box-inline-items > div {
        width: 100%!important;
    }

    .header-image-device, .promo-container-image-device, .fly-img-element-1-testdrive-app, .fly-img-element-2-testdrive-app, .content-section-box-vector-line-1, .content-section-box-vector-line-2{
        display: none!important;
    }

    .promo-container1 {
        padding: 40px!important;
    }

    .btn-custom-big{
        justify-content: center;
        padding: 0 25px !important;
    }

    .promo-app-header-utp{
        padding-top: 0px !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, .content-section-market-img{
        display: none!important;
    }

    .header-section-container{
        padding-bottom: 0px!important;
    }

    .title-h2, .content-section-testdrive-title, .content-section-support-title, .content-section-market-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, .content-section-market{
        padding: 30px 30px!important;
    }

    .content-section-video iframe{
        height: 400px!important;
    }

    .blog-post-card-content .uniMediaSliderItem {
        width: 100%!important;
    }

    .header-image-device, .promo-container-image-device, .fly-img-element-1-testdrive-app, .fly-img-element-2-testdrive-app, .content-section-box-vector-line-1, .content-section-box-vector-line-2{
        display: none!important;
    }

    .promo-container1 {
        padding: 40px!important;
    }

    .btn-custom-big{
        justify-content: center;
        padding: 0 25px !important;
    }

    .promo-app-header-utp{
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }

    .promo-app-header-utp{
        padding-top: 0px !important;
    }

    .header-section-container-list-link a{
        margin-bottom: 10px!important;
        margin-right: 0px!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, .content-section-market-img{
        display: none!important;
    }

    .header-section-container{
        padding-bottom: 0px!important;
    }

    .title-h2, .content-section-testdrive-title, .content-section-support-title, .content-section-market-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, .content-section-market{
        padding: 30px 30px!important;
    }

    .header-image-device, .promo-container-image-device{
        display: none;
    }

    .promo-app-header-utp{
        padding-top: 0px !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: 1100px;
    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;
}

.bg-black-ul-2{
    background: #3850F0;
    color: white!important;    
}

.bg-black-ul-2 li::marker {
    color: white!important;
    font-size: 28px;
}

.bg-black-ul-2 a {
    color: white!important;
    text-decoration: underline;
    font-size: 14px;
}


.color-gray-ul li{
    color: #131746;
}

.bg-white{
    background-color: white;
}

.content-section-box-inline-item{
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
    min-height: 130px;
}

.content-section-box-inline-items > div{
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 80px;
    width: 240px;
    margin-right: 10px;
}

.content-section-box-inline-items > div strong{
    color: black!important;
    font-size: 22px;
}

.content-section-box-inline-items > div a{
    color: blue!important;
}

.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-container{
    padding-top: 15px;
}

.header-sale-box{
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    background: linear-gradient(95deg, #11998e 20%, #24c15f 80%);
    display: block;
}

.header-sale-box p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.content-section-version-item-price-container{
    position: relative;
}

.content-section-version-item-price-old{
    position: absolute;
    color: #ff4545;
    font-size: 27px;
    top: -17px;
}

.content-section-version-item-price-old::after{
    content: '';
    position: absolute;
    left: 11px;
    top: 7px;
    right: 0;
    bottom: -5px;
    width: 63%;
    height: 61%;
    background-image: url('data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%22100%25%22%20x2%3D%22100%25%22%20y2%3D%220%22%20stroke%3D%22%23F00%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: cover;
}

.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;
}

.text-align-left{
    text-align: left!important;
}

.color-title-accent-blue{
    color: #1C3DFD;
}

.promo-container1{
    border-radius: 30px;
    background: #3850F0;
    background: radial-gradient(at left top, #3850F0, #0C1338);
    padding: 70px;
    position: relative;
}

.color-title-accent-white{
    color: white;
}

.color-title-accent-blue2{
    color: #889BFD;
}

.section-box-icon-and-text-black{
    border-radius: 20px;
    background-color: #050C26;
    padding: 25px;
    display: flex;
    transition: all .10s linear; 
    color: white;
}

.color-title-accent-blue-gradient{
    background: linear-gradient(to right, #1c3dfd, #007fff, #00a7ff, #00c6ef, #03e0d3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1C3DFD;
}

.content-section-box-vector-line-1{
    position: absolute;
    top: -84px;
    right: -153px;
    background-image: url(../images/uni-brand-vector-line-1.png);
    background-size: cover;
    display: block;
    width: 432px;
    height: 507px;
    z-index: 1;
}

.content-section-box-vector-line-2{
    position: absolute;
    top: -82px;
    right: -33px;
    background-image: url(../images/uni-brand-vector-line-2.png);
    background-size: cover;
    display: block;
    width: 432px;
    height: 507px;
    z-index: 1;
}

.content-section-testdrive-app{
    border-radius: 30px;
    padding: 60px;    
    background: #3850F0;
    background: radial-gradient(at left top, #3850F0, #0C1338);
    color: white;
    position: relative;
    overflow: hidden;
}

.fly-img-element-1-testdrive-app{
    position: absolute;
    top: -98px;
    left: -50px;
    background-image: url(../images/uni-brand-vector-line-1.png);
    background-size: cover;
    display: block;
    width: 432px;
    height: 507px;
    z-index: 1;
}

.fly-img-element-2-testdrive-app{
    position: absolute;
    top: -55px;
    right: -11px;
    background-image: url(../images/uni-brand-vector-line-2.png);
    background-size: cover;
    display: block;
    width: 448px;
    height: 514px;
    z-index: 1;
}

.screenshot-wrap {
    position: relative;
}

.screenshot-wrap .screen-carousel .owl-item img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.header-container-bg{
    background-color: #F7F8FC;
}

.promo-container-image-device {
    position: absolute;
    right: 121px;
    top: -69px;
    z-index: 1;
}

.btn-custom-color-white{
    background-color: white;
    color: black;
}

.promo-app-header-utp{
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-color-text{
    border-radius: 25px;
    padding: 25px;
    margin-top: 25px;
}

.box-color-blue{
    background-color: #e1e4ff;
}

.box-color-red{
    background-color: #ff393929;
}

.box-color-text h4{
    margin-bottom: 15px;
    margin-top: 0px;
}

.box-color-text p{
    margin-bottom: 0px;
}

.order-coupon-container{
    display: none;
}

.header-container-bg-night{
    background-color: #050C26!important;
}

.header-container-bg-night .header-main-h1{
    color: white!important;
}

.header-container-bg-night .btn-custom-color-2-outline {
    border: 1px solid white!important;
    color: white!important;
}

.header-container-bg-night .header-main-text{
    color: white!important;
}

.header-container-bg-night .header-menu-link a{
    color: white!important;
}

.snowblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(data:image/png;base64,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), url(data:image/png;base64,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), url(data:image/png;base64,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);
    animation: snow 40s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 1800px 2000px, 1600px 1600px, 1400px 1200px;
    }
}

.profile-domain-discount-price{
    font-size: 18px;
    margin-top: 10px;
}

.profile-domain-discount-price-old{
    color: red;
    text-decoration: line-through;
    margin-right: 5px;
}

.content-section-knowledge-fix-box{
    min-height: 320px;
}

.content-section-knowledge-link-more{
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    color: black;
}