

/* Start:/services/oms/css/style.css?173028767734866*/
.page-top  {
    display: none;
}
#content {
    overflow: hidden; 
}
.cover{-o-background-size:cover!important;-webkit-background-size:cover!important;-khtml-background-size:cover!important;-moz-background-size:cover!important;background-size:cover!important}
.contain{-o-background-size:contain!important;-webkit-background-size:contain!important;-khtml-background-size:contain!important;-moz-background-size:contain!important;background-size:contain!important}
.body #content {
    padding-top: 0px;
}
.oms-banner {
    width: 100%;
    height: 459px;
    border-radius: 12px;
    padding: 3% 5.8%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
    .oms-banner-head {
        color: #333333;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.05em;
        letter-spacing: -0.3px;
        margin-bottom: 19px;
    }
    .oms-banner-head>span {
        color: #0DBC91;
    }
    .oms-banner-content-wrap {
        width: 55%;
    }
    .oms-banner-content {
        width: 82%;
    }
    .oms-banner-content ul {
        margin: 0px 0px 28px;
    }
    .oms-banner-content ul li {
        margin-bottom: 0px;
        padding-left: 24px;
    }
    .oms-banner-content ul li:before {
        content: "";
        background: url(/services/oms/css/../img/li.svg) no-repeat center center;
        width: 12px;
        height: 9px;
        top: 9px;
        margin-top: 0px;
    }
.oms-btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
}
    .oms-btn {
        display: inline-block;
        background: #0DBC91;
        color: #fff;
        font-size: 15px;
        text-shadow: 0px 0px 1px #a9a9a9;
        padding: 12px 30px;
        line-height: 1.4em;
        border-radius: 25px;
        text-align: center;
        cursor: pointer;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
        position: relative;
    }
    .oms-btn:hover {
        background: #0ea680;
    }
    .oms-btn-blue {
        background: #26374B;
        color: #fff !important; 
    }
    .oms-btn-blue:hover {
        background: #010203;
        color: #fff !important; 
    }
    .oms-btn-white {
        background: transparent;
        border: 1px solid #0DBC91;
        color: #0DBC91;
        padding: 12px 46px;
        font-size: 17px;
        font-weight: bold;
    }
    .oms-btn-white:hover {
        color: #fff;
    }
    .oms-btns {
        margin-top: 28px;
    }
    .oms-btns .oms-btn {
        margin: 0px 16px 16px 0px;
    }
    .oms-btns .oms-btn:last-child {
        margin-right: 0px;
    }
    .oms-btn-pdf {
        padding-left: 56px;
    }
    .oms-btn-pdf>span {
        position: relative;
    }
    .oms-btn-pdf>span:before {
        content: '';
        width: 25px;
        height: 25px;
        background: url(/services/oms/css/../img/pdf.svg) no-repeat center center;
        position: absolute;
        left: -34px;
        top: 50%;
        margin-top: -12px;
    }
