@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic');

/*@font-face {*/
/*    font-family: 'Open Sans', 'sans-serif';*/
/*    src: url('../webfonts/2211.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto', 'sans-serif';*/
/*    src: url('../fonts/Roboto-Bold.ttf') format('truetype');*/
/*}*/

h1 {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

h2 {
    font-size: 22px;
    line-height: 27px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2 > a {
    color: #202020;
    text-decoration: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-style: normal;
    font-weight: normal;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    background-color: #ffffff;
    padding: 0px 50px 0;
    font-family: 'Open Sans', sans-serif;
}

.site-logo img{
    width: 150px;
}

.desktop-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mobile-menu {
    display: none;
}

.mobile-menu-flex-front {
    display: none;
}

.desktop-menu a {
    display: flex;
    align-items: center;
    color: #202020;
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.desktop-menu a.active,
.desktop-menu a:hover {
    text-decoration: none;
    color: #3E78B2;
}

.contact-info-number a {
    color: #202020;
}

.fa-phone-alt, .fa-map-marker-alt {
    font-size: 1.8rem;
    color: #000000;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-info-number {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.contact-info-number > i {
    margin-right: 5px;
}

.contact-info-adress {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.contact-info-adress > i {
    margin-right: 5px;
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3E78B2;
    color: #ffffff;
    height: 200px;
}

.work-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 70px;
}

.work-sidebar {
    display: flex;
    flex-direction: column;
    width: 370px;
}

.work-sidebar-mobile {
    display: none;
}

.mobile-sidebar {
    display: none;
}

.work-sidebar a {
    text-decoration: none;
    background-color: #E8E8E8;
    color: #202020;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.work-sidebar a.active,
.work-sidebar a:hover {
    text-decoration: none;
    color: #3E78B2;
}

.works-name-header {
    background-color: #3E78B2;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 15px;
}

.works-name-header a{
    text-decoration: none;
    background-color: #3E78B2;
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    /*padding: 15px 15px;*/
}

.works-name-header a.active,
.works-name-header a:hover {
    text-decoration: none;
    color: #202020;
}



.work-name {
    padding: 15px 15px;
}

.work-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 0 90px;
}

.newest-item {
    padding: 20px 0 50px;
    font-family: 'Open Sans', sans-serif;
    color: #202020;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}

.newest-item > i {
    margin-left: 5px;
}

.fa-arrow-down {
    margin-left: 15px;
}

.newest-item a.active,
.newest-item a:hover {
    text-decoration: none;
    color: #3E78B2;
}

.work-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid #9d9d9d;
    margin-bottom: 60px;
}

.work-item-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 27px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.work-item-content {
    padding: 0 0 0 40px;
}

.work-item-title {
    padding-bottom: 60px;
}

.work-item-row {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}

.work-item-row-characteristic, .portfolio-item-characteristic {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #202020;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding-right: 5px;
}

.work-item-row-specification, .portfolio-item-specification {
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
}

.show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #202020;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
    margin-bottom: 50px;
}

.fa-plus {
    font-size: 4.0rem;
    margin-right: 20px;
}

.show-more.active,
.show-more:hover {
    text-decoration: none;
    color: #3E78B2;
}

.portfolio-container {
    display: flex;
    flex-direction: column;
}

.portfolio-item {
    display: flex;
    flex-direction: row;
}

.portfolio-row-photo {
    width: 40%;
}

.portfolio-row-photo-view {
    width: 60%;
}

.row-over-photo {
    display: flex;
    height: 100px;
}

.row-left {
    width: 40%;
    background-color: #3E78B2;
}

.row-right {
    width: 60%;
    background-color: #ffffff;
}

.portfolio-photo {
    display: flex;
}

.portfolio-photo img {
    width: 100%;
    height: 100%;
    /*max-width: 900px;*/
}

.portfolio-info {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.portfolio-info-view {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.portfolio-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3E78B2;
    color: #ffffff;
    height: 150px;
}

.portfolio-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
}

.portfolio-item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0 10px 45px;;
}

.portfolio-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 60px 0 60px;
}

.portfolio-text > p > img {
    width: 100% !important;
    height: auto !important;
    max-width: 800px !important;
}

.work-item-photo img {
    width: 100%;
    height: auto;
    max-width: 600px;
}

