.row {
    margin-bottom: 50px !important;
}

@font-face {
    font-family: HelveticaNeueCyr;
    src: url(https://storage.googleapis.com/baltelimp-static-prod/HelveticaNeueCyr/HelveticaNeueCyr-Light.otf);
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-weight: bold;
    src: url(https://storage.googleapis.com/baltelimp-static-prod/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.otf);
}

:focus {
    outline: none;
}

h4 {
    font-size: 2.07rem;
}

h6, ol {
    font-size: 1.25rem;
    line-height: 1.5;
}

body {
    font-family: HelveticaNeueCyr, sans-serif;
    background-color: white;
    margin-top: 50px;
    color: #1f72c0
}

nav {
    background-color: transparent;
    box-shadow: none;
}

nav i {
    line-height: 1 !important;
}

nav ul a {
    padding: 0 !important;
}

main {
    padding-top: 30px;
}

@media screen and (max-width: 993px) {
    #carousel-main {
        height: 270px !important;
    }
}

@media screen and (min-width: 993px) {
    .container {
        min-width: 970px;
    }

    #carousel-main {
        height: 335px !important;
    }
}

@media screen and (min-width: 1280px) {
    #carousel-main {
        height: 400px !important;
    }
}

.text-light-blue {
    color: #3bbcea;
}

.disabled {
    color: rgba(0,0,0,0.26) !important;
}

.logo-decoration {
    position: absolute;
    width: 75px;
    height: auto;
}

.logo-image {
    height: 115px;
    width: 115px;
}

.logo-text {
    font-size: 30px;
    font-weight: bold;
}

.logo-wrapper {
    min-width: 375px !important;
}

.logo-wrapper a {
    text-decoration: none !important;
}

.logo-wrapper a:hover {
    color: #2d7bc4 !important;
}

div img {
    width: 100%;
}

.bold {
    font-weight: bold;
}

img.icon, .no-resize {
    width: auto !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bot {
    margin-bottom: 0!important;
}

.container, body {
    min-width: 751px;
}

.container .row {
    margin: 0 auto;
}

.container.full-width {
    width: 100%;
    max-width: none;
    padding-top: 50px;
}

.header {
    position: relative;
}

.header .col {
    padding: 0;
}

.header .contact {
    color: #1f72c0;
}

.contact h4, .contact h5, .contact h6 {
    margin: .5rem 0 .4rem 0;
}

.contact div {
    display: inline-block;
}

#cart {
    height: 48px;
}

#cart-amount-icon {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    right:  0;
    bottom: 10px;
    background: orange;
    font-size: 1rem;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 130%;
    display: none;
}

.text-with-icon {
    display: block;
}

a.text-with-icon {
    text-decoration: none !important;
}

.text-with-icon img, .text-with-icon span, .text-with-icon i {
    vertical-align: middle;
}

a.text-with-icon span {
    text-decoration: underline !important;
}

a.text-with-icon span:hover {
    text-decoration: none !important;
}

a[href^="tel"] {
    text-decoration: none;
}

ul.flex {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.awesomplete ul {
    display: block;
    justify-content: inherit;
}

.basket {
    width: 65%;
}

.material-icons.to-cart {
    cursor: pointer;
    color: #2d7bc4;
}

.nav-top-wrapper, .nav-bottom-wrapper {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
}

.nav-top-wrapper {
    border-bottom: 1px solid #2d7bc4;
}

.nav-bottom-wrapper {
    border-bottom: 1px solid white;
}

.nav-bottom {
    padding-top: 10px !important;
}

.nav-top-wrapper ul li a,
.nav-bottom-wrapper ul li a {
    font-size: 28px;
    text-decoration: underline;
}

.nav-top-wrapper ul li a:hover,
.nav-bottom-wrapper ul li a:hover {
    text-decoration: none;
}

.btn-floating.btn-large {
    background-color: rgba(31, 114, 192, .4) !important;
    width: 100px;
    height: 100px;
}

.btn-floating.btn-large i.large {
    font-size: 100px;
    line-height: 100px;
}

#scroll-top {
    bottom: -100px;
}

a:not(.modal-action) {
    text-decoration: underline;
    background: none !important;
    padding: 0;
}

a:not(.modal-action):hover, a.hover {
    text-decoration: none !important;
    background: none !important;
}

a.white-link {
    color: white;
}

a.white-link:hover, a.white-link.hover {
    color: whitesmoke;
}

a:not(.white-link) {
    color: #2d7bc4;
}

a:not(.white-link):hover, a.hover:not(.white-link) {
    color: #2d94c4;
}

