@-webkit-keyframes jumping-image {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes jumping-image {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }
}

@-webkit-keyframes animateElement {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes animateElement {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #0275D8;
}

button, a {
    outline: none;
}

body {
    background-color: #ffffff;
    font-family: "Open Sans";
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.link-phone {
    text-decoration: none;
    color: #fff;
}

.container {
    max-width: 960px;
    margin: auto;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #373A3C;
    text-decoration: none;
}

.breadcrumbs span:last-child {
    color: #818A91;
}

.breadcrumbs .delimiter {
    padding: 0 4px 0 4px;
}

.clearfix {
    clear: both;
}

.header-home-color,
.header-services-color {
    background: rgba(0, 0, 0, 0.7);
}

.header-color {
    background: rgba(28, 28, 28, 0.57);
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-100 {
    margin-top: 100px !important;
}
.mt-110 {
    margin-top: 110px !important;
}
.mt-120 {
    margin-top: 120px !important;
}

.mt-150 {
    margin-top: 150px !important;
}
.mt-175 {
    margin-top: 175px !important;
}
.mt-240 {
    margin-top: 240px !important;
}
.mt-260 {
    margin-top: 260px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pt-20 {
    padding-top: 20px;
}

.pt-60 {
    padding-top: 60px !important;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.default-btn {
    background: #EB1D25;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.default-btn:hover {
    background: #C2151C;
}

.show-all {
    background: #FFFFFF;
    border: 2px solid #3C3B3D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #3C3B3D;
    padding: 8px 35px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.show-all:hover {
    background: #3C3B3D;
    color: #FFFFFF;
}

.default-h2eader {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #EB1D25;
    margin-bottom: 30px;
}

.h5eader-underline {
    color: #373A3C;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 25px 0;
    border-bottom: 1px solid #EBEEF6;
}

.h5eader-underline:last-child {
    border-bottom: none;
}

.default-selectbox {
    border: 1px solid #ABB5C3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 16px;
    height: 34px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #373A3C;
    background: #fff;
}

.breadcrumbs {
    margin-top: 40px;
}

/* START: tab styles*/
.system.list-item.active .title h3,
.system.list-item.hover-active .title h3,
.statement.list-item.hover-active .title h3,
.statement.list-item.active .title h3 {
    color: red;
}
.system.list-item.active .title .btn-show-description .arrow,
.statement.list-item.active .title .btn-show-description .arrow {
    border: 1px solid red;
    border-width: 0 2px 2px 0;
    transform: rotate(225deg);
}

.system.list-item.hover-active .title .btn-show-description .arrow,
.statement.list-item.hover-active .title .btn-show-description .arrow {
    border: 1px solid red;
    border-width: 0 2px 2px 0;
}

.system.list-item .description {
    display: none;
}
/*.system.list-item.active .description {*/
/*    display: block;*/
/*}*/
/* END: tab styles */

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #fff;
    max-width: 412px;
}

.select-selected:before {
    position: absolute;
    content: "";
    top: 0;
    right: 34px;
    width: 1px;
    height: 34px;
    background-color: #ABB5C3;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 13px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #373A3C transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #373A3C transparent;
    top: 7px;
}

.select-items div, .select-selected {
    color: #3C3B3D;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #ABB5C3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #E5E5E5;
}

.wrapper-dropdown-list .list-item {
    width: 847px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    border-radius: 4px;
    margin: 16px auto;
}

.wrapper-dropdown-list .list-item .title {
    position: relative;
    padding: 25px 0 25px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.wrapper-dropdown-list .list-item .title h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #373A3C;
    margin: 0 90px;
}

.wrapper-dropdown-list .list-item .title .btn-show-description {
    position: absolute;
    right: 10px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: #ffffff;
    cursor: pointer;
}
.wrapper-dropdown-list .list-item.active .title .btn-show-description {
    padding-top: 2px;
}

.wrapper-dropdown-list .list-item .title .btn-show-description .arrow {
    border: solid #777777;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}

.wrapper-dropdown-list .list-item .description {
    margin: 0 33px 36px 60px;
    text-align: left;
    padding: 0 0 25px 0;
    display: none;
}

.wrapper-dropdown-list .list-item .description p, .wrapper-dropdown-list .list-item .description li {
    margin-bottom: 20px;
}

.wrapper-dropdown-list .list-item .description p li, .wrapper-dropdown-list .list-item .description li li {
    margin-left: 20px;
}

ul.default-list-style {
    margin-left: 27px;
    list-style: none;
    margin-bottom: 50px;
}

ul.default-list-style li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
    color: #373A3C;
    max-width: 550px;
}

ul.default-list-style li::before {
    content: "\2022";
    color: #EB1D25;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 25px;
    margin-left: -1em;
    position: relative;
    bottom: -4px;
}

table.default-table-style {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table.default-table-style thead {
    background: #ECEEEF;
    -webkit-box-shadow: 0px -1px 0px #ECEEEF;
    box-shadow: 0px -1px 0px #ECEEEF;
    height: 58px;
    color: #373A3C;
    font-weight: bold;
    font-size: 16px;
}

table.default-table-style thead tr td {
    padding-top: 20px;
    padding-bottom: 15px;
    min-width: 70px;
}

table.default-table-style thead tr td:first-child {
    padding-left: 35px;
}

table.default-table-style tbody {
    color: #373A3C;
}

table.default-table-style tbody tr {
    border-bottom: 1px solid #ECEEEF;
}

table.default-table-style tbody tr:last-child {
    border: none;
}

table.default-table-style tbody tr td {
    padding: 13px 0;
    height: 80px;
}

table.default-table-style tbody tr td:first-child {
    padding-left: 35px;
}

.mobile {
    display: none;
}

.header-image-inner-inside {
    position: relative;
    height: 341px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image-inner-inside .container {
    text-align: center;
}

.header-image-inner-inside .container .header {
    margin-left: 18px;
    margin-top: 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
}

.product-box {
    outline: none;
    width: 314px;
    min-height: 397px !important;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0 20px;
}

.product-box .product-image {
    position: relative;
    text-align: center;
    height: 177px;
}

.product-box .product-image img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-box .product-image .empty-image {
    max-height: 155px;
    width: 100%;
}

.product-box .product-title {
    min-height: 40px;
}

.product-box .product-title h3 {
    color: #373A3C;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 22px;
}

.product-box .product-description {
    font-size: 14px;
    line-height: 24px;
    color: #373A3C;
    min-height: 75px;
}

.product-box .product-btn-buy {
    width: 108.07px;
    height: 37.33px;
    background: #EB1D25;
    border-radius: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    border: 1px solid #EB1D25;
    margin-top: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 7px;
    position: absolute;
    bottom: 20px;
}

.product-box .product-btn-buy:hover {
    color: #EB1D25;
    background: #ffffff;
}

.section-header-inner {
    color: #fff;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.section-header-inner .header-container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-header-inner .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.section-header-inner .logo-wrap {
    margin-top: 11px;
    margin-right: 90px;
    margin-left: 62px;
}

.section-header-inner #submenu {
    display: none;
}

.section-header-inner .menu-wrap {
    font-size: 14px;
    line-height: 16px;
    margin-left: 2px;
    margin-top: 8px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-header-inner .menu-wrap #mobile-order-consultation {
    display: none;
}

.section-header-inner .menu-wrap .menu .current_page_item > a {
    font-weight: bold;
}

.section-header-inner .menu-wrap .current_page_item > a:after,
.section-header-inner .menu-wrap .current-menu-item > a:after {
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background: #EB1D25;
    border-radius: 4px;
    position: absolute;
    left: -5%;
    bottom: -3px;
}

.section-header-inner .menu-wrap li.menu-item-has-children {
    display: inline-block;
}

.section-header-inner .menu-wrap li.menu-item-has-children a {
    margin-right: 0;
    cursor: default;
}

.section-header-inner .menu-wrap li.menu-item-has-children:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    margin-left: 4px;
    margin-right: 35px;
}

.section-header-inner .menu-wrap li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
}

.section-header-inner .menu-wrap li.menu-item-has-children .sub-menu {
    margin-top: 2px;
    margin-left: -15px;
    background: rgba(0, 0, 0, 0.7);
    width: 260px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.section-header-inner .menu-wrap li.menu-item-has-children .sub-menu a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 0;
}

.section-header-inner .menu-wrap li.menu-item-has-children .sub-menu a:after {
    content: '';
    display: none;
}

.section-header-inner .menu-wrap li.menu-item-has-children .sub-menu a:hover {
    border-left: 3px solid #EB1D25;
    background: #161616;
    cursor: pointer;
}

/*.section-header-inner .menu-wrap li.menu-item-has-children a:hover {*/
/*    cursor: default;*/
/*}*/

.section-header-inner .menu-wrap .menu-item-has-children:hover .sub-menu {
    display: block;
}

.section-header-inner .menu-wrap ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-header-inner .menu-wrap ul li a {
    color: white;
    text-decoration: none;
    margin-right: 45px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    position: relative;
}

.section-header-inner .menu-wrap ul.menu > li.menu-item > a:hover:after {
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    background: #EB1D25;
    border-radius: 4px;
    position: absolute;
    left: -5%;
    bottom: -3px;
}

/*.section-header-inner .menu-wrap ul.menu li.menu-item:last-child a:hover:after {*/
/*    display: none;*/
/*}*/

.section-header-inner .lang-icon {
    margin-top: 10px;
}

.header-image-inner {
    position: relative;
    height: 544px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-image-inner .container {
    text-align: center;
}

.header-image-inner .container .header {
    margin-left: 15px;
    margin-top: 60px;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    line-height: 49px;
}

.header-image-inner .container .btn-group {
    margin-top: 60px;
}

.header-image-inner .container .btn-group .our-services,
.error-404 .our-services {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 177px;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #3C3B3D;
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding-top: 8px;
    letter-spacing: 0.5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-image-inner .container .btn-group .our-services:hover,
.error-404 .our-services:hover {
    /*background: #ECEEEF;*/
    /*border-color: #ECEEEF;*/
    background: #3C3B3D;
    color: #ECEEEF;
}

.header-image-inner .container .btn-group .buy,
.error-404 .buy {
    /*background: #EB1D25;*/
    /*border: 1px solid #EB1D25;*/
    /*color: #ffffff;*/
    /*border-color: #ECEEEF;*/
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    color: #3C3B3D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 177px;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding-top: 8px;
    letter-spacing: 0.5px;
}

.header-image-inner .container .btn-group .buy:hover,
.error-404 .buy:hover {
    /*background: #C2151C;*/
    /*border-color: #C2151C;*/
    background: #3C3B3D;
    color: #ECEEEF;
}

.header-image-inner .container .mouse-down-image {
    position: relative;
    top: 100px;
}

.header-image-inner .container .mouse-down-image img {
    -webkit-animation: jumping-image 1s ease-out forwards;
    animation: jumping-image 1s ease-out forwards;
    -webkit-animation-iteration-count: 9999;
    animation-iteration-count: 9999;
}

.section-law {
    margin-top: 85px;
}

.section-law .wrapper {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-law .wrapper-inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-law .wrapper-inner-left .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #EB1D25;
}

.section-law .wrapper-inner-left .text {
    margin-top: 52px;
    color: #3C3B3D;
    max-width: 500px;
    font-size: 16px;
    line-height: 22px;
}

.section-law img {
    margin-right: 60px;
}

.sections-services {
    margin-top: 130px;
}

.sections-services .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #3C3B3D;
    text-align: center;
    margin-bottom: 35px;
}

.sections-services .image-container {
    height: 551px;
}

.sections-services .image-container .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.sections-services .image-container .container .left-side-red-container, .sections-services .image-container .container .right-side-red-container {
    background: #D8232A;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    width: 545px;
    height: 304px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
}

.sections-services .image-container .container .left-side-red-container .list-items-wrapper, .sections-services .image-container .container .right-side-red-container .list-items-wrapper {
    padding: 35px 5px 0 44px;
}

.sections-services .image-container .container .left-side-red-container .list-items li, .sections-services .image-container .container .right-side-red-container .list-items li {
    margin-bottom: 30px;
}

.sections-services .image-container .container .left-block {
    min-width: 545px;
    position: relative;
    z-index: 2;
}

.sections-services .image-container .container .left-block .left-side-red-container {
    position: absolute;
    top: -13px;
    left: -55px;
}

.sections-services .image-container .container .left-block .left-side-image img {
    margin-top: 327px;
    margin-left: 40px;
}

.sections-services .image-container .container .right-block {
    position: relative;
    z-index: 1;
}

.sections-services .image-container .container .right-block .right-side-red-container {
    position: absolute;
    top: 265px;
    left: -75px;
}

.sections-services .image-container .container .right-block .right-side-red-container .list-items-wrapper {
    padding: 35px 5px 0 68px;
}

.sections-services .image-container .container .right-block .right-side-red-container .client-btn {
    width: 203px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #EB1D25;
    border: 1px solid #ffffff;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    margin-left: 68px;
    display: inline-block;
    text-decoration: none;
    padding-top: 8px;
    text-align: center;
}

.sections-services .image-container .container .right-block .right-side-red-container .client-btn:hover {
    color: #fff;
    background: #EB1D25;
}

.sections-services .image-container .container .right-block .right-side-image {
    margin-top: -75px;
    margin-left: -31px;
}

.section-products {
    margin-top: 100px;
}

.section-products .wrapper {
    background: #fafafa;
    min-height: 561px;
    padding-top: 29px;
}

.section-products .wrapper .products-container {
    width: 1060px;
    margin: 0 auto;
}

.section-products .wrapper .header {
    text-align: center;
}

.section-products .wrapper .products-carousel {
    position: relative;
    margin-top: 30px;
}

.section-products .wrapper .products-carousel .slick-slide.product-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    position: relative;
}

.section-products .wrapper .products-carousel .slick-slide.slick-active.product-box {
    -webkit-box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
}

.section-products .wrapper .show-all-producst-btn {
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
}

.section-products .slick-track {
    margin-top: 17px;
    min-height: 410px;
}

.section-certificates {
    text-align: center;
}

.section-certificates .header {
    margin: 50px 0;
    color: #3C3B3D;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.section-certificates .certificate-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 45px;
}

.service-packets {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 107px;
}

.service-packets .wrapper {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-packets .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #3C3B3D;
    margin-bottom: 42px;
}

.service-packets .packet-central .packet-inner {
    margin: 23% auto;
}

.service-packets .packet,
.service-packets .packet-central {
    color: #3C3B3D;
    text-align: center;
    width: 314px;
    height: 246px;
    margin: 0 15px;
    -webkit-transition: background 100ms linear;
    transition: background 100ms linear;
}

.service-packets .packet .packet-inner, .service-packets .packet-central .packet-inner {
    margin: 29% auto;
}

.service-packets .packet .packet-inner .title, .service-packets .packet-central .packet-inner .title {
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.service-packets .packet .packet-inner .more-details, .service-packets .packet-central .packet-inner .more-details {
    margin-top: 25px;
    width: 158px;
    height: 38px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    display: none;
    cursor: pointer;
    padding-top: 7px;
    text-decoration: none;
}

.service-packets .packet:hover, .service-packets .packet-central:hover {
    color: #FFFFFF;
}

.section-softwares {
    min-height: 463px;
    text-align: center;
    background: #FAFAFA;
    padding-top: 65px;
}

.section-softwares .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #3C3B3D;
}

.section-softwares .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-softwares .wrapper .left-image img {
    position: relative;
    top: -40px;
}

.section-softwares .wrapper .right-details {
    padding-top: 60px;
    text-align: left;
    margin-left: 60px;
}

.section-softwares .wrapper .software-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-softwares .wrapper .software-list .software {
    margin-bottom: 20px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-softwares .wrapper .software-list .software .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #373A3C;
}

.section-softwares .wrapper .software-list .software .version {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
}

.section-softwares .wrapper .software-list .delimiter {
    width: 508px;
    height: 1px;
    background: #EBEEF6;
    margin-bottom: 20px;
}

.section-softwares .wrapper .more-details {
    font-size: 16px;
    line-height: 21px;
    color: #EB1D25;
}

.section-articles {
    text-align: center;
    margin-top: 53px;
}

.section-articles .wrapper {
    height: 561px;
}

.section-articles .wrapper .articles-container {
    width: 1060px;
    margin: 0 auto;
}

.section-articles .wrapper .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #3C3B3D;
    margin-bottom: 25px;
}
.section-articles .wrapper .article .info {
    display: flex;
}
.section-articles .wrapper .article .info .title a {
    color: #373A3C;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
}
.section-articles .wrapper .article .info .created-at {
    color: #CCCCCC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-top: 3px;
    padding-right: 10px;
}
.section-articles .wrapper .article .info,
.section-articles .wrapper .article .short-description,
.section-articles .wrapper .article .read-more {
    padding-left: 50px;
}
.section-articles .wrapper .article .short-description {
    margin: 15px 0 20px 0;
}
.section-articles .wrapper .article .article-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-articles .wrapper .article .separator {
    height: 1px;
    width: 100%;
    /*border-bottom: 1px solid #EBEEF6;*/
    margin: 20px 0;
    background-color: #EBEEF6;
}
.section-articles .wrapper .articles-carousel {
    position: relative;
    margin-top: 30px;
}

.section-articles .wrapper .articles-carousel .slick-slide.article-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.section-articles .wrapper .articles-carousel .slick-slide.slick-active.article-box {
    -webkit-box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
}

.section-articles .wrapper .articles-carousel .article-box {
    outline: none;
    width: 314px;
    height: 397px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    border-radius: 4px;
    margin: 0 20px;
}

.section-articles .wrapper .articles-carousel .article-box .article-image {
    position: relative;
    text-align: center;
    height: 177px;
}

.section-articles .wrapper .articles-carousel .article-box .article-image img {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    max-height: 185px;
}

.section-articles .wrapper .articles-carousel .article-box .article-description {
    text-align: left;
    padding: 10px 20px;
    color: #373A3C;
    height: 180px;
}

.section-articles .wrapper .articles-carousel .article-box .article-description .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.section-articles .wrapper .articles-carousel .article-box .article-description .title a {
    text-decoration: none;
    color: #373A3C;
}

.section-articles .wrapper .articles-carousel .article-box .article-description .short-description {
    font-size: 14px;
    line-height: 24px;
}

.section-articles .wrapper .articles-carousel .article-box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

.section-articles .wrapper .articles-carousel .article-box .info .read-more {
    font-size: 14px;
    line-height: 24px;
    color: #0275D8;
}

.section-articles .wrapper .articles-carousel .article-box .info .created-at {
    font-size: 16px;
    line-height: 24px;
    color: #CCCCCC;
}

.section-articles .slick-track {
    margin-top: 17px;
    min-height: 410px;
}

/* END: section articles */

.section-systems {
    text-align: center;
    margin-top: 40px;
}

.section-systems .systems-container {
    width: 1060px;
    margin: 0 auto;
}

.section-systems .systems-container .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #3C3B3D;
    margin-bottom: 20px;
}

.section-systems .system-list .system .description ul {
    list-style: none;
}

.section-footer {
    margin-top: 90px;
    height: 627px;
    background: #3C3B3D;
    color: #FFFFFF;
}

.section-footer .wrapper {
    height: 100%;
}

.section-footer .footer-container {
    width: 1175px;
    margin: 0 auto;
}

.section-footer .container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-footer .container-inner .contact-form {
    padding: 23px 100px 43px 63px;
    min-width: 575px;
}

.section-footer .container-inner .contact-form .select-items div {
    margin: 0;
    font-size: 14px;
}

.section-footer .container-inner .contact-form .select-selected {
    font-size: 14px;
    color: #3C3B3D;
    height: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 40px;
    position: relative;
}

.section-footer .container-inner .contact-form .select-selected:before {
    height: 100%;
}

.section-footer .container-inner .contact-form .select-selected:after {
    right: 11px;
    top: 45%;
}

.section-footer .container-inner .contact-form .select-arrow-active:after {
    top: 30%;
}

.section-footer .container-inner .contact-form h2 {
    margin-bottom: 13px;
}

.section-footer .container-inner .contact-form form div {
    margin-bottom: 15px;
}

.section-footer .container-inner .contact-form form label {
    color: #ffffff;
    font-size: 12px;
}

.section-footer .container-inner .contact-form form input[type="text"],
.section-footer .container-inner .contact-form form input[type="number"],
.section-footer .container-inner .contact-form form input[type="email"] {
    font-size: 14px;
    color: #3C3B3D;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 0 5px 16px;
    margin-top: 2px;
    outline: none;
}

.section-footer .container-inner .contact-form form input[type="text"].rf-error,
.section-footer .container-inner .contact-form form input[type="number"].rf-error,
.section-footer .container-inner .contact-form form input[type="email"].rf-error,
.section-footer .container-inner .contact-form form .select-selected.rf-error,
.section-footer .container-inner .contact-form form textarea.rf-error {
    border: 1px solid #EB1D25;
}

.section-footer .container-inner .contact-form form textarea {
    font-size: 14px;
    color: #3C3B3D;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 0 5px 16px;
    outline: none;
}

.section-footer .container-inner .contact-form form input[type="submit"] {
    background: #EB1D25;
    border-radius: 4px;
    height: 37px;
    padding: 7px 15px;
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    border: none;
    cursor: pointer;
    outline: none;
}

.section-footer .container-inner .contact-form form input[type="submit"]:hover {
    background-color: #C2151C;
}

.section-footer .container-inner .contact-form form input, .section-footer .container-inner .contact-form form select {
    height: 34px;
}

.section-footer .container-inner .contact-form form textarea {
    height: 125px;
    margin-top: 5px;
}

.section-footer .container-inner .contact-form .question {
    margin-top: 18px;
}

.section-footer .container-inner .contact-form .actions {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
}

.section-footer .container-inner .contact-form .actions .file-attach {
    margin-left: 5px;
}
.section-footer .container-inner .contact-form .actions .file-attach span {
    position: relative;
    top: -5px;
}

.section-footer .container-inner .contact-form .actions .file-attach .custom-file-upload {
    font-size: 16px;
    color: #ffffff;
}

.section-footer .container-inner .contact-form .actions .file-attach #file-upload {
    display: none;
}

.pa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    margin: -25px 0 0 -25px;
    border: 3px solid #ebebeb;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 1325ms infinite linear;
}
.section-footer .container-inner .contact-form .actions .submit-attach {
    height: 48px;
}
.section-footer .container-inner .contact-form .form-is-sending {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.section-footer .container-inner .contact-form .form-is-sending {

}

.section-footer .container-inner .contact-form .msg-success-sent {
    max-width: 250px;
    text-align: center;
    display: none;
    margin: 0;
}

.section-footer .container-inner .contact-information {
    margin-top: 87px;
}

.section-footer .container-inner .contact-information .phones {
    padding: 8px 70px 5px 20px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 111px;
}

.section-footer .container-inner .contact-information .phones .left-space {
    margin-left: 35px;
}

.section-footer .container-inner .contact-information .schedule {
    padding: 18px 70px 14px 24px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 111px;
}

.section-footer .container-inner .contact-information .schedule h3 {
    margin-bottom: 12px;
}

.section-footer .container-inner .contact-information .schedule .right {
    margin-top: 31px;
}

.section-footer .container-inner .contact-information .cert-phone {
    padding: 22px 40px 21px 15px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 62px;
}

.section-footer .container-inner .contact-information .cert-phone .right {
    position: relative;
}

.section-footer .container-inner .contact-information .cert-phone .right span {
    position: relative;
    top: -5px;
    margin-right: 6px;
}

.section-footer .container-inner .contact-information .phones, .section-footer .container-inner .contact-information .schedule, .section-footer .container-inner .contact-information .cert-phone {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: rgba(20, 20, 20, 0.51);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 4px;
    margin-bottom: 15px;
    width: 534px;
}

.section-footer .container-inner .contact-information .phones .email, .section-footer .container-inner .contact-information .schedule .email, .section-footer .container-inner .contact-information .cert-phone .email {
    color: #02B1D8;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.section-footer .container-inner .contact-information .phones h3, .section-footer .container-inner .contact-information .schedule h3, .section-footer .container-inner .contact-information .cert-phone h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.section-footer .container-inner .contact-information .adress {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 70px;
    padding-left: 70px;
}

.section-footer .container-inner .contact-information .adress p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.section-copyright {
    /*height: 73px;*/
    background: #222222;
    color: #686468;
    padding: 25px 0;
    text-align: center;
}

.section-blog {
    margin-top: 40px;
}

.section-blog .container-blog {
    width: 1070px;
    margin: 0 auto;
}

.section-blog .article-list .article {
    padding: 38px 20px 43px 20px;
    border-bottom: 1px solid #ECEEEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section-blog .article-list .article:last-child {
    border: none;
}

.section-blog .article-list .article .image {
    max-width: 260px;
    max-height: 150px;
    min-width: 260px;
    min-height: 150px;
    text-align: center;
    vertical-align: middle;
}

.section-blog .article-list .article .image img {
    border-radius: 4px 4px 0px 0px;
}

.section-blog .article-list .article .image img.empty-image {
    height: 160px;
    width: 100%;
}

.section-blog .article-list .article .description .author {
    color: #0275D8;
    margin-left: 30px;
}

.section-blog .article-list .article .description {
    padding: 5px 0 16px 27px;
}

.section-blog .article-list .article .description .created-at p {
    color: #CCCCCC;
    line-height: 24px;
    font-size: 14px;
}

.section-blog .article-list .article .description .short-description {
    color: #373A3C;
}

.section-blog .article-list .article .description .short-description .header {
    margin-top: 2px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}
.section-blog .article-list .article .description .short-description .header a {
    text-decoration: none;
    color: #373A3C;
}

.section-blog .article-list .article .description .short-description p {
    font-size: 14px;
    line-height: 24px;
}

.section-blog .article-list .article .description .short-description .read-more {
    margin-top: 15px;
    display: block;
}

.section-blog .pagination {
    margin: 0 auto;
    max-width: 320px;
    margin-top: 120px;
}

.section-blog .pagination .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ECEEEF;
    border-radius: 4px;
    display: inline-block;
}

