main {
    margin-top: 67px;
    font-family: 'SF UI Text Regular', serif;
    z-index: 10;
}

main .breadcrumbs {
    padding-top: 2rem;
}

main .breadcrumbs a {
    text-decoration: underline;
}

main .breadcrumbs h1 {
    display: inline-block;
    font-size: 1rem;
    font-family: 'SF UI Text Regular', serif;
    font-weight: 400;
}

main .banner {
    position: relative;
    background-size: 100% 100%;
    background-image: url(../../img/banner.jpg);
    background-position: center top;
}

main .banner .text {
    margin: 0;
    padding: 2.5rem 1rem 7rem 1rem;
    width: 100%;
}

main .banner h1,
main .banner h2 {
    padding-bottom: 0;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

main .banner h2 {
    font-size: 1rem;
    padding-bottom: .5rem;
}

main .banner .open-modal {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 1.25rem;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

main .banner textarea {
    min-height: 75px;
}

main .banner form .left .form-group:last-child {
    margin-bottom: 0;
}

main .banner .modal-body {
    padding: 1.5rem;
}

main .banner .modal-body h3 {
    margin: 0.5rem 0 2rem 0;
}

main .banner .modal-body button[type=submit] {
    width: 100%;
}

main .items {
    padding: 0 0 5rem 0;
    text-align: center;
}

main .items img {
    padding-bottom: 1.5rem;
}

main .items .text {
    width: 15rem;
    margin: 0 auto;
}

main .items .carousel-inner {
    height: 600px;
    margin-bottom: -400px;
}

main .items .carousel-item {
    padding: 0;
}

main .items .carousel-item .wrapper {
    margin: 1.5rem;
    padding: 1rem 1.5rem;
}

main .items .carousel-item .wrapper:hover {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    cursor: pointer;
    z-index: 100;
    transition: all .4s;
}

main .items .carousel-item .wrapper:hover img.d-block {
    display: none !important;
}

main .items .carousel-item .wrapper:hover img.d-none {
    display: block !important;
}

main .items .carousel-item .desc {
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: left;
    opacity: 0;
}

main .items .carousel-item .wrapper:hover .desc {
    opacity: 1;
    border-top: 1px solid #CCC;
    transition: all .4s;
}

main .items .carousel-control-next,
main .items .carousel-control-prev {
    height: 250px;
    width: 25px;
}

main .excerpt {
    padding: 0 1rem;
}

main .excerpt li {
    position: relative;
}

main .excerpt li:before {
    position: absolute;
    content: url(../../svg/li.svg);
    left: .5rem;
}

main .excerpt h3 {
    padding-bottom: .5rem;
}

main .info {
    background: url(../../svg/polygon-mobile.svg) no-repeat -90px 0;
}

main .info h3 {
    padding-bottom: 1rem;
}

main .info li {
    position: relative;
}

main .info li:before {
    position: absolute;
    content: url(../../svg/chevron-left.svg);
    top: .25rem;
    left: 0;
}

main .info li:last-child:after {
    bottom: 1.85rem;
}

main .info .excel {
    position: relative;
    margin: 1rem auto;
    text-align: center;
}

main .info .excel a {
    display: inline-block;
}

main .info .excel .download {
    position: absolute;
    width: 100px;
    text-align: left;
    left: 38%;
    bottom: 1.75rem;
}

main .info .excel .download img {
    position: absolute;
    left: -1.25rem;
    top: .25rem;
}

main .info .youtube {
    position: relative;
    text-align: center;
}

main .info .youtube .text {
    position: absolute;
    bottom: 1.75rem;
    width: 100%;
}

main .info li {
    line-height: 1.9;
}

main .tanks {
    padding-top: 0;
}

main .tanks h3 {
    padding: 1.5rem 0;
}

main .tanks .col-12 {
    position: relative;
}

main .tanks .tank {
    position: relative;
    left: -7.5px;
    top: -7.5px;
    min-width: calc(100% + 15px);
    max-width: calc(100% + 15px);
    margin-bottom:  15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

main .tanks .zoom {
    position: absolute;
    right: 1rem;
    top: 0;
    width: 1rem;
    height: 1rem;
}

main .tanks .col-12:hover .tank {
    cursor: pointer;
    transform: translateY(-4px) scale(1.02);
    transition: all .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

main .tanks .col-12:hover .zoom {
    transform: translateY(-3px);
    transition: all .3s;
}

main .files {
    padding: 2rem 0 3rem 0;
    background: #FFFFFF;
}

main .files .file {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

main .files .file:last-child {
    border: none;
}

main .files .text {
    padding-top: 2.5rem;
}

main .files .icon {
    position: relative;
    top: 1.5rem;
    left: 1rem;
}

main .files .download {
    position: relative;
    left: -5px;
    top: 1px;
}

main .files h3 {
}

main .cite .container {
    position: relative;
}

main .cite .quotes {
    position: absolute;
    top: 1.25rem;
    left: 1rem;
    width: 16px;
    opacity: .54;
}

main .cite .quotes.right {
    top: initial;
    bottom: 2.75rem;
    left: initial;
    right: 1rem;
}

main .cite cite {
    display: block;
    padding: 1.5rem 1.75rem 2.5rem 1.75rem;
    text-align: justify;
    font-family: 'SF UI Text Light Italic', serif;
    font-style: italic;
}

main .cards {
    padding: 0 0 2rem 0;
}

main .cards .wrapper {
    padding: 1rem 0;
}

main .cards .item {
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

main .cards .item h4 {
    display: inline-block;
    padding: 2.5rem 0 .25rem 0;
    font-size: 1rem;
    font-family: 'SF UI Text Semibold', serif;
    border-bottom: 2px solid rgba(46, 65, 97, 0.5);
}

main .certs {
    padding-bottom: 3rem;
}

main .certs h3 {
    margin-bottom: 1rem;
}

main .certs .row {
    text-align: center;
    font-size: 0.85rem;
    color: #595959;
}

main .certs .col-12 {
    margin-bottom: 1.5rem;
}

main .certs img {
    display: block;
    margin-bottom: .5rem;
}

main .contacts hr {
    margin: 1.25rem 0;
}

main .contacts .address {
    padding-top: 1.5rem;
}

main .contacts .schedule {
    padding-bottom: 1.5rem;
}

main .contacts .contact img {
    margin-right: .5rem;
}

main .contacts #name {
    background: #F5F5F5 url(../../svg/person-grey.svg) no-repeat 97% center;
}

main .contacts #phone {
    background: #F5F5F5 url(../../svg/phone-grey.svg) no-repeat 97% center;
}

main .contacts #email {
    background: #F5F5F5 url(../../svg/email-grey.svg) no-repeat 97% center;
}

main .contacts textarea {
    min-height: 219px;
}

main .contacts form {
    margin-bottom: 2rem;
}

main .contacts form button[type=submit] {
    margin-top: .5rem;
}

main .about {
    padding-top: 1rem;
}

main .about li:before {
    content: url(../../svg/li.svg);
    position: relative;
    right: .75rem;
}

main .about a {
    text-decoration: underline;
}

main .projects {
    padding-bottom: 1rem;
}

main .projects h3 {
    margin: 2rem 0;
}

main .projects .col-3 {
    padding-right: .25rem;
}

main .projects .item {
    margin-bottom:  1.5rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

main .projects .item img {
    min-width: 100%;
    max-width: 100%;
}

main .projects .item h4 {
    margin-bottom: 2px;
    padding: .75rem 0;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    background: #2E4161;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

main .projects .item .options {
    padding: 1rem;
}

main .projects .item dt,
main .projects .item dd {
    display: inline-block;
    margin: 0;
}

main .projects .item dt {
    width: 40%;
    font-weight: normal;
}

main .projects .item dd {
    color: #000000;
}