::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #637D8C;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #637D8C;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #637D8C;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #637D8C;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #637D8C;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #637D8C;
}

body {
    background-color: #ECEFF1;
}

.site.layout-boxed .body-innerwrapper {
    max-width: 1424px;
}

#search-form input {
    border-radius: 5px 0 0 5px;
}

.mod-finder {
    position: relative;
}

#search-form .awesomplete {
    max-width: 400px;
    width: 100%;
}

.layout-boxed .body-innerwrapper {
    box-shadow: none;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    display: none;
}

/*#sp-main-body {
    padding: 150px 0 100px 0;
}*/

.header-modules {
    display: none !important;
}

#sp-header {
    background-color: #ECEFF1;
    padding-top: 50px;
    animation: none;
}


#sp-main-body {
    background-color: #ECEFF1;
}

#sp-footer {
    background-color: #ECEFF1;
}

#sp-header {
    box-shadow: none;
}

#sp-header.full-header {
    padding-left: 0px;
    padding-right: 0px;
}

body #sp-menu .social-wrap {
    display: none !important;
}

.search-button {
    padding: 13px 32px;
    color: #637D8C;
    border-radius: 10px;
    border: 2px solid #637D8C;
    text-transform: uppercase;
    font-weight: 500;
}

.search-button:hover {
    color: #273238;
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right;
    margin-right: 20px;
}

.sp-megamenu-parent>li>a {
    color: #273238;
    font-size: 20px;
}

.sp-megamenu-parent>li>span {
    color: #273238;
    font-size: 20px;
}

.sp-megamenu-parent>li:last-child>a {
    padding: 0 15px;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    padding: 0px 29px;
    line-height: 60px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 800;
    color: #273238;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
    font-weight: 800;
    color: #273238;
}

.sp-megamenu-parent>li:hover>a {
    color: #273238;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #eceff1;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: none;
    padding: 18px 25px;
    border: 2px solid #637D8C;
    border-radius: 10px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #637D8C;
    font-size: 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
    margin-bottom: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: #273238;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: #273238;
}

.sp-copyright {
    color: #273238;
    font-size: 20px;
}

.article-details {
    font-size: 18px;
}

.article-details .article-header h1 {
    font-size: 26px;
    margin-bottom: 30px;
}



.yandexmap {
    margin-top: 20px;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after {
    display: none;
}

body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    display: none;
}

.sp-dropdown-main {
    width: max-content !important;
}

.sp-module #mod-finder-searchword112 {
    padding: 12px 32px;
    border-radius: 10px;
    border: 2px solid #637D8C;
    font-weight: 500;
    background: #eceff1;
    width: 139px;
    font-size: 20px;
    color: #637d8c;
}

.sp-module .js-finder-searchform {
    min-width: 139px;
    height: 58px;
}

.sp-module .js-finder-searchform .awesomplete {
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 100;
}

.sp-module .js-finder-searchform .awesomplete ul {
    box-shadow: none;
    padding: 18px 25px;
    border: 2px solid #637D8C;
    border-radius: 10px;
    background: #eceff1;
}

.sp-module .js-finder-searchform .awesomplete ul::before {
    display: none !important;
}

.sp-module .js-finder-searchform .awesomplete ul li {
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

.sp-module .js-finder-searchform .awesomplete ul li:last-child {
    margin-bottom: 0px;
}

.sp-module .js-finder-searchform .awesomplete ul li a {
    color: #637D8C;
    font-size: 20px;
}

.sp-module .js-finder-search-query {
    width: 150px;
    transition: width 0.5s ease;
}

.sp-module .js-finder-search-query:focus {
    width: 320px !important;

}
.awesomplete > input.form-control {
    background-color: #eceff1;
}

.com-finder__form button {
    color: #637d8c;
    background: #eceff1;
    border: 1px solid #637d8c;
    text-transform: uppercase;
}

.com-finder__form button:hover {
    background: #eceff1;
    color: #637d8c;
    order: 1px solid #637d8c;
}

.com-finder__form input {
    border: 1px solid #637d8c;
}
.js-finder-search-query:focus {
    outline: none;
    border-color: #637d8c;
}
.btn-primary:hover, .sppb-btn-primary:hover {
    border-color: #637d8c;
    background-color: #eceff1;
}

@media(max-width: 768px) {
    #sp-header {
        padding-top: 20px;
    }

    #sp-menu.menu-center .sp-megamenu-wrapper {
        justify-content: right;
        margin-right: 20px;
    }

    .search-button {
        padding: 4px 23px;
        color: #637D8C;
        border-radius: 10px;
        border: 2px solid #637D8C;
        font-weight: 500;
        font-size: 14px;
    }

    .logo-image {
        height: 50px !important;
    }

    #search-form .awesomplete {
        max-width: calc(100% - 94px);
        width: 100%;
    }

    #sp-main-body {
        padding: 120px 0 60px 0;
    }

    .sp-module .js-finder-searchform .awesomplete {
        top: 0px;
        right: 0px;
    }
}

@media(max-width: 394px) {
    .sp-module #mod-finder-searchword112 {
        padding: 2px 11px;
        border-radius: 10px;
        border: 2px solid #637D8C;
        font-weight: 500;
        background: #eceff1;
        width: 90px;
        font-size: 18px;
        color: #637d8c;
    }

    .sp-module .js-finder-searchform {
        min-width: 30px;
    }

    .sp-module .js-finder-searchform .awesomplete {
        top: 13px;
    }

    .sp-module .js-finder-search-query:focus {
        width: 250px !important;
    }
}