.centered-text {
    display: block;
    text-align: center;
}
.first-screen-container {
    background: linear-gradient(180deg, #84A0FF 0%, #FFFFFF 76%);
    padding-top: 30px;
}
.banner-btn {
    text-decoration: none;
}
.page-banner {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    padding: 67px 50px 66px 50px;
    display: flex;
    margin-bottom: 30px;
}
.page-banner .text-container {
    max-width: 555px;
}
.page-banner h1 {
    font-weight: 600;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    color: var(--header);
    margin-bottom: 30px;
}
.page-banner h1 span {
    color: var(--blue);
}
.page-banner p {
    margin-bottom: 50px;
}
.page-banner .main-illustration {
    position: absolute;
    right: 233px;
    top: -35px;
}
.page-banner .ya-badge {
    position: absolute;
    top: 20px;
    right: 20px;
}
.page-banner:before {
    content: url(img/cloud1.webp);
    display: block;
    position: absolute;
    width: 172px;
    height: 102px;
    top: 143px;
    right: 96px;
}
.page-banner:after {
    content: url(img/cloud2.webp);
    display: block;
    position: absolute;
    width: 111px;
    height: 66px;
    top: 303px;
    right: 50px;
}
.advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.advantages .item {
    border: 1px solid var(--border);
    background: var(--grey-bg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}
.advantages .name {
    font-weight: 600;
    color: var(--blue);
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-bottom: 10px;
}
.advantages .name + p {
    font-weight: 500;
    color: var(--text);
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    margin: 0;
}
.solution-description {
    margin-top: 120px;
}
.solution-description h2 {
    max-width: 586px;
    margin: 0 auto;
}
.solution-description .tab-selector {
    margin-top: 60px;
}
.solution-description .presentation {
    border: 1px solid var(--border);
    background: var(--grey-bg);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 95px;
    padding: 55px 50px 55px 0;
    display: flex;
}
.solution-description .presentation .img-container {
    max-width: 335px;
    min-width: 335px;
    position: relative;
}
.solution-description .presentation img {
    position: absolute;
    right: 50px;
    top: -110px;
    width: 264px;
    height: 410px;
}
.solution-description .tab:nth-of-type(1) .presentation img {
    right: 51px;
}
.solution-description .tab:nth-of-type(2) .presentation img {
    width: 211px;
}
.solution-description .tab:nth-of-type(3) .presentation img {
    width: 226px;
    right: 56px;
}
.solution-description h3 {
    font-size: 1.3125rem;
    line-height: 1.9375rem;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 25px;
}
.solution-description h3 span {
    color: var(--blue);
}
.solution-description h3 + p {
    margin-bottom: 35px;
}
.solution-description .presentation button {
    border: none;
    outline: none;
    background: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.3529rem;
    color: var(--blue);
}
.solution-description .rent h2 + p {
    max-width: 685px;
    margin: 20px auto 40px;
}
.solution-description .fresh h2 + .table-container {
    margin-top: 40px;
}
.solution-description .fresh tr td:not(:first-of-type) {
    text-align: center;
    vertical-align: center;
}
.solution-description .fresh .checkmark-green {
    display: inline-block;
    width: 17px;
    height: 12px;
    background: url('img/checkmark-green-icon.svg') no-repeat;
}
.solution-description .fresh .checkmark-cross {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('img/red-cross-icon.svg') no-repeat;
}
.solution-description .table-footnote {
    display: block;
    margin: 40px 0 20px;
    text-align: center;
}
.solution-description .table-footnote span {
    color: var(--red);
}
.solution-description .table-footnote + button {
    display: block;
    margin: 0 auto 80px;
}
.solution-description .rent-fresh-diff h2 {
    max-width: 100%;
    margin-bottom: 30px;
}
.solution-description .local h2 + p {
    margin: 20px auto 40px;
}
.solution-description .local h2 + p + button {
    display: block;
    margin: 0 auto;
}
.cloud-benefits {
    padding: 120px 0;
    margin: 20px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #C4D2FF 50%, #FFFFFF 100%);
}
.cloud-benefits h2 {
    margin-bottom: 50px;
}
.cloud-benefits .inner-container.slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(360px, 1fr));
    gap: 30px;
    align-items: stretch;
}
.cloud-benefits .item {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid var(--border);
}
.cloud-benefits .name {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    font-weight: 600;
    color: var(--header);
    margin: 25px 0 20px;
}
.cloud-benefits p {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
}
.webinar-cta {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: var(--grey-bg);
    border: 1px solid var(--border);
    padding: 50px;
    display: flex;
}
.webinar-cta .badge,
.try-now .badge  {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
    background: rgba(76, 117, 255, .1);
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    border-radius: 17.5px;
    padding: 10px 15px;

}
.webinar-cta h2 {
    margin: 30px 0 20px;
}
.webinar-cta h2 + p {
    margin-bottom: 30px;
}
.webinar-cta a {
    margin-top: 50px;
}
.webinar-cta .image-container {
    width: 493px;
    position: relative;
}
.webinar-cta img {
    position: absolute;
    right: 0;
    top: -70px;
}
.popular-programs {}
.popular-programs h2 {
    margin: 120px 0 60px;
}
.slider-container {
    position: relative;
}
.slider-wrapper {
    overflow: hidden;
    cursor: grab;
}
.slider-wrapper.dragging {
    cursor: grabbing;
}
.slider {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
}
.slide {
    flex: 0 0 calc(33.333% - 30px);
}
.slider-btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transform: translateY(-50%);
    background: var(--grey-bg);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--blue);
    z-index: 10;
}
.slider-btn,
.slider-btn path {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.slider-btn:hover {
    background: var(--blue);
}
.slider-btn:hover path {
    fill: #fff;
}
.prev {
    left: -90px;
    margin-top: -50px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.next {
    right: -90px;
}
.popular-programs .item {
    border: 1px solid var(--border);
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 420px;
    user-select: none;
}
.slider-container .inner-container {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 30px;
}
.slider-container .image-container {
    background: var(--grey-bg);
    padding: 30px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.slider-container .text-container {
    padding: 25px 25px 30px;
}
.slider-container .text-container h3 {
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    color: var(--header);
}
.slider-container .text-container h3 + p {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin: 15px 0 30px;
}
.popular-programs .tab-container + button {
    display: block;
    margin: 60px auto 0;
}
.try-now {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: var(--blue);
    margin: 120px 0 150px;
    display: flex;
    padding: 50px 50px 80px;
}
.try-now .badge {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    margin-bottom: 30px;
}
.try-now .text-container {
    max-width: 650px;
}
.try-now h2 {
    color: #fff;
}
.try-now h2 + p {
    color: rgba(255, 255, 255, .8);
    margin: 20px 0 50px;
}
.try-now .flex-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.try-now .flex-container span {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    color: rgba(255, 255, 255, .8);
}
.try-now .img-container {
    position: relative;
}
.try-now img {
    position: absolute;
}
.try-now .img-container img {
    left: 75px;
    top: 15px;
    width: 381px;
    height: 410px;
}
.try-now .cloud-1 {
    top: 40px;
    right: 60px;
}
.try-now .cloud-2 {
    bottom: 77px;
    right: 465px;
}
.try-now .cloud-3 {
    left: -50px;
    bottom: -30px;
}
.fast-connect {}
.fast-connect h2 {
    margin-bottom: 50px;
}
.fast-connect .item {
    display: flex;
    align-items: center;
    gap: 40px;
}
.fast-connect .item:not(:last-of-type) {
    margin-bottom: 30px;
}
.fast-connect .name {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    color: var(--header);
    display: block;
    margin-bottom: 15px;
}
.fast-connect .item + p {
    display: block;
    max-width: 740px;
    padding: 60px 0 40px;
}
.time-money {
    max-width: 1140px;
    margin: 160px auto 0;
}
.time-money h2 {
    margin-bottom: 60px;
}
.time-money .tab-selector {
    grid-template-columns: repeat(5, fit-content(100%));
    margin-bottom: 75px;
}
.time-money .tab:nth-of-type(1) img {
    width: 221px;
    height: 601px;
}
.time-money .tab:nth-of-type(2) img {
    width: 273px;
    height: 600px;
}
.time-money .tab:nth-of-type(3) img {
    width: 243px;
    height: 601px;
}
.time-money .tab:nth-of-type(4) img {
    width: 222px;
    height: 601px;
}
.time-money .tab:nth-of-type(5) img {
    width: 295px;
    height: 628px;
    position: relative;
    top: -35px;
}
.time-money .presentation {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.time-money .presentation ul {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}
.time-money .presentation ul li {
    position: relative;
    padding-left: 17px;
}
.time-money .presentation ul li:before {
    content: '';
    display: block;
    background: var(--blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 12px;
}
.time-money .presentation ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.qna h2 {
    margin-bottom: 60px;
}
.accordion * {
    outline: none;
}
.accordion-details {
    border-top: 1px solid var(--border);
}
.accordion .accordion-content:last-of-type {
    border-bottom: 1px solid var(--border);
}
.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    padding-bottom: 46.5px;
}
.accordion-content-body {
    overflow: hidden;
}
.accordion-details[open] + .accordion-content {
    grid-template-rows: 1fr;
}
.accordion-details summary::-webkit-details-marker,
.accordion-details summary::marker {
    display: none;
    content: "";
}
.accordion-details summary {
    position: relative;
    padding-top: 46.5px;
    padding-right: 60px;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.8125rem;
    color: var(--header);
}
.accordion-details summary:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--grey-bg) url(img/qna-arrow-icon.svg) center no-repeat;
    top: 35px;
    right: 0;
    position: absolute;
    transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
}
.accordion-details summary:hover:after {
    background: var(--blue) url(img/qna-arrow-icon--white.svg) center no-repeat;
}
.accordion-details[open] summary:after {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
.accordion-details .accordion-title {
    font-weight: 600;
    font-size: 1.188rem;
    line-height: 1.688rem;
    color: var(--header-color);
}
.accordion-content  p {
    padding: 25px 2vw 0 0;
}
.about {
    margin: 40px 0 0;
    padding: 120px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #C4D2FF 50%, #FFFFFF 100%);
}
.about h2 + p {
    margin: 20px 0 70px;
}
.about .flex-container {
    display: flex;
    align-items: flex-start;
    gap: 90px;
    max-width: 1120px;
    margin: 0 auto;
}
.about .numbers-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 10px;
    margin-bottom: 50px;
}
.about .numbers-container .item {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--border);
    padding: 25px 30px;
}
.about .numbers-container .item h3 {
    font-weight: 500;
    font-size: 2.5625rem;
    line-height: 100%;
    color: var(--blue);
    margin-bottom: 10px;
}
.additional-services {
    background: linear-gradient(180deg, #FFFFFF 0%, #C4D2FF 50%, #FFFFFF 100%);
    padding: 120px 0 60px;
}
.additional-services h2 {
    margin-bottom: 50px;
}
.additional-services .item {
    border: 1px solid var(--border);
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.additional-services .item:not(:last-of-type) {
    margin-bottom: 30px;
}
.additional-services .icon-container {
    background: var(--grey-bg);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 120px;
    min-width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.additional-services h3 {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 15px;
}
.additional-services p {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
}
.additional-services .item + button[type="button"] {
    display: block;
    margin: 60px auto 0;
}
.fast-start {
    margin: 70px auto 0;
    max-width: 1170px;
}
.fast-start h2 + p {
    margin: 30px 0 80px;
}
.fast-start .flex-container {
    display: flex;
    gap: 80px;
}
.fast-start .text-container {
    padding-top: 30px;
}
.fast-start h3 {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    font-weight: 600;
    color: var(--header);
}
.fast-start ul {
    margin: 25px 0 50px;
    padding: 0;
    list-style: none;
}
.fast-start ul li {
    position: relative;
    padding-left: 17px;
}
.fast-start ul li:before {
    content: '';
    display: block;
    background: var(--blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 12px;
}
.fast-start ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.articles {
    margin-top: 140px;
}
.articles h2 {
    margin-bottom: 50px;
}
.articles .inner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}
.articles .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #fff;
    overflow: hidden;
}
.articles .img-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    width: 100%;
    background: linear-gradient(72.69deg, #1E3C72 0%, #89216B 100%);
}
.articles .item:nth-of-type(2) .img-container {
    background: linear-gradient(72.69deg, #512C7B 0%, #2553BB 100%);
}
.articles .item:nth-of-type(3) .img-container {
    background: linear-gradient(72.69deg, #F56E53 0%, #FFBD65 100%);
}
.articles .text-container {
    padding: 25px 25px 30px;
}
.articles h3 {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
    font-weight: 600;
    color: var(--header);
}
.articles p {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin: 15px 0 30px;
}
.articles a {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    text-decoration: none;
    color: var(--blue);
}
.articles a:hover {
    color: var(--grey-text);
}
.page-contacts {
    margin: 120px 0 70px;
}
.page-contacts #contacts-map-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
}
.page-contacts .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
.page-contacts .text-container {
    padding-bottom: 70px;
}
.page-contacts h2 {
    max-width: 380px;
}
.page-contacts .section-header,
.page-contacts a {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
}
.page-contacts .section-header {
    color: var(--grey-text);
    display: block;
    margin: 30px 0 10px;
    font-weight: 600;
}
.page-contacts a {
    font-weight: 500;
    color: var(--text);
    display: inline-block;
    margin-bottom: 15px;
}

html body .ab-select-container {
    position: relative;
    display: block;
    width: 300px;
    margin: 40px auto 75px;
    outline: none;
}

html body .ab-select-container:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url(img/dropdown-arrow.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 25.5px;
    right: 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    pointer-events: none
}
html body .ab-select-container.active:after {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: FlipV
}
html body .ab-select-container .ab-select {
    cursor: pointer;
    width: 100%;
    font-variant: lining-nums;
    font-size: 0.938rem;
    line-height: 1.188rem;
    font-weight: 500;
    color: var(--grey-text);
    background: var(--grey-bg);
    padding: 18px;
    border: 1px solid var(--border);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

html body .ab-select-container .ab-options-container {
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 20
}

html body .ab-select-container.active .ab-options-container {
    border: 1px solid #e2e6ed;
    max-height: 1000px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(88, 105, 156, .1);
    -moz-box-shadow: 0 10px 20px 0 rgba(88, 105, 156, .1);
    box-shadow: 0 10px 20px 0 rgba(88, 105, 156, .1)
}

html body .ab-select-container .ab-options-container .ab-options--item {
    font-family: RalewaySemiBold, sans-serif;
    font-size: 13px;
    line-height: 32px;
    color: #58699c;
    padding: 6.5px 18px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap
}

html body .ab-select-container .ab-options-container .ab-options--item:hover {
    background: #f8f9fa
}





@media (min-width: 768px) {
    #slider-fa .next,
    #slider-fa .prev {
        display: none;
    }
}
@media (min-width: 1200px) {
    .ab-select-container.lowres-nav {
        display: none;
    }
}
@media (max-width: 1400px) {
    .page-banner:before,
    .page-banner:after {
        display: none;
    }
    .page-banner .main-illustration {
        right: 100px;
    }
    .try-now .img-container img {
        left: 0;
    }
    .try-now .cloud-1 {
        right: -20px;
    }
    .try-now .cloud-2 {
        right: 330px;
    }
    .slider-btn {
        display: none;
    }
}
@media (max-width: 1200px) {
    .page-banner {
        padding: 40px 40px 50px;
    }
    .page-banner .text-container {
        max-width: 450px;
    }
    .page-banner .ya-badge {
        top: auto;
        bottom: 20px;
    }
    .page-banner .main-illustration {
        right: 40px;
    }
    .tab-selector {
        display: none!important;
    }
    .cloud-benefits .inner-container.slider {
        display: flex;
    }
    .popular-programs .item,
    .cloud-benefits .inner-container .item {
        min-width: 360px;
    }
    .try-now {
        padding: 50px 50px 80px;
    }
    .try-now .text-container h2 {
        max-width: 350px;
    }
    .try-now .text-container p {
        max-width: 415px;
    }
    .try-now .img-container img {
        left: -104px;
    }
    .try-now .cloud-1 {
        top: 40px;
        right: 20px;
    }
    .try-now .cloud-2 {
        bottom: 155px;
        right: 355px;
    }
    .try-now .cloud-3 {
        display: none;
    }
    .articles .inner-container {
        grid-template-columns: repeat(3, 360px);
    }
}
@media (max-width: 991px) {
    .page-banner {
        padding-bottom: 385px;
    }
    .page-banner .text-container {
        max-width: 100%;
    }
    .page-banner .ya-badge {
        left: 40px;
        right: auto;
        bottom: 302px;
    }
    .page-banner .main-illustration {
        right: 40px;
        top: 285px;
    }
    .table-container table td:first-of-type {
        width: 65%;
    }
    .table-container {
        overflow-x: scroll;
    }
    .cloud-benefits .inner-container,
    .slider {
        gap: 20px;
    }
    .popular-programs .item,
    .cloud-benefits .inner-container .item {
        min-width: 300px;
    }
    .articles .inner-container {
        grid-template-columns: repeat(3, 300px);
        gap: 20px;
    }
    .webinar-cta {
        padding: 50px 40px 50px 50px;
    }
    .webinar-cta .text-container {
        max-width: 400px;
    }
    .try-now {
        flex-flow: column;
        padding: 50px 50px 456px;
    }
    .try-now .text-container,
    .try-now .text-container h2,
    .try-now .text-container p {
        max-width: 100%;
    }
    .try-now .cloud-1 {
        top: auto;
        right: 84px;
        bottom: 300px;
    }
    .try-now .cloud-2 {
        bottom: 72px;
        right: auto;
        left: 91px;
    }
    .try-now .img-container img {
        left: 120px;
        top: 76px;
    }
    .time-money .presentation,
    .about .flex-container,
    .fast-start .flex-container {
        flex-flow: column;
        align-items: center;
        gap: 20px;
    }
    .page-contacts .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-contacts #contacts-map-container {
        min-height: 350px;
    }
}
@media (max-width: 768px) {
    .page-banner {
        padding-bottom: 550px;
    }
    .page-banner .ya-badge {
        bottom: 467px;
    }
    .page-banner .main-illustration {
        right: 52px;
        top: 510px;
    }
    .advantages {
        grid-template-columns: repeat(1, 1fr);
    }
    .solution-description,
    .time-money,
    .popular-programs h2 {
        margin-top: 60px;
    }
    .try-now {
        margin: 60px 0;
    }
    .solution-description .presentation {
        flex-flow: column;
        padding: 0 30px 40px;
    }
    .solution-description .tab .presentation img {
        position: relative;
        right: 0!important;
        top: -20px;
    }
    .tab-container .tab {
        width: 100%;
    }
    .table-container {
        overflow-x: scroll !important;
        width: 100%;
    }
    .webinar-cta {
        flex-flow: column-reverse;
        padding: 40px;
    }
    .webinar-cta .image-container {
        width: auto;
    }
    .webinar-cta img {
        position: relative;
    }
    .try-now {
        flex-flow: column;
        padding: 40px 40px 435px;
    }
    .try-now .flex-container {
        flex-flow: column;
        align-items: flex-start;
    }
    .try-now .cloud-1 {
        right: 39px;
        bottom: 248px;
    }
    .try-now .cloud-2 {
        left: 40px;
        bottom: 55px;
    }
    .try-now .img-container img {
        right: auto;
        left: 0;
    }
    .page-contacts {
        margin: 60px 0 0;
    }
    .page-contacts .text-container {
        padding-bottom: 0;
    }
    .slide {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 575px) {
    img {
        max-width: 100%;
        height: auto!important;
    }
    .slide {
        flex: 0 0 80%;
    }
    .page-banner {
        padding-bottom: 507px;
    }
    .page-banner .main-illustration {
        right: 35px;
        top: auto;
        bottom: -35px;
        width: 306px;
    }
    .page-banner .ya-badge {
        bottom: 434px;
    }
    .about .numbers-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .popular-programs .item,
    .cloud-benefits .inner-container .item {
        min-width: 280px;
    }
    .articles .inner-container {
        grid-template-columns: repeat(3, 280px);
    }
    .table-container table td:not(:first-of-type) {
        white-space: nowrap;
    }
    .try-now {
        padding: 40px 30px 297px;
    }
    .try-now .cloud-1 {
        width: 87px;
        height: 52px;
        right: 15px;
        bottom: 210px;
    }
    .try-now .cloud-2 {
        width: 67px;
        height: 40px;
        left: 25px;
        bottom: 46px;
    }
    .try-now .img-container img {
        width: 269px;
        top: 30px;
    }
    .fast-connect .item,
    .additional-services .item {
        flex-flow: column;
        align-items: flex-start;
        gap: 20px;
    }
    .about {
        padding-top: 60px;
    }

    .centered-text {
        text-align: left;
    }
}
