@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: local("Montserrat Light"), url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: local("Montserrat Medium"), url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: local("Montserrat Bold"), url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-display: swap
}

* {
    box-sizing: border-box
}

body,
html {
    height: 100%;
    padding: 0;
    margin: 0
}

body {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #62758c
}

.main {
    flex: 1 0 auto
}

.footer {
    flex-shrink: 0
}

a {
    color: #6298fa;
    transition: .5s;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(98, 152, 250, .6)
}

a:hover {
    border-color: rgba(98, 152, 250, 0)
}

a.no-underline {
    border: none
}

.logo {
    width: 32px
}

.logo-wrapper {
    display: flex;
    align-items: center;
    transition: .5s;
    text-decoration: none !important
}

.logo-wrapper:hover {
    opacity: .8
}

.logo-text {
    color: #6c89a6;
    font-size: 1.2em;
    font-weight: 700
}

.logo-text--negative {
    color: #fff
}

.main-header .icon-menu {
    color: #fff
}

.navbar-inner {
    width: 100%
}

.navbar-inner__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 0
}

.navbar-inner__bottom {
    background: #14d395;
    background: linear-gradient(225deg, #02583c 0, #07c33b 100%);
    padding: 1.375em;
    font-weight: 500;
    width: 100%
}

.navbar-inner-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.navbar-inner-mobile .navbar-toggler {
    padding: 15px;
    background-color: #1a1e2e
}

.navbar-contacts {
    display: flex;
    align-items: center;
    gap: 24px;
}

.navbar-contacts__item-title {
    color: #6c89a6;
    font-size: .75em;
    margin: 0
}

.navbar-contacts__item-title i::before {
    margin: 0
}

.navbar-contacts__item-content {
    font-size: .875em;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
    color: #2a3540 !important
}

.nav-link {
    color: #fff;
    font-size: .9375em;
    transition: .5s
}

.nav-link:hover {
    color: #fff;
    opacity: .8
}

.page-title {
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px dashed rgba(42, 53, 64, .6);
    display: inline-block
}

.section-title {
    font-size: 2.3em;
    font-weight: 700;
    color: #2a3540
}

.section-title--light {
    color: #fff;
    -webkit-text-stroke: 0.5px #9db8cc;
}

.section-subtitle {
    font-size: 1.5em;
    font-weight: 300;
    max-width: 620px;
    display: inline-block;
    color: #62758c
}

.section-subtitle--light {
    color: #9db8cc
}

.dd-button {
    padding: 12px 32px;
    color: #fff !important;
    background: #14d395 !important;
    background: linear-gradient(225deg, #02583c 0, #07c33b 100%) !important;
    box-shadow: 0 8px 16px rgba(20, 211, 149, .15);
    outline: 0 !important;
    border: none;
    text-decoration: none !important;
    border-radius: 5px;
    transition: .5s
}

.dd-button:hover {
    box-shadow: 0 8px 30px rgba(20, 211, 149, .25)
}

.dd-button-dashed {
    padding: 10px 32px;
    color: #07c33b !important;
    border: 1px dashed #dce0e5;
    border-radius: 5px;
    outline: 0 !important;
    background: 0 0;
    transition: .5s
}

.dd-button-dashed--dark {
    border-color: #2b3147
}

.dd-button-dashed:hover {
    opacity: .8
}

section {
    padding: 120px 0
}

.hero-section {
    min-height: 750px;
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #f8fbff 100%);
    padding: 80px 0
}

.hero-section__icon {
    display: flex;
    font-size: 40px;
    margin-right: 1rem
}

.hero-section__icon-wrapper {
    color: #6c89a6;
    display: flex;
    margin-bottom: 2em
}

.hero-section__icon-text {
    margin: 0
}

#scene_1 {
    position: relative;
    overflow: hidden
}

#scene_1 .container {
    z-index: 50;
    pointer-events: all
}

#scene_1 .hero_1 {
    width: 560px
}

#scene_1 .hero_1-wrapper {
    position: absolute;
    top: 30px;
    right: -240px
}

#scene_1 .hero_2 {
    width: 560px
}

#scene_1 .hero_2-wrapper {
    position: absolute;
    right: 50%;
    top: 20%;
}

#scene_1 .hero_3 {
    width: 240px
}

#scene_1 .hero_3-wrapper {
    position: absolute;
    right: 50%;
    bottom: 25%
}