.section-blog .pagination .wrapper .page-numbers:hover:not(.current) {
    background-color: #ddd;
}

.section-blog .pagination .wrapper .page-numbers {
    text-decoration: none;
    color: #373A3C;
}

.section-blog .pagination .wrapper .page-numbers {
    color: #373A3C;
    float: left;
    padding: 8px 16px;
    border-right: 1px solid #ECEEEF;
    font-size: 16px;
    list-style-type: none;
}

.section-blog .pagination .wrapper .page-numbers:last-child {
    border: none;
    color: #EB1D25;
}

.section-blog .pagination .wrapper .current {
    background: #EB1D25;
    color: #ffffff!important;
}

.section-article {
    margin-top: 40px;
}

.section-article .container-article {
    width: 1070px;
    margin: 0 auto;
}

.section-article .container-article .article-inner {
    padding: 50px 20px 43px 20px;
}

.section-article .container-article .article-inner:last-child {
    border: none;
}

.section-article .container-article .article-inner .image {
    float: left;
    max-width: 260px;
    max-height: 150px;
    min-width: 260px;
    min-height: 150px;
    text-align: center;
    vertical-align: middle;
    margin: 0 35px 25px 0;
}

.section-article .container-article .article-inner .image img {
    border-radius: 4px 4px 0px 0px;
}
.section-article .container-article .article-inner .image img.empty-image {
    height: 160px;
    width: 100%;
}