.feedback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 70px;
}

.feedback-field {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.feedback-text {
    padding-bottom: 50px;
}

.feedback-field input {
    background-color: #ffffff;
    color: #202020;
    width: 440px;
    height: 68px;
    border: 3px solid #D9D9D9;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

.default-data-table.pages-table-row {
    grid-template-columns: minmax(50px, 100px) 1fr 2fr 80px;
}


.feedback-field button {
    width: 287px;
    height: 69px;
    background-color: #3E78B2;
    color: #ffffff;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Open Sans', sans-serif;
}

.news-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
}

.news-item {
    display: flex;
    flex-direction: column;
}

.news-item-photo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-item-photo img {
    width: 100%;
}

.news-item-title {
    padding: 45px 0 20px 25px;
}

.news-item-title a,
.read-more a {
    color: #202020;
}

.news-item-title a.active,
.news-item-title a:hover {
    text-decoration: none;
    color: #3E78B2;
}

.news-item-description {
    padding: 0 25px 15px;
}

.read-more {
    padding: 0 25px 100px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

.fa-angle-right {
    margin-left: 10px;
}

.news-item-description p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
}

.read-more a.active,
.read-more a:hover {
    text-decoration: none;
    color: #3E78B2;
}

.header-article {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 400px;
    color: #ffffff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.table.table-striped.table-bordered.detail-view {
    display: table;
}

.header-article-filter {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(62,120,178, 0.7);
}

.article-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 70px 0 70px;
}

.article-container > p > img {
    width: 100%;
}

.article-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}

.article-image img {
    width: 100%;
}

.article-date {
    display: flex;
    align-items: start;
    padding: 70px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
}

.faq-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 50px;
}

.faq-description p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
}

.faq-description img {
    width: 100%;
}

.credit-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px
}

.credit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.credit-description p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    font-family: 'Open Sans', sans-serif;
}

.credit-description img {
    width: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 200px 30px 200px;
    background-color: #202020;
}

.footer-col img{
    height: 78px;
    width: auto;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-col-menu {
    display: flex;
    flex-direction: column;
}

.footer-col a, .footer-col-menu a {
    text-decoration: none;
}

.footer-col-menu a:hover,
.footer-col a:hover,
.footer-item i:hover {
    color: #3E78B2;
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-item {
    padding: 5px 0;
    transition: all 0.2s ease-in-out;
}

.footer-social {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
}

.footer-item {
    color: #9d9d9d;
}

.footer-social-icons {
    display: flex;
    flex-direction: row;
}

.footer-social-icons a {
    padding: 10px;
}

.footer-item > i {
    font-size: 2.5rem;
    color: #D9D9D9;
    transition: all 0.2s ease-in-out;

}

.slick-initialized .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.main-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partners-img-element {
    width: 200px;
    margin: 0 20px;
}

.partners-img-element > img {
    width: 100%;
}

.banners-img-element > img {
    width: 100%;
}

.portfolio-m-title {
    margin: 0 0 50px 0;
}

.news-title {
    margin: 0 0 50px 0;
}

.block-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #202020;
    margin: 50px 0;
}

.benefits-cont {
    width: 100%;
    padding: 0 10%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.benefit {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px 20px;
}

.benefit-title {
    font-family: Open Sans;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #202020;
}

.benefit-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #202020;
}

.main-services {
    background: #F5F5F5;
    min-height: 10px;
    width: 100%;
    padding: 50px 0;
}

.services-title {
    margin: 0 0 50px 0;
}

.service-box {
    background-image: url("/img/img_install.png");
    margin: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out;
}

.service-box:hover, .small-service-box:hover {
    opacity: 1;
}

.small-service-box {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out;
}

.small-service-box:first-of-type {
    margin-left: 40px;
}

.small-service-box:last-of-type {
    margin-right: 80px;
}

.service-row {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 40px;
}

.service-b-1 {
    background-image: url("/img/img_diagnose.png");
}

.service-b-2 {
    background-image: url("/img/img_repair.png");
}

.service-b-3 {
    background-image: url("/img/img_review.png");
}

.service-b-4 {
    background-image: url("/img/img_doc.png");
}

.m-service-el {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
    height: 200px;
    width: 30%;
}

.l-service-el {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: white;
    height: 200px;
    width: 30%;
    padding-left: 100px;
}

.l-service-el > h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
}