.oms-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.oms-menu-btn.active{
    border: 1px solid #0DBC91;
}
    .oms-menu-btn {
        border: 1px solid #F2F1F6;
        background: #F2F1F6;
        font-size: 17px;
        font-weight: bold;
        color: #333333;
        padding: 22px 38px;
        padding: 15px 2.9%;
        border-radius: 40px;
        margin-bottom: 40px;
        cursor: pointer;
        position: relative;
        width: auto;
        text-align: center;
        white-space: nowrap;
        margin-right: 1.8%;
    }
    .oms-menu-btn:last-child {
        margin-right: 0px;
    }
    .oms-menu-btn:hover {
        background: #0DBC91;
        color: #fff;
    }
    .oms-menu-btn>span {
        position: relative;
        padding-left: 41px;
    }
    .oms-menu-btn>span:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -15px;
        width: 30px;
        height: 30px;
        display: block;
    }
    .oms-menu-btn1>span:before {
        background: url(/services/oms/css/../img/menu/icon1.svg) no-repeat center right;
    }
    .oms-menu-btn1:hover>span:before {
        background: url(/services/oms/css/../img/menu/icon-white1.svg) no-repeat center right;
    }
    .oms-menu-btn2>span:before {
        background: url(/services/oms/css/../img/menu/icon2.svg) no-repeat center right;
    }
    .oms-menu-btn2:hover>span:before {
        background: url(/services/oms/css/../img/menu/icon-white2.svg) no-repeat center right;
    }
    .oms-menu-btn3>span:before {
        background: url(/services/oms/css/../img/menu/icon3.svg) no-repeat center right;
    }
    .oms-menu-btn3:hover>span:before {
        background: url(/services/oms/css/../img/menu/icon-white3.svg?v=2) no-repeat center right;
    }
    .oms-menu-btn4>span:before {
        background: url(/services/oms/css/../img/menu/icon4.svg) no-repeat center right;
    }
    .oms-menu-btn4:hover>span:before {
        background: url(/services/oms/css/../img/menu/icon-white4.svg) no-repeat center right;
    }
.oms-menu-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.136);
    padding: 12px 0px 14px;
    z-index: 1000;
    display: none;
}
    .oms-menu-fixed .oms-menu-btn {
        margin-bottom: 0px;
    }
.oms-banner-help {
    width: 100%;
    height: 478px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 78px;
    padding: 0px 4% 0px 44%;
}  
    .oms-banner-help-content h2 {
        color: #333333;
        font-size: 35px;
        font-weight: bold;
        line-height: 1.1em;
        letter-spacing: -0.4px;
        margin-bottom: 19px;
    }
    .oms-banner-help-content-text {
        color: #333333;
        line-height: 1.4em;
    }
    .oms-banner-help-content-text p {
        margin: 0px 0px 18px;
    }
    .oms-banner-help-btn {
        margin: 24px 0px 8px;
        display: inline-block;
    }
.oms-h2 {
    position: relative;
    font-size: 35px;
    margin: 34px 0px 37px;
}
.oms-services {
    display: flex;
    flex-wrap: wrap;
}
    .oms-service {
        width: 31.5%;
        height: 120px;
        margin-right: 2.6%;
        margin-bottom: 34px;
        border: 1px solid #EDEDED;
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 0px 93px 0px 106px;
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        position: relative;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
        cursor: pointer;
    }
    .oms-service:hover {
        background: #26374B;
        color: #fff;
    }
    .oms-service:nth-child(3n) {
        margin-right: 0px;
    }
    .oms-service-arrow {
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        right: 8%;
        top: 50%;
        margin-top: -21px;
        border-radius: 100%;
        border: 1px solid #0DBC91;
    }
    .oms-service-arrow:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        margin-left: -9px;
        background: url(/services/oms/css/../img/arrow.svg) no-repeat center center;
    }
    .oms-service-icon {
        width: 70px;
        height: 70px;
        display: block;
        position: absolute;
        left: 21px;
        top: 50%;
        margin-top: -35px;
    }
    .oms-service-icon-hover {
        display: none;
    }
    .oms-service:hover .oms-service-icon {
        display: none;
    }
    .oms-service:hover .oms-service-icon-hover {
        display: block;
    }
.oms-questions {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
    margin-bottom: 100px;
}
    .oms-question {
        width: 31.5%;
        margin-right: 2.1%;
        padding: 0px 13px 0px 123px;
        position: relative;
        font-size: 18px;
        line-height: 23.4px;
        color: #333333;
    }
    .oms-question-number {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #F2F1F6;
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -50px;
        font-size: 70px;
        color: #fff;
        line-height: 1em;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding-bottom: 3px;
    }
