
.global-container {
    display: block
}

.dropdown-menu {
    min-width: 3rem;
}

.left-side, .right-side {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.content-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.left-side {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.right-side {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.flexed-box {
    display: -ms-flexbox !important;
    display: flex !important
}

.promo__equipment {
    background: #d7dae2;
    padding: 80px 0
}

.promo__equipment .flexed-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promo__equipment .one-equipment {
    margin: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 700;
    transition: .3s
}

.promo__equipment .one-equipment:hover {
    transition: .3s;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 1200px) {
    .content-box {
        display: block
    }

    .content-box .left-side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        justify-content: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content-box .left-side .promo__text {
        width: 600px;
        margin-left: calc(50% - 300px);
        margin-right: calc(50% - 300px);
        padding-bottom: 30px
    }

    .content-box .right-side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content-box .right-side .form-class {
        width: 660px
    }

    .promo__mobile {
        background-image: none
    }
}


@media only screen and (max-width: 968px) {
    .flexed-box {
        flex-wrap: wrap;
        gap: 20px;
    }

    .tariff-card {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 710px) {
    .flexed-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flexed-box .tariff-card {
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content-box .left-side .promo__text {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 400px) {
    .flexed-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .flexed-box .tariff-card {
        margin: 0 0 20px;
        width: 100%
    }

    .promo__container {
        padding: 0
    }
}

.mat-toolbar {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-box-container, .mat-toolbar {
    display: -ms-flexbox;
    display: flex
}

.menu-box-container {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1
}

.menu-box-container .menu-controls {
    display: none
}

.tariff-dropdown {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
}

.tariff-dropdown:hover {
    background-color: #5c636a;
    border-color: #565e64;
}

.tariff-dropdown-toggle {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tariff-dropdown-content {
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 120px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(10px);
    z-index: 10;
}


.tariff-dropdown-content li a {
    font-size: 1rem;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    color: #333;
    display: block;
    line-height: 18px;
}

.tariff-dropdown-content li:hover {
    background-color: #0000001f;
}

.tariff-dropdown:hover .tariff-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-buttons {
    display: -ms-flexbox;
    display: flex
}

.lang-buttons .one-button {
    font-size: 18px;
    font-weight: 700;
    color: #f5a623;
    text-transform: uppercase;
    padding-left: 15px;
    transition: .3s
}

.lang-buttons .one-button:hover {
    cursor: pointer;
    color: #f77321;
    transition: .3s
}

.menu-open-control {
    display: none;
    justify-content: right
}

.menu-open-control .menu-button {
    width: 30px;
    height: 30px;
    background: url('../img/menu.svg') 50% no-repeat;
    background-size: 30px;
    /*margin-right: 15px*/
}

.menu-open-control .main-page-button {
    padding: 8px 20px;
    font-size: 15px;
    margin-top: -3px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: 3px solid #1bbc9b;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 30px
}


@media screen and (max-width: 601px) {
    .main-page-button {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .menu-box {
        padding-top: 20px
    }
}

@media only screen and (max-width: 600px) {
    .menu-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 1200px) {
    .menu-open-control {
        display: -ms-flexbox;
        display: flex
    }

    .menu-box-container {
        position: fixed;
        display: block;
        right: -450px;
        top: 0;
        height: 100vh;
        padding-top: 0;
        background-color: rgba(0, 0, 0, 0.9);
        min-width: 350px;
        max-width: 100%;
        z-index: 100;
        box-shadow: -15px 0 30px -30px #000;
        transition: .2s
    }

    .burger-menu-items {
        height: calc(100% - 100px);
    }

    .burger-menu__logo {
        background-image: url("../img/sidenav-logo.png");
        background-repeat: no-repeat;
        height: 165px;
        width: 142px;
        display: block;
        margin: 0 auto;
    }

    .menu-box-container.opened {
        right: 0;
        transition: .2s
    }

    .menu-box-container .lang-buttons {
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px
    }

    .menu-box-container .lang-buttons .one-button {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding-left: 15px
    }

    .menu-box-container .lang-buttons .one-button:hover {
        color: #fff
    }

    .burger-menu-items {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .menu-box-links {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
    }

    .menu-box-container .nav__btn {
        border-radius: 4px !important;
        padding: 6px 16px;
        border: 1px solid #00bfa5;
        background: none;
        color: #fff;
        font-weight: 500;
        line-height: normal;
        cursor: pointer;
        display: block;
        text-align: left;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: 0.2s ease-in-out;
    }

    .menu-box-container .nav__btn:hover {
        color: #fff;
        background: #00dcbf;
    }

    .menu-box-container .menu-controls {
        display: block;
        padding: 15px 50px 15px 15px;
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        background: #d69222;
        margin-bottom: 25px;
        font-weight: 100;
        background: url('../img/next.svg') right 20px center no-repeat;
        background-size: 30px
    }

    .menu-box-container.footer-menu, .menu-open-control.footer-menu {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    .mat-toolbar.logo-bg {
        height: auto;
        background: none;
    }

    .mat-toolbar.logo-bg .menu-open-control {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width: 350px) {
    .menu-box-container {
        width: 100%;
        min-width: 100%;
        right: -100%
    }
}

.flag {
    display: inline-block;
    width: 51px;
    height: 32px;
    background-image: url('../img/icons/flag.png');
    background-repeat: no-repeat
}

.flag-ua {
    background-position: -411px -275px
}

.flag-en {
    background-position: -138px -111px
}

.flag-ru {
    background-position: -2px -275px
}

.mat-button .mat-button-focus-overlay, .mat-icon-button .mat-button-focus-overlay {
    opacity: 0
}

.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay, .mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
    opacity: .04
}

@media (hover: none) {
    .mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay, .mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
        opacity: 0
    }
}

.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible
}

.mat-button .active {
    background-color: #00bfa5;
    color: #fff;
}

.mat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner {
    border: 0
}

.mat-button.mat-button-disabled, .mat-icon-button.mat-button-disabled, .mat-stroked-button.mat-button-disabled, .mat-flat-button.mat-button-disabled {
    cursor: default
}

.mat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-button.cdk-program-focused .mat-button-focus-overlay, .mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-icon-button.cdk-program-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay, .mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-flat-button.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-button::-moz-focus-inner, .mat-icon-button::-moz-focus-inner, .mat-stroked-button::-moz-focus-inner, .mat-flat-button::-moz-focus-inner {
    border: 0
}

.mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mat-raised-button::-moz-focus-inner {
    border: 0
}

.mat-raised-button.mat-button-disabled {
    cursor: default
}

.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay, .mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-raised-button::-moz-focus-inner {
    border: 0
}

._mat-animation-noopable.mat-raised-button {
    transition: none;
    animation: none
}

.mat-stroked-button {
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px
}

.mat-stroked-button .mat-button-ripple.mat-ripple, .mat-stroked-button .mat-button-focus-overlay {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.mat-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    /*min-width: 64px;*/
    line-height: 36px;
    /*padding: 0 16px;*/
    /*border-radius: 4px;*/
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    flex-shrink: 0
}

.mat-fab::-moz-focus-inner {
    border: 0
}

.mat-fab.mat-button-disabled {
    cursor: default
}

.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-fab.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-fab::-moz-focus-inner {
    border: 0
}

._mat-animation-noopable.mat-fab {
    transition: none;
    animation: none
}

.mat-fab .mat-button-wrapper {
    padding: 16px 0;
    display: inline-block;
    line-height: 24px
}

.mat-mini-fab {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    /*min-width: 64px;*/
    line-height: 36px;
    /*padding: 0 16px;*/
    /*border-radius: 4px;*/
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    flex-shrink: 0
}

.mat-mini-fab::-moz-focus-inner {
    border: 0
}

.mat-mini-fab.mat-button-disabled {
    cursor: default
}

.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay, .mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
    opacity: .12
}

.mat-mini-fab::-moz-focus-inner {
    border: 0
}

._mat-animation-noopable.mat-mini-fab {
    transition: none;
    animation: none
}

.mat-mini-fab .mat-button-wrapper {
    padding: 8px 0;
    display: inline-block;
    line-height: 24px
}

.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%
}

.mat-icon-button i, .mat-icon-button .mat-icon {
    line-height: 24px
}

.mat-button-ripple.mat-ripple, .mat-button-focus-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit
}

.mat-button-ripple.mat-ripple:not(:empty) {
    transform: translateZ(0)
}

.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1), background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)
}

._mat-animation-noopable .mat-button-focus-overlay {
    transition: none
}

.mat-button-ripple-round {
    border-radius: 50%;
    z-index: 1
}

.mat-button .mat-button-wrapper > *, .mat-flat-button .mat-button-wrapper > *, .mat-stroked-button .mat-button-wrapper > *, .mat-raised-button .mat-button-wrapper > *, .mat-icon-button .mat-button-wrapper > *, .mat-fab .mat-button-wrapper > *, .mat-mini-fab .mat-button-wrapper > * {
    vertical-align: middle
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button, .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
    display: block;
    font-size: inherit;
    width: 2.5em;
    height: 2.5em
}

.cdk-high-contrast-active .mat-button, .cdk-high-contrast-active .mat-flat-button, .cdk-high-contrast-active .mat-raised-button, .cdk-high-contrast-active .mat-icon-button, .cdk-high-contrast-active .mat-fab, .cdk-high-contrast-active .mat-mini-fab {
    outline: solid 1px
}

.cdk-high-contrast-active .mat-button-base.cdk-keyboard-focused, .cdk-high-contrast-active .mat-button-base.cdk-program-focused {
    outline: solid 3px
}

.form-left, .form-right, .left-side, .right-side {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.content-box, .content-box-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.content-box-form {
    flex-direction: column;
}

.content-box__buttons {
    flex-direction: row !important;
    gap: 20px;
    justify-content: center;
}

.left-side {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.left-side, .right-side {
    padding-right: 15px;
    padding-left: 15px
}

.right-side {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.left-side-business {
    -ms-flex: 0 0 55.6666666667%;
    flex: 0 0 55.6666666667%;
    max-width: 55.6666666667%
}

.right-side-business {
    -ms-flex: 0 0 44.3333333333%;
    flex: 0 0 44.3333333333%;
    max-width: 44.3333333333%
}

.form-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.form-left, .form-right {
    padding-right: 15px;
    padding-left: 15px
}

.form-right {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.input-left {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.input-left, .input-right {
    padding-right: 15px;
    padding-left: 15px
}

.input-right {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

@media only screen and (max-width: 1200px) {
    .content-box {
        display: block
    }

    .content-box .left-side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        justify-content: left
    }

    .content-box .right-side {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .content-box .right-side .form-class {
        width: 660px;
        padding-top: 40px
    }
}

@media only screen and (max-width: 750px) {
    .content-box-form {
        display: block
    }

    .form-left {
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 20px
    }

    .form-right {
        -ms-flex: 50%;
        flex: 50%;
        width: 50%;
        max-width: 50%;
        padding-top: 20px
    }

    .input-left {
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        max-width: 100%
    }

    .input-left .input-group__label {
        text-align: left
    }

    .input-right {
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        max-width: 100%
    }

    .input-right .input-group__label {
        text-align: left
    }
}


@media only screen and (max-width: 601px) {
    .content-box .right-side .form-class {
        width: 100%;
        padding-top: 0px;
    }

    .form-class .col-5 {
        margin: 0 auto;
    }

    .content-box .left-side {
        justify-content: center;
    }

    .content-box .left-side .promo__text {
        padding-bottom: 0;
    }
}

.devices {
    background-color: #f0f0f0;
    padding-top: 65px;
    padding-bottom: 80px
}

.devices .container--wrap {
    max-width: 1288px;
    margin: 0 auto
}

.devices__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 35px
}

.devices__inner label {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #4a4a4a;
    margin-right: 23px;
    margin-bottom: 20px
}

.devices__inner input {
    display: block;
    max-width: 490px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 8px 13px;
    margin-right: 26px;
    margin-bottom: 20px;
    transition: border .3s;
    font-weight: 700
}

.devices__inner input::-moz-placeholder {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 700
}

.devices__inner input:-ms-input-placeholder {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 700
}

.devices__inner input::placeholder {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 700
}

.devices__inner input:focus {
    border: 1px solid #32c5ff
}

.devices__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.devices__error {
    font-size: 16px;
    color: #e02020;
    padding: 0;
    margin: 0 0 20px;
    font-weight: 500
}

.devices__text {
    padding-bottom: 45px
}

.devices__text p {
    font-size: 15px;
    color: #666;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    font-weight: 400
}

.devices__wrap {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 30px
}

.devices__item {
    cursor: pointer;
    display: block;
    background-image: url('../img/icons/item_icon.png');
    background-repeat: no-repeat;
    background-position: left 8px center;
    font-size: 18px;
    line-height: 1.2;
    color: #404040;
    border-radius: 4px;
    border: 2px solid transparent;
    padding: 3px 0 3px 45px;
    margin-bottom: 14px;
    font-weight: 500
}

.devices__item--active {
    border: 2px solid #32c5ff
}

.devices__btn, a.devices__btn {
    cursor: pointer;
    display: block;
    max-width: 317px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    background-color: #1bbc9b;
    border: none;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    padding: 9px;
    font-weight: 500;
    transition: background-color .3s;
    text-align: center;
    text-decoration: none;
}

.devices__btn:hover {
    background-color: #0c594a
}

@media only screen and (max-width: 1300px) {
    .container--wrap {
        max-width: calc(100% - 80px);
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width: 1000px) {
    .devices__wrap {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media only screen and (max-width: 800px) {
    .devices__wrap {
        -moz-column-count: 3;
        column-count: 3
    }
}

@media only screen and (max-width: 601px) {
    .devices__wrap {
        -moz-column-count: 2;
        column-count: 2
    }

    .devices {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .devices__inner {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .devices__inner label {
        margin-bottom: 10px;
    }

    .devices__inner input {
        margin-right: 0;
    }

    .devices__text {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .devices__title {
        font-size: 25px
    }
}

@media only screen and (max-width: 400px) {
    .devices__wrap {
        -moz-column-count: 1;
        column-count: 1
    }
}

.form-left, .form-right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.content-box-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 15px auto;
}

.input-left {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.input-left, .input-right {
    padding-right: 15px;
    padding-left: 15px
}

.input-right {
    max-width: 100%
}

.error {
    color: red;
    font-size: 14px;
    padding: 3px;
}

@media only screen and (max-width: 750px) {
    .content-box-form {
        display: block
    }

    .input-left {
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        max-width: 100%
    }

    .input-left .input-group__label {
        text-align: left;
        width: fit-content;
    }

    .input-right {
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        max-width: 100%
    }

    .input-right .input-group__label {
        text-align: left
    }
}


@media only screen and (max-width: 601px) {
    .content-box-form {
        margin-right: 0;
        margin-left: 0;
    }

    .input-left, .input-right {
        padding-right: 0;
        padding-left: 0;
    }
}

.cdk-high-contrast-active .mat-toolbar {
    outline: solid 1px
}

.mat-toolbar-row, .mat-toolbar-single-row {
    display: flex;
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    white-space: nowrap
}

.mat-toolbar-multiple-rows {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    width: 100%
}

.gps-monitoring {
    max-width: 1100px;
    margin: 30px 12px;
    padding: 30px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    font-family: 'Segoe UI', sans-serif;
    color: #1f2937;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gps-monitoring h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #111827;
}

.gps-monitoring h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
}

.gps-monitoring p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.gps-monitoring ul {
    padding-left: 20px;
    margin-bottom: 24px;
}

.gps-monitoring ul li {
    margin-bottom: 8px;
    list-style: disc;
}

.gps-section {
    margin: 2rem auto;
    max-width: 960px;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 0 1rem;
}

.gps-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.gps-img-text-block {
    display: flex;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.gps-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    text-align: center;
}

.gps-text {
    margin-bottom: 2rem;
    line-height: 1.6;
    text-align: left;
    flex: 1 0;
}

.gps-right-text-block {
    flex: 1 0;
}

.gps-list {
    list-style-type: disc !important;
    padding-left: 1.5rem !important;
    margin-bottom: 1rem;
}

.gps-list li {
    margin-bottom: 0.4rem;
}

.gps-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 751px) {
    .gps-img-text-block {
        flex-wrap: wrap;
    }

    .gps-image {
        max-width: 100%;
    }
}

.tariff_container {
    margin: 0 auto;
    max-width: 1100px;
}

.tariff-form #contact_form fieldset {
    max-width: 470px;
    margin: 0 auto;
}

.default-container {
    margin: 0 auto;
    max-width: 1100px;
}

.image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.image-placeholder > img {
    max-height: 550px;
    height: 100%;
    width: auto;
}