.s-service-el {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: white;
    height: 200px;
    width: 100%;
    padding-left: 100px;
}

.s-service-el > h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    text-align: left;
}

.m-service-el > h2 {
    font-family: Open Sans;
    font-size: 25px;
    line-height: 27px;
    color: white;
}

.m-service-el > p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.order-button {
    border: 3px solid #FFFFFF;
    color: white;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    background-color: transparent;
    padding: 20px 70px;
    transition: all 0.2s ease-in-out;
}

.order-white {
    color: black;
    background-color: white;
}

.order-white:hover {
    color: white;
}

.order-blue {
    background-color: #3E78B2;
    border-color: #3E78B2;
    color: white;
}

.order-blue:hover {
    background-color: white !important;
    color: #3E78B2;
}

.order-button:hover {
    background-color: #3E78B2;
    border-color: #3E78B2;
}

.order-red:hover {
    background-color: #D71A21;
    border-color: #D71A21;
}

.main-economy {
    padding: 50px 60px;
}

.economy-cont {
    display: grid;
    grid-template-columns: 33% 33% calc(34% - 80px);
    grid-column-gap: 40px;
}

.setup-result-block {
    background-color: #3E78B2;
    transition: background-color 0.2s ease-in-out;
}

.setup-result-block:hover {
    background-color: #396ea2;
}

.economy-slider-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #202020;
}

.economy-addition {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #202020;
}

.economy-slider {
    background: #3E78B2;
    border: 0px solid white !important;
    margin: 30px 0;
    height: 20px;
}

.economy-slider > .ui-slider-handle {
    height: 50px;
    top: -15px;
    transition: background-color 0.2s ease-in-out;
    border: 0px solid white !important;
    background: #D9D9D9;
}

.economy-slider > .ui-state-active {
    height: 50px;
    top: -15px;
    transition: background-color 0.2s ease-in-out;
    background-color: #D71A21;
}

.economy-slider-cont:first-of-type {
    margin-bottom: 80px;
}

.economy-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 26px 0 28px 0;
}

.economy-input > input {
    width: calc(100% - 30px);
    border: none;
    border-bottom: 1px solid #000000;
    height: 30px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    padding: 5px 0;
    margin-bottom: 51px;
    margin-right: 5px;
}

.economy-input > .economy-addition {
    margin-bottom: 51px;
}

.setup-result-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.calculation-result {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0;
}

.economy-result-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.contact-us {
    background-image: url("/img/call-back.png");
    height: 300px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.contact-title {
    color: white;
}

.block-subtitle {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contact-us-input {
    height: 73px;
    color: white;
    background: transparent;
    border: 3px solid #FFFFFF;
    margin-right: 10px;
    width: 40%;
    font-size: 18px;
    padding: 10px;
}

.iti {
    height: 73px;
    margin-right: 10px;
    /*color: white;*/
}

.iti > input {
    color: white;
    font-size: 18px;
    border-radius: 0;
    height: 100%;
    background: transparent;
    border: 3px solid #FFFFFF;
}

.contact-us > .contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.feedback .iti > input {
    border-color: black;
    color: black;
}

.feedback > .contact-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-portfolio {
    margin: 50px 0;
}

.p-slider-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    align-self: self-end;
}

.p-image-cont {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-text {
    width: 100%;
    height: 50px;
    background: rgba(62, 120, 178, 0.7);
    color: white;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 16px;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto;
}

.p-image-cont > img {
    /*height: 100%;*/
    width: 100%;
}

.watch-all-cont {
    width: 100%;
    margin: 40px 0;
    padding: 0 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
}

.watch-all-cont > a {
    transition: all 0.2s ease-in-out;
    color: black;
    text-decoration: none;
}

.watch-all-cont > a:hover {
    color: #3E78B2;
}

.main-news {
    padding: 50px 0;
    background: #F5F5F5;
}

.news-cont {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    padding: 0 40px;
}

.news-el {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.news-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #202020;
    margin: 20px 10px;
}

.news-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    margin: 5px 10px;
}

.news-img {
    width: 100%;
    height: 300px;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}

.news-el > a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    color: black;
    text-decoration: none;
    margin: 20px;
}