.section-article .container-article .article-inner .description {
    padding: 5px 0 16px 0;
}

.section-article .container-article .article-inner .description .information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
}

.section-article .container-article .article-inner .description .information .created-at {
    margin-right: 30px;
}

.section-article .container-article .article-inner .description .information .created-at p {
    color: #CCCCCC;
    line-height: 24px;
    font-size: 14px;
}

.section-article .container-article .article-inner .description .information .author {
    color: #0275D8;
}

.section-article .container-article .article-inner .description .short-description {
    color: #373A3C;
}

.section-article .container-article .article-inner .description .short-description .title-image {
    font-size: 16px;
    color: #CCCCCC;
    text-align: center;
    margin-bottom: 20px !important;
}

.section-article .container-article .article-inner .description .short-description .header {
    margin-top: 2px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.section-article .container-article .article-inner .description .short-description p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.section-article .container-article .article-inner .description .short-description.singular-post p {
    font-size: 16px;
}

.section-article .container-article .article-inner .description .short-description h2 {
    color: #373A3C;
    margin-bottom: 20px;
    font-size: 20px;
}

.section-article .container-article .article-inner .description .short-description h3 {
    color: #373A3C;
    margin-bottom: 20px;
    font-size: 14px;
}

.section-article .container-article .article-inner .description .short-description img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section-services .container-services {
    width: 1100px;
    margin: 0 auto;
}

.section-services .breadcrumbs {
    margin-top: 40px;
    margin-left: 35px;
}

.section-services .package-basic, .section-services .package-universal, .section-services .additional-services {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 16px rgba(128, 128, 128, 0.34);
    border-radius: 4px;
    margin-top: 21px;
}

.section-services .package-basic .package-basic-header, .section-services .package-basic .package-universal-header, .section-services .package-universal .package-basic-header, .section-services .package-universal .package-universal-header, .section-services .additional-services .package-basic-header, .section-services .additional-services .package-universal-header {
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 105px;
    top: -28px;
    padding-top: 27px;
}

.section-services .package-basic .package-basic-header .header, .section-services .package-basic .package-universal-header .header, .section-services .package-universal .package-basic-header .header, .section-services .package-universal .package-universal-header .header, .section-services .additional-services .package-basic-header .header, .section-services .additional-services .package-universal-header .header {
    color: #EB1D25;
    font-weight: bold;
    font-size: 24px;
}

.section-services .package-basic .package-basic-inner, .section-services .package-basic .package-universal-inner, .section-services .package-universal .package-basic-inner, .section-services .package-universal .package-universal-inner, .section-services .additional-services .package-basic-inner, .section-services .additional-services .package-universal-inner {
    margin: 0 71px;
    position: relative;
    text-align: center;
    color: #3C3B3D;
}

.section-services .package-basic .package-basic-inner .header, .section-services .package-basic .package-universal-inner .header, .section-services .package-universal .package-basic-inner .header, .section-services .package-universal .package-universal-inner .header, .section-services .additional-services .package-basic-inner .header, .section-services .additional-services .package-universal-inner .header {
    font-weight: bold;
    font-size: 20px;
    color: #373A3C;
}

.section-services .package-basic .package-basic-inner .appointment, .section-services .package-basic .package-universal-inner .appointment, .section-services .package-universal .package-basic-inner .appointment, .section-services .package-universal .package-universal-inner .appointment, .section-services .additional-services .package-basic-inner .appointment, .section-services .additional-services .package-universal-inner .appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-services .package-basic .package-basic-inner .appointment .icon-block .desc, .section-services .package-basic .package-universal-inner .appointment .icon-block .desc, .section-services .package-universal .package-basic-inner .appointment .icon-block .desc, .section-services .package-universal .package-universal-inner .appointment .icon-block .desc, .section-services .additional-services .package-basic-inner .appointment .icon-block .desc, .section-services .additional-services .package-universal-inner .appointment .icon-block .desc {
    font-size: 14px;
    color: #373A3C;
}

.section-services .main-basic-services, .section-services .main-universal-services {
    padding-bottom: 32px;
}

.section-services .main-basic-services .header-block, .section-services .main-universal-services .header-block {
    text-align: center;
}

.section-services .main-basic-services .header-block .header, .section-services .main-universal-services .header-block .header {
    font-weight: bold;
    font-size: 20px;
    color: #373A3C;
}

.section-services .services-table {
    margin-top: 32px;
}

.section-services .services-table table {
    width: 100%;
    border-collapse: collapse;
}

.section-services .services-table table thead {
    background: #ECEEEF;
    -webkit-box-shadow: 0px -1px 0px #ECEEEF;
    box-shadow: 0px -1px 0px #ECEEEF;
    height: 58px;
    color: #373A3C;
    font-weight: bold;
    font-size: 16px;
}

.section-services .services-table table tbody {
    color: #373A3C;
}

.section-services .services-table table tbody tr {
    border-bottom: 1px solid #ECEEEF;
}

.section-services .services-table table tbody tr:last-child {
    border: none;
}

.section-services .services-table table tbody tr td {
    padding: 13px 0;
    height: 80px;
}

.section-services .services-table table .service-table-id {
    max-width: 111px;
    text-align: center;
}

.section-services .services-table table .service-table-content {
    max-width: 672px;
    padding-top: 21px;
    padding-bottom: 13px;
    padding-left: 28px;
    text-align: left;
}

.section-services .services-table table .service-table-price {
    max-width: 326px;
    padding: 5px 63px 5px 20px;
}

.section-services .services-table table .price {
    font-weight: bold;
    max-width: 326px;
    padding-left: 100px;
}

.section-services .services-table table .id {
    min-width: 111px;
    text-align: center;
}

.section-services .services-table table .content {
    max-width: 672px;
    padding-left: 28px;
    padding-right: 16px;
    text-align: left;
}

.section-services .services-table .actions {
    margin-top: 60px;
}

.section-services .services-table .actions .service-order-btn {
    margin: 0 auto;
    font-size: 20px;
    color: #FFFFFF;
    padding: 15px 50px;
    background: #EB1D25;
    -webkit-box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.35);
    box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.35);
    border-radius: 4px;
    border: none;
    display: block;
    text-decoration: none;
    max-width: 201px;
    text-align: center;
}

