h1, h2, h3, h4, h5, h6, body {
    font-family: 'Montserrat', sans-serif;
    line-height: unset;
}

h3 {
    letter-spacing: 5px;
    font-size: 26px;
    font-weight: 600;
}

h5 {
    letter-spacing: 0px;
}

.spacer-80 {
    width: 100%;
    height: 100px;
}

::selection {
    background: #49c6e6;
}

.mobile-version  .spacer-60 {
    height: 40px;
}

.mobile-version  .spacer-75 {
    height: 50px;
}

.mobile-version .mb-45 {
    margin-bottom: 30px;
}

.header.header-fixed.fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 65px;
}

@media screen and (max-width: 1006px) {
    .header.header-fixed.fixed nav {
        background-color: rgba(255, 255, 255, 0.95) !important;
        border-bottom: 1px solid rgb(240, 240, 240) !important;
    }
}

/* MENU */

.nav-menu-item:last-child a {
    padding-right: 0;
}

.logo a {
    height: 100px;
    width: 265px;
}

.mobile-version .logo a {
    width: 200px;
}

.fixed .logo a {
    height: 36px;
}

/* HEADER */

h3 {
    color: #49c6e6;
}

h3:after {
    content: "";
}

/* INTRO */

#intro .flex-next:hover {
    color: #49c6e6;
}
#intro .flex-prev:hover {
    color: #49c6e6;
}

.mobile-version #intro .flex-direction-nav {
    opacity: 0.01;
}

.intro-content-inner {
    position: relative;
}

.intro-content-inner img {
    position: absolute;
    right: 0;
    height: auto !important;
}

.intro-content-inner h1 {
    color: #49c6e6;
    text-align: left;
    width: 100%;
    letter-spacing: 0;
}
.intro-content-inner h1.green {
    color: #339966;
}

.intro-content-inner .banner-subtitle p {
    text-align: left;
    font-style: italic;
    font-weight: 600;
    color: #6a6b6f;
    margin: 0;
}

.mobile-version .intro-content-inner h1 {
    width: 95%;
}

.intro-content-inner h1 p {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0px;
}

.intro-content-inner .lead p {
    color: #3a3a3a;
    text-align: left;
    font-style: italic;
    margin-bottom: 0;
}

.intro-content-inner .lead-pc {
    display: block;
}
.intro-content-inner .lead-mobile {
    display: none;
}
.intro-content-inner .lead-mobile p {
    text-align: right;
    font-weight: bold;
}

.mobile-version .intro-content-inner .lead-pc {
    display: none;
}
.mobile-version .intro-content-inner .lead-mobile {
    display: block;
}

.intro-content-inner .intro-buttons {
    text-align: left;
}

.intro-content-inner .intro-buttons a {
    border-radius: 15px;
}

.intro-content-inner .intro-buttons a.btn-first {
    color: #49c6e6;
}
.intro-content-inner .intro-buttons a:hover {
    background: #49c6e6;
    color: #fff;
}
.intro-content-inner .intro-buttons a.btn-green:hover {
    background: #339966;
}

.intro-content-inner .intro-buttons a.btn-second {
    background: #49c6e6;
    color: #fff;
}
.intro-content-inner .intro-buttons a.btn-second.btn-green {
    background: #339966;
}
.intro-content-inner .intro-buttons a.btn-second:hover {
    background: #fff;
    color: rgb(50, 50, 50);
}

.mobile-version .intro-content-inner .intro-buttons a.btn-second {
    display: none;
}

/* USE */

.mobile-version #service {
    padding-top: 30px;
}

#service h5 {
    padding-left: 15px;
    padding-right: 15px;
    font-style: normal;
    font-weight: bold;
}

#service p {
    font-style: italic;
    color: #444;
}

/* SERVICE */

#service {
    padding-bottom: 0;
}

#service .row img {
    height: 40px;
}

/* ADVANTAGES */

.advantages {
    padding-bottom: 50px;
}

.mobile-version .advantages {
    padding-top: 70px;
    padding-bottom: 0px;
}

.advantages img {
    width: 220px;
    height: 220px;
}

.advantages .row {
    margin-bottom: 70px;
}

.mobile-version .advantages .row {
    margin-bottom: 45px;
}

.advantages .img-cnt, #advantages .advantage-text-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantages .advantage-text-2 {
    justify-content: flex-start !important;
}

.advantages p {
    text-align: left;
    margin-top: 32px;
    font-size: 16px;
    font-style: italic;
    color: #000;
}
.advantages .advantages-text p::before {
    content: "•";
    font-size: 26px;
    font-weight: bold;
    color: #49c6e6;
    margin-right: 10px;
}

.mobile-version .advantages-text p {
    margin-top: 20px;
}

.advantages .advantages-header {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 0px;
    font-style: normal;
}
.advantages .advantages-text .advantages-header::before {
    content: "";
    margin-right: 0px;
}

@media screen and (max-width: 990px) {
    .advantages .advantages-text {
        padding-top: 40px;
        max-width: 500px;
    }
    .advantages .advantage-text-2 {
        justify-content: center !important;
    }
}

