@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.custom-container {
    position: relative;
    width: 100%;
    max-width: 1217px;
    margin: 0 auto;
}

section {
    background: #f2f2f2;
}

a {
    color: white;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #3E43E2;
}

.inp-wrapper {
    width: 100%;
    margin-bottom: 36px;
}

.inp-wrapper label {
    width: 100%;
    color: white;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inp-wrapper label .main-inp {
    margin-top: 3px;
}

textarea.main-inp {
    resize: none;
}

.main-inp {
    border-radius: 10px;
    border: 1px solid #D3D3D3;
    background: white;
    color: #1B1B1B;
    padding: 12px 20px;
    outline: none;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

.main-inp::placeholder {
    color: #B8B8B8;
}

.main-btn {
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    outline: none;
    border: none;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-blue {
    background: #3E43E2;
    color: white;
}

.btn-blue:hover {
    color: white;
}

.btn-orange {
    background: #E01C02;
    color: white;
}

.section-subtitle {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.item-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.section-title {
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.section-big-text {
    color: var(--Black-800, #3B3B3B);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.section-text {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.color-white {
    color: white;
}

.color-dark {
    color: #1B1B1B;
}

span.blue {
    color: #3E43E2;
}

.play-button {
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    color: white;
    font-size: 30px;
    position: absolute;
    padding: 15px;
    border: 1px solid white;
    border-radius: 50%;
}

.video-tab-wrapper .image-wrapper {
    display: flex;
    overflow: hidden;
    border-radius: 0 0 12px 12px !important;
    justify-content: center;
    align-items: center;
}

.video-tab-wrapper .nav-tabs {
    align-items: center;
    flex-wrap: nowrap;
}

.video-tab-wrapper .nav-tabs .nav-link {
    background: #E9E9FC;
    border: none;
    padding: 14px 15px;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    border-right: 1px solid #E2E2E2;
}

.video-tab-wrapper .nav-tabs .nav-link .icon-wrapper {
    margin-right: 8px;
}

.video-tab-wrapper .nav-tabs .nav-link.active {
    background: #FFFFFF;
}

.video-tab-wrapper .nav-tabs .nav-item {
    height: max-content;
}

.video-tab-wrapper .nav-tabs .nav-item.text-item {
    height: max-content;
    height: 100%;
    flex: 1;
}

.video-tab-wrapper .nav-tabs .nav-item.text-item .nav-link {
    white-space: nowrap;
    background: unset;
    align-items: center;
    border: none;
}

.dropdown-select {
    background-color: white;
    width: 100%;
    position: relative;
    height: 100%;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}

.dropdown-select .select-box {
    display: none !important;
}

.dropdown-select .selection-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 20px;
}

.dropdown-select .selection-wrapper .arrow {
    margin-left: 12px;
}

.dropdown-select .selection-wrapper .arrow i {
    color: #B6B6B6;
}

.dropdown-select .selection-wrapper div.selection {
    display: flex;
    height: max-content;
    justify-content: space-between;
    align-items: center;
    color: #B8B8B8;
    text-overflow: ellipsis;
    /* Body 2 */
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown-select .selection-wrapper div.selection .img-wrapper {
    width: 21px;
    margin-right: 12px;
}

.dropdown-select ul {
    z-index: 9;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.dropdown-select ul.list-items {
    right: 0;
    position: absolute;
    width: max-content;
    border-radius: 8px;
    visibility: hidden;
    background-color: #f0f0f3;
    height: 0;
    max-height: 214px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: 0.3s all ease-in-out;
    padding-bottom: 2px;
    margin-bottom: 2px;
    top: calc(100% + 4px);
    max-width: 240px;
}

.dropdown-select ul.list-items.open {
    height: 214px;
    visibility: visible;
}

.dropdown-select ul.list-items li {
    color: var(--black-900, #1B1B1B);
    /* Body 3 */
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 20px;
    height: max-content;
    background-color: #fff;
    margin: 0 2px;
    display: flex;
}

.dropdown-select ul.list-items li .img-wrapper {
    width: 22.5px;
    margin-right: 12px;
}

.dropdown-select ul.list-items li.active {
    background: #F2F2F2;
}

.dropdown-select ul.list-items li:hover {
    background: #F2F2F2;
}

header {
    z-index: 2;
    padding: 8px 0;
    background: #1B1B1B;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
}

header .navbar .navbar-brand {
    padding: 0;
    max-width: 160px;
}

header .navbar .navbar-collapse {
    justify-content: flex-end;
}

header .navbar .navbar-collapse .nav-item {
    display: flex;
    align-items: center;
    margin-left: 64px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header .navbar .navbar-collapse .nav-item:first-child {
    margin-left: 0;
}

.hero {
    overflow: hidden;
    padding-top: 132px;
    padding-bottom: 162px;
    position: relative;
}

.hero .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/group.svg"), #110b29;
    background-size: cover;
    top: 0;
}

.hero .top-elips {
    filter: blur(310px);
    background: #E01B01;
    border-radius: 1503.398px;
    position: absolute;
    width: 651.152px;
    height: 1503.398px;
    transform: rotate(28.303deg);
    top: -946px;
    left: 49%;
}

.hero .right-elips {
    position: absolute;
    width: 1324px;
    height: 1324px;
    transform: rotate(65.637deg);
    border-radius: 1324px;
    background: var(--Blue-800, #2621BF);
    filter: blur(310px);
    right: -700px;
    top: -200px;
}

.hero .bottom-elips {
    position: absolute;
    width: 1642px;
    height: 686px;
    transform: rotate(65.637deg);
    border-radius: 1642px;
    background: #2621BF;
    filter: blur(210px);
    top: 100%;
    left: -60%;
    bottom: -63%;
}

.hero .hero-wrapper {
    z-index: 2;
    position: relative;
}

.hero .hero-wrapper .hero-title {
    margin: auto;
    max-width: 646px;
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px; /* 142.857% */
}

.hero .hero-wrapper .hero-description {
    width: 100%;
    padding: 12px 0 36px;
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero .hero-wrapper .enter-link-wrapper {
    display: flex;
    justify-content: center;
}

.hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper {
    margin-right: 16px;
    display: flex;
    position: relative;
}

.hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .image-wrapper {
    display: flex;
    align-items: center;
    width: 24px;
    position: absolute;
    left: 24px;
    height: 100%;
}

.hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .main-inp {
    min-width: 345px;
    padding-left: 60px;
    border-right: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .dropdown-select {
    position: unset;
    border: 1px solid #D3D3D3;
    border-left: none;
}

.hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .dropdown-select div.selection {
    border-left: 1px solid #D3D3D3;
    padding-left: 12px;
}

.hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .dropdown-select .list-items {
    width: 50%;
}

.hero .hero-wrapper .watch-line {
    display: flex;
    justify-content: flex-end;
    padding-right: 17%;
}

.hero .hero-wrapper .watch-line .watch-button-wrapper {
    position: relative;
    width: 156px;
    height: 163px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .hero-wrapper .watch-line .watch-button-wrapper .background-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .hero-wrapper .watch-line .watch-button-wrapper .watch-button {
    width: 122.5px;
    height: 122.5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #EBE7F4;
    background: rgba(0, 0, 0, 0.25);
    padding: 36px 30px;
}

.information {
    padding-top: 64px;
    padding-bottom: 1px;
}

.information .row {
    margin-bottom: 128px;
}

.information .text-wrapper {
    max-width: 564px;
}

.information .text-wrapper .section-subtitle span {
    display: block;
}

.information .text-wrapper.custom-padding {
    padding-left: 20px;
}

.information .image-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.voice-adv {
    padding: 128px 0;
    background: #1B1B1B;
    position: relative;
    overflow: hidden;
}

.voice-adv .text-wrapper {
    padding-top: 41px;
}

.voice-adv .text-wrapper .section-subtitle {
    margin-bottom: 16px;
}

.voice-adv .section-title {
    margin-bottom: 64px;
}

.voice-adv .right-elips {
    border-radius: 399.037px;
    background: #E01B01;
    filter: blur(310px);
    width: 399.037px;
    height: 399.037px;
    transform: rotate(65.637deg);
    position: absolute;
    right: -100px;
    bottom: 20px;
}

.voice-adv .left-elips {
    border-radius: 399.037px;
    background: #3E43E2;
    width: 399.037px;
    height: 399.037px;
    transform: rotate(65.637deg);
    left: -240px;
    top: -240px;
    position: absolute;
    filter: blur(370px);
}

.ready {
    padding: 108px 0 104px;
}

.ready .section-title {
    margin-bottom: 64px;
}

.ready .ready-item-wrapper .ready-tools-wrapper.padding {
    padding: 40px 36px 30px;
}

.ready .ready-item-wrapper .ready-tools-wrapper {
    border-radius: 12px;
    width: 100%;
}

.ready .ready-item-wrapper .ready-tools-wrapper .svg-wrapper.margin {
    margin-bottom: 9px;
}

.ready .ready-item-wrapper .ready-tools-wrapper .icon-wrapper {
    position: relative;
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
}

.ready .ready-item-wrapper .ready-tools-wrapper .icon-wrapper .youtube-wrapper {
    color: #0719B5;
    transform: rotate(-9.04deg);
    font-size: 81px;
}

.ready .ready-item-wrapper .ready-tools-wrapper .icon-wrapper .url-icon-wrapper {
    bottom: 10px;
    right: -14px;
    color: #0719B5;
    position: absolute;
    font-size: 22px;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ready .ready-item-wrapper .ready-tools-wrapper .enter-inp-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.ready .ready-item-wrapper .ready-tools-wrapper .enter-inp-wrapper .image-wrapper {
    left: 24px;
    position: absolute;
    width: 24px;
}

.ready .ready-item-wrapper .ready-tools-wrapper .enter-inp-wrapper .main-inp {
    padding-left: 60px;
}

.ready .ready-item-wrapper .ready-tools-wrapper .image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ready .ready-item-wrapper .steps-wrapper {
    display: flex;
    padding-top: 36px;
}

.ready .ready-item-wrapper .steps-wrapper .step-number {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #3E43E2;
    color: white;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ready .ready-item-wrapper .steps-wrapper .step-number.orange {
    background: #E01C02;
}

.ready .ready-item-wrapper .steps-wrapper .text-wrapper {
    flex: 1;
    padding-left: 16px;
}

.ready .ready-item-wrapper .steps-wrapper .text-wrapper .step-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
}

.connect {
    overflow: hidden;
    padding: 86px 0 186px;
    background: #272629;
    position: relative;
}

.connect .section-title {
    margin: auto;
    max-width: 784px;
}

.connect .btn-wrapper {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.connect .btn-wrapper .main-btn {
    width: max-content;
}

.connect .img {
    width: 1974px;
    position: absolute;
    bottom: 0;
    transform: translate(-59%, 0%);
    left: 50%;
}

.choose {
    padding: 128px 0;
}

.choose .section-title {
    color: #1B1B1B;
    text-align: left;
}

.choose .item-title {
    margin-bottom: 4px;
    margin-top: 24px;
}

.choose .icon-wrapper {
    width: 83px;
    height: 83px;
    background: #E9E9FC;
    border-radius: 10px;
    padding: 24px;
}

.choose .custom-margin {
    margin-top: 64px;
}

.statistic {
    background: #272629;
    padding: 103px 0;
}

.statistic .number-wrapper {
    text-align: center;
    color: #7B80EE;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.statistic .info {
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 125% */
}

.samples {
    padding: 128px 0 83px;
}

.samples .section-big-text {
    text-align: center;
    margin-bottom: 10px;
}

.samples .item-title {
    margin-top: 20px;
}

.samples .custom-margin {
    margin-top: 54px;
}

.samples .play-button {
    width: 74px;
    height: 74px;
}

.easy-download {
    background: #E9E9FC;
    padding: 112px 0 134px;
}

.easy-download .section-subtitle {
    margin-bottom: 43px;
}

.easy-download .icon-wrapper {
    width: 36px;
    margin-bottom: 16px;
}

.easy-download .item-title {
    margin-bottom: 4px;
}

.easy-download .section-big-text {
    max-width: 318px;
}

.languages {
    position: relative;
    background: #1B1B1B;
    overflow: hidden;
}

.languages .section-title {
    position: relative;
    z-index: 2;
}

.languages .elips-top-left {
    width: 651.152px;
    height: 1503.398px;
    transform: rotate(28.303deg);
    border-radius: 1503.398px;
    background: #E01C02;
    filter: blur(310px);
    position: absolute;
    bottom: calc(100% - 200px);
    right: calc(100% - 644px);
}

.languages .elips-top-right {
    transform: rotate(65.637deg);
    position: absolute;
    width: 1324px;
    height: 1324px;
    border-radius: 1324px;
    background: #2621BF;
    filter: blur(310px);
    bottom: calc(100% - 400px);
    left: calc(100% - 644px);
}

.languages .left-gradient {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 22%;
    height: 100%;
    top: 0;
    background: linear-gradient(270deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 100%);
}

.languages .tight-gradient {
    z-index: 2;
    position: absolute;
    right: 0;
    width: 22%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 100%);
}

.languages .language-wrapper {
    margin-top: 48px;
}

.languages .language-wrapper .language-row {
    margin-top: 30px;
    display: flex;
}

.languages .parent-title-40-languages {
    position: absolute;
    left: 50%;
    width: 100%;
    text-align: center;
    top: 112px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.languages .parent-title-40-languages * {
    margin: 0;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 48px;
    line-height: 72px;
    font-family: 'Poppins';
}

.languages .language-wrapper .language-row:nth-child(odd) {
    transform: translateX(-90px);
}

.languages .language-wrapper .language-item {
    z-index: 1;
    margin-left: 20px;
    padding: 25px 35px;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    width: max-content;
    align-items: center;
}

.languages .language-wrapper .language-item .image-wrapper {
    width: 33px;
}

.languages .language-wrapper .language-item .text-wrapper {
    color: white;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 16px;
}

.choose-plan {
    position: relative;
    padding: 112px 0 128px;
    overflow: hidden;
}

.choose-plan .bottom-left-elips {
    width: 1146.085px;
    height: 1138.022px;
    transform: rotate(131.494deg);
    border-radius: 1146.085px;
    background: #E01C02;
    filter: blur(310px);
    position: absolute;
    top: calc(100% - 180px);
    left: 0;
}

.choose-plan .bottom-right-elips {
    width: 1146.085px;
    height: 1138.022px;
    transform: rotate(131.494deg);
    background: #E01C02;
    border-radius: 1146.085px;
    background: var(--Blue-800, #2621BF);
    filter: blur(310px);
    position: absolute;
    top: calc(100% - 180px);
    right: 0;
}

.choose-plan .section-big-text {
    text-align: center;
    padding: 12px 0 51px;
}

.choose-plan .tool-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}

.choose-plan .tool-wrapper .labels {
    padding: 0 16px;
    color: #170F49;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.choose-plan .tool-wrapper .form-check-input {
    width: 74px;
    height: 33px;
    outline: none;
    box-shadow: unset;
    background-color: #C8C8F7;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.choose-plan .tool-wrapper .form-check-input[type=checkbox]:checked {
    background-color: #3E43E2;
}

.choose-plan .tool-wrapper .sale {
    color: #E01C02;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: -24px;
}

.choose-plan .price-item-wrapper {
    position: relative;
    z-index: 2;
    padding: 36px;
    background-color: #E9E9FC;
    border-radius: 15px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.choose-plan .price-item-wrapper .item-title {
    position: relative;
}

.choose-plan .price-item-wrapper .item-title .most-popular {
    position: absolute;
    border-radius: 10px 0px 0px 10px;
    background: #7B80EE;
    color: white;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    right: -36px;
    top: 0;
}

.choose-plan .price-item-wrapper .price-item {
    color: #3E43E2;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 12px 0 24px;
}

.choose-plan .price-item-wrapper .section-text {
    font-weight: 600;
}

.choose-plan .price-item-wrapper .privileges {
    padding: 20px 0 0;
    list-style: none;
}

.choose-plan .price-item-wrapper .privileges li {
    padding-bottom: 12px;
    display: flex;
    position: relative;
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.choose-plan .price-item-wrapper .privileges li .text {
    flex: 1;
}

.choose-plan .price-item-wrapper .privileges li .icon {
    background-color: #3E43E2;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.footer {
    background: #1B1B1B;
    padding: 48px 0 42px;
}

.footer .logo-wrap {
    margin: auto;
    width: 157px;
}

.footer .links-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 36px 0;
}

.footer .links-wrapper .link-item {
    position: relative;
    padding: 0 36px 10px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer .links-wrapper .link-item:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    right: 0;
    top: 8px;
    display: flex;
    align-items: center;
}

.footer .links-wrapper .link-item:last-child:after {
    display: none;
}

.footer .copyright {
    text-align: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact {
    position: relative;
    padding: 156px 0 128px;
    background-color: #1B1B1B;
    overflow: hidden;
}

.contact .top-right-elips {
    border-radius: 399.037px;
    background: var(--red-800, #E01B01);
    filter: blur(310px);
    width: 399.037px;
    height: 399.037px;
    transform: rotate(65.637deg);
    position: absolute;
    right: 0;
    top: 0;
}

.contact .bottom-left-elips {
    width: 399.037px;
    height: 399.037px;
    transform: rotate(65.637deg);
    border-radius: 399.037px;
    background: var(--blue-500, #3E43E2);
    filter: blur(310px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact .icon-wrapper {
    width: 25%;
    margin-bottom: 42px;
}

.contact .title {
    color: white;
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
}

.contact .section-big-text {
    color: white;
    margin-top: 16px;
}

.contact .links-wrapper {
    display: flex;
    padding-top: 48px;
}

.contact .links-wrapper .link-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 16px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}

.contact .links-wrapper .link-item a:hover {
    color: #3E43E2;
}

.contact .contact-form-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    padding: 48px;
    background: rgba(255, 255, 255, 0.1);
    justify-content: space-between;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.contact .contact-form-wrapper .half {
    width: 48%;
}

.contact .contact-form-wrapper .btn-wrapper {
    margin-top: 48px;
    width: 100%;
}

.contact .contact-form-wrapper .btn-wrapper .main-btn {
    width: 100%;
}

.contact .contact-form-wrapper .btn-wrapper .helper-text {
    margin-top: 12px;
    color: #6D6D6D;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pt-54 {
    padding-top: 54px;
}

.rounded-nav-item:first-child .nav-link {
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.rounded-nav-item:last-child .nav-link {
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.row {
    margin: 0;
}

.z-index-1 {
    z-index: 1;
}

.icon-play-btn {
    width: 76.56px;
    height: 76.56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.icon-play-btn:hover,
.icon-play-btn:active,
.icon-play-btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.mobile_lang_rows_img {
    display: none;
}

.lip-sync-img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}


.range-two-image[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    pointer-events: none;
}

.range-two-image[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22.76px;
    height: 22.76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #E01C01;
    cursor: grab;
    pointer-events: all
}

.range-two-image[type="range"]::-webkit-slider-thumb:active {
    cursor: grabbing
}

.range-two-image[type="range"]::-moz-range-track {
    background: transparent;
    height: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.range-two-image[type="range"]::-moz-range-thumb {
    width: 22.76px;
    height: 22.76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #E01C01;
    cursor: grab;
    pointer-events: all
}

.range-two-image[type="range"]::-moz-range-thumb:active {
    cursor: grabbing
}

.range-two-image[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    cursor: grab;
}

.range-two-image[type="range"]::-ms-fill-lower {
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.range-two-image[type="range"]::-ms-fill-upper {
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.range-two-image[type="range"]::-ms-thumb {
    width: 22.76px;
    height: 22.76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #E01C01;
    cursor: grab;
    pointer-events: all
}

.range-two-image[type="range"]::-ms-thumb:active {
    cursor: grabbing
}

@media (max-width: 1440px) {
    .video-tab-wrapper .nav-tabs .nav-link {
        padding: 14px 14px;
    }

    .video-tab-wrapper .nav-tabs .nav-item.text-item .nav-link {
        padding: 0 0 0 10px;
    }

    .video-tab-wrapper .nav-tabs .nav-link .icon-wrapper {
        margin-right: 4px;
    }
    .languages .parent-title-40-languages {
        top: 80px;
    }
}

@media (max-width: 1199px) {
    .languages .parent-title-40-languages {
        top: 50px;
    }
}

@media (max-width: 991px) {
    .languages .parent-title-40-languages * {
        font-size: 40px;
    }

    .custom-container {
        padding: 0 20px;
    }

    .section-subtitle {
        font-size: 30px;
        line-height: 38px;
    }

    .section-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 45px;
    }

    header {
        padding: 0;
    }

    header .navbar {
        flex-wrap: nowrap;
        padding: 11px 0;
    }

    header .navbar .navbar-brand {
        width: 115px;
        margin: 0;
    }

    header .navbar .navbar-collapse {
        width: max-content;
        display: flex;
    }

    header .navbar .navbar-collapse .nav-item {
        display: none;
    }

    header .navbar .navbar-collapse .nav-item:last-child {
        display: block;
    }

    header .navbar .main-btn {
        font-size: 12px;
        font-weight: 400;
    }

    .hero {
        padding: 132px 20px 90px;
    }

    .hero .background-image {
        width: 1440px;
        left: 0;
    }

    .hero .top-elips {
        left: 80%;
    }

    .hero .right-elips {
        display: none;
    }

    .hero .bottom-elips {
        left: 0;
        transform-origin: top;
    }

    .hero .hero-wrapper .hero-title {
        color: white;
        text-align: center;
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 45px;
    }

    .hero .hero-wrapper .hero-description {
        padding: 18px 0 64px;
    }

    .hero .hero-wrapper .enter-link-wrapper {
        flex-wrap: wrap;
    }

    .hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper {
        margin: 0;
        width: 100%;
    }

    .hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .main-inp {
        min-width: unset;
    }

    .hero .hero-wrapper .enter-link-wrapper .enter-inp-wrapper .dropdown-select {
        width: max-content;
    }

    .hero .hero-wrapper .enter-link-wrapper .main-btn {
        width: 100%;
        margin-top: 24px;
    }

    .hero .hero-wrapper .watch-line {
        padding: 0;
        justify-content: center;
    }

    .video-tab-wrapper .nav-tabs {
        flex-wrap: nowrap;
    }

    .video-tab-wrapper .nav-tabs .nav-item.text-item .nav-link {
        padding: 0 12px;
        align-items: center;
        height: 100%;
        justify-content: left;
    }

    .information {
        padding-top: 83px;
        padding-bottom: 73px;
    }

    .information .col-12 {
        margin-bottom: 34px;
    }

    .information .row {
        margin-bottom: 59px;
    }

    .information .row.md-reverse {
        flex-direction: column-reverse;
    }

    .voice-adv {
        padding: 68px 0 20px;
    }

    .voice-adv .text-wrapper {
        padding-top: 36px;
        margin-bottom: 92px;
    }

    .voice-adv .audio-wrapper .arm-player:last-child {
        margin: 0;
    }

    .ready {
        padding: 71px 0 43px;
    }

    .ready .section-title {
        margin-bottom: 70px;
    }

    .ready .ready-item-wrapper .ready-tools-wrapper.padding {
        padding: 34px 23px 30px;
    }

    .ready .ready-item-wrapper .steps-wrapper {
        padding-top: 24px;
        margin-bottom: 64px;
    }

    .connect {
        padding: 75px 0 148px;
    }

    .choose {
        padding: 81px 0 103px;
    }

    .choose .section-title {
        text-align: center;
    }

    .choose .wrapper {
        display: flex;
        align-items: flex-start;
    }

    .choose .wrapper .item-title {
        margin-top: 0;
    }

    .choose .wrapper .icon-wrapper {
        margin-right: 24px;
    }

    .choose .wrapper .text-wrapper {
        flex: 1;
    }

    .statistic {
        padding: 80px 0 25px;
    }

    .statistic .col-12 {
        margin-bottom: 76px;
    }

    .easy-download {
        padding: 64px 0 54px;
    }

    .easy-download .section-subtitle {
        text-align: center;
    }

    .easy-download .easy-wrapper {
        margin-bottom: 64px;
        display: flex;
    }

    .easy-download .easy-wrapper .icon-wrapper {
        margin-right: 24px;
    }

    .easy-download .easy-wrapper .text-wrapper {
        flex: 1;
    }

    .easy-download .easy-wrapper .section-big-text {
        max-width: unset;
    }

    .languages {
        padding: 45px 0 84px;
    }

    .languages .elips-top-right {
        bottom: unset;
        top: calc(100% - 400px);
    }

    .languages .language-wrapper {
        margin-top: 92px;
    }

    .choose-plan {
        padding: 94px 0 118px;
    }

    .choose-plan .section-big-text {
        padding: 18px 0 62px;
    }

    .choose-plan .tool-wrapper {
        margin-bottom: 64px;
    }

    .choose-plan .custom-margin {
        margin-bottom: 30px;
    }

    .choose-plan .bottom-right-elips {
        left: 371px;
        top: 30%;
    }

    .choose-plan .bottom-left-elips {
        top: 40%;
        right: 30%;
        left: unset;
    }

    .footer .links-wrapper .link-item {
        padding: 0 20px 10px;
    }

    .contact {
        padding: 186px 0 118px;
    }

    .contact .icon-wrapper {
        margin: 0 auto 36px;
    }

    .contact .title {
        text-align: center;
    }

    .contact .section-big-text {
        text-align: center;
    }

    .contact .links-wrapper {
        justify-content: center;
        margin-bottom: 180px;
    }

    .contact .contact-form-wrapper .half {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .languages .parent-title-40-languages * {
        font-size: 38px;
    }
}

@media (max-width: 600px) {
    .video-tab-wrapper .nav-tabs .nav-item .nav-link {
        padding: 14px 16px;
    }
}

@media (max-width: 575px) {
    .languages .parent-title-40-languages {
        top: 45px;
        max-width: 396px;
    }

    .languages .parent-title-40-languages * {
        font-size: 36px;
        line-height: 45px;
    }

    .language_rows_img {
        display: none;
    }

    .mobile_lang_rows_img {
        display: block;
        max-height: 1018px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .languages {
        padding: 0;
    }

    .elips-top-right {
        display: none;
    }

    .elips-top-left {
        display: none;
    }
}

@media (max-width: 400px) {
    .video-tab-wrapper .nav-tabs .nav-item .nav-link {
        padding: 8px 12px;
    }

    .mobile_lang_rows_img {
        max-height: 730px;
    }

    .languages .parent-title-40-languages {
        top: 8px;
        max-width: 396px;
    }
}

@media (max-width: 320px) {
    .mobile_lang_rows_img {
        max-height: 577px;
    }
}

/*# sourceMappingURL=style.css.map */