.oms-form {
    position: relative;
    background: #26374B;
    width: 100%;
    border-radius: 20px;
    padding: 56px 58px 65px 60px;
    color: #fff;
    margin: 0px 0px 150px;
}
    .oms-form:before {
        content: '';
        position: absolute;
        width: 399px;
        height: 465px;
        background: url(/services/oms/css/../img/form-before-new.png) no-repeat center center;
        top: -465px;
        right: 74px;
    }
    .oms-form:after {
        content: '';
        position: absolute;
        width: 1684px;
        height: 572px;
        left: 50%;
        margin-left: -804px;
        bottom: -91px;
        z-index: -1;
        background: url(/services/oms/css/../img/form-after.png) no-repeat center center;
    }
    .oms-form-h2 {
        color: #fff;
        margin-bottom: 5px;
    }
    .oms-form-phone {
        font-size: 18px;
        color: #ececec;
        margin: 0px 0px 29px;
    }
    .oms-form-phone .oms-form-phone-val {
        color: #0DBC91;
        font-size: 21px;
        font-weight: bold;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
    .oms-form-phone .oms-form-phone-val:hover {
        color: #00dca6;
    }
    .oms-form-box {
        display: flex;
    }
    .oms-form-input {
        background: #3C4B5E;
        border: 1px solid #3C4B5E;
        border-radius: 43px;
        font-size: 16px;
        line-height: 1em;
        padding: 15px 24px;
        color: #fff;
        margin-right: 20px;
        width: 24.8%;
    }
    .oms-form-input-red {
        border: 1px solid #f00;
    }
    .oms-form-error {
        color: #f00;
        display: none;
        margin-top: 10px;
        position: absolute;
        bottom: 26px;
    }
    input.oms-form-input::-webkit-input-placeholder {
        color: #ececec;
    }
    input.oms-form-input:-moz-placeholder {
        color: #ececec;
    }
    .oms-form-btn {
        width: 20.5%;
        background: #0DBC91;
        color: #fff;
        text-align: center;
        border-radius: 31px;
        padding: 13px 25px;
        cursor: pointer;
        font-size: 17px;
        font-weight: bold;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
   .oms-form-btn:hover {
        background: #0ea680;
    }
    .oms-form-input, .oms-form-btn {
        margin-bottom: 25px;
    }
.checkbox-wrap {
    display: flex;
    font-size: 13px;
    align-items: center;
    color: #ececec;
    margin-bottom: 0.5px;
}
    .checkbox-wrap .checkbox-label {
        width: 16px;
        min-width: 16px;
        height: 16px;
        display: inline-block;
        position: relative;
        margin: 0 11px 0 0;
        line-height: 1em;
        overflow: hidden;
        border-radius: 5px;
    }
    .checkbox-wrap input[type="checkbox"] + span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #3B4B5D;
        cursor: pointer;
    }
    .checkbox-wrap input[type="checkbox"]:checked + span:after { 
        margin-top: -4px;
        margin-left: -4px;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        background: #0dbc91;
        border-radius: 2px;
        border: none;
    }
    .checkbox-wrap input[type="checkbox"] {
        width: 100% !important;
        height: 100%!important;
        display: none;
    }
    .checkbox-text {
        cursor: pointer;
    }
    .checkbox-text a {
        color: #0DBC91;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
    .checkbox-text a:hover {
        color: #00dca6;
    }
.oms-form-columns {
    display: flex;
    justify-content: space-between;
}
.oms-form-file {
    position: relative;
    cursor: pointer;
    line-height: 1.3em;
    margin: 9px 0px 0px;
    padding-left: 50px;
}
    .oms-form-file>input[type="file"] {
        display: none;
    }
    .oms-form-file-text {
        color: #0DBC91;
        font-weight: bold;
        font-size: 17px;
        display: block;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
    .oms-form-file-format {
        color: #929AA5;
        font-size: 13px;
    }
    .oms-form-file-format>span {
        font-weight: bold;
        text-shadow: 0px 0px 0px #929AA5;
    }
    .oms-form-file-value {
        display: block;
        color: #dcdddd;
        font-size: 14px;
        max-width: 188px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-top: 0px;
        font-weight: bold;
        position: absolute;
        bottom: -21px;
        white-space: nowrap;
    }
    .oms-form-file-icon {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        background: #0DBC91;
        width: 40px;
        height: 40px;
        margin-top: -22px;
        border-radius: 100%;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
    .oms-form-file-icon:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -9.5px;
        background: url(/services/oms/css/../img/quot.svg) no-repeat center center;
    }
    .oms-form-file:hover  .oms-form-file-text  {
        color: #0ea680;
    }
    .oms-form-file:hover  .oms-form-file-icon  {
        background: #0ea680;
    }
    .oms-form-btn-loading { 
        position:relative 
    }
    .oms-form-btn-loading:after {     
        content: '';
        position: absolute;
        top: -12px;
        left: 50%;
        width: 28px;
        height: 28px;
        background: url(/images/loading.gif) no-repeat center center;
        background-size: contain;
        margin-left: -13px; 
    }
.oms-docs-arrow-top {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/services/oms/css/../img/arrow-top.svg) no-repeat center center;
    right: 0px;
    top: 10px;
    cursor: pointer;
    transition:all .15s ease-out;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    -o-transition:all .15s ease-out;
}   
    .oms-docs-arrow-top:hover {
        opacity: 0.6;
    }
    .oms-docs-arrow-top-close {
        transform: rotate(180deg);
    }
.oms-docs {
    margin: 0px 0px 50px;
}
    .oms-doc {
        display: flex;
        border-top: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
        margin-top: -1px;
        padding: 25px 0px;
    }
    .oms-doc-name {
        width: 24%;
        min-width: 24%;
        padding-right: 4%;
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        display: flex;
    }
    .oms-doc-text {
        font-size: 17px;
        color: #333333;
    }
    .oms-nav-btn {
        cursor: pointer;
    }
    .oms-doc-text .oms-nav-btn {
        color: #0DBC91;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
    .oms-doc-text .oms-nav-btn:hover {
        color: #00dca6;
    }
    .oms-doc-name>span {
        margin-right: 11px;
    }
.oms-warning {
    position: relative;
    background: #F2F1F6;
    padding: 33px 79px 33px 79px;
    border-radius: 20px;
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    margin-bottom: 75px;
}
    .oms-warning:before {
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        left: 31px;
        top: 36px;
        background: url(/services/oms/css/../img/warning.svg) no-repeat center center;
    }
    .oms-warning a {
        color: #0DBC91;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
        font-weight: bold;
    }
    .oms-warning a:hover {
        color: #00dca6;
    }
.oms-direction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
    .oms-direction-left {
        display: flex;
    }
    .oms-direction-img {
        padding-top: 6px;
        width: 38%;
    }
    .oms-direction-img img {
        max-width: 100%;
    }
    .oms-direction-text {
        width: 57.8%;
        color: #333333;
    }
    .oms-direction-content {
        padding-right: 3%;
    }
    .oms-direction-text .oms-h2 {
        margin-bottom: 13px;
    }
    .oms-direction-text strong {
        font-size: 18px;
        margin-bottom: 30px;
        display: block;
    }
    .oms-direction-text ul {
        font-size: 16px;
        letter-spacing: -0.3px;
        margin: 25px 0px 45px;
    }
    .oms-direction-text ul li {
        line-height: 1.4em;
        padding-left: 39px;
        margin-bottom: 24px;
    }
    .oms-direction-text ul li:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(/services/oms/css/../img/li-quot.svg) no-repeat center center;
        width: 25px;
        height: 25px;
    }
    .oms-direction-text-grey {
        background: #F7F7F7;
        padding: 30px 26px 35px 38px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 1.25em;
        letter-spacing: -0.3px;
        margin-bottom: 27px;
    }
    .oms-direction-box {
        background: #F2F1F6;
        border-radius: 20px;
        padding: 30px 39px 30px 40px;
        color: #333333;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .oms-direction-box-icon {
        background: #26374B;
        width: 70px;
        height: 70px;
        margin-right: 24px;
        border-radius: 100%;
        position: relative;
        display: block;
        transition:all .15s ease-out;
        -webkit-transition:all .15s ease-out;
        -moz-transition:all .15s ease-out;
        -o-transition:all .15s ease-out;
    }
    .oms-direction-box-icon:hover {
        background: #334963;
    }
    .oms-direction-box-icon:before {
        content: '';
        width: 34px;
        height: 34px;
        background: url(/services/oms/css/../img/pdf.svg) no-repeat center center;
        background-size: cover;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -18px;
        margin-left: -17px;
    }
    .oms-direction-box-small {
        font-size: 15px;
        line-height: 1.3em;
    }
    .oms-direction-box-head {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 6px;
    }
.oms-menu-static {
    width: 100%;
}
.oms-result {
    margin: 17px 0px 0px;
    font-size: 20px;
}
/* --- SLIDERS VIDEO --- */
.land-wrapper .reviews-video{position:relative;margin-top:100px;margin-bottom: -60px;padding-bottom:78px;}
.land-wrapper .reviews__video .video img{width:100%;height:100%}
.land-wrapper .reviews__video .video.processed img{height:auto}
.land-wrapper .reviews__video_loading .video{background:#000;display:flex;align-items:center}
.land-wrapper .slides-navigation{align-items:center;bottom:0;display:flex;flex-direction:row;justify-content:center;position:absolute;width:100%;z-index:10}
.land-wrapper .slides-navigation .flex-control-paging{align-items:center;bottom:auto;display:flex;flex-direction:row;justify-content:center;position:relative!important}
.land-wrapper .slides-navigation .flex-next,.land-wrapper .slides-navigation .flex-prev{align-items:center;display:flex;flex-direction:row;background-color:#fff;border-radius:100%;box-shadow:0 0 0 3px rgba(0,0,0,.02);opacity:1;font-size:0;justify-content:center;height:47px;width:47px;text-decoration:none}
.land-wrapper .slides-navigation .flex-next:before,.land-wrapper .slides-navigation .flex-prev:before{color:#0dbc91;font-size:16px;font-family:"flexslider-icon";text-shadow:none}
.land-wrapper .slides-navigation .flex-next:hover,.land-wrapper .slides-navigation .flex-prev:hover{background-color:#0dbc91}
.land-wrapper .slides-navigation .flex-next:hover:before,.land-wrapper .slides-navigation .flex-prev:hover:before{color:#fff}
.land-wrapper .slides-navigation .flex-prev{margin-right:25px}
.land-wrapper .slides-navigation .flex-prev:before{background-image:none;content:""}
.land-wrapper .slides-navigation .flex-next{margin-left:25px}
.land-wrapper .slides-navigation .flex-next:before{background-image:none;content:""}
.land-wrapper .reviews__video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.land-wrapper .reviews__video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-disabled {
    opacity: 0 !important;
    pointer-events: none;
}
.reviews-video-center .slides {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.reviews-video-center .slides li {
    margin-right: 0px !important;
}
/* --- // --- */

@media (max-width: 1360px) {
    .oms-menu-btn {
        padding: 19px 2.1%;
    }
    .oms-btns .oms-btn {
        padding: 12px 21px;
    }
    .oms-btns .oms-btn-pdf {
        padding-left: 50px;
    }
    .oms-banner {
        margin-bottom: 76px;
    }
    .oms-menu-btn {
        font-size: 16.5px;
    }
    .oms-banner-help-content h2 {
        font-size: 31px;
    }
    .oms-banner-help-content-text {
        font-size: 14.5px;
    }
    .oms-h2 {
        font-size: 31px;
    }
    .oms-question {
        font-size: 16.5px;
    }
    .oms-form-phone {
        font-size: 17px;
    }
    .oms-direction-text strong {
        font-size: 17px;
    }
    .oms-direction-text ul {
        font-size: 15.5px;
    }
    .oms-direction-text-grey {
        padding: 22px 22px 24px 28px;
        font-size: 16px;
    }
    .oms-direction-text ul {
        margin-bottom: 28px;
    }
}
@media (max-width: 1260px) {
    .oms-banner {
        padding-left: 4%;
    }
    .oms-menu-btn {
        padding: 14px 2.1%;
        font-size: 15.5px;
    }
    .oms-menu-fixed {
        padding: 6px 0px 8px;
    }
    .oms-form:before {
        right: 8px;
    }
    .oms-banner-help-content h2 {
        font-size: 29px;
    }
    .oms-h2 {
        font-size: 29px;
    }
    .oms-service {
        font-size: 17px;
        line-height: 1.4em;
    }
    .oms-question {
        font-size: 15.5px;
    }
    .oms-doc-text {
        font-size: 16.5px;
    }
    .oms-doc-name {
        font-size: 17.5px;
    }
    .oms-warning {
        font-size: 17px;
    }
    .oms-direction-text strong {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .oms-direction-text ul {
        margin-bottom: 21px;
    }
    .oms-direction-text-grey {
        padding: 19px 20px 21px 26px;
        font-size: 15px;
    }
    .oms-direction-box {
        padding: 25px 29px 28px 27px;
    }
    .oms-direction-box-head {
        font-size: 21px;
        font-weight: bold;
    }
    .oms-direction .oms-btn-white {
        padding: 12px 39px;
    }
}
@media (max-width: 1199px) {
    .oms-banner-head {
        font-size: 30px;
    }  
    .oms-banner-content {
        font-size: 14px;
    }
    .oms-btns .oms-btn {
        min-width: 300px;
    }
    .oms-menu-btn {
        padding: 14px 2% 14px 1%;
        margin-right: 1%;
        font-size: 14px;
    }
    .oms-menu-btn>span {
        padding-left: 37px;
    }
    .oms-menu-fixed {
        padding: 13px 0px 14px;
    }
    .oms-banner {
        margin-bottom: 65px;
    }
    .oms-banner-help-content h2 {
        font-size: 25px;
    }
    .oms-banner-help-content-text {
        font-size: 14px;
    }
    .oms-h2 {
        font-size: 25px;
    }
    .oms-service {
        width: 32.2%;
        margin-right: 1.6%;
        padding: 0px 66px 0px 82px;
        font-size: 16px;
    }
    .oms-service:nth-child(3n) {
        margin-right: 0px;
    }
    .oms-service-icon {
        width: 53px;
        height: 70px;
        left: 15px;
    }
    .oms-service-arrow {
        right: 5%;
    }
    .oms-question-number {
        width: 70px;
        height: 70px;
        font-size: 55px;
        margin-top: -37px;
    }
    .oms-form:before {
        width: 354px;
        height: 380px;
        top: -380px;
        -o-background-size:contain!important;-webkit-background-size:contain!important;-khtml-background-size:contain!important;-moz-background-size:contain!important;background-size:contain!important;
    }
    .oms-question {
        padding-left: 92px;
    }
    .oms-form {
        display: block;
        padding: 31px 38px 36px 37px;
    }
    .oms-form-phone {
        font-size: 16px;
    }
    .oms-form-input {
        margin-right: 15px;
    }
    .oms-form-btn {
        padding: 13px 14px;
    }
    .oms-doc-text {
        font-size: 15px;
        line-height: 1.6em;
    }
    .oms-doc-name {
        font-size: 16px;
        line-height: 1.4em;
    }
    .oms-warning {
        font-size: 15px;
    }
    .oms-warning br {
        display: none;
    }
    .oms-direction-text strong {
        font-size: 13.8px;
        line-height: 1.45em;
    }
    .oms-direction-text ul {
        margin: 21px 0px 39px;
    }
    .oms-direction-text ul {
        font-size: 13.5px;
        margin-bottom: 15px;
    }
    .oms-direction-text ul li {
        margin-bottom: 16px;
    }
    .oms-direction-text-grey {
        padding: 16px 19px 17px 23px;
        font-size: 13px;
    }
    .oms-direction-text-grey {
        margin-bottom: 12px;
    }
    .oms-direction-box {
        padding: 22px 21px 20px 20px;
        font-size: 12px;
    }
    .oms-direction-box-head {
        font-size: 20px;
    }
    .oms-direction .oms-btn-white {
        padding: 9px 24px;
        font-size: 17px;
    }
    .oms-direction-box {
        padding: 20px 21px 24px 20px;
    }
    .oms-direction-box-small {
        font-size: 13px;
    }
    .oms-direction-box-icon {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
}
@media (max-width: 991px) {
    .content-md:not(.content-all) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .oms-h2 {
        font-size: 27px;
    }
    .oms-banner-help-content h2 {
        font-size: 27px;
        line-height: 1.3em;
    }
    .oms-banner-content-wrap {
        width: 100%;
    }
    .oms-banner {
        height: 305px;
    }
    .oms-banner-head {
        font-size: 27px;
        max-width: 402px;
        line-height: 1.25em;
    }
    .oms-banner-content {
        font-size: 13px;
    }
    .oms-btns .oms-btn {
        min-width: 220px;
        font-size: 13px;
    }
    .oms-menu {
        flex-wrap: wrap;
        margin-bottom: 19px;
    }
    .oms-menu-btn {
        padding: 14px 2% 14px 3%;
        margin-right: 0%;
        font-size: 15px;
        width: 49%;
        margin-bottom: 15px;
        justify-content: flex-start;
        text-align: left;
    }
    .oms-menu-btn>span {
        padding-left: 46px;
    }
    .oms-banner {
        margin-bottom: 47px;
    }
    .oms-banner-help {
        height: auto;
        padding: 32px 35px;
        background: linear-gradient(90deg, #b0ddf2, #f0f7ff) !important;
    }
    .oms-service, .oms-service:nth-child(3n) {
        width: 49%;
        margin-right: 1.6%;
    }
    .oms-service:nth-child(2n) {
        margin-right: 0px;
    }
    .oms-menu-fixed {
        padding: 0px;
    }
    .oms-menu-fixed .oms-menu {
        margin-bottom: 8px;
        margin-top: -2px;
    }
    .oms-menu-fixed .oms-menu-btn {
        margin-top: 9px;
        padding: 9px 2% 9px 3%;
    }
    .oms-questions {
        margin-bottom: 0px;
    }
    .oms-question {
        width: 52%;
        margin-bottom: 44px;
    }
    .oms-form-h2 {
        font-size: 26px;
    }
    .oms-form-box {
        flex-wrap: wrap;
    }
    .oms-form-input, .oms-form-btn {
        width: 100%;
        margin-right: 0px;
    }
    .oms-form-columns {
        flex-wrap: wrap;
    }
    .oms-form-column {
        width: 100%;
        margin-bottom: 20px;
    }
    .oms-form-column:last-child {
        margin-bottom: 0px;
    }
    .oms-doc {
        flex-wrap: wrap;
    }
    .oms-doc-name, .oms-doc-text {
        width: 100%;
    }
    .oms-doc-name {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .oms-doc-name br {
        display: none;
    }
    .oms-doc-text {
        font-size: 16px;
    }
    .oms-warning {
        font-size: 17px;
        padding: 35px 40px 31px 79px;
    }
    .oms-form {
        margin-bottom: 100px;
    }
    .oms-direction {
        flex-wrap: wrap;
    }
    .oms-direction-img, .oms-direction-text {
        width: 100%;
    }
    .oms-direction-img {
        text-align: center;
        margin-bottom: 44px;
    }
    .oms-direction-text strong {
        font-size: 19px;
    }
    .oms-direction-text ul {
        font-size: 16px;
        margin: 22px 0px 32px;
    }
    .oms-direction-content {
        padding-right: 0px;
    }
    .oms-direction-text-grey {
        padding: 29px 37px 30px 37px;
        margin: 0px 0px 25px;
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 28px;
    }
    .oms-direction-box {
        padding: 28px 28px 29px 29px;
    }
    .oms-direction-box-head {
        font-size: 22px;
    }
    .oms-direction-box-small {
        font-size: 14px;
        line-height: 1.45em;
    }
    .oms-form-file-value {
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .oms-menu-fixed .oms-menu {
        display: none;
    }
    .oms-menu-fixed {
        box-shadow: 0 1px 27px #8f8f8f;
    }
    .oms-menu-fixed .oms-menu {
        margin-top: 0px;
    }
    .oms-menu-fixed-arrow {
        display: block;
        position: relative; 
        cursor: pointer;
        height: 30px;
        width: 100%;
        margin: 3px 10px;
    }
    .oms-menu-fixed-arrow:before {
        content: '';
        background: url(/bitrix/templates/aspro-medc2/images/svg/burger_black.svg) no-repeat center center;
        height: 30px;
        width: 36px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -27px;
    }
    .oms-menu-fixed-arrow-open {
        margin-top: -6px;
    }
    .oms-menu-fixed-arrow-open:before {
        background: url(/services/oms/css/../img/arrow-top.svg) no-repeat center center;
    }
    .oms-banner-head {
        font-size: 27px;
        line-height: 1.15em;
    }
    .oms-banner {
        height: auto;
        padding: 23px 18px;
        margin-top: 1px;
        background-position: 76% 0px !important; 
    }
    .oms-banner-head {
        margin-bottom: 13px;
    }
    .oms-banner-help-btn {
        padding: 13px 16px;
        width: 100%;
    }
    .oms-banner-content {
        width: 67%;
    }
    .oms-banner-content {
        text-shadow: 0px 1px 2px #ffffff;
    }
    .oms-banner-content ul {
        margin-bottom: 16px;
    }
    .oms-btns {
        margin-top: 16px;
    }
    .oms-banner-content ul li {
        margin-bottom: 9px;
        padding-left: 24px;
        line-height: 1.55em;
    }
    .oms-banner-content ul li:last-child {
        margin-bottom: 0px;
    }
    .oms-banner-content ul li:before {
        top: 6px;
    }
    .oms-menu-btn {
        width: 100%;
        margin-right: 0px;
    }
    .oms-banner-help-content h2 br {
        display: none;
    }
    .oms-banner-help {
        margin-bottom: 42px;
    }
    .oms-service, .oms-service:nth-child(3n) {
        width: 100%;
        margin-right: 0px;
    }
    .oms-banner-help {
        padding: 32px 7%;
    }
    .oms-question {
        width: 100%;
    }
    .oms-form {
        margin: 318px 0px 0px;
        padding: 29px 24px 39px 24px;
    }
    .oms-form:before {
        right: 56px;
    }
    .oms-form-phone-val {
        display: block;
    }
    .oms-form-h2 {
        font-size: 26px;
        line-height: 1.1em;
        margin-bottom: 8px;
    }
    .checkbox-text {
        line-height: 1.6em;
    }
    .checkbox-wrap {
        margin-bottom: 12px;
        line-height: 1.6em;
    }
    .oms-form-column {
        margin-bottom: 12px;
    }
    .oms-form {
        margin-bottom: 86px;
    }
    .oms-h2-arrow {
        padding-right: 44px;
    }
    .oms-warning {
        font-size: 17px;
        padding-left: 59px;
    }
    .oms-warning:before {
        left: 17px;
    }
    .oms-direction-text-grey {
        font-size: 17px;
    }
    .oms-direction-box {
        flex-wrap: wrap;
    }
    .oms-direction-box-small br {
        display: none;
    }
    .oms-direction-box .oms-btn {
        width: 100%;
        margin-top: 23px;
    }
}
/* End */
/* /services/oms/css/style.css?173028767734866 */