.section-services .services-table .actions .service-order-btn:hover {
    cursor: pointer;
    background: #C2151C;
}

.section-services .package-universal {
    margin-top: 95px;
}

.section-services .package-universal .package-universal-inner {
    margin: 0 25px;
}

.section-services .additional-services {
    margin-top: 71px;
    padding-bottom: 25px;
}

.section-services .additional-services .service-header {
    text-align: center;
}

.section-services .additional-services .service-header .header {
    padding-top: 29px;
    padding-bottom: 21px;
    font-weight: bold;
    font-size: 24px;
    color: #EB1D25;
}

.section-services .additional-services .services-table .actions {
    margin-top: 20px;
}

.section-services .additional-services .services-table .service-table-price {
    text-align: center;
    padding: 5px 24px 5px 0px;
    max-width: 350px;
}

.section-services .additional-services .services-table .service-table-content {
    max-width: 620px;
}

.section-services .additional-services .services-table .price {
    padding-left: 0;
    text-align: center;
}

.section-hardware-products .container-hardware-products {
    max-width: 1080px;
    margin: auto;
}

.section-hardware-products .container-hardware-products .wrapper .breadcrumbs {
    margin-top: 40px;
}

.section-hardware-products .container-hardware-products .wrapper .hardware-product-list .header {
    font-weight: bold;
    font-size: 24px;
    color: #EB1D25;
    margin: 40px 0;
    margin-left: 20px;
}

