*, body {
margin: 0;
padding: 0;
box-sizing: border-box
}
header {
width: 85%;
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
margin: 50px auto;
max-width: 1200px
}
#navigation-dropdown {
font-family: "Open Sans", Arial, sans-serif;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 550px;
background: linear-gradient(150deg, #055CEF 2.18%, #0bbed0 88.25%);
z-index: 1000;
color: #fff;
transform: translateY(-100%);
transition: transform 0.5s ease;
overflow: hidden;
}
#navigation-dropdown .back,#navigation-dropdown .products-back {
display: none;
}
#navigation-dropdown div {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.header_logo {
z-index: 1010;
}
.header_logo img {
margin-top: -10px;
width: 300px;
height: auto;
}
.header_menu {
z-index: 1010;
width: 70%;
display: flex;
justify-content: space-around;
align-items: center;
position: relative
}
.mobile_button, #open_pop_up_mobile_img {
display: none;
}
header nav {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
height: 27px!important
}
header nav a {
text-decoration: none;
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #fff
}
header nav span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #fff;
cursor: pointer
}
#hidden_menu {
display: flex;
justify-content: center;
align-items: center;
transition: all .3s ease;
border-bottom: 1px solid #ffffff00
}
#hidden_menu:hover {
border-bottom: 1px solid #fff
}
.about_company_select {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
margin-top: 2px
}
#hidden_menu:hover~.about_company_select-link, .about_company_select-link:hover {
opacity: 1;
z-index: 9999;
overflow: hidden
}
.features-list a,
.features-list a:visited {
color: #333333;
}
.about_company_select-link {
opacity: 0;
z-index: -2;
display: flex;
width: 190px;
height: 150px;
flex-direction: column;
justify-content: space-around;
align-items: center;
position: absolute;
top: 35px;
background: #fff;
border-radius: 8px;
transition: all .3s
}
.language_select_option {
display: flex;
justify-content: space-around;
align-items: center;
width: 90px;
height: 24px
}
.language_select_option span {
height: auto;
margin-left: 7px;
}
.language_select-select a {
width: 100%;
text-align: center
}
#hidden_lang_menu:hover~.language_select-select, .language_select-select:hover {
opacity: 1;
z-index: 9999;
overflow: hidden
}
.language_select-select {
opacity: 0;
z-index: -2;
position: absolute;
top: 27px;
right: 3px;
width: 90px;
height: 76px;
background: #fff;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
transition: all .3s
}
.about_company_select-link a {
width: 100%;
text-align: center
}
.about_company_select-link_a-title {
width: 100%;
height: 30px;
background: #fff;
transition: .3s
}
.about_company_select-link_a-title img {
margin-right:5px;
}
.about_company_select-link_a-title:hover {
background: rgba(4, 92, 241, .3);
color: #055cef
}
.about_company_select-link_a-title:hover span {
color: #055cef
}
.about_company_select-link_a-title span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #121212;
text-decoration: none;
border: none
}
.sign_in_btn {
width: 236px;
height: 50px;
display: flex;
align-items: center;
justify-content: center
}
.sign_in_btn button {
width: 236px;
height: 45px;
background: #fff;
border-radius: 8px;
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
color: #000;
border: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: all .3s ease
}
.sign_in_btn a {
text-decoration: none;
}
.sign_in_btn button:hover {
background: #8ac8ff
}
.my_landing_block_2_calc-button button {
width: 174px;
height: 50px;
background: linear-gradient(87.82deg, #045cf1 9.59%, #04c8c8 62.42%, #18d1c9 87.15%);
border-radius: 8px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
border: none;
cursor: pointer;
color: #fff;
transition: all .3s ease
}
.my_landing_block_2_calc-button button:hover {
background: linear-gradient(87.82deg, #045cf1b8 9.59%, #04c8c8b8 62.42%, #18d1c99c 87.15%)
}
.my_landing_block_2_calc-button {
position: relative;
top: 30px;
z-index: 1
}
.kostyl {
height: 40px;
width: 90%;
position: relative;
}
.kostyl2 {
line-height: 30px;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
border: 2px solid #b3cdfad4;
border-radius: 5px;
outline: none;
width: 100%;
height: 40px;
-webkit-appearance: none; /* Убираем стандартный стиль стрелки */
-moz-appearance: none; /* Убираем стандартный стиль стрелки */
appearance: none; /* Убираем стандартный стиль стрелки */
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,10" fill="#888"/></svg>') no-repeat right 10px center;
background-size: 10px 10px;
}
.kostyl2 option {
background-color: #f0f0f0;
}
.kostyl2:disabled {
background-color: #e0e0e0;
color: #999;
border: 1px solid #025df136;
}
.select-wrap3 {
position: relative;
}
.select-wrap3 select {
display: inline-block;
width: 100%;
padding: 0 16px;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
color: #333;
border: 2px solid #025df12e;
border-radius: 5px;
outline: none;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,10" fill="#888"/></svg>');
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 10px 10px;
}
.select-wrap3:after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
pointer-events: none;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #888;
transform: translateY(-50%);
}
.select-wrap3 select::-ms-expand {
display: none;
}
.select-wrap3 select:focus {
border-color: #88a0d2;
}
.select-wrap3 select option {
padding: 8px;
background-color: #f0f0f0;
color: #333;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
}
.select-wrap3 select option:checked {
background-color: #5897fb;
color: #fff;
}
.tariff_block1{
background: linear-gradient(90deg, #07a7d9, #08b2d4);
font-size: 1.3em !important;
}
.tariff_block2{
background: linear-gradient(90deg, #0cb3d5, #12bed1);
font-size: 1.3em !important;
}
.tariff_block3{
background: linear-gradient(90deg, #0fbfd1, #14c9cc);
font-size: 1.3em !important;
}
.tariff_block4{
background: linear-gradient(90deg, #17cacc, #19d1c9);
font-size: 1.3em !important;
}
#button_tariff_block1 {
background: linear-gradient(90deg, #07a7d9, #08b2d4);
}
#button_tariff_block2 {
background: linear-gradient(90deg, #0db3d6, #15bfd2);
}
#button_tariff_block3 {
background: linear-gradient(90deg, #12c0d1, #17cacd);
}
#button_tariff_block4 {
background: linear-gradient(90deg, #17cacd, #19d1c9);
}
#button_tariff_block1:hover,#button_tariff_block2:hover,#button_tariff_block3:hover,#button_tariff_block4:hover {
background: #055CEF;
}
.menu-icon {
font-size: 24px;
cursor: pointer;
display: inline-block;
width: 27px;
height: 17px;
line-height: 17px;
text-align: center;
}
.menu-icon2 {
font-size: 24px;
padding-right: 10px;
}
.check-mark::before {
content: "\2713";
font-size: 20px;
color: #138fff;
display: inline-block;
margin-right: 5px;
}
.flag {
width: 26px;
height: 26px;
margin-right: 8px;
}
.flag2 {
width: 26px;
height: 26px;
vertical-align: middle;
}
.country-name {
font-family: 'Open Sans';
font-size: 18px;
line-height: 27px;
color: #121212;
margin-right: auto;
}
.my_landing_block_4_child_header img,.politics_block_1_elements_header img,.my_landing_block_5_child-elements_country img {
margin-right: 10px;
}
.my_landing_block_4_child_header h2,.my_landing_block_5_child_header h2 {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 60px;
text-align: center;
letter-spacing: 0.4px;
color: #121212;
}
.my_landing_block_4_child3{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
justify-content: space-between;
height: auto;
}
.my_landing_block_4_child_elements{
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 275px;
height: auto;
border: 0.5px solid #12c0d2;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
text-align: center;
padding: 0 0 20px 0;
background-color: #fff;
}
.my_landing_block_4_child_elements::after{
content:"";
position:absolute;
top: -1px;
left:50%;
width:90%;
height:1px;
margin-left:-45%;
opacity: 0;
transition: all .3s ease;
}
.my_landing_block_4_child_elements:hover::after{
opacity: 1;
}
.my_landing_block_4_child_elements:hover {
border: 0.5px solid rgba(172, 172, 172, 0.4);
box-shadow: 0px 20px 40px rgb(0 112 213 / 37%);
}
.my_landing_block_4_child_elements h4 {
font-family: 'Open Sans';
font-weight: 600;
font-size: 18px;
line-height: 50px;
text-align: center;
color: #fff;
background-color: #7EBAEF;
padding: 10px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.price_block {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100px;
}
.price_value-price {
font-family: 'Open Sans';
font-weight: 400;
font-size: 18px;
text-align: center;
color: #121212;
}
.price_value-period {
font-family: 'Open Sans';
font-weight: 600;
font-size: 22px;
line-height: 27px;
text-align: center;
color: #3c3c3c;
}
.options {
list-style: none;
padding: 0;
margin: 20px 0;
}
.options li {
font-family: 'Open Sans';
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #333333;
opacity: 0.8;
display: flex;
align-items: center;
margin-bottom: 10px;
}
.options li::before {
content: "\2713";
font-size: 20px;
color: #12c2d3;
display: inline-block;
margin-right: 5px;
}
.button_pay {
width: 220px;
height: 40px;
border: none;
cursor: pointer;
background: #EDF3F8;
border-radius: 5px;
font-family: 'Open Sans';
font-weight: bold;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: white;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
margin: 10px 0;
}
.button_pay:hover {
background: #055CEF;
color: #F9FBFF;
}
.border {
border: 0.5px solid #055cef66;
width: 80%;
margin: 20px 0;
}
.link_more {
font-family: 'Open Sans';
font-size: 14px;
color: #045cf1;
text-decoration: none;
}
.link_more:visited {
color: #055CEF;
}
.link_more:hover {
color: #4382f2;
}
.my_landing_block_4_child_elements-other_service{
display: flex;
justify-content: space-between;
align-items: center;
width: 85%;
max-width: 1200px;
margin: 0 auto;
margin-top: 0;
max-width: 1200px;
padding-top: 55px;
z-index: 1;
}
.my_landing_block_4_child_elements-button button{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #FFFFFF;
width: 291px;
height: 49px;
border: none;
cursor: pointer;
background: #FF4F12;
border-radius: 8px;
transition: all .3s ease;
}
.my_landing_block_4_child_elements-button button:hover{
background: #ff6b38;
}
.my_landing_block_4_child_elements-other_service-title h3{
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 45px;
letter-spacing: 0.4px;
color: #121212;
margin-bottom: 8px;
}
.my_landing_block_4_child_elements-other_service-title span{
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
display: flex;
align-items: center;
color: #ACACAC;
}
/* FOUR BLOCK END  */.slider {
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
margin-top: -50px;
}
#slideshow2, #width_100v, .boarding_block_2_elements_child {
width: 100%;
}
#slideshow2 #slidesContainer2 {
margin: 0 auto;
width: 1050px;
height: 400px;
overflow: auto;
position: relative;
overflow: hidden;
display: flex;
justify-content: flex-start;
align-items: center
}
#slideshow2 #slidesContainer2 .slide2 {
height: 300px;
width: 825px;
margin: 40px 40px 0 60px;
}
.control2 {
display: block;
color: #000;
position: relative;
cursor: pointer;
}
.dots_link {
display: flex;
width: 100%;
justify-content: center;
align-items: center;
padding-top: 0
}
.dots_link_child {
display: flex;
width: 8%;
justify-content: space-between;
align-items: center
}
.list-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
footer {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: linear-gradient(335.77deg, #055cef 2.18%, #18d1c9 88.25%);
/* border-radius: 100%/150px 150px 0 0; */
z-index: 1
}
.footer_top_img {
position: relative;
top: -40px;
z-index: 1
}
.footer_links {
display: flex;
width: 85%;
justify-content: space-between;
max-width: 1200px;
flex:2;
display:flex;
justify-content:space-between;
}
.footer_upper_string {
display: flex;
width: 85%;
justify-content: space-between;
align-items: center;
max-width: 1200px;
z-index: 1;
padding:20px;
}
#teh_support_span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
display: flex;
align-items: center;
letter-spacing: -.41px;
color: #fff;
margin-right: 5px;
margin-left: 5px;
}
#telega_span {
font-family: Open Sans;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
letter-spacing: -.41px;
color: #fff;
}
#telega_span a {
color: #FFFFFF;
text-decoration: none;
}
#telega_span a:visited {
color: #FFFFFF;
text-decoration: none;
}
#telega_span a:hover {
text-decoration: underline;
color: #FFFFFF;
}
.footer_support_string, .have_quastion_string_mail {
display: flex;
justify-content: flex-end;
align-items: center;
width: auto;
height: 28px;
}
#have_que_span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
display: flex;
align-items: center;
letter-spacing: -.41px;
color: #fff
}
#email_span {
font-family: Open Sans;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #fff;
}
#hr_footer {
width: 85%;
height: 2px;
background: #fff;
max-width: 1200px;
border-top:1px solid #fff;
margin:20px 0;
}
.img_payment_methods {
display:flex;
flex-wrap:wrap;
justify-content:flex-start;
width:100%;
gap:10px;
margin-top:10px;
align-items: center;
max-width: 1200px;
}
.payment_methods {
height: auto;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
flex: 1;
max-width: 33%;
width: 100%;
margin-left: 5px;
color: #fff;
font-size: 12px;
}
.payment_methods span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: -.41px;
}
#dop_info_pay_method {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 20px;
margin-top: 10px;
color: #fff
}
.img_payment_methods_child {
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 1px;
width: 100%
}
.img_payment_methods_child img {
margin-right:15px;
}
.footer_bottom_text {
display: flex;
flex-direction: column;
width: 85%;
justify-content: space-between;
height: 120px;
max-width: 1200px;
margin-bottom:10px;
}
.footer_bottom_text span {
font-family: Open Sans;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 20px;
display: flex;
align-items: center;
color: #fff
}
.footer_bottom_child {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center
}
.footer_bottom_child a {
text-decoration: none;
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #fff
}
.footer_bottom span {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #fff;
margin-right: 5px;
}
.footer_support_string-block, .have_quastion_string_mail-block, .language_select, .lang_svg {
display: flex;
justify-content: center;
align-items: center;
}
.politics_block_1_elements_header h2 {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 60px;
letter-spacing: .4px;
color: #121212
}
#once_ip_res2 {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
color: #055cef;
opacity: .9;
margin-bottom: 15px
}
#margin_top_80 {
margin-top: 80px;
padding-top: 0
}
#font_bold {
font-family: Open Sans;
font-style: normal;
font-weight: 700
}
.politics_block_1_elements_header {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-bottom: 60px;
margin-top: 50px;
width: 100%
}
.boarding_block_1 {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: linear-gradient(150deg, #055cef 2.18%, #18d1c9 88.25%);
/* border-radius: 0 0 100% 100%/150px; */
position: relative
}
.boarding_block_1_elements {
width: 85%;
max-width: 1200px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: 50px
}
.boarding_block_1_elements_child {
display: flex;
justify-content: space-around;
align-items: flex-start;
width: 100%;
flex-direction: column;
height: auto;
margin-top: 5px;
}
.boarding_block_1_elements_child_block {
display: flex;
width: 100%;
justify-content: space-around;
align-items: flex-start;
flex-direction: column
}
.boarding_block_1_elements_child-text {
width: 600px
}
#top_rel {
position: relative;
top: 80px;
height: 340px;
}
.boarding_block_1_elements_child-text h1 {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 30px;
letter-spacing: .3px;
color: #fff;
margin-bottom: 20px;
}
.boarding_block_1_elements_child-text span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #fff
}
.boarding_block_1_elements_child-text ul>li {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #fff
}
.boarding_block_1_elements_child-text ul>li:before {
    content: "\2713";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 11px;
    margin-left: -20px;
    color: white !important;
    -webkit-text-fill-color: white;
}
.boarding_block_1_elements_child-text_ele {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%
}
.boarding_block_1_elements_child-form {
width: 486px;
height: 406px;
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
background: #fff;
border-radius: 8px;
padding-top: 10px
}
.boarding_block_1_elements_child-form span {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 45px;
letter-spacing: .4px;
color: #045cf1
}
.boarding_block_1_elements_child-form hr {
height: 2px;
width: 90%;
border: none;
background: #045cf1
}
#no_top {
top: 0
}
#no_top button {
width: 430px;
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
margin-top: 10px
}
#no_top span {
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
margin-left: 5px
}
#bold_span {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
display: flex;
align-items: center;
margin-left: 5px;
color: #055cef
}
.highlight-text-free {
width: 100%;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
height: 79px;
text-transform: none;
color: #121212;
padding: 10px;
border: 2px solid #FF4F12;
border-radius: 5px;
background-color: #f6f7f8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.highlight-text-free a {
color: #007BFF;
text-decoration: underline;
}
.highlight-text-free a:hover {
color: #0056b3;
}
.highlight-text-free .icon {
margin-right: 10px;
color: #FFA500;
font-size: 24px;
}
#another_width_ul {
width: 1150px
}
.boarding_block_1_elements_child-text ul {
list-style-type: none;
margin-top: 56px;
position: relative;
left: 15px;
}
#top_margin {
margin-top: 20px;
font-style: italic;
}
.boarding_block_1_elements_child_button,.boarding_block_1_elements_child_button2 {
margin-top: 40px;
width: 100%;
}
.boarding_block_1_elements_child_button button {
width: 291px;
height: 49px;
left: 120px;
top: 833px;
background: #ff4f12;
border-radius: 8px;
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #fff;
border: none;
cursor: pointer
}
.boarding_block_1_elements_child_button2 button {
width: 291px;
height: 49px;
left: 120px;
top: 833px;
background-color: transparent;
color: #fff;
border: 2px solid black;
border-radius: 8px;
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
border: 1px solid white;
border-radius: 8px;
cursor: pointer
}
.boarding_block_1_elements_child_button button:hover {
background: #ff6b38
}
.boarding_block_1_elements_child_button2 button:hover {
background-color: transparent;
border: 2px solid white;
}
#rightControl2 img,#sbg_boarding_first {
transform: rotate(180deg);
}
.boarding_block_2 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 50px
}
.child_row {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start
}
.price_block2 {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
}
.price_block2 p {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #121212;
margin-bottom: 20px;
}
.boarding_block_2_elements-header2 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
z-index: 2;
padding: 25px 20px;
margin-top: 20px;
border-top: 1px solid #045cf1;
padding-bottom: 10px
}
.boarding_block_2_elements-header2 span {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 42px;
display: flex;
align-items: center;
letter-spacing: .3px;
transition: all .3s ease;
color: #055cef
}
.boarding_block_2_elements-header2 img {
transition: all .3s ease
}
.boarding_block_2_elements-price_block2 {
transition: all .3s ease-in-out;
padding: 5px 20px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start
}
#boarding_block_pb_10, #boarding_block_pb_11, #boarding_block_pb_12, #boarding_block_pb_13, #boarding_block_pb_14, #boarding_block_pb_15, #boarding_block_pb_16, #boarding_block_pb_17, #boarding_block_pb_18, #boarding_block_pb_19, #boarding_block_pb_20, #boarding_block_pb_21, #boarding_block_pb_22, #boarding_block_pb_2, #boarding_block_pb_3, #boarding_block_pb_4, #boarding_block_pb_5, #boarding_block_pb_6, #boarding_block_pb_7, #boarding_block_pb_8, #boarding_block_pb_9 {
position: relative;
top: -1100px
}
#boarding_block_pb_first {
position: relative;
top: 0
}
#boarding_block_pb2_2, #boarding_block_pb2_3, #boarding_block_pb2_4, #boarding_block_pb2_5, #boarding_block_pb2_6, #boarding_block_pb2_7, #boarding_block_pb2_8, #boarding_block_pb2_9, #boarding_block_pb2_10, #boarding_block_pb2_11, #boarding_block_pb2_12 {
position: relative;
top: -220px
}
#boarding_block_pb2_first {
position: relative;
top: 0
}
.hidden_block {
width: 100%;
overflow: hidden;
position: relative;
transition: all .1s ease
}
#hide_block_js_10, #hide_block_js_11, #hide_block_js_12, #hide_block_js_13, #hide_block_js_14, #hide_block_js_15, #hide_block_js_16, #hide_block_js_17, #hide_block_js_18, #hide_block_js_19, #hide_block_js_20, #hide_block_js_21, #hide_block_js_22, #hide_block_js_2, #hide_block_js_3, #hide_block_js_4, #hide_block_js_5, #hide_block_js_6, #hide_block_js_7, #hide_block_js_8, #hide_block_js_9 {
height: 0
}
#hide_block_js_first,#hide_block_js2_first {
height: 100%;
}
#hide_block_js2_2, #hide_block_js2_3, #hide_block_js2_4, #hide_block_js2_5, #hide_block_js2_6, #hide_block_js2_7, #hide_block_js2_8, #hide_block_js2_9, #hide_block_js2_10, #hide_block_js2_11, #hide_block_js2_12 {
height: 0
}
.boarding_block_3 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 100px;
background: #f6f7f8
}
.boarding_block_3_text_block {
width: 100%;
background: linear-gradient(228deg, #055cef 2.18%, #18d1c9 88.25%);
box-shadow: 0 -20px 40px rgba(214, 223, 226, .25), 0 20px 40px #d8e6eb;
border-radius: 8px;
display: flex;
justify-content: space-around;
align-items: flex-start;
padding: 40px 20px;
min-height: 434px
}
.post_otzivy2 {
width: 100%;
height: 250px;
margin-left: 20px;
background: #fff;
box-shadow: -4px -5px 20px rgba(214, 223, 226, .25), 3px 4px 20px #d8e6eb;
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
position: relative
}
.post_otzivy-raiting2 {
position: absolute;
top: -35px
}
.post_otzivy-tittle2 {
width: 100%;
text-align: center;
padding: 40px 40px 0 40px;
}
.post_otzivy-author2 {
margin-bottom: 10px
}
.post_otzivy-tittle2 span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
text-align: center;
color: #121212
}
.post_otzivy-author2 span {
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #045cf1
}
.boarding_block_test {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-top: 0;
padding-bottom: 55px;
}
.boarding_block_4 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-top: 120px;
background: #f6f7f8;
padding-bottom: 40px
}
.boarding_block_5 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px
}
.boarding_block_4_elements,.boarding_block_5_elements {
width: 85%;
max-width: 1200px;
align-items: center;
justify-content: center;
flex-direction: column;
}
.language_select-select2 a {
width: 100%;
text-align: center
}
#hidden_lang_menu2:hover~.language_select-select2, .language_select-select2:hover {
opacity: 1;
z-index: 9999;
overflow: hidden
}
.language_select-select2 {
opacity: 0;
z-index: -2;
position: absolute;
bottom: -90px;
right: -30px;
width: 135px;
height: 86px;
background: #fff;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
transition: all .3s;
margin-left: 30px;
}
#lang_footer_sel {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.footer-email {
margin: 5px;
font-size: 24px;
}
.footer-email img {
width: 24px;
height:24px;
margin-top: 8px;
}
.foother_logo img {
width: 350px;
height: 85px;
}
.boarding_block_6 {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background: #18d1c9;
height: 740px;
margin-top: 110px
}
.boarding_block_6_elements {
width: 85%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
max-width: 1200px
}
#white_colorR {
color: #fff
}
.boarding_block_6_elements-table_1 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center
}
.boarding_block_6_elements-table {
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
height: 430px
}
.boarding_block_6_elements-table_1_child {
width: 384px;
height: 227px;
background: #fff;
box-shadow: 0 -20px 40px rgba(214, 223, 226, .25), 0 10px 20px rgba(216, 230, 235, .4);
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 20px
}
.boarding_block_6_elements-table_1_child h2 {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 60px;
width: 314px;
letter-spacing: .4px;
color: #ff4f12;
margin-bottom: 10px
}
#no_mar_right {
margin-right: 0
}
.boarding_block_6_elements-table_2_child h2 {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 42px;
line-height: 60px;
letter-spacing: .4px;
color: #ff4f12
}
.boarding_block_6_elements-table_1_child span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
width: 321px;
color: #121212
}
.boarding_block_6_elements-table_2_child span {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
width: 100%;
color: #121212
}
.boarding_block_6_elements-table_2 {
width: 100%;
display: flex;
justify-content: center;
align-items: center
}
.boarding_block_6_elements-table_2_child {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
width: 100%;
padding: 30px;
height: 173px;
background: #fff;
box-shadow: 0 -20px 40px rgba(214, 223, 226, .25), 0 10px 20px rgba(216, 230, 235, .4);
border-radius: 8px
}
.boarding_block_7 {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
margin-bottom: 80px;
}
.boarding_block_2_elements,.boarding_block_3_elements,.boarding_block_7_elements {
width: 85%;
max-width: 1200px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.buttons_container_top {
display: flex;
justify-content: center;
gap: 20px;
}
#ul_style_table {
width: 45%;
list-style-type: none;
padding: 0;
}
#change_color_span_first {
color:black;
}
#ul_style_table li {
margin-bottom: 10px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #ffffff;
padding-left: 25px;
text-indent: -25px;
}
#ul_style_table li::before {
content: "\2713";
margin-right: 10px;
color: #ffffff;
font-size: 20px;
}
.table_chaild p {
font-family: Russo One;
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 32px;
letter-spacing: .3px;
color: #fff;
padding-bottom: 22px
}
.table_chaild {
display: flex;
flex-direction: column
}
#hr_teable_boarding_block {
border: none;
width: 2px;
height: 354px;
background: #fff
}
.select-wrap3 .select2-container {
width: 430px !important;
height: 40px;
}
#slideInner2 {
display: flex;
}
@font-face {
font-family: 'Russo One';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/fonts/russoOne/russo-one-v14-latin_cyrillic-regular.woff2");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/fonts/openSans/open-sans-v29-latin_cyrillic-regular.woff2");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/fonts/openSans/open-sans-v29-latin_cyrillic-600.woff2");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/fonts/openSans/open-sans-v29-latin_cyrillic-700.woff2");
}
.politics_block_1_elements_header h2 {
margin-left: 10px;
}
#padd_text_e {
font-family: Open Sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
color: #121212;
margin-bottom: 4px;
}
.politics_block_1_elements_header h2 {
margin-left: 10px;
}
.boarding_block_7_table2 {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}
.boarding_block_7_table2 th,.boarding_block_7_table2 td {
font-family: 'Open Sans';
border: none;
padding: 10px;
text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 27px;
}
.boarding_block_7_table2 th {
color: white;
font-weight: bold;
text-transform: uppercase;
}
.boarding_block_7_table2 thead {
background: linear-gradient(150deg, #05a4da 2.18%, #14d1c9 88.25%);
}
.boarding_block_7_table2 tr:nth-child(even) td {
background-color: #f5fbfd;
}
.boarding_block_7_table2 tr:nth-child(odd) td {
background-color: #ffffff;
}
.boarding_block_7_table2 td:nth-child(2) {
text-transform: uppercase;
}
.boarding_block_7_table2 td:nth-child(1) {
text-align: left;
}
.icon-text-wrapper {
display: flex;
align-items: center;
}
.container_slider_3 {
display: flex;
flex-direction: row;
width: 100%;
min-height: 300px;
margin-top: 100px;
margin-bottom: 40px;
}
.questions {
flex: 1.3;
margin-right: 20px;
}
.question {
background: #ffffff;
color: #333;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
cursor: pointer;
transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
border: none;
text-align: left;
width: 100%;
box-shadow: 2px 0px 9px rgb(0 0 0 / 5%);
}
.question.active:hover p,.question:hover p,.question.active p {
color: #ffffff;
}
.question.active, .question:hover {
background: linear-gradient(90deg, #07a7d9, #08b2d4);
color: white;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.answers {
flex: 3;
background: white;
padding: 0;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
gap: 10px;
}
.answer {
display: none;
background-color: #fff;
padding: 15px;
border-radius: 10px;
height: 100%;
box-shadow: -5px -5px 20px rgb(244 244 244 / 25%), 4px 5px 20px 0px #eaeaea;
}
.question p,.answer p {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 32px;
color: #262626;
}
.answer ul {
padding: 30px 0 0 30px;
}
.answer li  {
list-style: none;
position: relative;
padding-left: 30px;
}
.answer li a,.answer li a:visited {
color: #206bf1;
}
.answer li::before  {
content: "\2713";
font-size: 20px;
color: #12b3d4;
display: inline-block;
margin-right: 5px;
position: absolute;
left: 1%;
top: 5px;
}
pre {
background-color: #e6e6e6;
padding: 20px;
margin-bottom: 40px;
}
.my_landing_block_5{
display: flex;
justify-content: center;
width: 100%;
/* max-width: 1200px; */
align-items: center;
margin: 0 auto;
height: 100%;
flex-direction: column;
position: relative;
z-index: 1;
background: #f5f7f9;
}
.my_landing_block_5_elements{
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
width: 85%;
max-width: 1200px;
margin: 55px 0 55px 0;
}
.my_landing_block_5_child_header{
height: 141px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
}
.my_landing_block_5_child_header img{
margin-bottom: 20px;
margin-right: 10px;
}
.my_landing_block_5_table{
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
}
.my_landing_block_5_child{
width: 572px;
height: auto;
background: #FFFFFF;
box-shadow: 0px -20px 40px rgba(214, 223, 226, 0.25), 0px 20px 40px #D8E6EB;
border-radius: 8px;
padding: 0 30px 0 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.my_landing_block_5_child-elements{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
border-bottom: 1px solid #dedede;
width: 112%;
padding: 10px 35px 10px 35px;
text-decoration: none;
}
.my_landing_block_5_child-elements:nth-child(even) {
background-color: #f5fbfd;
width: 112%;
padding: 10px 35px 10px 35px;
}
.my_landing_block_5_child-elements:hover {
background-color: #e2e2e2;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.my_landing_block_5_child-elements_price a,.my_landing_block_5_child-elements_price {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
text-align: right;
color: #0d2751;
text-decoration: none;
}
#my_landing_block_5_s_1{
position: absolute;
left: 0px;
top: -50px;
}
#my_landing_block_5_s_2{
position: absolute;
left: 0px;
top: 20px;
}
#my_landing_block_5_s_31{
position: absolute;
right: 0px;
z-index: 2;
bottom: -20px;
}
#my_landing_block_5_s_42{
position: absolute;
right: 0px;
bottom: -120px;
}
.boarding_integration {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
margin-top: 0;
max-width: 1200px;
}
.left_integration, .right_integration {
height: auto;
flex: 1;
padding: 20px;
}
.boarding_integration p {
font-family: Open Sans;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #121212;
margin-bottom: 30px;
}
.icons {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.icon img {
width: 120px;
height: 120px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.icon img:hover {
filter: grayscale(0%);
}
#big_text_integration {
font-family: 'Russo One';
font-size: 30px;
line-height: 37px;
padding-top:30px;
}
#bottom_hr {
border: none;
width: 100%;
height: 1px;
background: #045CF1;
margin-top: 20px;
}
.pricing_tcountry {
padding: 50px 0;
}
.pricing_tcountry .container {
max-width: 1200px;
margin: 0 auto;
padding: 0;
}
.pricing_tcountry .section-title,.pricing-table th,.pricing-table td,.note,.features-title,.features-list li {
font-family: 'Open Sans', sans-serif;
}
.pricing_tcountry .section-title {
text-align: center;
font-size: 2em;
margin-bottom: 30px;
color: #333;
}
.pricing-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.pricing-table thead .table-header {
background: linear-gradient(to right, #04a8d9, #19d1c9);
color: white;
}
.pricing-table thead th {
padding: 10px;
font-size: 1em;
text-align: center;
}
.pricing-table thead th:first-child {
text-align: left;
}
.pricing-table tbody tr {
border-bottom: 1px solid #e0e0e0;
transition: background-color 0.3s;
}
.pricing-table tbody tr:hover {
background-color: #f0f0f0;
}
.pricing-table tbody td {
padding: 10px;
font-size: 1em;
color: #333;
text-align: center;
}
.pricing-table tbody td:first-child {
text-align: left;
}
.pricing-table tbody td:nth-child(3) {
font-weight: 600;
}
.pricing-table tbody td:nth-child(4)::before,.pricing-table tbody td:nth-child(5)::before {
content: '✔';
color: #007bff;
}
.pricing-table tbody td:last-child {
text-align: right;
}
.pricing-table tbody td .btn {
display: inline-block;
padding: 10px 20px;
font-size: 1em;
color: white;
background-color: #19d1c9;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s;
}
.pricing-table tbody td .btn:hover {
background-color: #16b8b3;
}
.note {
margin-top: 10px;
font-size: 0.9em;
color: #555;
text-align: left;
}
.note a {
color: #007bff;
text-decoration: none;
}
.note a:hover {
text-decoration: underline;
}
.payment-block {
margin-top: 20px;
}
.payment-title {
font-size: 28px;
margin-bottom: 20px;
font-family: 'Russo One';
}
.payment-list-container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 20px;
}
.payments {
width: 50px;
height: 50px;
cursor: pointer;
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.payments2 {
width: 50px;
height: 50px;
cursor: pointer;
}
.payments:hover {
filter: none;
}
.tooltip {
font-family: 'Open Sans', sans-serif;
visibility: hidden;
width: 270px;
background-color: #272727;
color: #e8e8e8;
text-align: center;
border-radius: 6px;
padding: 10px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
/* pointer-events: none; */
transition: opacity 0.3s;
box-shadow: 0px -20px 20px rgba(214, 223, 226, 0.25), -1px 20px 20px 9px #84848421;
border: 0.5px solid #7d7c7c33;
}
.tooltip::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #7c7d7d transparent transparent transparent;
}
.payment-item:hover .tooltip {
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.features-block {
margin-top: 50px;
text-align: left;
}
.features-title {
font-size: 28px;
margin-bottom: 20px;
color: #333;
font-family: 'Russo One';
}
.features-list-container {
display: flex;
justify-content: space-between;
margin-bottom: 0;
}
.features-list {
list-style: none;
padding: 0;
width: 48%;
}
.features-list li {
font-size: 1em;
margin-bottom: 10px;
color: #333;
}
.features-list li:before {
content: '✔';
color: #007bff;
margin-right: 10px;
}
.footer_links_payment {
display:flex;
justify-content:space-between;
padding:20px 0;
max-width:1200px;
}
.payment-item {
width:50px;
height:50px;
margin:5px;
display:flex;
justify-content:center;
align-items:center;
position: relative;
}
.payment-item img {
width:100%;
height:100%;
object-fit:contain;
}
.footer_links_child {
flex:1;
margin-right:20px;
display: flex;
flex-direction: column;
}
.footer_links_child span {
color:#fff;
margin-bottom:10px;
display:block;
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
}
.footer_links_child_links {
display: flex;
flex-direction: column;
justify-content: space-around;
margin-left: 20px;
}
.footer_links_child_links a {
color:#fff;
text-decoration:none;
margin-bottom:5px;
font-size:14px;
font-family: Open Sans;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.footer_links_child_links a:hover {
text-decoration:underline;
}
.footer_bottom_text-links {
display:flex;
justify-content:flex-start;
align-items:center;
flex-wrap:wrap;
margin-bottom:10px;
}
.footer_bottom_text-links a {
text-decoration:none;
font-family:Open Sans;
font-style:normal;
font-weight:400;
font-size:13px;
line-height:20px;
color:#fff;
padding:0 10px;
border-right:1px solid #fff;
}
.footer_bottom_text-links a:last-child {
border-right:none;
}
.footer_bottom_text-links a:hover {
text-decoration:underline;
}
.footer_bottom {
display:flex;
flex-direction:column;
align-items:center;
justify-content:space-between;
width: 394px;
height: 82px;
margin-top: 50px;
margin-bottom: 70px;
position: relative;
}
.footer_links_and_lang {
display:flex;
justify-content:space-between;
align-items:center;
width:100%;
}
.language_select {
display:flex;
align-items:center;
justify-content:flex-end;
position:relative;
}
#black_color {
display:inline;
color:#000;
font-family:Open Sans;
font-style:normal;
font-weight:400;
font-size:16px;
line-height:27px;
text-decoration: none;
}
.back-grey {
background: #f5f7f9;
margin: 60px 0 0 0;
}
.proxy-specs-block-main {
display: flex;
justify-content: space-between;
align-items: center;
width: 85%;
max-width: 1200px;
margin: 0 auto;
margin-top: 0;
max-width: 1200px;
padding-top: 55px;
z-index: 1;
}
.proxy-specs-block {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
background-color: #ffffff;
padding: 20px;
border: 1px solid #e6f3f7;
border-radius: 12px;
font-family: 'Open Sans', sans-serif;
color: #333;
}
.proxy-specs-block .spec {
display: flex;
flex-direction: column;
align-items: center;
padding: 12px;
border-radius: 8px;
background-color: #f5fbfd;
width: 18%;
transition: all .3s ease;
}
.proxy-specs-block .spec:hover {
box-shadow: 0px 2px 20px 0px rgb(0 112 213 / 17%);
}
.proxy-specs-block .icon svg {
width: 32px;
height: 32px;
stroke-width: 1.5;
stroke: #27cfe3;
}
.proxy-specs-block span {
margin-top: 10px;
text-align: center;
font-size: 14px;
font-weight: 600;
color: #555;
}

.slider-s-container {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 27px;
font-style: normal;
font-weight: 400;
display: flex;
flex-wrap: wrap;
background: white;
border-radius: 16px;
box-shadow: 0 4px 16px rgba(0,0,0,0.05);
max-width: 1200px;
margin: 30px auto -20px;
padding: 24px;
}
.link-slider-s:visited {
color: #055CEF;
}
.link-slider-s:hover {
text-decoration: underline;
}
.link-slider-s {
font-family: 'Open Sans';
font-size: 16px;
color: #045cf1;
text-decoration: none;
}
.slider-s-left {
flex: 1 1 250px;
border-right: 1px solid #e5e7eb;
padding-right: 24px;
}
.slider-s-tab {
cursor: pointer;
padding: 12px 16px;
border-radius: 12px;
margin-bottom: 12px;
transition: all 0.3s;
background: #f9fafb;
}
.slider-s-tab:hover {
background: #f3f4f6;
}
.slider-s-tab.active {
background: #06bcd5;
color: white;
box-shadow: 0 2px 8px rgba(6, 188, 213, 0.4);
}
.slider-s-right {
flex: 2 1 500px;
padding-left: 24px;
position: relative;
}
.slider-s-content {
display: none;
opacity: 0;
transition: opacity 0.3s;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.slider-s-content.active {
display: block;
opacity: 1;
position: relative;
}
.slider-s-list {
list-style: none;
padding-left: 0;
margin-top: 0;
}
.slider-s-list li {
margin-bottom: 8px;
}
.slider-s-columns {
column-count: 2;
column-gap: 40px;
}
.tabs-integration {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 20px;
}
.tab-btn-integration {
padding: 8px 16px;
border-radius: 5px;
border: 1px solid #ddd;
background-color: #fff;
cursor: pointer;
width: 33%;
}
.tab-btn-integration.active {
background-color: #00bcd4;
color: #fff;
border-color: #00bcd4;
}
.tab-content-integration {
padding: 20px;
border-radius: 8px;
background-color: #fff;
}
.icon {
position: relative;
display: inline-block;
}
.icon:hover .tooltip-api {
visibility: visible;
opacity: 1;
}
.tooltip-api {
font-family: 'Open Sans', sans-serif;
visibility: hidden;
width: 270px;
background-color: #272727;
color: #e8e8e8;
text-align: center;
border-radius: 6px;
padding: 10px;
position: absolute;
z-index: 1;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.3s;
box-shadow: 0px -20px 20px rgba(214, 223, 226, 0.25), -1px 20px 20px 9px #84848421;
border: 0.5px solid #7d7c7c33;
}
#boarding_integration_button {
width: 260px;
height: 49px;
left: 120px;
top: 833px;
background-color: transparent;
color: #121212;
font-family: Open Sans;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
border: 2px solid #121212;
border-radius: 8px;
cursor: pointer;
}
#boarding_integration_button:hover{
color: #565454;
border: 2px solid #565454;
}
#font_bold_integration_button {
font-family: Open Sans;
font-style: normal;
font-weight: 700;
margin-right: 20px;
width: 260px;
height: 49px;
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #FFFFFF;
border: none;
cursor: pointer;
background: #FF4F12;
border-radius: 8px;
transition: all .3s ease;
}