/*------------ Global ------------*/
/*------------ Global ------------*/
* {
    padding: 0;
    margin: 0;
}

.wraper {
    height: fit-content;
    background-image: url(/static/landing/image/main/backround.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px calc(100vh - 11.3vw);
}

.container {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 1450px;
    padding: 0 50px;
    margin: auto;
}

.logo {
    font-family: "Comfortaa", sans-serif;
}

.btn {
    border: none;
    background-color: transparent;
    font-size: 18px;
    padding: 10px 15px;
    cursor: pointer;
}

.btn--blue_box {
    background-color: #438AF7;
    color: white;
    padding: 0px 0px;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

.btn--blue_box-title {
    height: 45px;
    width: 300px;
}

.btn--blue_box_border {

    border-radius: 50px;
    width: 240px;
}

a {
    text-decoration: none;
    color: black;
}

h2 {
    font-size: 45px;
}

span {
    background-image: linear-gradient(180deg, #438AF7, #d4e5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blue-span {
    background-image: linear-gradient(180deg, #438AF7, #82b3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/*------------ Header ------------*/
.header {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-nav nav {
    display: flex;
    justify-content: space-between;
}

.header-nav nav div {
    display: flex;
    align-items: center;
}

.header-nav nav .logo {
    font-size: 40px;
    font-weight: bold;
}

.header-nav nav .logo img {
    width: 50px;
}

.header-nav-links {
    display: flex;
}

.header-nav-links a {
    margin-right: 50px;
}

.header-nav-links a:last-child {
    margin-right: 0;
}

.header-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.header-bottom div {
    max-width: 720px;
    text-align: center;
    font-size: 22px;
}

.header-bottom div p {
    margin: 50px auto;
    font-size: 18px;
    max-width: 500px;
}

/*------------ Main ------------*/
/*------------ Main ------------*/
.about_bot h2 {
    width: 500px;
}

.about_bot img {
    width: 70px;
}

.about_bot-block {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.about_bot-block_info {
    display: flex;
    align-items: center;
    width: 800px;
    margin: 100px 0;
    font-size: 25px;
}

.about_bot-block_info p {
    margin-left: 50px;
}

.about_bot-block_massage img {
    width: 400px;
}



.advantages {
    text-align: center;
    margin-top: 150px;
}

.advantages-block {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.advantages-blue_box {
    width: 320px;
    height: 460px;
    font-size: 15px;
    background-color: #438AF7;
    border-radius: 40px;
    box-shadow: inset 0 0 110px 30px #ffffff;
}

.advantages-blue_box--small {
    height: 410px;
}

.advantages-blue_box img {
    height: 90px;
    width: 90px;
    margin: 20px 0;
}

.advantages-blue_box-info-box {
    background-color: white;
    width: 230px;
    height: 230px;
    padding: 20px;
    margin: auto;
    border-radius: 30px;
}

.advantages-blue_box-info-box--small {
    height: 200px;
}

.advantages-blue_box-info-box p {
    text-align: left;
    margin-top: 20px;
}



.bot_setup {
    margin-top: 200px;
}

.bot_setup h2 {
    text-align: center;
}

.bot_setup-block span {
    font-size: 150px;
    margin-right: 20px;
}

.bot-setup-info {
    display: flex;
    margin-top: 76px;
}

.bot-setup-info span {
    font-size: 130px;
    margin-right: 35px;
}

.bot-setup-info_step {
    display: flex;
    align-items: center;
    border: 5px dashed #0065FF;
    border-radius: 35px;
    padding-left: 20px;
    width: 600px;
    height: 130px;
    position: relative;
}

.bot-setup-info_step-title {
    font-weight: bold;
    text-align: center;
    width: 200px;
}

.bot-setup-info_step-info {
    width: 340px;
    height: 140px;
    background-color: #438AF7;
    box-shadow: inset 0 0 110px 30px #ffffff;
    border-radius: 30px;
    position: absolute;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.bot-setup-info_step-info div {
    background-color: white;
    border-radius: 25px;
    width: 340px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot-setup-info_step-info div p {
    width: 300px;
}

.bot-setup-info-step1 {
    margin-left: 150px;
}

.bot-setup-info-step2 {
    margin-left: 350px;
}

.bot-setup-info-step3 {
    margin-left: 550px;
}


.tariffs {
    margin-top: 150px;
}

.tariffs h2 {
    font-size: 90px;
}

.tariffs p {
    width: 320px;
}

.tariffs-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.tariffs-blue-box {
    width: 330px;
    height: 560px;
    background-color: #438AF7;
    box-shadow: inset 0 0 110px 30px #ffffff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariffs-info-box {
    background-color: white;
    width: 280px;
    height: 510px;
    border-radius: 30px;
    font-size: 25px;
    position: relative;
}

.tariffs-info-box .tariffs-info-box_title {
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.tariffs-info-box p {
    width: 280px;
    text-align: center;
    margin: 50px 0;
    font-size: 35px;
}

.tariffs-ul-box {
    margin-left: 50px;
    font-weight: 300;
    width: 220px;
    font-size: 20px;
}

.tariffs-info-box .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.tariffs-corporate {
    display: flex;
    justify-content: center;
}

.tariffs-corporate div {
    font-size: 20px;
    max-width: 250px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.questions-block-title {
    text-align: center;
}

.questions-block-title p {
    color: #696969;
    margin: 10px 0;
}

.questions-block {
    margin-top: 150px;
}

.questions-block-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}

.questions-block-title {
    margin-bottom: 50px;
}

.questions-block-item {
    width: 1000px;
}

.questions-block-container-section {
    width: 100%;
    border: 1px solid #595959;
    border-radius: 10px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-size: 25px;
    transition: border-color 0.3s ease;
}

.questions-block-container-section:hover {
    border-color: #438AF7;
}

.questions-block-container-section img {
    width: 40px;
    transition: transform 0.3s ease;
}

.questions-block-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    width: 100%;
}

.questions-block-answer p {
    padding: 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
    flex: 1;
}

/*------------ Footer ------------*/
/*------------ Footer ------------*/
.footer {
    background: linear-gradient(#FFFFFF, #438AF7);
    height: 700px;
    margin-top: 150px;
}

.footer-block {
    width: 100%;
    font-size: 25px;
    font-weight: 300;
}

.footer-block hr {
    border: 2px solid white;
    margin: 40px 0;
}

.footer-container-wraper {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 650px;
    color: white;
}

.footer-logo {
    display: flex;
    align-items: center;
    font-size: 45px;
}

.footer-logo p {
    margin-left: 5px;
}

.footer-info {
    margin: 20px 0;
    width: 550px;
}

.footer-block-links {
    justify-content: space-between;
    font-size: smaller;
}



.footer-links a {
    color: white;
    margin-right: 20px;
}

.footer-links a:last-child {
    color: white;
    margin-right: 0px;
}