body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 12pt;
    color: #00072d;
    font-weight: 400;
}

A:link,
A:visited {
    font-family: 'Karla', sans-serif;
    font-size: 12pt;
    outline: none;
    text-decoration: underline;
    color: #9ea9d0;
    font-weight: 400;
}

A:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0 0;
    line-height: 150%;
}

ul {
    margin: 20px 0 10px;
    padding: 0 0 0 20px;
}

ul li {
    padding-bottom: 5px;
}

img {
    width: auto;
    max-width: 100%;
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

.page-err {
    width: auto;
    max-width: 450px;
    text-align: center;
    padding: 0 15px 50px;
    margin: 0 auto;
}

.page-err h1 {
    margin: 30px 0;
    font-size: 60pt;
    color: #ff0000;
}

.page-err h2 {
    margin: 0;
    padding: 0;
    font-size: 30pt;
    color: #525965;
    font-weight: normal;
}

.resposive-menu-trigger {
    display: none;
    float: right;
    vertical-align: top;
    width: 35px;
    height: 30px;
    position: relative;
    z-index: 11;
    margin: 35px 10px 0 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}

.resposive-menu-trigger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ffc857;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.resposive-menu-trigger span:nth-child(1) {
    top: 0px;
}

.resposive-menu-trigger span:nth-child(2),
.resposive-menu-trigger span:nth-child(3) {
    top: 10px;
}

.resposive-menu-trigger span:nth-child(4) {
    top: 20px;
}

.resposive-menu-trigger.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.resposive-menu-trigger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resposive-menu-trigger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.resposive-menu-trigger.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

.resposive-menu-container {
    display: none;
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 3;
    overflow-y: auto;
}

.fixed .resposive-menu-container {
    top: 95px;
}

.rmc-link:link,
.rmc-link:visited,
div.rmc-link {
    display: block;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #555;
    font-size: 10pt;
    font-family: Verdana;
}

.rmc-link span {
    display: block;
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 25pt;
    color: #6c6764;
}

.rmc-link:hover {
    color: #0089c8;
}

.header {
    position: fixed;
    z-index: 2;
    width: 90%;
    padding: 0 5%;
}

.fixed {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.logo {
    float: left;
    width: auto;
    max-width: 233px;
    padding: 5px 0;
}

.fixed .logo {
    max-width: 170px;
}

.top-menu {
    float: right;
    width: calc(100% - 400px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 29px;
}

.tm-main {
    padding-right: 2%;
    position: relative;
    z-index: 1;
}

.tm-main A {
    display: block;
    height: 28px;
    padding: 10px 10px 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 13pt;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;

    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    /*color: #00072D;*/
}

.inquire-link {
    background-color: rgba(0, 0, 0, 0.7);
}

.fixed .tm-item A {
    color: #00072d;
    border-bottom: 1px solid #00072d;
    background-color: rgba(0, 0, 0, 0);
}

.fixed .tm-itemS A,
.fixed .inquire-link {
    background-color: rgba(0, 0, 0, 0);
}

.tm-itemS A {
    color: #ffac00;
    /*color: #FFFFFF;*/
    border-bottom: 1px solid #ffac00;
}

.tm-item A:hover {
    color: #ffac00;
}

.drop-link .drop-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 250px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 20px 20px;
    margin: 0;
}

.drop-menu li {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
    list-style-type: none;
}

.drop-link .drop-menu li {
    padding-left: 30px;
}

.drop-menu li:before {
    content: '•';
    position: absolute;
    color: #0e6ba8;
}

.drop-link .drop-menu li:before {
    left: 10px;
    top: 11px;
    font-size: 17pt;
}

.drop-menu li:first-child {
    border-top: none;
}

.drop-menu A:link,
.drop-menu A:visited {
    height: auto;
    border-bottom: none;
    padding: 5px;
    color: #00072d;
    text-decoration: none;
    font-size: 11pt;
    text-transform: none;
    background-color: rgba(0, 0, 0, 0);
}

.drop-menu A:hover {
    text-decoration: underline;
}

.drop-link:hover .drop-menu {
    display: block;
}

.rmc-link .drop-menu {
    margin-bottom: 0;
}

.rmc-link li {
    border: none;
    padding: 5px 0 5px 5px;
}

.rmc-link .drop-menu li:before {
    left: -12px;
    top: 2px;
    font-size: 12pt;
}

.content {
    width: auto;
    max-width: 1920px;
    position: relative;
    z-index: 1;
    height: auto;
    min-height: 343px;
}

.quality {
    width: 100%;
    padding: 50px 0;
    background: url(../images/footer-quality.jpg) center center no-repeat;
}

.quality .wp {
    display: flex;
    justify-content: space-between;
}

.quality .wp label {
    font-family: 'Rubik', sans-serif;
    font-size: 25pt;
    color: #fff;
}

.quality .wp div {
    align-self: center;
}

.footer-wp {
    background: url(../images/footer.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.footer-wp A {
    color: #fff;
}

.footer {
    width: auto;
    max-width: 1360px;
    padding: 50px 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyright div {
    width: auto;
    max-width: 890px;
    margin: 0 auto;
    border-top: 1px solid #fff;
    padding: 20px 30px;
    text-align: center;
    font-size: 12pt;
}

.copyright A:link,
.copyright A:visited {
    font-size: 12pt;
    text-transform: uppercase;
}

.ft-contacts div {
    padding: 0 0 20px 45px;
    line-height: 150%;
}

.ftc-phone {
    background: url(../images/icn-phone.png) left top no-repeat;
}

.ftc-fax {
    background: url(../images/icn-fax.png) left top no-repeat;
}

.ft-address div {
    padding: 0 0 20px 45px;
    line-height: 150%;
    background: url(../images/icn-address.png) left top no-repeat;
}

.ft-socials {
    padding-top: 45px;
}

.ft-socials A:link,
.ft-socials A:visited {
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    overflow: hidden;
}

.ft-socials A:hover {
    background-color: #9ea9d0;
}

.ft-mob .ft-socials {
    display: none;
    width: auto;
    text-align: center;
    padding-top: 25px;
}

.ft-links label {
    display: block;
    padding-bottom: 20px;
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: 600;
}

.ft-links A:link,
.ft-links A:visited {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-size: 11pt;
    font-weight: 400;
}

.ft-links A:hover {
    text-decoration: underline;
}

.transform {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

A.button {
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
    padding: 12px 53px 12px 23px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.button .lbl {
    position: relative;
    z-index: 3;
}

.button .icn {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 2;
    width: 37px;
    height: 37px;
    border-radius: 20px;
}

.button .icn i {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
}

.button:hover {
    padding-left: 48px;
    padding-right: 28px;
}

.button:hover .icn {
    width: calc(100% - 6px);
}

.quality A.button {
    background-color: #1f2041;
    color: #fff;
}

.quality .button .icn {
    background-color: #fff;
}

.quality .button .icn i {
    background: url(../images/btn-arr-1.png) center center no-repeat;
}

.quality .button:hover {
    color: #1f2041;
}

.contact-form A.button,
.quote-popup-wp A.button {
    background-color: #1f2041;
    color: #fff;
}

.contact-form .button .icn,
.quote-popup-wp .button .icn {
    background-color: #fff;
}

.contact-form .button .icn i,
.quote-popup-wp .button .icn i {
    background: url(../images/btn-arr-3.png) center center no-repeat;
}

.contact-form .button:hover,
.quote-popup-wp .button:hover {
    color: #0e6ba8;
}

.p-inquire A.button {
    background-color: #ffc857;
    color: #fff;
}

.p-inquire .button .icn {
    background-color: #fff;
}

.p-inquire .button .icn i {
    background: url(../images/btn-product-inquire.png) center center no-repeat;
}

.p-inquire .button:hover {
    color: #1f2041;
}

.p-download A.button {
    background-color: #1f2041;
    color: #fff;
}

.p-download .button .icn {
    background-color: #fff;
}

.p-download .button .icn i {
    background: url(../images/btn-product-download.png) center center no-repeat;
}

.p-download .button:hover {
    color: #1f2041;
}

.wp {
    width: auto;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-ttl {
    position: relative;
    z-index: 1;
    margin: 0 0 55px 0;
    line-height: 100%;
    font-size: 27pt;
    /*text-transform: uppercase;*/
    font-family: 'Rubik', sans-serif;
}

.inner-ttl:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 220px;
    height: 3px;
    background-color: #ffc857;
}

.home-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.home-services A {
    display: block;
    width: 43%;
    padding-bottom: 25px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(237, 242, 251, 1) 0%, rgba(226, 233, 246, 1) 100%);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #00072d;
}

.home-services A:hover {
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 1),
        rgba(226, 233, 246, 1),
        rgba(14, 107, 168, 0.2),
        rgba(255, 255, 255, 1),
        rgba(226, 233, 246, 1),
        rgba(14, 107, 168, 0.2),
        rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 1)
    );
    background-size: 1000% 1000%;
    animation: rainbow 3s linear infinite;
    -webkit-animation: rainbow 3s linear infinite;
    -z-animation: rainbow 3s linear infinite;
    -o-animation: rainbow 3s linear infinite;
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@keyframes rainbow {
    0% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.home-services span {
    display: block;
}

.hsb-img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.home-services A:hover .hsb-img {
    padding: 20px 20px 0;
}

.hsb-info {
    padding: 30px 30px 20px;
    line-height: 150%;
}

.hsb-ttl {
    padding-bottom: 30px;
    font-size: 23pt;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.welcome {
    width: auto;
    max-width: 888px;
    padding: 15px 15px 50px;
    margin: 0 auto;
    text-align: center;
}

.tabs {
    width: 100%;
    background-color: #494855;
}

.tabs .wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs A {
    width: 30%;
    text-align: center;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14pt;
    font-family: 'Rubik', sans-serif;
}

.tabs A label {
    display: block;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 10pt;
    color: #ffc857;
}

.tabs A.active {
    background-color: #9ea9d0;
}

.hvr-sweep-to-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9ea9d0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tab-info-wp {
    padding: 30px 0 50px;
}

.tab-info {
    display: none;
}

.tab-info-wp .tab-info:first-child {
    display: block;
}

.tab-info-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hi-block span {
    display: block;
}

A.hi-block {
    width: 145px;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
    color: #00072d;
    text-transform: uppercase;
    font-weight: 600;
}

.hib-img img {
    border-radius: 50%;
}

.hib-ttl {
    padding-top: 20px;
    text-align: center;
}

.hvr-grow-shadow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(158, 169, 208, 0.8);
    -moz-box-shadow: 2px 2px 5px 1px rgba(158, 169, 208, 0.8);
    box-shadow: 2px 2px 5px 1px rgba(158, 169, 208, 0.8);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

A.hg-block {
    width: 167px;
    padding: 30px 10px;
    margin: 15px;
    border: 2px solid #1f2041;
    border-radius: 20px;
    text-decoration: none;
    color: #00072d;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 18pt;
}

.hg-block span {
    display: block;
    text-align: center;
}

.hgb-lbl {
    padding-top: 15px;
    font-size: 10pt;
    text-transform: uppercase;
}

A.hp-block {
    width: 390px;
    padding: 30px 10px 70px 10px;
    margin: 15px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #00072d;
}

A.hp-block:hover {
    -webkit-box-shadow: 2px 2px 5px 5px rgba(158, 169, 208, 0.8);
    -moz-box-shadow: 2px 2px 5px 5px rgba(158, 169, 208, 0.8);
    box-shadow: 2px 2px 5px 5px rgba(158, 169, 208, 0.8);
}

.hp-block span {
    display: block;
    text-align: center;
}

.hpb-img {
    text-align: center;
}

.hpb-ttl {
    padding: 15px 0;
    font-weight: 600;
    font-size: 18pt;
}

.hp-block span.hpb-rel {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.hp-block span.hpb-rel span {
    text-align: left;
}

.hp-block span.hpb-rel span.ai-lbl {
    width: calc(40% - 15px);
    padding: 5px 15px 5px 0;
    text-align: center;
}

.hp-block span.hpb-rel span.ai-val {
    width: 60%;
    padding: 5px 0;
}

.ai-gas span {
    display: inline-block;
    border: 1px solid #00072d;
    border-radius: 10px;
    padding: 3px 5px;
    margin: 1px;
    font-size: 11pt;
}

.hpb-link {
    position: absolute;
    left: 5%;
    bottom: 20px;
    z-index: 1;
    width: 90%;
}

.hpb-link .lbl {
    position: relative;
    z-index: 2;
    padding-top: 10px;
    font-size: 14pt;
}

.hpb-link .icn {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 1;
    width: 37px;
    height: 37px;
    border-radius: 20px;
    background-color: #1f2041;
}

.hpb-link .icn i {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    background: url(../images/btn-arr-2.png) center center no-repeat;
}

A.hp-block:hover .icn {
    width: calc(100% - 6px);
}

A.hp-block:hover .hpb-link {
    color: #fff;
}

.home-company {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background-color: #1f2041;
    margin-bottom: 50px;
}

.par-advantages {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0;
    margin: 50px 0 20px;
    background-color: #1f2041;
    color: #fff;
}

.home-company label,
.par-advantages label {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    text-align: center;
    font-size: 100pt;
    color: #353650;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.home-company .wp {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.hc-block-l {
    width: 39%;
}

.hc-block-r {
    width: 55%;
    align-self: center;
}

.hc-ttl {
    padding-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 25pt;
    text-transform: uppercase;
    font-weight: 500;
}

.hc-ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ffc857;
}

.hc-img {
    padding-top: 30px;
}

.company-advantage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ca-block {
    width: 45%;
    padding-top: 30px;
}

.par-advantages .ca-block {
    width: 23%;
    text-align: center;
}

.ca-icn {
    padding-bottom: 15px;
}

.ca-ttl {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.ca-txt {
    line-height: 150%;
}

.hc-link {
    padding-top: 50px;
}

.hc-link A.button {
    background-color: #ffc857;
    color: #fff;
}

.hc-link .button .icn {
    background-color: #fff;
}

.hc-link .button .icn i {
    background: url(../images/btn-arr-1.png) center center no-repeat;
}

.hc-link A.button:hover {
    color: #00072d;
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999;
}

.inquire {
    float: right;
    width: 150px;
    align-self: center;
    padding-top: 25px;
}

A.inquire-link {
    display: block;
    /*-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);*/
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #ffc857;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 600;
    color: #ffc857;
    text-transform: uppercase;
}

.hvr-rectangle-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9ea9d0;
    border-radius: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover {
    color: #fff;
}

.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#quote {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99999;
    pointer-events: none;
}

.quote-popup-wp {
    width: auto;
    max-width: 610px;
    border-radius: 20px;
    border-right: 60px solid #1f2041;
    padding: 25px 50px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.quote-lbl {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20pt;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Rubik', sans-serif;
}

.quote-lbl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #9497a7;
}

.quote-close {
    position: absolute;
    right: -42px;
    top: 21px;
}

.quote-close A {
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/close.png);
}

.contact-form {
    width: auto;
    max-width: 900px;
    padding: 50px 0;
    margin: 0 auto;
}

.cf-ttl {
    padding-bottom: 20px;
    text-align: center;
    font-size: 20pt;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.cf-txt {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}

.contact-form-block {
    width: 47%;
}

.contact-form-product {
    display: none;
}

.contact-form-comment {
    width: 100%;
}

.contact-form-footer {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.contact-capt {
    display: inline-block;
    width: 100px;
    padding-right: 30px;
    text-align: left;
}

.sending {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 20px;
    cursor: default;
    background: url(../images/sending.gif) center center no-repeat #fff;
}

.form-msg {
    position: absolute;
    left: 50% !important;
    margin-left: -125px !important;
    background-color: #fff;
    z-index: 999999;
    width: auto;
    max-width: 250px;
    padding: 30px;
}

.form-err {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.form-sent {
    text-align: center;
    border: 1px solid #0e6ba8;
}

.form-msg A {
    display: block;
    margin-top: 20px;
    padding: 7px 20px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: #fff;
    text-decoration: none;
}

.form-msg A:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.form-err A:before {
    border: #ff0000 solid 2px;
}

.form-sent A:before {
    border: #0e6ba8 solid 2px;
}

.form-msg A:hover:before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.form-err A {
    background-color: #ff0000;
}

.form-sent A {
    background-color: #0e6ba8;
}

.ttl-wp {
    padding: 130px 15px 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #1f2041;
}

.ttl {
    align-self: center;
    margin: 0;
    padding: 0;
    font-size: 45pt;
    color: #fff;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.6);
}

.contact-map {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.contact-map img {
    border-radius: 20px;
}

.contact-info-wp {
    position: absolute;
    right: 10%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
}

.contact-info {
    align-self: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 35px;
    border-radius: 20px;
    background-color: #fff;
}

.contact-info label {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 18pt;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.ci-block {
    margin-top: 25px;
    padding-left: 40px;
}

.ci-phones {
    background: url(../images/icn-phone-black.png) left 5px no-repeat;
}

.ci-fax {
    background: url(../images/icn-fax-black.png) left 5px no-repeat;
}

.ci-location {
    background: url(../images/icn-address-black.png) left top no-repeat;
}

.ci-hours {
    background: url(../images/icn-hours.png) left 4px no-repeat;
}

.ci-ttl {
    padding-bottom: 20px;
    font-size: 17pt;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.ci-phones-r {
    display: flex;
    padding-top: 3px;
}

.ci-phones-r div:first-child {
    /*width: 90px;*/
}

.ci-location-r,
.ci-hours-r {
    line-height: 140%;
}

.contact-locations {
    background-color: #1f2041;
    padding: 50px 0;
    color: #fff;
}

.location-ttl {
    padding: 100px 0 20px 0;
    font-family: 'Rubik', sans-serif;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    text-align: center;
    font-size: 25pt;
    text-transform: uppercase;
    font-weight: 500;
}

.location-ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -110px;
    width: 220px;
    height: 3px;
    background-color: #ffc857;
}

.contact-locations .wp {
    display: flex;
    flex-wrap: wrap;
}

.location {
    width: 30%;
    padding: 50px 1.5% 20px;
}

.cl-block {
    padding: 20px 0 0 45px;
}

.cl-block label {
    display: block;
    padding-bottom: 15px;
    font-size: 14pt;
    text-transform: uppercase;
}

.cl-contact {
    background: url(../images/icn-contact.png) left 20px no-repeat;
}

.cl-phone {
    background: url(../images/icn-phone.png) left 20px no-repeat;
}

.cl-address {
    background: url(../images/icn-address.png) left 20px no-repeat;
}

.cl-web {
    background: url(../images/icn-web.png) left 20px no-repeat;
}

.cl-ttl {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14pt;
}

.cl-row {
    display: flex;
    padding: 1px 0;
}

.cl-row div:first-child {
    width: 50px;
}

.cl-address {
    line-height: 150%;
}

.par-wp {
    padding-bottom: 50px;
}

.par {
    padding-top: 30px;
}

.par-L,
.par-R,
.par-US {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.par-C {
    text-align: center;
}

.par-block-1,
.par-block-2 {
    width: 47%;
}

.par-C .par-block-1,
.par-C .par-block-2 {
    width: 100%;
}

.par-L .par-block-1 {
    order: 1;
}

.par-L .par-block-2 {
    order: 2;
}

.par-R .par-block-1 {
    order: 2;
}

.par-R .par-block-2 {
    order: 1;
}

.par-img {
    padding-top: 10px;
    border-radius: 20px;
}

.par-pi {
    display: flex;
    flex-wrap: wrap;
}

.par-pi label {
    width: 70px;
    padding-top: 5px;
    font-size: 30pt;
}

.par-pi h3,
.par-pi .par-pi-inner {
    width: calc(100% - 70px);
}

.par-subttl {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 15px 0 15px 60px;
    font-size: 20pt;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
}

.par-subttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -60px;
    width: 60px;
    height: 1px;
    background-color: #040214;
}

.par-ttl {
    width: 100%;
}

.par-ttl h2 {
    width: auto;
    max-width: 660px;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    line-height: 100%;
    position: relative;
    z-index: 1;
    font-size: 25pt;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
}

.par-ttl h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 3px;
    background-color: #ffc857;
}

.par-C .par-ttl h2 {
    margin: 0 auto;
}

.pa-ttl {
    display: inline-block;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    z-index: 1;
    font-size: 25pt;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.pa-ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100px;
    width: 90px;
    height: 3px;
    background-color: #ffc857;
}

.page {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 50px;
}

.page-menu {
    width: 260px;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid #00072d;
}

.page-info {
    width: calc(100% - 361px);
}

.inner-img {
    float: right;
    padding: 10px 0 20px 20px;
}

.page-menu label {
    display: block;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 20pt;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.page-menu li {
    line-height: 150%;
    list-style-type: none;
    padding: 5px 0 5px 20px;
    position: relative;
}

.page-menu li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 15px;
    color: #9ea9d0;
    font-size: 17pt;
}

.page-menu li.active:before {
    color: #ffc857;
}

.page-menu A {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #9ea9d0;
    padding: 10px 5px;
    color: #00072d;
    font-size: 14pt;
    font-weight: 600;
}

.page-menu A:hover {
    color: #9ea9d0;
}

.page-menu .active A {
    color: #ffc857;
}

.page-menu-m {
    display: none;
}

.page-menu-m select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-family: 'Karla', sans-serif;
    font-size: 11pt;
    color: #00072d;
}

.clear {
    clear: both;
}

.page-info li {
    line-height: 150%;
    list-style-type: none;
    padding: 5px 0;
    position: relative;
}

.page-info li:before {
    content: '•';
    position: absolute;
    left: -20px;
    top: 6px;
    color: #9ea9d0;
    font-size: 17pt;
}

.gases,
.industries,
.products {
    padding-top: 20px;
    padding-bottom: 50px;
}

.page-info .products {
    padding-bottom: 0;
}

.page-info .products label {
    display: block;
    padding: 50px 0 30px 15px;
    text-transform: uppercase;
    font-size: 20pt;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.inner-main-ttl {
    display: inline-block;
    position: relative;
    margin: 0 0 25px 0;
    padding: 20px 0 25px 0;
    z-index: 1;
    font-size: 25pt;
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}

.inner-main-ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 90px;
    height: 3px;
    background-color: #ffc857;
}

.filter {
    width: auto;
    max-width: 610px;
    margin: 0 auto;
    padding: 10px 0 50px;
    display: flex;
    justify-content: space-between;
}

.filter div {
    border-bottom: 1px solid #ccc;
    width: 45%;
    background: url(../images/select.png) right center no-repeat;
}

.filter select {
    padding: 5px 30px 5px 5px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: 'Karla', sans-serif;
    font-size: 12pt;
    color: #00072d;
    font-weight: 500;
}

.filter option {
    font-size: 11pt;
}

.products {
    padding-bottom: 50px;
}

.filter select:focus {
    outline: none;
}

.p-top {
    display: flex;
    flex-wrap: wrap;
}

.p-gallery {
    width: calc(35% - 50px);
    padding-right: 50px;
}

.p-info-top {
    width: 65%;
}

.p-header {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.p-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: #ffc857;
}

.p-header h2 {
    margin: 0;
    padding: 0 170px 0 0;
    line-height: 100%;
    font-size: 30pt;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.p-header h3 {
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 20pt;
    color: #757575;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.p-inquire {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.p-char {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.p-char-lbl {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 18pt;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.p-char-lbl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: #ffc857;
}

.p-char-block {
    width: 45%;
}

.p-char-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #d3d8e5;
}

.p-char-row div:first-child {
    width: 35%;
}

.p-char-row div {
    width: 59%;
}

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

.p-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}

.p-bottom-txt {
    padding-top: 50px;
}

.p-info-bottom {
    width: 50%;
    padding-bottom: 30px;
}

.p-media {
    width: 45%;
}

.accessories:not(:last-child) {
    margin-bottom: 30px;
}

.accessories label {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 25px 20px;
    padding-bottom: 25px;
    font-size: 18pt;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.accessories label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: #ffc857;
}

.accessory-full {
    display: none;
    width: auto;
    max-width: 800px;
}

.a-img {
    float: right;
    width: auto;
    max-width: 50%;
    padding: 0 0 20px 30px;
}

.hpb-single {
    float: right;
    width: auto;
    max-width: 50%;
    padding: 0 0 20px 30px;
}

.hpb-wrapper {
    height: 360px;
    float: right;
    width: auto;
    overflow: hidden;
    padding: 0 0 20px 30px;
}

.a-ttl {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 25px 0;
    padding-bottom: 25px;
    font-size: 25pt;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.a-ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: #ffc857;
}

@media screen and (max-width: 1550px) {
    .header {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
}

@media screen and (max-width: 1430px) {
    .tm-main {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1360px) {
    A.hp-block {
        width: calc(33.33% - 50px);
    }
}

@media screen and (max-width: 1320px) {
    .tab-info-thumbs {
        justify-content: center;
    }
    .accessories .tab-info-thumbs {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1310px) {
    .tm-main {
        padding-right: 30px;
    }
    .tm-main A:link,
    .tm-main A:visited {
        padding: 10px 0 0;
    }
    .resposive-menu-trigger {
        display: block;
    }
    .top-menu,
    .page-menu-d {
        display: none;
    }
}

@media screen and (max-width: 1140px) {
    .par-advantages .ca-block {
        width: 46%;
    }
    .page-menu {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        width: 50%;
    }
    .page-menu-m {
        display: block;
    }
    .page-info {
        width: 100%;
        padding-top: 50px;
    }
}

@media screen and (max-width: 1040px) {
    .ft-socials {
        display: none;
    }
    .ft-mob .ft-socials {
        display: block;
    }
    .p-char-block {
        width: 100%;
    }
}

@media screen and (max-width: 970px) {
    .p-gallery {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .p-info-top {
        width: 100%;
        padding-bottom: 30px;
        order: 1;
    }
    .p-info-bottom,
    .p-media {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    A.hp-block {
        width: calc(50% - 50px);
    }
    .location {
        width: 47%;
    }
}

@media screen and (max-width: 875px) {
    .ft-navigation {
        display: none;
    }
    .quality .wp label {
        width: auto;
        max-width: 70%;
        line-height: 100%;
    }
}

@media screen and (max-width: 830px) {
    .home-company .wp {
        flex-wrap: wrap;
    }
    .hc-block-l {
        width: 100%;
    }
    .hc-block-r {
        width: 100%;
        padding-top: 20px;
    }
    .home-company label,
    .par-advantages label {
        font-size: 65pt;
    }
}

@media screen and (max-width: 770px) {
    .contact-info-wp {
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        height: auto;
        padding-top: 30px;
    }
    .contact-info {
        width: calc(100% - 70px);
    }
    .ttl {
        font-size: 35pt;
    }
}

@media screen and (max-width: 670px) {
    .quality {
        padding: 25px 0;
        background-size: cover;
    }
    .quality .wp {
        flex-wrap: wrap;
        justify-content: center;
    }
    .quality .wp label {
        text-align: center;
        padding-bottom: 20px;
        max-width: 100%;
        font-size: 30pt;
    }
}

@media screen and (max-width: 655px) {
    .ft-address {
        display: none;
    }
    .p-header h2 {
        padding-right: 0;
        padding-top: 20px;
        font-size: 26pt;
    }
    .p-header h3 {
        font-size: 18pt;
    }
    .p-inquire {
        top: -35px;
    }
    .a-img {
        float: none;
        margin: 0 auto;
        padding-left: 0;
    }
}

@media screen and (max-width: 620px) {
    .home-services {
        justify-content: center;
    }
    .home-services A {
        width: 100%;
        margin: 10px 0;
    }
    .contact-form-block {
        width: 100%;
    }
    .page-menu {
        width: 100%;
    }
    .inner-img {
        width: 100%;
        float: left;
        padding: 0 0 30px 0;
    }
    .inner-ttl {
        font-size: 21pt;
    }
}

@media screen and (max-width: 610px) {
    .tabs .wp {
        padding: 0;
    }
    .tabs A {
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .logo {
        max-width: 155px;
    }
    A.hp-block {
        width: calc(100% - 50px);
    }
    .home-company label,
    .par-advantages label {
        font-size: 50pt;
    }
    .location {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .par-advantages .ca-block {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .ca-block {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .inquire,
    #fade,
    #quote {
        display: none !important;
    }
}

@media screen and (max-width: 430px) {
    .ft-contacts {
        display: none;
    }
    .footer {
        justify-content: center;
    }
}

@media screen and (max-width: 380px) {
    .contact-info {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }
    .ci-phones-r div:first-child {
        width: 55px;
    }
}
