.main {
    margin-top: 100px;
    font-family: 'DM Sans', sans-serif;
    display: grid;
    padding-bottom: 5%;
}

.block__first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: center;
}

.first__block-bold {
    font-weight: 700;
    font-size: calc(30px + 50 * (100vw / 1440));
}

.article__first {
    width: calc(300px + 160 * (100vw / 1440));
    display: grid;
    grid-template-columns: repeat(1 1fr);
    gap: 30px;
    margin-left: 10%;
}

.position__types-block {
    display: flex;
    justify-content: start;
    align-items: center;
}

.first__block-middle {
    font-weight: 500;
    color: #696871;
    font-size: calc(14px + 6 * (100vw / 1440));
}

img {
    overflow: hidden;
    object-position: center;
}

.first__image {
    width: 100%;
    height: 100%;
}

.arrow {
    width: calc(20px+4*(100vw/1440));
    height: calc(20px+4*(100vh/1440));
}

.image__arrow {
    width: calc(20px+20*(100vw/1440));
    height: calc(20px+20*(100vh/1440));
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
}

.image__arrow:hover {
    transform: scale(1.3);
}

.companies {
    width: 100%;
    margin-top: 110px;
    display: flex;
    justify-content: space-around;
}

.block__second,
.block__third {
    margin-top: 170px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
}

.block__third {
    margin-top: 80px;
}

.article__second {
    width: calc(300px + 160 * (100vw / 1440));
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 30px;
    margin-left: 10%;
}

.article__third {
    width: calc(300px + 160 * (100vw / 1440));
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 30px;
    margin-left: 10%;
}

.second__block-bold {
    font-size: calc(20px + 40 * (100vw / 1440));
    font-weight: 700;
}

.third__block-bold {
    font-size: calc(20px + 40 * (100vw / 1440));
    font-weight: 700;
}

.second__block-middle {
    width: calc(300px + 160 * (100vw / 1440));
    color: #696871;
    font-size: calc(14px + 6 * (100vw / 1440));
}

.third__block-middle {
    width: calc(300px + 160 * (100vw / 1440));
    color: #696871;
    font-size: calc(14px + 6 * (100vw / 1440));
}

.link__block-second {
    text-decoration: none;
    color: #5454D4;
    font-size: calc(14px + 3 * (100vw/1440));
    transition: color .2s ease;
    font-weight: 500;
}

.link__block-third {
    text-decoration: none;
    color: #5454D4;
    font-size: calc(14px + 3 * (100vw/1440));
    transition: color .2s ease;
    font-weight: 500;
}

.link__block-second:hover {
    color: #FF7143;

}

.link__block-third:hover {
    color: #FF7143;
}

.block__fourth {
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    text-align: center;
}

.first__icon-text {
    font-size: 24px;
    font-weight: 700;
    transition: color .2s ease;
}

.second__icon-text {
    margin-top: 20px;
    font-weight: 500;
    color: #696871;
    width: 300px;
    transition: color .2s ease;
}

.icon {
    transition: color .2s ease;
}

.icon:hover {
    color: #5454D4;
}

.block__fifth {
    margin-top: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fifth__block-text {
    font-size: calc(20px + 40 * (100vw / 1440));
    font-weight: 700;
    width: calc(450px + 80 *(100vw/1440));
    margin-right: 10%;
}

.fifth__button-one,
.fifth__button-two {
    border: none;
    width: calc(130px + 30 * (100vw / 1440));
    height: 55px;
    transition: background-color .2s ease;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5;
    color: #696871;
}

.fifth__button-two {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.fifth__button-two {
    transform: translateX(-10px);
}

.fifth__button-one {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.fifth__button-one:focus,
.fifth__button-one:hover {
    background-color: #5454D4;
    color: #FFF;
}

.fifth__button-two:focus,
.fifth__button-two:hover {
    background-color: #FF7143;
    color: #FFF;
}

.fifth__button-two:focus {
    background-color: #FF7143;
    color: #FFF;
}

.sixth__block {
    margin-top: 85px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.sixth__card {
    width: calc(200px + 100 * (100vw / 1440));
    height: 480px;
    background-color: #F8F8F8;
    display: grid;
    justify-items: center;
    box-shadow: 0px 32px 34px rgba(149, 141, 141, 0.318);
    border-radius: 10px;
    transition: background-color .2s ease;
}

.sixth__card:hover {
    background: #FF7143;
    color: #FFF;
}

.sixth__text-one {
    font-size: 20px;
    margin-top: 35px;
}

.sixth__text-two {
    color: #1D293F;
    letter-spacing: -1.03448px;
    font-size: calc(20px + 40 * (100vw / 1440));
    font-weight: 700;
}

.sixth__text-three {
    font-size: 17px;
    width: calc(100px + 60 * (100vw / 1440));
    text-align: center;
}

.after:after {
    content: "/month";
    font-size: 28px;
}

.sixth__button {
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
    width: calc(100px + 135 * (100vw / 1440));
    height: 60px;
    font-size: 17px;
    color: #5454D4;
    font-weight: 700;
    transition: background-color .3s ease, color .3s ease, transform .2s ease;
}

.sixth__button:hover {
    background: #1D293F;
    color: #FFF;
}

.sixth__button:focus,
.sixth__button:active {
    background: #1D293F;
    color: #FFF;
}

.sixth__button:active {
    transform: scale(0.9);
}