.contact-form {
    background-color: #fff;
    padding: 2em;
    border-radius: 6px;
    box-shadow: 0 25px 35px 0 rgba(0, 0, 0, .08);
    margin-bottom: 4.375em
}

.contact-form__title {
    font-size: 1.125em;
    font-weight: 500;
    color: #2a3540
}

.contact-form__input {
    padding: 16px 24px;
    height: 100%;
    background-color: #fdfdfe;
    border: 1px solid #f2f2f2;
    font-weight: 500
}

.contact-form__input::-webkit-input-placeholder {
    color: #bcc8d3 !important
}

.contact-form__input::-moz-placeholder {
    color: #bcc8d3 !important
}

.contact-form__input:-ms-input-placeholder {
    color: #bcc8d3 !important
}

.contact-form__input::-ms-input-placeholder {
    color: #bcc8d3 !important
}

.contact-form__input::placeholder {
    color: #bcc8d3 !important
}

.contact-form__input:focus {
    border-color: #14d395;
    box-shadow: 0 0 0 .2rem rgba(20, 211, 149, .25)
}

.contact-form__btn {
    padding: 14.5px 24px
}

.contact-form .custom-control-input:checked~.custom-control-label::before {
    border-color: #6298fa !important;
    background-color: #6298fa !important
}

.contact-form .custom-checkbox {
    padding-left: 2rem
}

.contact-form .custom-checkbox label::before {
    top: .15rem !important;
    left: -2.1rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important
}

.contact-form .custom-checkbox label::after {
    top: .25rem;
    left: -2rem;
    transform: scale(1.25) !important
}

.features-section {
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #f8fbff 100%)
}

.feature {
    width: 100%;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 6px;
    box-shadow: 0 25px 35px rgba(0, 0, 0, .02);
    margin-bottom: 2em;
    transition: .5s;
    max-width: 255px
}

.feature.one {
    background-position: center;
}

.feature:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, .04)
}

.feature__icon {
    font-size: 1.75em;
    color: #6298fa
}