.section-hardware-products .container-hardware-products .wrapper .hardware-product-list__flash-cards, .section-hardware-products .container-hardware-products .wrapper .hardware-product-list__reader-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.section-hardware-products .container-hardware-products .wrapper .hardware-product-list__flash-cards .product-box, .section-hardware-products .container-hardware-products .wrapper .hardware-product-list__reader-cards .product-box {
    margin: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.product {
    margin-top: 60px;
}

.product__inner .image {
    float: left;
    width: 360px;
    height: 300px;
    text-align: center;
    padding-top: 30px;
}

.product__inner .image .empty-image {
    max-width: 80%;
}

.product__inner .image .thumbnail {
    max-width: 85%;
    margin-top: 50px;
}

.product__inner .product-button-wrapper {
    margin-top: 45px;
}

.product__inner .product-button-wrapper .product-buy-btn {
    background: #EB1D25;
    -webkit-box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.35);
    box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.35);
    border-radius: 4px;
    color: #ffffff;
    padding: 8px 50px;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
}

.product__inner .product-button-wrapper .product-buy-btn:hover {
    background: #C2151C;
}

.product__inner .product__content .product__header .header {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #EB1D25;
    margin-bottom: 30px;
}

.product__inner .product__content .product__description .two-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product__inner .product__content .product__description .max-height-380 {
    max-height: 380px;
}