.awesomplete {
    width: 100%;
}

.valign-wrapper .awesomplete {
    height: 65%;
}

.awesomplete .awesomplete {
    height: 100%;
}

.search-row, #search-row, .container.privilege, footer {
    background-size: cover !important;
}

.run-search {
    cursor: pointer;
}

.search-row, #search-row {
    background-color: #1f72c0;
    height: 80px;
    margin-bottom: 0 !important;
}

.search-row .col:first-child, #search-row .col:first-child {
    padding-right: 0;
    height: 100%;
}

.search-row .col:last-child, #search-row .col:last-child {
    padding: 0;
    width: 60px;
}

.search-field, #search-field {
    font-family: HelveticaNeueCyr, sans-serif !important;
    font-size: 18px !important;
    border: 2px solid #3bbcea !important;
    background-color: white !important;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    padding-left: 27px !important;
    box-sizing: border-box !important;
}

.search-row div, #search-row div {
    text-align: left;
}

.search-row div img, #search-row div img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

main .row.container:nth-of-type(1) {
    margin-top: -30px;
}

.carousel-item {
    min-height: inherit !important;
}

.carousel .indicators {
    left: 45px;
    right: auto;
    bottom: 20px;
}

.carousel .indicators .indicator-item {
    width: 30px;
    height: 30px;
}

.carousel .indicators .indicator-item:not(.active) {
    background-color: rgba(59, 188, 234, .6);
}

.carousel .indicators .indicator-item.active {
    background-color: rgba(59, 188, 234, 1);
}

.main-carousel-text h5 {
    background-color: #2d7bc4;
    color: white;
    line-height: 1.5;
    box-sizing: content-box;
    margin-left: 47px;
    margin-bottom: 10px;
    margin-top: 60px;
    clear: both;
    float: left;
    padding: 0 7px;
}

#carousel-main .carousel-item {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#main-slide-1 {
    background-image: url("/source/JJM_1066-Pano.jpg");
    background-position: center !important;
    background-size: 100% auto !important;
}

#main-slide-2 {
    background-image: url("/source/Indias-exports-of-Electronic-Goods.jpg");
    background-position: center !important;
    background-size: 100% auto !important;
}

#main-slide-3 {
    background-image: url("https://storage.googleapis.com/baltelimp-static-prod/img/carousel/3.png");
}

#main-slide-4 {
    background-image: url("https://storage.googleapis.com/baltelimp-static-prod/img/carousel/4.png");
}

#carousel-partners,
#carousel-partners .carousel-item,
.partners-nav {
    height: 50px;  /* 70 */
}

#carousel-partners .carousel-item {
    width: 150px;  /* 200 */
    padding: 0 3px;
}

#carousel-partners .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: fill;
    /*
    width: 100%;
    height: 100%;
    object-fit: cover;
     */
}

.partners-nav {
    cursor: pointer;
}

.partners-nav img {
    height: 100%;
    width: auto;
}

.partners-header {
    font-family: HelveticaNeueCyr, sans-serif;
    color: #1f72c0;
    margin-left: 47px !important;
}

.expand-cert {
    padding-top: 2rem;
}

.expand-wrapper a {
    color: #1f72c0;
    font-size: 24px;
    text-decoration: none;
}

.expand-wrapper a .expand-link {
    text-decoration: underline;
    margin: 0;
}

.expand-wrapper a .expand-count {
    color: #2d94c4;
    font-size: 18px;
}

.privilege {
    background-color: #1f72c0;
    color: white;;
}

.privilege .container .row:not(:first-child) {
    margin-bottom: 0 !important;
}

.privilege-section {
    height: 40%;
}

.privilege-section, .privilege-wrapper {
     margin-bottom: 50px;
}

.privilege .container .row:nth-child(1) {
    margin-bottom: 30px;
}

.short-content-wrapper {
    max-width: 81%;
}

.col-center {
    margin: 0 auto;
}

.col-right {
    margin: auto 0 auto auto;
}

.privilege .container .row .col h5 {
    vertical-align: bottom;
}

.privilege-n-wrapper {
    display: inline-block;
    vertical-align: bottom;
}

.privilege-n {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 130%;
    background-color: white;
    color: #1f72c0;
    width: 70px;
    height: 70px;
    font-size: 54px;
}

.privilege-header {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
}

.privilege-header h5 {
    display: inline-block;
}

.privilege-text {
    display: block;
    line-height: 1.5;
    margin: 0;
}

#cert-row .col.s6 img {
    width: 100%;
    height: auto;
}

