.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.text-center {
    text-align: center;
}
.p-fixed {
    position: fixed;
}
.p-sticky {
    position: sticky;
}
.d-flex {
    display: flex;
}
.d-inline-block {
    display: inline-block;
}
.wrap-960 {
    margin: 0 auto;
    max-width: 960px;
}
.wrap-1140 {
    margin: 0 auto;
    max-width: 1140px;
}
.space-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.mt-0 {
    margin-top: 0;
}
.mr-30 {
 margin-right: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pl-30 {
    padding-left: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pt-10 {
    padding-top: 10px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-30 {
    font-size: 30px;
}
.fs-75 {
    font-size: 75px;
}
.color-white {
    color: #fff;
}
.bold {
    font-weight: bold;
}
.color-primary {
    color: #6ab8ee;
}
.uppercase {
    text-transform: uppercase;
}
.box-sizing-border-box {
    box-sizing: border-box;
}
input[disabled]:hover,
textarea[disabled]:hover {
    cursor: not-allowed;
}
header {
    background: #222;
    color: #fff;
    height: 80px;
}
.header2 {
    min-height: 480px;
    /*max-height: 900px;*/
    height: calc(80vh - 80px);
    background: url("./img/header2.jpg") center;
}
.advantages__item {
    width: 50px;
    height: fit-content;
    margin-right: 30px;
    padding-top: 10px;
}
.hr-skyblue {
    height: 3px;
    background: skyblue;
    width: 30%;
}
.tel,
.mail {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-direction: normal;
    --landing-font-family: Roboto;
    font-family: Roboto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-weight: 400;
    list-style: none;
    text-transform: uppercase !important;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    display: block;
    padding: 0 !important;
    /*font-size: 1.14286rem !important;*/
    letter-spacing: .07143rem;
    line-height: .7 !important;
    color: #fff;
}

.section-phone-and-mail .mail,
.section-phone-and-mail .tel {
    color: #333;
    font-weight: bold;
}
.section-phone-and-mail .advantages__item {
    margin-right: 0;
}
/*.section-phone-and-mail .advantages__item:first-child {*/
/*    border-right: 3px solid skyblue;*/
/*}*/
@media (min-width: 992px) {
    .g-brd-between-cols {
        border-width: 0 0 0 2px;
        border-style: solid;
        border-color: skyblue;
    }
}

.iaas-vs-saas.row {
    display: -webkit-box;
}
.iaas-vs-saas {

    margin-top: 80px;
    margin-bottom: 80px;
}

.iaas-vs-saas .thumbnail {
    background-color: rgba(242, 246, 252, 0.6);
    box-shadow: 0 0 5px #ddd;
    padding: 2.14286rem;
    font-size: 16px;
    font-weight: 400;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    text-align: center;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.iaas-vs-saas__price {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
}
.iaas-vs-saas .iaas-vs-saas__column .iaas-vs-saas__btn_try {
    margin-top: 25px;
    white-space: normal;
}
.g-bg-black-opacity-0_6 {
    background-color: rgba(0,0,0,0.6) !important;
    padding: 25px 10px;
    color: #fff;
    font-weight: 700;
}
.btn, a.btn {
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: 'IBM Plex Sans', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #3398dc;
    border: 1px solid #3398dc;
    /*box-shadow: 0 12px 20px rgb(217 59 122 / 40%);*/
    border-radius: 5px;
    padding: 14px 20px 13px;
    cursor: pointer;
}
.price-configurator__top a, .feedback-fl a, .drop-box__bot a, .sale-text a {
    color: #3398dc;
}
.price-configurator__total-btn {
    padding: 14px 10px 13px;
    /*width: 100%;*/
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a {
    transition: all .3s;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}


@media (max-width: 1279px) {
    .scroll-up {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .scroll-up {
        width: 52px;
        height: 52px;
        fill: #6A6E7C;
        position: fixed;
        left: 25px;
        bottom: 150px;
        display: inline;
        /*display: none;*/
        text-indent: -9999px;
        cursor: pointer;
    }
}

.input {
    -webkit-appearance: none;
    border: 1px solid #CEDCF2;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    font-family: 'IBM Plex Sans', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #0F1B46;
    padding: 10px 15px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    background: #ffffff;
    margin: 0;
}
form.serv-guru-form input.error {
    border-color: red !important;
}
form.serv-guru-form button {
    font-size: 16px;
    font-family: system-ui;
    letter-spacing: 1pt;
}
form.serv-guru-form .agreement-link {
    font-weight: normal;
}

form.serv-guru-form label {
    width: 100%;
    padding-right: 40px;
    margin-bottom: 16px;
}
form.serv-guru-form textarea {
    width: 100%;
    height: 64px;
    border: 1px solid slategrey;
    border-radius: 4px;
    padding: 5px 10px;
    background: rgba(247, 247, 247, 1);
}
form.serv-guru-form input:not([type="checkbox"]) {
    width: 100%;
    height: 24px;
    border: 1px solid slategrey;
    border-radius: 4px;
    padding: 5px 10px;
    background: rgba(247, 247, 247, 1);
}
form.serv-guru-form .control-required {
    color: red;
}

/** Animation **/
/*.element-animation {*/
/*    margin: 2rem 0;*/
/*    font-size: 3rem;*/

/*    !* Скроем элемент в начальном состоянии *!*/
/*    opacity: 0;*/
/*    transform: translateY(100%);*/
/*}*/
/*.element-animation.element-show {*/
/*    opacity: 1;*/
/*    transition: all 1s;*/
/*    transform: translateY(0%);*/
/*}*/

/*.element-animation.element-show {*/
/*    opacity: 1;*/
/*    transition: opacity 1s;*/
/*}*/