.product__inner .product__content .product__description p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #373A3C;
}

.product__inner .product__content .product__description .default-list-style li {
    max-width: 100%;
}

.product__inner .product__content .product__description .header3 {
    font-weight: bold;
    font-size: 16px;
    color: #373A3C;
    margin-bottom: 20px;
}

.product__inner .product__content .product__description table.default-table-style {
    position: relative;
    left: -50px;
}

.product__inner .product__content .product__description .important-message {
    width: 100%;
    padding: 30px 55px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px rgba(235, 29, 37, 0.1);
    box-shadow: 0px 0px 16px rgba(235, 29, 37, 0.1);
    border-radius: 10px;
    position: relative;
    left: -50px;
}

.product__inner .product__content .product__description .important-message h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #EB1D25;
    margin-bottom: 15px;
}

.product__inner .product__content .product__description .important-message p {
    margin-bottom: 15px;
}

.product__inner .product__content .product__description .important-message p:last-child {
    margin-bottom: 0;
}

.product__inner .product__content .product__description .header.software {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #373A3C;
    margin-top: 40px;
    margin-bottom: 15px;
}

.product__inner .product__content .product__description .default-table-style.software-table tr td {
    font-size: 14px;
    line-height: 19px;
    color: #373A3C;
}

.product__inner .product__content .product__description .default-table-style.software-table tr td p {
    margin: 0;
}

.product__inner .product__content .product__description .default-table-style.software-table tr td p.version {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    font-weight: normal;
    margin-bottom: 0;
}

.section-document-verification .container {
    max-width: 1080px;
}

.section-document-verification .verification-iframe {
    margin-top: 55px;
    padding: 0 30px;
}

.section-document-verification .verification-form {
    min-height: 680px; /*500px*/
}

.section-documents-and-certificates .container,
.section-required-list-documents .container,
.section-document-statements .container {
    max-width: 1080px;
}

.section-documents-and-certificates .documents-and-certifications,
.section-documents-and-certificates .required-list-documents,
.section-documents-and-certificates .default-h2eader,
.section-required-list-documents .documents-and-certifications,
.section-required-list-documents .required-list-documents,
.section-required-list-documents .default-h2eader,
.section-document-statements .documents-and-certifications,
.section-document-statements .required-list-documents,
.section-document-statements .default-h2eader {
    margin-top: 55px;
    padding: 0 30px;
}

.section-documents-and-certificates .documents-and-certifications .list a,
.section-documents-and-certificates .required-list-documents .list a,
.section-documents-and-certificates .default-h2eader .list a,
.section-required-list-documents .documents-and-certifications .list a,
.section-required-list-documents .required-list-documents .list a,
.section-required-list-documents .default-h2eader .list a,
.section-document-statements .documents-and-certifications .list a,
.section-document-statements .required-list-documents .list a,
.section-document-statements .default-h2eader .list a {
    display: block;
    margin-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EBEEF6;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #373A3C;
    text-decoration: none;
}

