
.weldex {
    text-align: center;
    padding-top: 15px;
}

th {
    padding-left: 10px;
}

th:first-child {
    padding-left: 0px;
}

td {
    padding-left: 10px;
}

td:first-child {
    padding-left: 0px;
}

.font-14-10 {
    font-size: 10px;
}

@font-face {
    font-family: "SegoeUIR";
    src: url("../fonts/segoeui.ttf");
}

@font-face {
    font-family: "SegoeUIB";
    src: url("../fonts/seguisb.ttf");
}

.body-prop {
    font-family: SegoeUIR;
    color: #2A3E5D;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.div-header {
    max-height: 114px
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-auto {
    padding-left: 0px;
}

.navbar-prop {
    top: 0;
    z-index: 1030;
    max-width: inherit;
    min-height: 57px;
    background-color: #2A3E5D;
    font-size: 12px;
    padding: 0px;
}

.div-logo {
    text-align: right;
}

.navbar-li {
    width: 10%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-li > a {
    text-align: left;
}

.orient-column {
    flex-direction: row !important;
}

.lang-item {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
}

.header-prop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    background-color: #FFB649;
    max-width: 280px;
    min-height: 70px;
    border-radius: 0px 0px 15px 0px;
    font-family: SegoeUIB;
}

.header-prop-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    background-color: #FFB649;
    max-width: 280px;
    min-height: 70px;
    border-radius: 0px 0px 15px 0px;
    font-family: SegoeUIB;
}

.header-prop-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    background-color: #FFB649;
    max-width: 280px;
    min-height: 70px;
    border-radius: 0px 0px 15px 0px;
    font-family: SegoeUIB;
}

.anchor {
    display: block;
    visibility: hidden;
    height: 57px;
    margin-top: -57px;
}

.div-img-main {
    padding-top: 57px;
}

.column-2-prop {
    float: left;
    width: 100%;
    padding: 10px;
}

.char-header {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.char-col-left {
    float: left;
}

.char-col-right {
    float: left;
}

.row-prop:after {
    content: "";
    display: table;
    clear: both;
}

.div-img-prop {
    margin-top: 0px;
}

.img-fluid {
    max-height: 400px;
}

.note-prop {
	text-align: left;
    padding-left: 10px;
}

.table-t {
    text-align: center;
}

.table-t th {
    vertical-align: top;
    font-weight: bold;
}

.td-l {
    text-align: left;
}

.contacts-prop {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
	margin-bottom: 13%;
}

.img-logo {
    width: 90px;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
    .navbar-prop {
        height: 114px;
    }
    .nav-item > a {
        text-align: left;
    }
    .orient-column {
        flex-direction: column !important;
    }
    .lang-item {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .anchor {
        height: 114px;
        margin-top: -114px;
    }
    .div-img-main {
        padding-top: 114px;
    }
    .header-prop {
		font-size: 40px;
        min-height: 100px;
		max-width: 322px;
		border-radius: 0px 0px 30px 0px;
    }
	.header-prop-2 {
		font-size: 22px;
        min-height: 100px;
		max-width: 322px;
		border-radius: 0px 0px 30px 0px;
    }
    .column-2-prop {
        width: 50%;
    }
    .div-img-prop {
        margin-top: -100px;
    }
    .img-fluid {
        max-height: inherit;
    }
    .char-header {
        text-align: center;
    }
    .char-col-left {
        float: right;
    }
    .table-t td:first-child {
        white-space: nowrap;
    }
    .note-prop {
        text-align: center;
        padding-left: 0px;
    }
    .font-14-10 {
        font-size: 14px;
    }
    .contacts-prop {
        font-size: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-logo {
        width: 140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
    .navbar-prop {
        height: 114px;
    }
    .nav-item > a {
        text-align: left;
    }
    .orient-column {
        flex-direction: column !important;
    }
    .lang-item {
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .anchor {
        height: 114px;
        margin-top: -114px;
    }
    .div-img-main {
        padding-top: 114px;
    }
    .header-prop {
		font-size: 40px;
        min-height: 100px;
		max-width: 322px;
		border-radius: 0px 0px 30px 0px;
    }
	.header-prop-2 {
		font-size: 22px;
        min-height: 100px;
		max-width: 322px;
		border-radius: 0px 0px 30px 0px;
    }
	.header-prop-3 {
		font-size: 40px;
        min-height: 100px;
		max-width: 322px;
		border-radius: 0px 0px 30px 0px;
    }
    .column-2-prop {
        width: 50%;
    }
    .div-img-prop {
        margin-top: -100px;
    }
    .img-fluid {
        max-height: inherit;
    }
    .char-header {
        text-align: center;
    }
    .char-col-left {
        float: right;
    }
    .table-t td:first-child {
        white-space: nowrap;
    }
    .note-prop {
        text-align: center;
        padding-left: 0px;
    }
    .font-14-10 {
        font-size: 14px;
    }
    .contacts-prop {
        font-size: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .img-logo {
        width: 140px;
    }
}

.section-prop {
    padding-top: 50px;
}

.img-prop {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.about-company-prop {
    padding-top: 20px;
    font-size: 14px;
}

.char-header-t {
    font-weight: bold;
}

.note-prop-b {
    font-weight: bold;
}

.note-prop-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 300px;
}

.navbar-brand {
    margin-right: 0px;
}