/* GOODS */

#goods {
    padding-top: 60px;
    padding-bottom: 0px;
}

.mobile-version #goods {
    padding-top: 40px;
}

.mobile-version #goods .owl-next, .mobile-version #goods .owl-prev {
    position: absolute;
    margin-top: -130px;
    width: 35px;
    height: 35px;
}
.mobile-version #goods .owl-prev i {
    position: relative;
    top: -8px;
}
.mobile-version #goods .owl-next i {
    position: relative;
    top: -8px;
    left: 2px;
}

#goods .owl-next i {
    position: relative;
    left: 2px;
}

#goods .owl-next, #goods .owl-prev {
    background: #27c3c8 !important;
    color: #fff !important;
    border-radius: 95px;
}
#goods .owl-next:hover, #goods .owl-prev:hover {
    background: #27c3c8 !important;
    color: #fff !important;
}

#goods .about-text {
    text-align: left;
}

#goods .about-text .about-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #49c6e6;
    font-weight: bold;
    font-style: normal;
}

#goods .about-text {
    margin-bottom: 20px;
}

#goods .about-text .about-tu {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0px;
    font-style: normal;
}

#goods .about-text p, #goods .about-text ul {
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-style: italic;
    color: #000;
}

#goods .about-text ul {
    padding-left: 20px;
    color: #000;
    font-size: 15px;
}

#goods .about-text .goods-text {
    font-size: 16px;
}

#goods .about-text .goods-text p {
    font-weight: 600;
}

#goods .about-text .goods-text .about-small {
    margin-top: 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

/* REGISTRATION NUMBER */

.registration-number {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.registration-number .row {
    margin-bottom: 25px;
}

.registration-number img {
    width: 180px;
    height: 180px;
}

.registration-number .about-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.registration-number .about-text p {
    font-size: 16px;
    color: #000;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 17px;
}

.registration-number .reg-number {
    display: block;
}
.registration-number .reg-number:hover p {
    text-decoration: underline;
    text-decoration-color: #000;
}
.registration-number .reg-number:hover p.reg-number-header {
    text-decoration: none;
}

.registration-number .reg-number p {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
}

.registration-number .reg-number p.reg-number-header {
    color: #54c5e3;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
    .registration-number .about-text {
        margin-top: 40px;
        width: 500px;
    }
    .registration-number .about-text p {
        max-width: 570px;
    }
}

/* ABOUT US */

#about_us {
    padding-bottom: 50px;
}

.mobile-version #about_us {
    padding-top: 50px;
    padding-bottom: 30px;
}

#about_us h5 {
    text-align: left;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 10px;
    background: url("/static/project/img/fibrasoft/about_us.gif") no-repeat 120px center;
}

#about_us .img-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
}

#about_us img {
    margin-bottom: 40px;
    width: 80%;
}

#about_us p {
    text-align: left;
    color: #444;
}

#about_us .about-us-text p {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}

/* MISSION */

.container-mission {
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    line-height: 48px;
    max-width: 800px;
}

.mobile-version #mission {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* CONTACTS */

.mobile-version #contacts {
    padding-top: 60px;
}

.contacts-section {
    padding-bottom: 0px !important;
}

.contact-box-left-info {
    padding-left: 0px;
}

.contact-box-left-info p {
    color: #000;
    font-size: 12px;
    margin-top: 20px;
}

.contacts-right-col {
    margin-bottom: 45px;
}

.contacts-comment p {
    font-size: 12px;
    text-align: center;
    margin-top: 7px;
    font-style: italic;
}

#yandex-map {
    background: #ddd;
}

/* TESTIMONIAL */

.mobile-version h3#massmediascrollto {
    margin-bottom: 40px;
}

.mobile-version #massmedia {
    padding-top: 50px;
    padding-bottom: 50px;
}

#massmedia .testimonial .container-icon,
#massmedia .testimonial p,
#massmedia .testimonial h6 {
    color: #000 !important;
    font-size: 16px;
}

#massmedia .testimonial p {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0px;
}

#massmedia .testimonial h6 {
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
}

#massmedia .testimonial h6:hover {
    text-decoration: underline;
}

#massmedia .testimonial a {
    color: #000;
}
#massmedia .testimonial a:hover {
    color: #000;
}

#massmedia .owl-page span {
    color: #000 !important;
    border-color: #000 !important;
    background: none !important;
}

.testimonial-header {
    margin: 0 0 80px 0;
    text-align: center;
}

/* ARTICLE INTRO */

.article-intro {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 330px;
}

.article-intro .container {
    height: 130px;
}

.article-intro h2 {
    letter-spacing: 5px;
}

/* ARTICLE CONTENT */

.article-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.article-content .smi-name {
    color: #000;
    font-weight: bold;
}

.article-content .post-entry p {
    color: #444;
}

/* PARTNERS */

#partners-header {
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: 6px solid #eaeaea;
}

#partners {
    padding-top: 40px;
    padding-bottom: 0px;
}

#partners .row {
    max-width: 700px;
    margin: auto;
}