.section-documents-and-certificates .documents-and-certifications .list a:hover,
.section-documents-and-certificates .required-list-documents .list a:hover,
.section-documents-and-certificates .default-h2eader .list a:hover,
.section-required-list-documents .documents-and-certifications .list a:hover,
.section-required-list-documents .required-list-documents .list a:hover,
.section-required-list-documents .default-h2eader .list a:hover,
.section-document-statements .documents-and-certifications .list a:hover,
.section-document-statements .required-list-documents .list a:hover,
.section-document-statements .default-h2eader .list a:hover {
    text-decoration: underline;
    color: #EB1D25;
}

.section-documents-and-certificates .documents-and-certifications .list a:first-child,
.section-documents-and-certificates .required-list-documents .list a:first-child,
.section-documents-and-certificates .default-h2eader .list a:first-child,
.section-required-list-documents .documents-and-certifications .list a:first-child,
.section-required-list-documents .required-list-documents .list a:first-child,
.section-required-list-documents .default-h2eader .list a:first-child,
.section-document-statements .documents-and-certifications .list a:first-child,
.section-document-statements .required-list-documents .list a:first-child,
.section-document-statements .default-h2eader .list a:first-child {
    margin-top: 10px;
}

.section-documents-and-certificates .documents-and-certifications .list a:last-child,
.section-documents-and-certificates .required-list-documents .list a:last-child,
.section-documents-and-certificates .default-h2eader .list a:last-child,
.section-required-list-documents .documents-and-certifications .list a:last-child,
.section-required-list-documents .required-list-documents .list a:last-child,
.section-required-list-documents .default-h2eader .list a:last-child,
.section-document-statements .documents-and-certifications .list a:last-child,
.section-document-statements .required-list-documents .list a:last-child,
.section-document-statements .default-h2eader .list a:last-child {
    border: none;
}

.section-documents-and-certificates .documents-and-certifications .documents, .section-documents-and-certificates .documents-and-certifications .certification-server, .section-documents-and-certificates .documents-and-certifications .document-verification,
.section-documents-and-certificates .required-list-documents .documents,
.section-documents-and-certificates .required-list-documents .certification-server,
.section-documents-and-certificates .required-list-documents .document-verification,
.section-documents-and-certificates .default-h2eader .documents,
.section-documents-and-certificates .default-h2eader .certification-server,
.section-documents-and-certificates .default-h2eader .document-verification,
.section-required-list-documents .documents-and-certifications .documents,
.section-required-list-documents .documents-and-certifications .certification-server,
.section-required-list-documents .documents-and-certifications .document-verification,
.section-required-list-documents .required-list-documents .documents,
.section-required-list-documents .required-list-documents .certification-server,
.section-required-list-documents .required-list-documents .document-verification,
.section-required-list-documents .default-h2eader .documents,
.section-required-list-documents .default-h2eader .certification-server,
.section-required-list-documents .default-h2eader .document-verification,
.section-document-statements .documents-and-certifications .documents,
.section-document-statements .documents-and-certifications .certification-server,
.section-document-statements .documents-and-certifications .document-verification,
.section-document-statements .required-list-documents .documents,
.section-document-statements .required-list-documents .certification-server,
.section-document-statements .required-list-documents .document-verification,
.section-document-statements .default-h2eader .documents,
.section-document-statements .default-h2eader .certification-server,
.section-document-statements .default-h2eader .document-verification {
    margin-bottom: 80px;
}

.section-document-statements__list {
    padding-left: 30px;
}

.section-document-statements__list .default-h2eader {
    padding-left: 0;
}

.section-document-statements__list .wrapper-dropdown-list {
    width: 100%;
}

.section-document-statements__list .wrapper-dropdown-list .list-item {
    width: 100%;
    margin: 16px 0 16px 0;
}

.section-document-statements__list .wrapper-table .statement-table {
    position: relative;
    left: -50px;
    width: 110%;
    margin-top: 40px;
}

.section-document-statements__list .wrapper-table .statement-table thead tr td:last-child {
    padding-right: 50px;
    text-align: center;
}

.section-document-statements__list .wrapper-table .statement-table tbody tr td {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #373A3C;
}

.section-document-statements__list .wrapper-table .statement-table tbody tr td:first-child {
    max-width: 550px;
}

.section-document-statements__list .wrapper-table .statement-table tbody tr td.sub-table {
    font-weight: normal;
    padding-left: 60px;
}

.section-document-statements__list .wrapper-table .statement-table tbody tr td a, .section-document-statements__list .wrapper-table .statement-table tbody tr td.sub-table a {
    color: #373A3C;
    font-weight: 600;
}

.section-software .container {
    width: 1100px;
    max-width: 1100px;
}

.section-software__inner .software-short-description {
    padding: 30px;
}

.section-software__inner .software-short-description p {
    font-size: 16px;
    line-height: 22px;
    color: #3C3B3D;
}

.section-software__inner .wrapper-dropdown-list .list-item {
    width: 100%;
}

.section-software__inner .wrapper-dropdown-list .list-item .description {
    margin-bottom: 0;
}

.section-software__inner .wrapper-dropdown-list .list-item .description .default-list-style li {
    margin-left: 40px;
    font-size: 16px;
    line-height: 22px;
    color: #373A3C;
}

.section-software__inner .wrapper-dropdown-list .list-item .description h2.header {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #373A3C;
    margin-top: 40px;
    margin-bottom: 15px;
}

.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style {
    position: relative;
    left: -60px;
    width: 1100px;
    margin-bottom: 0;
}

.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style thead tr td,
.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style tbody tr td {
    font-weight: bold;
    padding-left: 80px;
}

.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style tbody tr td {
    font-size: 14px;
    line-height: 19px;
    color: #373A3C;
    padding: 25px 80px;
}

.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style tbody tr p.version {
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    font-weight: normal;
    margin-bottom: 0;
}

.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style tbody tr span.download,
table.default-table-style tbody tr span.download {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #EB1D25;
    position: relative;
    top: -10px;
    margin-left: 15px;
}

.section-software__inner .wrapper-dropdown-list .list-item .description table.default-table-style tbody tr a,
table.default-table-style tbody tr a {
    text-decoration: none;
}

.default-input {
    border: 1px solid #ABB5C3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #ABB5C3;
    width: 362px;
    height: 34px;
    padding-top: 2px;
    padding-left: 16px;
}