.news-el > a:hover {
    color: #3E78B2;
}

.main-contacts {
    margin: 50px 0;
}

.contacts-title {
    margin: 0 0 50px 0;
}

.contacts-cont {
    display: grid;
    grid-template-columns: 50% 50%;
}

.nav-map {
    padding: 0 40px;
}

.contacts-data {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
}

.contacts-list {
    border-right: 1px solid black;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-el {
    margin: 15px 5px;
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}

.contact-el > i {
    margin-right: 15px;
}

.contact-el > a {
    transition: all 0.2s ease-in-out;
    color: #202020;
    text-decoration: none;
}

.contact-el > a:hover {
    color: #3E78B2;
}

.social-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-cont > h2 {
    font-size: 15px;
}

.social-icons {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
}

.social-icons > a {
    color: #000000 !important;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.social-icons > a:hover {
    color: #3E78B2 !important;
}

.news-title {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.header-container > h1 {
    margin: 0;
}

.work-item-title > a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.works-name-header > a {
    transition: all 0.2s ease-in-out;
}
.work-name {
    transition: all 0.2s ease-in-out;
}

.news-item-title > h2 > a {
    transition: all 0.2s ease-in-out;
}

.desktop-menu > a {
    transition: color 0.2s ease-in-out;
}

.contact-info-number > a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.contact-info-number > a:hover {
    color: #3E78B2;
}

.field-settings-phone {
    margin: 0;
}

.normal-font {
    font-weight: 500 !important;
}
.animation-class {
    position: relative;
    animation-name: pontu;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

.alert-success {
    margin-left: 10px;
    margin-right: 10px;
}

@keyframes pontu {
    from {bottom: -40px; opacity:0;}
    to {bottom: 0; opacity:1;}
}

@media (max-width: 1300px) {
    .l-service-el {
        width: 33%;
        padding-left: 30px;
    }
    .m-service-el {
        width: 33%;
    }
    .l-service-el > h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .s-service-el > h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .s-service-el {
        padding-left: 30px;
    }
    .economy-result-text {
        font-size: 16px;
    }
    .calculation-result {
        font-size: 22px;
    }
    .order-button {
        padding: 18px 40px;
        font-size: 20px;
    }
    .contact-us-input {
        height: 69px;
    }
    .iti {
        height: 69px;
    }

    .benefit {
        margin: 20px 10px;
        width: 250px;
    }
    .partners-img-element {
        width: 150px;
    }
    .benefit-icon {
        width: 100px;
    }
    .service-box {
        height: 300px;
    }
    .small-service-box {
        height: 300px;
    }
    .economy-slider-cont:first-of-type {
        margin-bottom: 40px;
    }
    .news-img {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    #mobile-sidebar {
        width: 100%;
    }
    div.newest-item {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    .work-item-content {
        margin-top: 15px;
    }
    .work-item-description {
        width: 100%;
    }
    .partners-img-element {
        width: 100px;
        margin:  0 10px;
    }
    .block-header {
        margin: 30px 0;
        font-size: 25px;
    }
    .benefits-cont {
        padding: 0 5%;
    }
    .benefit {
        width: 150px;
        margin: 10px 5px;
    }
    .benefit-icon {
        width: 60px;
    }
    .benefit-title {
        font-size: 18px;
        line-height: 20px;
    }
    .benefit-text {
        font-size: 12px;
    }
    .main-services {
        padding: 30px 0;
    }
    .services-title {
        margin-bottom: 30px;
    }
    .service-box {
        background-size: auto 100%;
        min-height: 400px;
        flex-direction: column;
        height: unset;
    }
    .small-service-box {
        background-size: auto 100%;
    }
    .l-service-el {
        width: 100%;
        padding: 0;
        align-items: center;
        height: unset;
    }
    .m-service-el {
        height: unset;
        align-items: center;
        width: 100%;
    }
    .m-service-el > p {
        align-items: center;
    }
    .service-row {
        display: flex;
        flex-direction: column;
    }
    .small-service-box {
        margin: 20px 40px;
        height: 200px;
    }
    .small-service-box:last-of-type {
        margin-right: 40px;
    }
    .s-service-el {
        height: 150px;
    }
    .s-service-el > h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .fixed-buttons {
        display: none !important;
    }
    .main-economy {
        padding: 30px 40px;
    }
    .economy-cont {
        display: flex;
        flex-direction: column;
    }
    .setup-result-block {
        padding: 20px 0;
    }
    .first-setup-block {
        margin-bottom: 20px;
    }
    .economy-slider-cont:first-of-type {
        margin-bottom: 20px;
    }
    .economy-input > input {
        margin-bottom: 31px;
    }
    .economy-input > .economy-addition {
        margin-bottom: 31px;
    }
    .contact-us {
        padding: 30px 0;
    }
    .portfolio-m-title {
        margin-bottom: 30px;
    }
    .main-portfolio {
        margin: 30px 0;
    }
    .watch-all-cont {
        font-size: 18px;
        line-height: 18px;
    }
    .main-news {
        padding: 30px 0;
    }
    .news-title {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .news-cont {
        display: flex;
        flex-direction: column;
    }
    .news-el {
        margin-bottom: 20px;
    }
    .main-contacts {
        margin: 30px 0;
    }
    .contacts-title {
        margin-bottom: 30px;
    }
    .contacts-cont {
        display: flex;
        flex-direction: column;
    }
    .contacts-data {
        padding: 20px 20px 0 20px;
    }
    h1 {
        font-size: 28px;
        line-height: 100%;
    }
    .header {
        height: auto;
        padding: 0 50px !important;
        flex-wrap: nowrap !important;
    }
    .header .contact-info {
        flex-direction: column !important;
    }
    .desktop-menu, .contact-info, .work-sidebar {
        display: none;
    }
    .mobile-menu {
        display: flex;
    }
    .mobile-menu button {
        font-size: 21px;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        background: 0 0;
        color: #3E78B2;
    }
    .mobile-menu-flex-front {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .mobile-menu-flex-front a {
        text-decoration: none;
        color: #202020;
        font-weight: bold;
        padding: 5px;
        font-size: 15px;
    }
    .mobile-menu-flex-front a:hover {
        color: #3E78B2;
    }
    .mobile-contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 1px solid #eceaea;
        margin-bottom: 5px;
    }
    .mobile-contact-info > div:first-child {
        margin-top: 5px;
    }
    .fa-phone-alt, .fa-map-marker-alt {
        font-size: 1.5rem;
    }
    .header-container {
        height: 100px;
        font-size: 25px;
    }
    .mobile-sidebar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .mobile-sidebar button {
        font-size: 21px;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        background: 0 0;
        color: #ffffff;
        margin-left: 10px;
    }
    .mobile-work-sidebar-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .mobile-work-sidebar-flex a {
        text-decoration: none;
        background-color: #E8E8E8;
        color: #202020;
        font-size: 15px;
        line-height: 22px;
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        text-align: center;
    }
    .work-name {
        padding: 5px 5px;
    }
    .work-container {
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }
    .work-content {
        padding: 0;
    }
    .newest-item {
        padding: 0;
    }
    .work-item {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        /*border-bottom: none;*/


    }
    .work-item-photo {
        margin-bottom: 0;
    }
    .work-item-photo img {
        width: 100%;
    }
    .work-item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        width: 100%;
    }
    .work-item-title {
        text-align: center;
        padding-bottom: 10px;
        font-size: 18px;
        line-height: 23px;
    }
    .work-item-row {
        /*flex-direction: column;
        align-items: center;
        padding-bottom: 0;*/
        display: flex;
        align-items: center;
    }
    .work-item-row-characteristic {
        padding-right: 10px;
        font-size: 12px;
        line-height: 100%;
    }
    .work-item-row-specification {
        font-size: 15px;
        line-height: 100%;
    }
    .show-more {
        padding-top: 5px;
        font-size: 16px;
        line-height: 21px;
    }
    .fa-plus {
        font-size: 2.5rem;
        margin-right: 10px;
    }

    .row-over-photo {
        height: 60px;
    }
    .portfolio-title {
        height: auto;
    }
    .portfolio-title h1 {
        font-size: 25px;
    }
    .portfolio-description {
        padding-top: 15px;
    }
    .portfolio-item-row {
        padding: 5px 0 5px 0;
    }
    .portfolio-item-row {
        padding: 0;
        margin-left: 10px;
    }
    .portfolio-item-characteristic {
        font-size: 12px;
    }
    .portfolio-item-specification {
        font-size: 14px;
    }
    .portfolio-text {
        padding: 20px 25px;
        text-align: center;

    }
    .feedback {
        height: auto;
        padding: 0 0 25px;
    }
    .feedback h1 {
        font-size: 24px;
        line-height: 1;
    }
    .feedback-text {
        padding-bottom: 10px;
    }
    .feedback-field {
        flex-direction: column;
    }
    .feedback-field input, .feedback-field button {
        height: 34px;
        width: 220px;
        text-align: center;
        font-size: 18px;
        line-height: 1px;
    }

    .header-article {
        height: 200px;
    }
    .article-container {
        padding: 30px 30px 0 30px;
    }
    .article-date {
        padding: 30px;
    }
    .news-container {
        padding: 25px 0;
    }
    .news-item-photo {
        padding: 0 25px;
    }
    .news-item-title {
        padding: 25px 0 5px 25px;
    }
    .read-more {
        padding: 0 25px 35px;
    }
    .faq-item {
        padding-bottom: 15px;
    }
    .credit-item {
        padding-bottom: 15px;
    }
    .footer-container {
        flex-direction: column;
        padding: 25px 0;
    }
    .footer-col img {
        height: 60px;
    }
    .footer-col-menu {
        display: none;
    }
    .footer-col, .footer-info, .footer-social {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .contacts-data {
        display: flex;
        flex-direction: column;
    }
    .contacts-list {
        border-right: unset;
        border-bottom: 1px solid black;
    }
    .news-img {
        height: 150px;
    }
    .news-title {
        /*margin-left: 10px;
        margin-right: 10px;*/
    }
    .contact-us > .contact-form {
        flex-direction: column;
    }

    .feedback > .contact-form {
        flex-direction: column;
    }

    .contact-us-input {
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }

    .iti {
        width: calc(100% - 20px);
        margin: 0 10px 20px 10px;
    }

    .s-service-el > h1 {
        font-size: 16px;
        line-height: 18px;
    }
    .order-button {
        font-size: 18px;
        line-height: 20px;
        padding: 18px 50px;
    }
    .m-service-el > p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 10px;
        text-align: center;
    }
    .m-service-el > h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .economy-slider-title {
        font-size: 20px;
    }
    .economy-addition {
        font-size: 18px;
    }
    .row-over-photo {
        display: none;
    }
    .portfolio-item {
        flex-direction: column;
    }
    .portfolio-title {
        text-align: center;
    }
    .portfolio-description {
        align-items: center;
        padding: 5px 0 5px 0;
    }
    .portfolio-row-photo, .portfolio-info, .portfolio-row-photo-view, .portfolio-info-view {
        width: 100%;
    }
    .feedback {
        text-align: center;
    }
    .contact-us {
        min-height: 100px;
        height: unset;
    }
}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    background: #3E78B2;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #2ba6cb;
}
#back-to-top.show {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.fixed-buttons {
    position: fixed;
    bottom: calc(50% - 155px);
    left: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fixed-button {
    background: #3E78B2;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

    padding: 5px;
    width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    margin: 10px 0;
    text-decoration: none;
    font-size: 25px;
    color: white;
    transition: opacity 0.2s ease-out;
}

.fixed-button:hover {
    text-decoration: none;
}

.fixed-button:hover > i {
    opacity: 0.7;
}

.fixed-button > i {
    font-size: 25px;
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
}

.profi-gas {
    background-color: #dedede;
    height: 150px;
    padding: 2px;
}

.fixed-button.profi-gas img {
    width: 45px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#contactform-phone.form-control {
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.field-contactform-phone .iti {
    margin: 0;
    height: 34px;
    width: 100%;
}

.desktop {
    display: flex;
}
@media (max-width: 650px) {
    .desktop {
        display: none;
    }
    .mobile-info {
        display: flex;
    }
    .header {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
@media (max-width: 1230px) {
    .header {
        flex-wrap: wrap;
        padding-top: 15px;
    }

    .header .contact-info {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .header .contact-info > div {
        margin-right: 15px;
    }
}
