.main {
    margin: 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
 }
 .main .container-1330 {
    position: relative;
 }
 .main-wrap {
    overflow: hidden;
    border-radius: 20px;
 }
 .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative;
    z-index: 2;
 }
 .main-wrap .slick-dots {
    margin-top: -30px;
    bottom: 0;
 }
 .main-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .main-wrap .wrapper {
    height: 100%;
    overflow: hidden;
 }
 .main-wrap .item {
    height: 100%;
    padding: 53px 15px;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
 }
 .main-wrap .item-image {
    display: none;
 }
 .main-wrap .item-title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000000;
 }
 .main-wrap .item-text {
    color: #000000;
 }
 .slick-dots li {
    margin: 0 5px 8px;
    padding: 0;
 }
 .slick-dots li button {
    width: 12px;
    height: 12px;
    border: solid 1px #d9d9d9;
    background: 0 0;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    font-size: 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
 }
 .slick-dots .slick-active button {
    background-color: #da2c38;
    border-color: #da2c38;
 }
 .slick-arrow {
    font-size: 0;
    border: solid 1px #f0f0f0;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
 }
 .slick-arrow:hover {
    background-color: #da2c38;
    border-color: #da2c38;
 }
 .slick-arrow:hover svg * {
    fill: #FFFFFF;
 }
 .main-nav .slick-arrow {
    position: absolute;
    left: -11px;
    top: 30%;
    z-index: 2;
 }
 .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
 }
 .main-nav .slick-next {
    left: auto;
    right: -11px;
 }
 .slick-arrow svg * {
    -webkit-transition: .3s;
    transition: .3s;
 }
 .slick-prev:before, .slick-next:before, .slick-dots li button:before {
    display: none !important;
 }
 .carrier {
    font-family: "Raleway", sans-serif;
    line-height: normal;
    font-style: normal;
    font-variant-numeric: lining-nums;
    color: #000000;
 }
 .carrier img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .carrier h2, .calc h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
 }
 .carrier-wrap {
    max-width: 1080px;
    margin: 0 auto 80px;
 }
 .carrier-wrap__list {
    margin-top: 40px;
 }
 .carrier-wrap__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 30px;
 }
 .carrier-wrap__list .item-content {
    width: 100%;
    max-width: 566px;
    margin-right: 30px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
 }
 .carrier-wrap__list .item-image {
    max-width: 384px;
 }
 .carrier-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px;
 }
 .carrier-wrap__list .item-content img {
    max-width: 154px;
    max-height: 58px;
    display: block;
    margin-bottom: 10px;
 }
 .carrier-wrap__list .item-content p,
 .carrier-wrap__list .item-content li {
    display: block;
    margin-bottom: 10px;
 }
 .carrier-wrap__list .item-content ul {
    list-style-type: none;
    margin: 20px 0;
    display: block;
 }
 .carrier-wrap__list .item-content ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 12px 8px 30px;
    border-radius: 20px;
    background-color: #f0f0f0;
    position: relative;
 }
 .carrier-wrap__list .item-content ul li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #000;
 }
 .carrier .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #ffd749;
    padding: 9px 19px;
    background: 0 0;
    background-color: #ffd749;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    margin-top: 20px;
 }
 .carrier .btn svg {
    margin-left: 10px;
 }

 @media (max-width: 1400px) {
    .main-nav .slick-arrow {
       left: 0;
    }
    .main-nav .slick-next {
       left: auto;
       right: 0;
    }
 }

 @media (max-width: 820px) {
    .carrier-wrap__list .item {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -ms-flex-align: center;
       align-items: center;
    }
    .carrier-wrap__list .item-content {
       max-width: 100%;
       margin: 0 0 20px;
    }
    .carrier-wrap__list .item-image {
       width: 100%;
       max-width: 400px;
       height: 300px;
    }
 }

 @media (max-width: 550px) {
    .main {
       margin: 0 0 30px;
    }
    .main-wrap .item {
       background: #fff!important;
       padding: 24px;
       position: relative;
       min-height: 120px;
       text-align: center;
    }
    .main-wrap .item-title {
       font-size: 20px;
       line-height: 23px;
       margin-bottom: 5px;
       position: relative;
       z-index: 2;
       max-width: 173px;
    }
    .main-wrap .item-text {
       font-size: 12px;
       line-height: 14px;
       position: relative;
       z-index: 2;
       max-width: 173px;
    }
    .main-wrap .item-image {
       display: block;
       position: absolute;
       width: 100%;
       height: 100%;
       left: 0;
       top: 0;
    }
    .main-wrap .item-image img {
       width: 100%;
       height: 100%;
       -o-object-fit: cover;
       object-fit: cover;
    }
    .main-wrap .slick-dots {
       opacity: 0;
       visibility: hidden;
       display: none;
    }
    .slick-arrow {
       width: 40px;
       height: 40px;
    }
    .slick-arrow svg {
       max-width: 6px;
       max-height: 10px;
    }
    .slick-arrow svg * {
       fill: #003049;
    }
    .carrier-wrap {
       margin: 0 0 40px;
    }
    .carrier h2, .calc h2 {
       font-size: 18px;
       line-height: 21px;
    }
    .carrier-wrap__list .item {
       border-radius: 10px;
       margin-bottom: 20px;
       padding: 20px;
    }
    .carrier-wrap__list .item-content {
       font-size: 14px;
       line-height: 21px;
    }
    .carrier-wrap__list .item-image {
       height: 200px;
    }
    .carrier-wrap__list .item-content img {
       max-width: 120px;
    }
    .carrier-wrap__list .item-content ul li {
       border-radius: 10px;
    }
 }