html{font-family:"wf_SegoeUILight";-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;font-family:"wf_SegoeUILight"}@font-face{font-family:'wf_SegoeUILight';src:url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');src:url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),url('https://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Segoe UI Bold';font-style:normal;font-weight:normal;src:local('Segoe UI Bold'),url('fonts/segoeuibold.woff') format('woff')}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}b,.h1{font-weight:700 !important}p,div,li{font-weight:300}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}select{text-transform:none}button{overflow:visible}button,input,select,textarea{max-width:100%}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default;opacity:.5}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0.4375em;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #d1d1d1;margin:0 0 1.75em;min-width:inherit;padding:0.875em}fieldset>:last-child{margin-bottom:0}legend{border:0;padding:0}textarea{overflow:auto;vertical-align:top}optgroup{font-weight:bold}.option-btn{position:fixed !important;top:-4px;right:30px;z-index:999999}.container{position:relative;z-index:5}.overlay-1{background:url(images/1-bg.jpg) no-repeat center;height:100%;background-size:cover;z-index:2;width:100%;position:absolute;left:0;right:0;margin:0 auto}.overlay-2{background:rgba(8,65,115,0.8);position:absolute;width:100%;height:100%;z-index:3;left:0}.overlay-3{background:rgba(8,65,115,0.8);z-index:3}.overlay-4{background:url(images/bg-2.jpg) no-repeat center;height:100%;background-size:cover;z-index:2;width:100%;position:absolute;left:0;right:0;margin:0 auto}.overlay-5{background:url(images/bg_04_1.jpg) no-repeat center;height:100%;background-size:cover;z-index:-2;width:96%;position:absolute;left:0;right:0;margin:0 auto}.overlay-6{background:#fff;position:absolute;width:100%;height:100%;z-index:0;left:0}.overlay-7{background:url(images/bg_04_2.jpg) no-repeat center;height:100%;background-size:cover;z-index:-2;width:96%;position:absolute;left:0;right:0;margin:0 auto}.bg-left{background:rgb(96 47 47 / 70%);min-height:100%;z-index:-1;left:0;width:96%;position:absolute;left:0;right:0;margin:0 auto}.bg-right{background:rgb(47 96 60 / 70%);min-height:100%;z-index:-1;width:96%;position:absolute;left:0;right:0;margin:0 auto}.d-center{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:space-evenly;align-items:center}.d-max-center{display:flex;flex-direction:column;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:center}.d-max-wrap{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}.title .h2{text-align:center;display:block}.button{width:100%;display:flex;flex-wrap:nowrap;flex-direction:row;align-content:center;justify-content:space-evenly;align-items:center}.bl-3-img img{width:190px}.whitebox{background:white;color:red}.compars li{line-height:2em}.ye{color:yellow}@media (max-width:512px){.button{flex-direction:column;justify-content:space-around;align-items:stretch}.button a{margin:20px}.option-btn{left:0;right:0;margin:0 auto;display:table}.compars b{display:block;padding:0px !important}.compars li{line-height:1.4em;padding-bottom:10px}.compars li:last-child{padding-bottom:20px}.compars,.text-block{display:block;padding-left:0px !important}}@media (max-width:1199px) and (min-width:768px){.btn-2{flex-direction:column;justify-content:space-around;align-items:stretch}.btn-2 a{margin:5px}}
.form-container {
    display: flex;
    flex-direction: column; /* Располагаем элементы в столбце */
    align-items: center;
    justify-content: center;
}

form {
    text-align: center; /* Центрирование содержимого формы по горизонтали */
}

.form-group {
    margin: 10px 0; /* Промежуток между элементами формы */
}

.check-button {
    background-color: #007bff; /* Цвет фона кнопки */
    color: #fff; /* Цвет текста кнопки */
    border: none;
    padding: 10px 20px;
    font-size: 16px; /* Размер шрифта */
    cursor: pointer;
    text-transform: uppercase; /* Преобразование текста в верхний регистр */
}

.check-button:hover {
    background-color: #0056b3; /* Измененный цвет фона при наведении */
}
.modal-dialog {
    width: 90% !important;
    max-width: 90% !important;
    overflow-y: hidden;
}

.modal-content {
    height: 100%;
}

    .modal-dialog-scrollable .modal-body {
    overflow: hidden!important;
}

.modal-body-get {
  max-height: 90%;
  overflow-y: auto;
}
#by .modal-content {
    max-width: 500px; 
    max-height: 280px;
    margin: 0 auto; 
}
