/* ОБЩИЕ СТИЛИ ПРОЕКТА */
BODY {
    color: #5A5A5A;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 1.5;
    background-color: #ffffff;
    margin: 0;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100dvh;
    width: 100%;
    min-width: 320px;
}

a {
    color: #d13838;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    -moz-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    -o-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

/* a[href$='.pdf'], a[href$='.doc'], a[href$='.docx'], a[href$='.rar'], a[href$='.xls'], a[href$='.doc'] { display: inline-block; padding: 0.5em 0 0.5em 35px; background-position: 0 7px; -webkit-background-size: 24px auto; background-size: 24px auto; background-repeat: no-repeat; margin: 0.3em 0; }
a[href$='.pdf'] { background-image: url('icon_file_pdf.svg'); }
a[href$='.doc'] { background-image: url('icon_file_doc.svg'); }
a[href$='.docx'] { background-image: url('icon_file_docx.svg'); }
a[href$='.rar'] { background-image: url('icon_file_rar.svg'); }
a[href$='.xls'] { background-image: url('icon_file_xls.svg'); }
a[href$='.zip'] { background-image: url('icon_file_zip.svg'); } */

a[href^="tel:"],
a[href^="https://wa.me/"] {
    white-space: nowrap;
}

a[href^="tel:"]:not([class]),
a[href^="https://wa.me/"]:not([class]) {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

svg {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}

ul:not([class]),
ol:not([class]) {
    margin: 10px 0;
    overflow: hidden;
    padding-left: 30px;

}
ul:not([class]):first-child,
ol:not([class]):first-child {
    margin-top: 0;
}
ul:not([class]):last-child,
ol:not([class]):last-child {
    margin-bottom: 0;
}
ol:not([class])>li,
ul:not([class])>li {
    padding-bottom: 8px;
    position: relative;
}

ul:not([class])>li {
    list-style: none;
}

ul:not([class])>li::before {
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0.7em;
    margin: auto;
    left: -30px;
    background-color: #5A5A5A;
}
ul.ptic {
    padding-left: 35px;
}
ul.ptic li {
    padding-bottom: 10px;
    position: relative;
    list-style: none
}
ul.ptic li::before {
    content: "";
    background-image: url(ptic.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 13px;
    display: block;
    position: absolute;
    top: 5px;
    margin: auto;
    left: -32px;
}

fieldset {
    border: none;
}


.input,
.textarea {
    font-size: 15px;
    font-family: 'Gilroy';
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 22px 29px;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    -moz-transition: border-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    width: 100%;
    display: block;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    
}

.input[type="number"]::-webkit-inner-spin-button,
.input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input:focus,
.textarea:focus {
    outline: none;
}

.input:hover,
.textarea:hover {
    border-color: #E4E4E4;
}

.input:not(:placeholder-shown),
.textarea:not(:placeholder-shown) {
    }

.input::placeholder,
.textarea::placeholder,
.input::-webkit-input-placeholder,
.textarea::-webkit-textarea-placeholder,
.input::-moz-placeholder,
.textarea::-moz-placeholder,
.input:-moz-placeholder,
.textarea:-moz-placeholder,
.input:-ms-input-placeholder,
.textarea:-ms-textarea-placeholder {
    color: inherit;
}

.input:focus::placeholder,
.textarea:focus::placeholder,
.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-textarea-placeholder,
.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder,
.input:focus:-moz-placeholder,
.textarea:focus:-moz-placeholder,
.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-textarea-placeholder {
    color: transparent;
}

.textarea {
    min-height: 164px;
    resize: none;
}

button {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    line-height: inherit;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #EB3B3B;
    border-style: none;
    padding: 15px 30px;
    display: inline-flex; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    justify-content: center; -webkit-justify-content: center; -webkit-box-pack: center; -ms-flex-pack: center;
    position: relative;
    min-width: 180px;
    line-height: 1;
    font-family: 'Gilroy';
    font-size: 15px;
    font-weight: 700;
}
.btn::before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(225deg, rgb(234.81250405311584, 58.70312601327896, 58.70312601327896) 0%, rgb(180.6249949336052, 52.682292088866234, 52.682292088866234) 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.btn>* {
    position: relative;
}

.btn:hover::before {
    opacity: 0;
}

.btn svg, .btn img {
    margin-right: 20px;
    
}

.btn-white {
    background-color: #fff;
    border: 1px solid #EB3B3B;
    color: #d13838;
}
.btn-white::before {display: none;}
.btn-white:hover {
    background-color: #EB3B3B;
    color: #fff;
}

.btn-dark::before {
    background: linear-gradient(270deg, #242424 0%, #4F4F4F 100%);

}
.btn-dark:hover {
    background-color: #242424;
    color: #fff;
}
.btn-big {
    padding: 20px 42px;
}


.addfile {
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: pointer;
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    padding: 22px 29px;
}

.addfile__icon {
    background-image: url(icon_download.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    opacity: 0.5;
    margin-right: 10px;
}
.__js_addfile__namefile {
    display: none;
}
.line-file.active .__js_addfile__namenofile {
    display: none;
}
.line-file.active .__js_addfile__namefile {
    display: block;
}
.line-file.active .addfile__icon {
    background-image: url(check_mark_85qo3zaswdjp.svg);
}


.load {
    position: relative;
}

.load::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background-image: url(loader.png);
    opacity: .8;
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate-animation 1s infinite linear;
    z-index: 101;
}

.load::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.hide-scrollbar {
    width: auto;
    margin-right: 0;
    margin-right: var(--scrollbar-compensate, 0px);
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.overlay {
    -webkit-animation: opacbg 0.4s;
    animation: opacbg 0.4s;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    right: var(--scrollbar-compensate, 0px);
    z-index: 10;
}

.visually-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    border: 0!important;
    padding: 0!important;
    clip: rect(0, 0, 0, 0)!important;
    overflow: hidden!important;
}

.custom-checkbox {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;

    cursor: pointer;
}

.custom-checkbox__checkbox {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.custom-checkbox__checkbox::before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    margin: auto;
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    bottom: 0;
    left: 0px;

}

.custom-checkbox__text {
    color: #191E32;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.custom-checkbox:hover .custom-checkbox__text {}

.custom-checkbox:hover .custom-checkbox__checkbox {
    border-color: #B4C8FF;
}

.custom-checkbox__old-checkbox:focus~.custom-checkbox__checkbox {}

.custom-checkbox__old-checkbox:focus~.custom-checkbox__text {}

.custom-checkbox__old-checkbox:active~.custom-checkbox__checkbox {}

.custom-checkbox__old-checkbox:active~.custom-checkbox__text {}

.custom-checkbox__old-checkbox:checked~.custom-checkbox__checkbox {
    border-color: #B4C8FF;
    background-color: #B4C8FF;
}

.custom-checkbox__old-checkbox:checked~.custom-checkbox__checkbox::before {
    opacity: 1;
}

.custom-checkbox__old-checkbox:checked~.custom-checkbox__text {}


iframe {
    border: none;
}

strong {
    font-weight: 600;
}

.nomark {
    list-style: none;
}

.mobile-skroller-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    vertical-align: middle;
    position: relative;
}

.link-phone {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.link-phone:hover,
.link-phone:focus {
    color: #2D5060;
}

.first-title {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gilroy';
    line-height: 1;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
    position: relative;
}
.first-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #EB3B3B;
    position: absolute;
    bottom: 0;
    left: 0;
}
.first-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}
.second-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Oswald';
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
}
.second-title::before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #EB3B3B;
    position: absolute;
    bottom: 0;
    left: 0;
}
.second-title span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}
.third-title {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
}
.fourth-title {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #5A5A5A;
    font-size: 16px;
}
.akcent-text {
    font-family: 'Gilroy';
    color: #5A5A5A;
    font-size: 18px;
    line-height: 1.3333;
}
.sectionoverlay {
    position: relative;
}
.sectionoverlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sectionoverlay > * {
    position: relative;
}
.darkoverlay::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.quote_note {
    background-color: #F5F5F5;
    padding: 20px;
    margin-bottom: 15px;
}

.table_wrapper {overflow-x: auto; min-width: 100%;}
.main table:not([class]) {width: 100%; text-align: left; border-spacing:0; border-collapse: collapse; font-size: 16px; font-weight: 500;}
.main table:not([class]) td, .main table:not([class]) th {padding: 10px 22px; border: 1px solid #E9EAED;  background-color: #fff;}
.main table:not([class]) thead th {padding: 15px 22px; text-align: left; text-transform: uppercase;}



.seNavigator {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-top: 20px;
    overflow: auto;
    width: 100%;
    padding: 0;
    color: #191E32;
    list-style: none;
}

.seNavigator tbody, .seNavigator tr {
    display: block;
}

.seNavigator td {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.seNavigator .pagen {
    white-space: nowrap;
    padding: 0;
}

.seNavigator .pagen>* {
    border: 1px solid #F0F0F0;
    border-right: none;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 46px;
    height: 46px;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.seNavigator .pagen:first-child.disabled span, .seNavigator .pagen:last-child.disabled span {
    color: #D8D8D8;
}

.seNavigator .pagen:last-child>* {
    border-right: 1px solid #F0F0F0;
}

.seNavigator .pagen.active span {
    background-color: #f82f0c;
    color: #fff;
    border-color: #f82f0c;
}

.seNavigator .pagen:not(.disabled):hover a {
    background-color: #F0F0F0;
    color: #555555;
    border-color: #F0F0F0;
}

@media (min-width:990px){ 
    .main table:not([class]) {
        
    }
    .main table:not([class]) thead th {
        padding: 25px 29px;
    }
    .main table:not([class]) td, .main table:not([class]) th {
        padding: 24px 29px;
    }
    .quote_note {
        padding: 40px;
    }
    
}


@media (max-width:1199px) {
    .mobile-skroller {
        overflow: scroll;
        box-sizing: border-box;
        height: calc(100% + 0px);
        margin: 0px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

    }

    .mobile-skroller::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width:576px) {

}

@media (min-width: 768px) {
  
}

@media (min-width:992px) {
    .first-title {
        font-size: 30px;
        padding-bottom: 25px;
    }
    .second-title {
        font-size: 30px;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .third-title {
        font-size: 40px;
    }
}

@media (min-width:1200px) {
    BODY { 
        font-size: 16px;
    }
    p {
        margin-bottom: 24px;
    }
    .quote_note {
        margin-bottom: 24px;
    }
}

@media (min-width:1400px) {
    .first-title {
        font-size: 40px;
        padding-bottom: 29px;
    }
    .second-title {
        font-size: 40px;
        padding-bottom: 29px;
        margin-bottom: 50px;
    }
}






.blokinfo {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 80;
    box-shadow: 2px 0px 5px rgb(0 0 0 / 30%);
}
.blokinfo__text {
    padding: 0;
    text-align: center;
    color: #fff;
}


.blokinfo__text a {
    color: inherit;
}

.blokinfo__btn {
    margin-top: 10px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.blokinfo.active {
    display: block;
}

@media (min-width:576px) {
    .blokinfo__btn {
        margin-top: 0px;
    }

    .container.blokinfo__container {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        margin: auto;
        max-width: 1170px;
        position: relative;
        z-index: 1;
        padding: 10px 15px;
    }
    .blokinfo__text {
        text-align: left;
        
        flex-grow: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        padding-right: 20px;
    }
    
}