.section-application-form .container {
    max-width: 1080px;
}

.section-application-form .container .application-form {
    margin-top: 55px;
    padding: 0 30px;
}

.section-application-form .container .application-form .application-form-header {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-application-form .container .application-form .application-form-header .form-header {
    margin-bottom: 60px;
}

.section-application-form .container .application-form .required-paragraph {
    font-size: 16px;
    line-height: 24px;
    color: #373A3C;
}

.section-application-form .container .form-inputs .default-input {
    color: #373A3C;
}

.section-application-form .container .form-inputs .default-input::-webkit-input-placeholder {
    color: #ABB5C3;
}

.section-application-form .container .form-inputs .default-input:-ms-input-placeholder {
    color: #ABB5C3;
}

.section-application-form .container .form-inputs .default-input::-ms-input-placeholder {
    color: #ABB5C3;
}

.section-application-form .container .form-inputs .default-input::placeholder {
    color: #ABB5C3;
}

.section-application-form .container .form-inputs .services .custom-select .select-selected {
    border: 1px solid #ABB5C3;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    width: 362px;
    height: 34px;
    padding-top: 4px;
}

.section-application-form .container .form-inputs .services .custom-select .select-items {
    font-size: 14px;
    line-height: 24px;
}

.section-application-form .container .form-inputs .workers .show-add-worker-block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.section-application-form .container .form-inputs .workers .show-add-worker-block-btn .show-block-btn {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    height: 38px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #EB1D25;
    cursor: pointer;
}

.section-application-form .container .form-inputs .workers .show-add-worker-block-btn .show-block-btn:hover {
    background: #ECEEEF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.section-application-form .container .form-inputs .workers .show-add-worker-block-btn .show-block-btn .add-icon {
    height: 14px;
    width: 14px;
    display: inline-block;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.section-application-form .container .form-inputs .workers .worker-form {
    border: 1px solid #EBEEF6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 50px;
    margin-left: 40px;
    -webkit-animation: animateElement linear .3s;
    animation: animateElement linear .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.section-application-form .container .form-inputs .workers .worker-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-application-form .container .form-inputs .workers .worker-form__header .default-h2eader {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

.section-application-form .container .form-inputs .workers .worker-form__header .remove-worker-btn {
    color: #EB1D25;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    border: none;
    background: #fff;
    height: 25px;
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.section-application-form .container .form-inputs .workers .worker-form__header .remove-worker-btn .minus-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(../images/minus-icon.png) no-repeat;		/*url("/images/minus-icon.png") */
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.section-application-form .container .form-inputs .afterline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.section-application-form .container .form-inputs .afterline:after {
    content: '';
    border-top: 1px solid;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
    margin: 0 0 0 20px;
    color: #EBEEF6;
}

.section-application-form .container .form-inputs fieldset {
    border: 1px solid #EBEEF6;
    padding-top: 50px;
    padding-left: 45px;
    border-radius: 5px;
    margin-bottom: 45px;
}

.section-application-form .container .form-inputs fieldset legend {
    padding: 0 10px;
}

.section-application-form .container .form-inputs .title-input-list {
    padding-left: 40px;
}

.section-application-form .container .form-inputs .title-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}

.section-application-form .container .form-inputs .title-input-wrapper .title-name {
    color: #373A3C;
    font-weight: 600;
    font-size: 14px;
    width: 290px;
    padding-top: 10px;
}

.section-application-form .container .form-inputs .title-input-wrapper .title-name .title-comment {
    font-size: 14px;
    line-height: 19px;
    color: #ABB5C3;
    font-weight: normal;
}

.section-application-form .container .form-inputs .form-action-btn .default-form-btn {
    background: #EB1D25;
    -webkit-box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.35);
    box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.35);
    border-radius: 4px;
    padding: 15px 35px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
    line-height: 21px;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.section-application-form .container .form-inputs .form-action-btn .default-form-btn:hover {
    background: #C2151C;
}

.section-application-form .container .title-input-wrapper .default-selectbox {
    width: 362px;
}

.section-application-form .container .title-input-wrapper .radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    margin-right: 55px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #373A3C;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section-application-form .container .title-input-wrapper .radio-container .radio-text {
    top: 6px;
    position: relative;
}

.section-application-form .container .title-input-wrapper .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.section-application-form .container .title-input-wrapper .radio-container .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #EB1D25;
}

.section-application-form .container .title-input-wrapper .radio-container:hover input ~ .checkmark {
    background: #fafafa;
}

.section-application-form .container .title-input-wrapper .radio-container input:checked ~ .checkmark {
    background-color: #fff;
}

.section-application-form .container .title-input-wrapper .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.section-application-form .container .title-input-wrapper .radio-container input:checked ~ .checkmark:after {
    display: block;
    background-color: #EB1D25;
    top: 4px;
    left: 4px;
}

.section-application-form .container .title-input-wrapper .radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*# sourceMappingURL=style.css.map */

.default-page-content,
.default-page-content article .post-thumbnail {
    margin-top: 20px;
}

.default-page-content p {
    margin-top: 20px;
}

.section-certificates .container-certificates {
    max-width: 1080px;
    margin: auto;
}

.section-certificates .container-certificates .breadcrumbs {
    text-align: left;
}

.section-certificates .container-certificates .certificate-list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-certificates .container-certificates .certificate-list .certificate-box {
    width: 22%;
    outline: none;
    min-height: 200px !important;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.34);
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.34);
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.section-certificates .container-certificates .certificate-list .certificate-box .certificate-image {

}

.section-certificates .container-certificates .certificate-list .certificate-box .certificate-title .header {
    margin: 10px 0;
    line-height: 20px;
}

.section-certificates .container-certificates .certificate-list .certificate-box .certificate-title .header a {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
    color: #373A3C;
}

/* Style for 404 page*/
.error-404.not-found .page-header .error-code {
    font-size: 150px;
    line-height: 150px;
    font-weight: bold;
    text-align: center;
}
.error-404.not-found .page-header {
    text-align: center;
    margin-top: 15%;
    margin-bottom: 15%;
}
.error-404.not-found {
    margin-top: 100px;
}
.copyright-inner {

}
.header-social-icon {
    margin-top: 12px;
}
.social-logo {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    opacity: .4;
}

.form-input-error {
    border: 1px solid #EB1D25;
    color: #EB1D25;
}
.form-input-error::placeholder {
    color: #EB1D25!important;
}

.form-msg-success-sent {
    text-align: center;
    padding-top: 15px;
    display: none;
}
.form-msg-fail-sent {
    text-align: center;
    padding-top: 15px;
    color: #EB1D25;
    display: none;
}