body {
    font-weight: 400;
    line-height: 1;
}
.container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
}
.portlet-body .row {
    gap: 0;
}
.menu-sub-wrapper {
    top: 55px;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
.header__logo:hover {
    color: #818A9C;
}
.portlet {
    box-shadow: initial;
}
.header__lk {
    font-size: 16px;
}
.page-top--order {
    background: initial;
    padding-bottom: 0px;
}
.page-top--order h1, .page-top--order .breadcrumb li {
    color: #3F4451;
}
.footer {
    padding-top: 50px !important;
}
.form-group button[type=submit].btn, .footer-top .btn {
    background: #007EF5;
    border-radius: 50px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 50px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}
.footer-bottom .btn:hover {
    background-color: #fff;
    color: #3F4451;
}
.footer-bottom .btn {
    width: 218px !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 30px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    color: #FFFFFF;
    background: initial;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Raleway', sans-serif;
}
.header-supports__phone{
    color: #131313;
}
.tabs-left.nav-tabs {
    border-right: 0px;
}
.nav-tabs>li>a {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #818A9C;
    padding-bottom: 8px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 3px #FFFFFF solid;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    margin-right: 50px;
    font-family: 'Raleway', sans-serif;
    padding-left: 0px;
}
.nav-tabs>li>a:hover, .tabs-left.nav-tabs>li.active>a, .tabs-left.nav-tabs>li.active>a:hover>li.active>a:focus {
    border-radius: 0px;
    color: #131313;
    background-color: initial;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 3px solid #007EF5 !important;
}
.control-label {
    margin-top: 10px;
}
p {
    line-height: 1.4;
}
.mt-checkbox, .mt-radio {
	width: 100%;
	line-height: 25px;
}
.mt-checkbox>span,.mt-radio>span {
    border: 3px solid transparent ;
	border-color: rgb(0, 126, 245);
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    background: #ffffff;
	
}
.mt-checkbox>span:after,.mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}

.mt-radio>input:checked~span
{
	background-color: #ffffff;	
}
.mt-radio>radio:checked~span
{
	background-color: #ffffff;	
}