.video-section {
    padding: 0;
    background: #fff;
    background: linear-gradient(0deg, #fff 0, #f8fbff 100%)
}

.video-section__content {
    background: linear-gradient(225deg, #02583c 0, #07c33b 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 120px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.video-section__content-icon {
    font-size: 90px
}

.video-section__content-btn {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    background: 0 0;
    border: 1px dashed #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    outline: 0 !important
}

.video-section__content-btn i {
    margin-left: 8px;
    font-size: 1.5em
}

.video-section__content-btn:hover {
    opacity: .8
}

.prices-section {
    background-image: url(assets/prices-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
    background-position: center top
}

.prices-table {
    background-color: #161929;
    padding: 40px 48px;
    border-radius: 5px
}

.prices-table__header {
    color: #fff;
    font-size: 1.125em
}

.prices-table__content {
    color: #9db8cc
}

.prices-table__btn {
    background-color: rgba(20, 211, 150, .05);
    color: #07c33b;
    font-weight: 700;
    border: none !important;
    box-shadow: none;
    margin-top: -20px;
}

.prices-table__btn:focus {
    box-shadow: none !important
}

.prices-table__btn:hover {
    background-color: #02583c;
    color: #fff
}

.specs-section {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center left;
    /*background-size: 94% 100%*/
}

.specs-table {
    max-width: 770px;
    margin: auto;
    background: #fff;
    padding: 15px 24px;
    border-radius: 5px
}

.specs-table .row:nth-child(even) {
    background: #fcfdff
}

.specs-table .row [class*=col] p {
    margin: 0;
    padding: 1em 0
}

.specs-table .row [class*=col]:first-child {
    color: #2a3540
}

.individual-orders-section {
    background-color: #fff
}

.individual-order-feature {
    display: flex
}

.individual-order-feature__icon {
    display: flex;
    font-size: 4em;
    color: #6298fa
}

.individual-order-feature__icon-wrapper {
    margin-right: 2.5em
}

.individual-order-feature__title {
    font-size: 1.375em;
    color: #2a3540;
    font-weight: 700
}

.how-to-order-section {
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #f8fbff 100%)
}

.how-to-order-step {
    width: 100%;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 6px;
    box-shadow: 0 25px 35px rgba(0, 0, 0, .02);
    margin-bottom: 2em
}

.how-to-order-step__number {
    font-size: 1.75em
}

.about-section {
    background-color: #0f1323;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed
}

.about-section__text {
    color: #9db8cc;
    max-width: 770px;
    margin: auto
}

.requisite-card {
    padding: 3em 5em;
    background-color: #161929;
    box-shadow: 0 35px 55px rgba(4, 5, 34, .25);
    border-radius: 5px;
    width: 100%;
    margin-bottom: 2em
}

.requisite-card__title {
    color: #fff;
    font-size: 1.975em;
}

.requisite-card__link {
    font-size: 1.125em
}

.requisite-card__item-title {
    font-size: .875em;
    margin: 0
}

.requisite-card__item-text {
    font-size: 1.125em;
    color: #fff
}

.read-more-btn {
    border: none;
    background: 0 0;
    cursor: pointer;
    font-size: .875em;
    font-weight: 700;
    color: #6298fa;
    outline: 0 !important
}

.read-more-btn__text {
    border-bottom: 1px dashed #6298fa
}

.read-more-btn.activated {
    display: none !important
}

.branches-section {
    background: #fff;
    background: linear-gradient(180deg, #fff 0, #f8fbff 100%)
}

.branches-search {
    box-shadow: 0 25px 35px rgba(0, 0, 0, .02);
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 100px;
    position: relative;
    padding: 30px;
    outline: 0 !important
}

.branches-search-wrapper {
    position: relative
}

.branches-search:focus {
    border-color: #07c33b;
    box-shadow: 0 0 0 0.2rem #07c33b26;
}

.branches-search::-webkit-input-placeholder {
    color: #cad8e2
}

.branches-search::-moz-placeholder {
    color: #cad8e2
}

.branches-search:-ms-input-placeholder {
    color: #cad8e2
}

.branches-search::-ms-input-placeholder {
    color: #cad8e2
}

.branches-search::placeholder {
    color: #cad8e2
}

.branches-search__icon {
    font-size: 24px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #07c33b
}

.branches-table {
    background-color: #fff;
    padding: 40px 48px;
    border-radius: 5px
}

.branches-table__header {
    color: #2a3540;
    font-size: 1.125em;
    font-weight: 700
}

.branches-table__content {
    color: #62758c
}

.branches-table__btn {
    background-color: rgba(20, 211, 150, .05) !important;
    color: #14d395 !important;
    font-weight: 700;
    border: none !important
}

.main-footer {
    background-color: #0f1323;
    padding: 56px 0
}

.main-footer__contact-content {
    color: #fff !important;
    font-size: 1.125em
}

.main-footer__contact-title {
    font-size: .75em
}

.social-links a:not(:last-child) {
    margin-right: 0.1em
}

.social-links a:hover {
    text-decoration: none !important
}

.social-links__icon {
    font-size: 1em;
    display: inline-block
}

.cdk-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .32);
    justify-content: center;
    align-items: center
}

.cdk-overlay.active {
    display: flex
}

.cdk-overlay__close {
    position: fixed;
    top: 25px;
    right: 2.5%;
    cursor: pointer
}

.cdk-overlay__close i {
    font-size: 2em;
    color: #fff
}

.cdk-overlay__content {
    width: 100%;
    max-width: 980px;
    padding: 15px
}

.cdk-overlay__content--message {
    max-width: 370px
}

.cdk-overlay__content--form {
    width: 580px
}

.video-rounded {
    border-radius: 12px
}

.mb-6 {
    margin-bottom: 5rem
}

.play-rutube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.play-rutube-video i {
    font-size: 6em;
    color: #14d395
}

.message {
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 40px;
    position: relative;
    border-radius: 5px
}

.message--success {
    background-color: #14d395;
    background: linear-gradient(269.89deg, #14d395 0, #67e88b 100%)
}

.message--error {
    background-color: #14d395;
    background: linear-gradient(269.89deg, #d31436 0, #e8676f 100%)
}

.message__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.125em;
    cursor: pointer;
    border: none;
    background: 0 0;
    color: #fff;
    outline: 0 !important
}

.message__icon {
    font-size: 2.5em
}

.message__icon-wrapper {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 1em
}

.message__icon--success {
    color: #14d395
}

.message__icon--error {
    color: #da334b
}

.message__title {
    font-size: 1.125em;
    font-weight: 700
}

.message__text {
    font-size: .875em
}

.popup-form {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 10px
}

.popup-form-wrapper {
    position: relative
}

.popup-form__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.125em;
    cursor: pointer;
    border: none;
    background: 0 0;
    color: #e2e2e2;
    outline: 0 !important
}

.popup-form__title {
    font-size: 2em;
    font-weight: 700;
    color: #2a3540
}

.popup-form__text {
    margin-bottom: 2.25em
}

.popup-form__label {
    font-size: .875em
}

.popup-form__input {
    display: block;
    width: 100%;
    font-weight: 700;
    border: none;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 0;
    outline: 0 !important;
    transition: .5s;
    color: #17161b
}

.popup-form__input:focus {
    border-color: #14d395
}

.popup-form .custom-control-input:checked~.custom-control-label::before {
    border-color: #6298fa !important;
    background-color: #6298fa !important
}

.popup-form .custom-checkbox label {
    font-size: .75em
}

.popup-form .custom-checkbox label::before {
    left: -1.6rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    top: 50% !important;
    transform: translate(-50%, -50%)
}

.popup-form .custom-checkbox label::after {
    transform: scale(1.25) translate(-50%, -40%);
    top: 50%
}

#specs {
    position: relative
}

.scroll-icon-wrapper {
    position: absolute;
    right: 0;
    bottom: 120px;
    pointer-events: none
}

.scroll-icon-text {
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    left: -26px;
    top: -50px;
    color: #dde2e7;
    font-size: 18px
}

.mouse-svg {
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='20mm' height='20mm' viewBox='0 0 20 20' version='1.1' id='svg8' inkscape:version='0.92.4 (5da689c313, 2019-01-14)' sodipodi:docname='drawing.svg'%3E%3Cdefs id='defs2' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='3.959798' inkscape:cx='93.205822' inkscape:cy='38.090037' inkscape:document-units='px' inkscape:current-layer='layer1' showgrid='false' showborder='true' inkscape:pagecheckerboard='true' inkscape:window-width='1920' inkscape:window-height='1017' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata5'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate(0,-277)'%3E%3Cg style='fill:none' id='g42' transform='matrix(0.26458333,0,0,0.26458333,5.5246909,280.89466)'%3E%3Cpath style='stroke:%23e8edf2;stroke-width:2' d='m 17,1 c 8.864,0 16,7.136 16,16 V 31 C 33,39.864 25.864,47 17,47 8.136,47 1,39.864 1,31 V 17 C 1,8.136 8.136,1 17,1 Z' id='rect28' /%3E%3Cpath style='fill:%23e8edf2' d='m 19,32 a 3,3 0 0 1 -3,3 3,3 0 0 1 -3,-3 3,3 0 0 1 3,-3 3,3 0 0 1 3,3 z' id='circle30' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.logoSilicMobile {
    display: none;
    border-bottom: none;
  }
  a.logoSilic {
    border-bottom: none;
  }

  .mainSiteLink {
    font-size: .8rem;
    margin-top: -25px;
    margin-left: 53px;
}

.mainSiteLink a {
    color: #048f3b;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
}

.logoSilic .img.logo-fluid {
    margin-top: -16px;
}

.logoSilicWrapperMobile {
    margin-bottom: 20px;
}
.logoSilicWrapperMobile .mainSiteLink {
    margin-left: 47px;
}

.keywords {
    font-size: .8rem;
}
.kwTitle {
    font-weight: bold;
}

p#modal-product-title {
    font-size: 1.3rem;
    line-height: 1.4;
}

form#popupOrderForm {
    font-size: .9rem;
}

.form-radio-group {
    padding-left: 1.5rem;
}

label.custom-control-label {
    cursor: pointer;
}

@media (max-width: 1200px) {
    .navbar .container {
      justify-content: space-evenly;
      gap: 24px 0;
    }
  }

@media (max-width:992px) {
    section {
        padding: 70px 0;
    }
    .logoSilicMobile {
        display: block;
    }
}

@media (max-width:576px) {
    section {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .d-flex {
        justify-content: center;
    }

    .video-section__content {
        padding-bottom: 50px;
    }

    .prices-section {
        margin-top: 0;
    }
    p.popup-form__text {
        display: none;
    }
}

iframe {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

/*# sourceMappingURL=main.min.css.map */