.services-info {
    color: #1f72c0;
    font-size: 16px;
}

.services-info h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
    white-space: nowrap;
}

.services-info-data {
    margin: 0;
    line-height: 1.5;
}

.services-info img {
    border: 3px solid #3bbcea;
}

.services-info img:last-child {
    float: right;
}

.services-info .row {
    margin-bottom: 10px !important;
}

.tab-space2 {
    padding-left: 2em;
}

.tab-space4 {
    padding-left: 4em;
}

.services {
    margin-bottom: 60px;
}

footer {
    background-image: -moz-linear-gradient( -90deg, rgb(68,186,230) 0%, rgb(45,123,196) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(68,186,230) 0%, rgb(45,123,196) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(68,186,230) 0%, rgb(45,123,196) 100%);
    box-shadow: 0 -2px 9px 0 rgba(33, 34, 51, 0.55);
}

.copyright {
    font-size: 16px;
    color: white;
    padding-left: 0 !important;
}

.footer-button {
    display: inline-block;
    vertical-align: top;
}

.footer-button img {
    width: auto;
    height: 31px;
    border: 0;
    display: block;
}

.banners div {
    background-color: white;
}

.contact {
    color: white;
    font-size: 18px;
    text-align: right;
}

.offer {
    color: white;
    font-size: 16px;
    padding-bottom: 40px;
}

/***
Contact page
 */

.contacts {
    font-family: HelveticaNeueCyr, sans-serif;
    color: rgb(31, 114, 192);
    line-height: 1.2;
}

.contacts h3 {
    /*margin-top: 0;*/
    margin-bottom: 2rem;
}

.contacts .col {
    padding-left: 0;
}

.contact-data {
    padding-right: 5rem !important;
}

.contact-group {
    font-size: 1.3rem;
}

.contact-data div h5, .contacts h5 {
    font-weight: bold;
    margin-bottom: .5rem;
    margin-top: 2rem;
}

#map {
    width: 100%;
}

.text-form input,
.text-form textarea,
.form-style {
    border: 2px solid #3bbcea !important;
    box-shadow: none !important;
    width: 100%;
    padding-left: 1rem !important;
    margin-bottom: 10px !important;
    box-sizing: border-box;
}

.text-form textarea {
    padding-top: .5rem;
    min-height: 7.2rem;
}

.additional-info {
    /*margin-top: 20px;*/
}

.text-form input[type="text"],
.text-form input[type="email"],
.text-form input[type="tel"],
input.form-style {
    height: 2.5rem;
}

input.form-style {
    width: 3rem !important;
    margin-bottom: 0 !important;
    margin-right: 5px !important;
}

.form-help {
    margin-left: 1rem;
    margin-bottom: 1rem;
    color: #3bbcea;
}

.text-form-btn {
    width: 100%;
    height: 3rem;
    margin-bottom: 1rem;
}

.text-form-btn, .text-form-btn:focus {
    background-color: #49b5e2;
}

.text-form-btn:hover {
    background-color: #6ec1e3;
}

#en-contact-map {
    width: 100%;
}

/***
Vacancy (careers) page
 */
.careers-vacancy:first-child {
    padding-left: 0;
}

.careers-text {
    font-size: 1.25rem;
}

.careers-text img {
    width: 25%;
}

.ul-row {
    background: url("https://storage.googleapis.com/baltelimp-static-prod/img/ul-point.png") no-repeat .1rem .4rem;
    padding-left: 1.3rem;
    font-size: 1.25rem;
}

.request-info .ul-row {
    padding-left: 4rem;
    background: url("https://storage.googleapis.com/baltelimp-static-prod/img/ul-point.png") no-repeat 2.6rem .4rem;
}

#careers-contact {
    margin-top: 15px;
}

/***
Stock page
 */
table {
    margin-top: 2rem;
}

th, td {
    padding: 1rem .5rem;
}

table th {
    background-color: #1f72c0;
    color: white;
    font-size: 1.1rem;
    font-weight: normal;
    border-radius: 0;
    border-right: 1px solid white;
}

table td {
    color: black;
    font-size: 0.9rem;
    border-bottom: 1px solid #31c1f2;
}

.download-stock-excel {
    margin-top: -3rem;
    font-size: 1.35rem;
}

.download-stock-excel span {
    font-size: 1.2rem;
    color: #00e5ff;
}

.stock-more {
    margin-top: 1.5rem;
    text-align: center;
}

.stock-more img {
    display: inline-block;
    cursor: pointer;
}
/***
Request page
 */
.btn i {
    vertical-align: middle;
}

.btn i.small {
    font-size: 2rem !important;
}

.request-hello {
    font-size: 1.3rem;
    margin-top: 2rem;
}

/***
Catalog page
 */
#partners-catalog-wrapper div {
    height: 50px;
    margin-bottom: 1.5rem;
}

#partners-catalog-wrapper div img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: fill;
}

.partners-catalog h3 {
    margin-bottom: 3rem;
}

.en-partners-item {
    margin-bottom: .5rem;
    height: 33px;
    width: 141px;
}

.en-partners-item img {
    max-height: 33px;
    max-width: 141px;
}

/***
Search result page
 */

.search-result-table tbody tr td:nth-child(3),
.search-result-table thead tr th:nth-child(3) {
    text-align: center;
}

/***
Cart page
 */
.cart-manufacturer {
    display: block;
    color: #00e5ff;
}

.cart-partnum {
    font-size: 1.7rem;
}

.cart-table th {
    font-size: 1.5rem;
    width: 16.66666666666667%;
    background: white;
    color: #00e5ff;
    text-align: center;
}

.cart-table td {
    font-size: 1.3rem;
}

.cart-table td img {
    width: 75%;
}

.cart-description {
    font-size: .9rem;
}

.cart-table thead, .cart-table tbody {
    border: none;
}

.cart-table tbody tr td:nth-child(3),
.cart-table tbody tr td:nth-child(4),
.cart-table tbody tr td:nth-child(5) {
    text-align: center;
}

.cart-table tbody tr td:last-child {
    text-align: center;
}

.cart-table td {
    color: rgb(31, 114, 192);
}

.cart-count, .cart-count .material-icons {
    color: #00e5ff;
}

input.cart-count {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

input.cart-count, input.cart-count:focus {
    border: 1px solid #00e5ff !important;
    box-shadow: none !important;
}

label.cart-count {
    display: block;
}

.material-icons {
    cursor: pointer;
}

.to-cart-cell {
    width: 8rem;
}

#cart-send, #cart-send-text {
    margin-top: 15px;
}

#cart-send input:last-child {
    margin-bottom: 7px;
}

.cart_placeholder {
    width: 150px;
    height: 150px;
    background: white;
}

.item-summ, #cart-summ-total {
    text-align: center;
}

/***
About page
 */
#about-text-container {
    font-size: 1.25rem;
    padding-top: 15px;
}

#about-1-wrapper {
    background: url(https://storage.googleapis.com/baltelimp-static-prod/img/about/1.png) no-repeat top;
    background-size: 100% auto;
    height: 350px;
}

#about-first-img {
    margin: 0 15px 15px 0;
}

#about-second-img {
    margin: 0 0 15px 15px;
    width: 24%;
    height: auto;
}

.star {
    font-size: .9rem;
    margin-top: 15px;
}

#language {
    position: absolute;
    top: -43px;
    right: 0;
}

#language h5 {
    font-weight: bold;
    display: inline;
    margin-left: 14px;
}

#language img {
    width: 35px;
}

/***
Certificates page
 */

.certificate {
    margin-top: 30px;
}

.ecatalog-filter-item {
    /*margin-bottom: 15px;*/
    min-height: 8.5rem !important;
}

.ecatalog-filter-item select {
    height: 7rem !important;
    color: black;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.ecatalog-filter-container {
    margin-bottom: 0 !important;
}

.ecatalog-table-row, .ecatalog-btn-row, .ecatalog-filter-row {
    margin-top: -50px !important;
}

.ecatalog-filter-helper-text {
    margin-bottom: 75px !important;
}

.ecatalog-table-row table {
    margin-top: 0;
}

.filter-type-reset {
    cursor: pointer;
}

.filter-type-reset:hover {
    text-decoration: underline;
}

/***
SUNRIDGE
 */

.text1 {
    font-size: 18px;
    line-height: 145%;
    /* or 26px */
    letter-spacing: 0.02em;
}

#sunridge-production tr th:nth-of-type(1) {
    padding-left: 38px;
}

#sunridge-production tr td:nth-of-type(1) {
    font-size: 43px;
    line-height: 42px;
    letter-spacing: 0.01em;
    padding: 38px;
}

#sunridge-production tr th:nth-of-type(2) {
    padding-left: 42px;
}

#sunridge-production tr td:nth-of-type(2) {
    font-size: 18px;
    line-height: 115%;
    /* or 21px */
    letter-spacing: 0.02em;
    color: #1F72C0;
    padding: 42px;
}