@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

@import url(../fonts/fa/css/all.min.css);

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1400px;
    }
}

a {
    color: #41cc92;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #61ecb2;
    outline: 0;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 15px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.shadow {
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.btn-main {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 17px 38px;
    border: 1px solid transparent;
    border-radius: 5px;
    width: auto;
    font-size: 15px;
    line-height: 1;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .btn-main {
        padding: 13px 26px;
    }
}

.btn-type-1 {
    color: #fff;
    background: #41cc92;
}

.btn-type-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #21ac72;
    z-index: -1;
    transition: 0.5s all ease;
    border-radius: 50% 50% 0 0;
}

.btn-type-1:hover {
    color: #fff;
}

.btn-type-1:hover:before {
    background-color: #21ac72;
    height: 100%;
    border-radius: 5px;
}

.btn-type-2 {
    color: #41cc92;
    background: #fff;
}

.btn-type-2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    transition: 0.5s all ease;
    border-radius: 50% 50% 0 0;
}

.btn-type-2:hover {
    color: #fff;
}

.btn-type-2:hover:before {
    background-color: #41cc92;
    height: 100%;
    border-radius: 5px;
}

.btn-type-3 {
    color: #282f44;
    background: #fff;
}

.btn-type-3:hover {
    color: #fff;
    background: #282f44;
}

.btn-type-4 {
    border: 1px solid #41cc92;
    color: #41cc92;
    background: #fff;
}

.btn-type-4:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #41cc92;
    z-index: -1;
    transition: 1s all ease;
    border-radius: 50% 50% 0 0;
}

.btn-type-4:hover {
    color: #fff;
    border: 1px solid #41cc92;
}

.btn-type-4:hover:before {
    background-color: #41cc92;
    height: 100%;
    border-radius: 5px;
}

.btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.btn-whatsapp:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #25d366;
    z-index: -1;
    transition: 0.5s all ease;
    border-radius: 50% 50% 0 0;
}

.btn-whatsapp:hover {
    color: #fff;
}

.btn-whatsapp:hover:before {
    background-color: #05b346;
    height: 100%;
    border-radius: 5px;
}

.input-group-text {
    color: #41cc92;
}

.input-group {
    margin-bottom: 15px;
}

input.form-control {
    width: 100%;
    font-size: 14px;
    height: 51px;
    line-height: 51px;
    padding: 0 15px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

textarea.form-control {
    width: 100%;
    font-size: 14px;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.form-control:focus {
    border: 1px solid #41cc92;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

.input-group-text {
    background-color: #f7f7f7;
    border: 1px solid transparent;
}

.title {
    line-height: 1.2;
}

.title-wrap {
    line-height: 1.15;
    margin-bottom: 25px;
}

.title-wrap .suptitle {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title-wrap .suptitle:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 0px;
    right: -9px;
    background-color: #465362;
}

.title-wrap .suptitle:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 0px;
    right: -16px;
    background-color: #41cc92;
}

@media (max-width: 768px) {
    .title-wrap .suptitle {
        font-size: 16px;
    }
}

.title-wrap .title {
    font-size: 34px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .title-wrap .title {
        font-size: 26px;
    }
}

.title-wrap .text {
    margin-top: 10px;
}

.title-wrap.title-white {
    color: #fff;
}

.title-wrap.title-white .suptitle:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 0px;
    right: -9px;
    background-color: #fff;
}

.pagination .page-link {
    color: #465362;
    border: 1px solid #f7f7f7;
}

.pagination .page-item.active .page-link {
    background-color: #41cc92;
    border-color: #41cc92;
}

.pagination .page-item.disabled .page-link {
    border-color: #f7f7f7;
}

.flex-break {
    display: none;
}

@media (max-width: 991px) {
    .flex-break {
        display: flex;
        flex-basis: 100%;
        height: 15px;
    }
}

.mobileCall {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.mobileCall a {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #446EEE;
    border-bottom: 4px solid rgba(38, 103, 204, 0.57);
    box-shadow: 0 8px 18px rgba(0, 102, 170, 0.57);
}

.mobileCall a i {
    padding-right: 10px;
    font-size: 22px;
}

.mobileCall a:hover {
    background: #41cc92;
}

@media (min-width: 769px) {
    .mobileCall {
        display: none !important;
    }
}

.modal h5 {
    font-size: 18px;
    font-weight: bold;
}

.modal label {
    font-weight: bold;
}

.modal .modal-header {
    padding: 30px;
    padding-bottom: 15px;
    border-bottom: 0px;
}

.modal .modal-dialog {
    max-width: 580px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
    padding-top: 0;
}

.modal .modal-dialog .modal-content .modal-body .btn-main {
    width: 100%;
}

.modal .modal-body {
    padding: 30px;
    padding-top: 10px;
}

.modal .modal-body .form-control {
    height: 48px;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.modal .modal-body textarea.form-control {
    height: auto;
}

.modal .modal-body .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f1f1f1;
    outline: 0;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}

.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .modal-open {
        padding-right: 15px !important;
    }
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.embedded-video-16-9 {
    width: 70vw;
    height: 39.375vw;
  /* 90*9/16 */
}

@media (max-width: 991px) {
    .embedded-video-16-9 {
        width: 90vw;
        height: 50.625vw;
      /* 90*9/16 */
    }
}

#modalVideo .modal-content {
    text-align: center;
}

#modalVideo .modal-dialog {
    max-width: 80%;
}

@media (max-width: 991px) {
    #modalVideo .modal-dialog {
        max-width: 100%;
    }
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #41cc92;
    background: #fff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: #41cc92;
    background-color: #41cc92;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #41cc92;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: #41cc92;
    border-color: #41cc92;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 118, 0, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #41cc92;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #fff;
}

/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #41cc92;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active + label::before {
    background-color: #41cc92;
    border-color: #41cc92;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 118, 0, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label::before {
    border-color: #41cc92;
    background-color: #41cc92;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled + label::before {
    background-color: #e9ecef;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #41cc92;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control input:checked:focus ~ .control_indicator {
    background: #282f44;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control:hover input ~ .control_indicator {
    background: #cccccc;
}

.control:hover input:not([disabled]):checked ~ .control_indicator {
    background: #282f44;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: undefinedpx;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control-radio .control_indicator {
    border-radius: 50%;
}

.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.control-radio .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

.control-radio input + .control_indicator::before {
    -webkit-animation: s-ripple 250ms ease-out;
    animation: s-ripple 250ms ease-out;
}

.control-radio input:checked + .control_indicator::before {
    -webkit-animation-name: s-ripple-dup;
    animation-name: s-ripple-dup;
}

.go-top {
    opacity: 1;
    position: fixed;
    z-index: 99999;
    transition: all .4s ease-in-out;
    right: 40px;
    bottom: 90px;
}

.go-top a {
    display: block;
    position: relative;
    width: 43px;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    background-color: #4EA5D9;
    border-radius: .1875rem;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    transition: all .2s ease-in-out;
    z-index: 1;
}

.go-top a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: #2e85b9;
    z-index: -1;
    transition: 0.5s all ease;
    border-radius: 50% 50% 0 0;
}

.go-top a:hover {
    color: #fff;
}

.go-top a:hover:before {
    background-color: #2e85b9;
    height: 100%;
    border-radius: 5px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dots button:focus {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #465362;
}

.owl-theme .owl-dots .owl-dot.active span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 5px;
    border-radius: 50%;
    background-color: #41cc92;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1px solid #41cc92;
    padding: 10px;
    position: relative;
    top: 5px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: -8px;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.circle-callback {
    position: fixed;
    right: 37px;
    bottom: 165px;
    z-index: 9999;
}

.circle-callback a {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #41cc92;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.circle-callback a .ripple,
    .circle-callback a .ripple::before,
    .circle-callback a .ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #b0f7d9;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.circle-callback a .ripple {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.header-top {
    position: relative;
    background-color: #465362;
    padding: 10px 0;
}

.header-top .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

.header-top .text {
    color: #b0c1cf;
}

@media (max-width: 1080px) {
    .header-top .text {
        display: none;
    }
}

.header-top .contacts .item {
    display: flex;
    align-items: center;
	padding-right: 20px; 
	white-space: nowrap; 
}

.header-top .contacts .item .icon {
    display: flex;
}

.header-top .contacts .item i {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

.header-top .contacts .item a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.header-top .contacts .item:last-child {
    margin-right: 0;
}

@media (max-width: 550px) {
    .header-top {
        display: none;
    }
}

.header {
    padding: 16px 0;
    background: #fff;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

.header .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
}

.header .navbar {
    padding: 0rem 0rem;
}

.header .navbar .navbar-brand {
    font-weight: 700;
    font-size: 22px;
}

.header .navbar .navbar-brand img {
    height: 40px;
    width: auto;
}

@media (min-width: 991px) and (max-width: 1220px) {
    .header .navbar .navbar-brand img {
        width: 180px;
        height: auto;
    }
}

@media (max-width: 540px) {
    .header .navbar .navbar-brand img {
        width: 150px;
        height: auto;
    }
}

.header .navbar .navbar-nav .nav-item .nav-link {
    color: #282f44;
    font-size: 16px;
    font-weight: 500;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #41cc92;
}

@media (min-width: 991px) and (max-width: 1220px) {
    .header .header-btn {
        display: none !important;
    }
}

@media (max-width: 692px) {
    .header .header-btn {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .header.sticky-top {
        position: relative !important;
    }
}

.hero {
    position: relative;
    padding: 120px;
    background-image: url("../img/hero-min.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(55, 66, 82, 0.76);
}

.hero .hero-content {
    color: #fff;
}

.hero .hero-content .suptitle {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero .hero-content h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2;
}

.hero .hero-content .text {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hero .hero-content .link .btn-main:first-child {
    margin-right: 15px;
}

@media (max-width: 1200px) {
    .hero .hero-content .link .btn-main {
        margin-bottom: 15px;
    }
}

@media (max-width: 568px) {
    .hero .hero-content .link .btn-main {
        margin-right: 0px !important;
        width: 100%;
    }
}

.hero .hero-form-wrap {
    position: relative;
    background: #fff;
    padding: 45px;
    color: #282f44;
    margin-left: 45px;
    border-radius: 3px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    max-width: 540px;
}

.hero .hero-form-wrap .title {
    margin-bottom: 30px;
    text-align: center;
}

.hero .hero-form-wrap .title h3 {
    font-size: 22px;
    font-weight: 600;
}

.hero .hero-form-wrap .title p {
    font-size: 14px;
    color: #555;
}

@media (max-width: 1200px) {
    .hero .hero-form-wrap .title p {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hero .hero-form-wrap .btn-main {
        padding: 15px 10px;
        font-size: 14px;
    }
}

.hero .hero-form-wrap .input-group-text {
    color: #4EA5D9;
}

.hero .hero-form-wrap .input-group {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .hero {
        padding: 60px;
    }
}

.about-section {
    position: relative;
    padding: 75px 0;
}

.about-section .about-image-left {
    margin-left: 100px;
}

@media (max-width: 991px) {
    .about-section .about-image-left {
        text-align: center;
        margin: 90px auto 60px;
    }

    .about-section .about-image-left .about-image img {
        max-width: 300px;
    }

    .about-section .about-image-left .about-image .counters .counter-item {
        padding: 30px;
    }
}

.about-section .about-image {
    position: relative;
}

.about-section .about-image:before {
    position: absolute;
    top: 40px;
    left: -40px;
    content: "";
    background: #FFDF64;
    width: 280px;
    height: 100%;
    z-index: -1;
}

.about-section .about-image .counters {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}

.about-section .about-image .counters .counter-item {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e5e5e5;
    padding: 53px 40px 48px;
    transition: all 500ms ease;
}

.about-section .about-image .counters .counter-item span {
    display: block;
    color: #41cc92;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 700;
}

.about-section .about-image .counters .counter-item p {
    font-size: 16px;
    margin: 0;
}

.about-section .about-image .counters .counter-item:hover {
    background: #f6f6f6;
}

.about-section .about-content .text-bold {
    font-weight: 500;
    margin-bottom: 10px;
}

.about-section .about-content .text {
    margin-bottom: 10px;
}

.about-section .about-content .link {
    text-align: left;
}

.about-section .about-content .link a {
    color: #41cc92;
}

.about-section .about-content .contacts {
    margin-top: 25px;
    background: #f7f7f7;
    padding: 25px;
}

.about-section .about-content .contacts .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.about-section .about-content .contacts .item .icon {
    margin-right: 25px;
}

.about-section .about-content .contacts .item .icon i {
    color: #41cc92;
    font-size: 48px;
}

.about-section .about-content .contacts .item .content .title {
    font-size: 20px;
}

.about-section .about-content .contacts .item .content a {
    font-size: 24px;
    font-weight: 700;
}

.about-section .about-content .contacts:hover .item .content a {
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .about-section {
        padding: 45px 0;
    }
}

.services-section {
    position: relative;
    padding: 75px 0;
    background: #fafafa;
}

.services-section .title-wrap {
    margin-bottom: 35px;
}

.services-section .services-item {
    margin-bottom: 30px;
    display: flex;
}

.services-section .services-item .services-wrap {
    transition: 0.5s;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
    z-index: 1;
}

.services-section .services-item .services-wrap .image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.services-section .services-item .services-wrap .image-wrap .image img {
    border-radius: 5px;
}

.services-section .services-item .services-wrap .image-wrap .info .title {
    color: #282f44;
}

.services-section .services-item .services-wrap .image-wrap .info .text {
    color: #41cc92;
    font-weight: 500;
}

.services-section .services-item .services-wrap .image-wrap .price {
    position: absolute;
    color: #282f44;
    background: #FFDF64;
    font-weight: 500;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.services-section .services-item .services-wrap .title a {
    color: #282f44;
}

.services-section .services-item .services-wrap .title a:hover {
    color: #41cc92;
}

.services-section .services-item .services-wrap .desc {
    font-size: 15px;
}

@media (max-width: 991px) {
    .services-section .services-item .services-wrap .desc {
        font-size: 14px;
    }
}

.services-section .services-item .services-wrap .link a {
    display: block;
}

.services-section .services-item .services-wrap .link a:hover {
    letter-spacing: 1px;
}

.services-section .services-item .services-wrap .link .read-more {
    color: #282f44;
    text-align: right;
}

.services-section .services-item .services-wrap .link .read-more:hover {
    color: #41cc92;
}

@media (max-width: 768px) {
    .services-section .services-item .services-wrap .link .read-more {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
    }
}

.services-section .services-item .services-wrap .order-btn {
    display: block;
    transition: 0.5s;
    margin: 15px 0;
}

.services-section .services-item .services-wrap .order-btn .order {
    width: 100%;
    text-align: center;
}

@media (max-width: 1180px) {
    .services-section .services-item .services-wrap .order-btn .order {
        font-size: 14px;
        padding: 13px 7px;
    }
}

@media (max-width: 768px) {
    .services-section .services-item .services-wrap .order-btn {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .services-section .services-item .services-wrap {
        margin-top: 20px;
        margin-right: 20px;
    }

    .services-section .services-item .services-wrap:before {
        content: '';
        position: absolute;
        right: -15px;
        top: -15px;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        border: 5px solid #41cc92;
    }

    .services-section .services-item .services-wrap:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        background-color: #ffffff;
    }

    .services-section .services-item .services-wrap:hover {
        margin-top: 0;
        margin-right: 0;
    }

    .services-section .services-item .services-wrap:hover:before {
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }
}

.services-section .btn-all {
    margin-top: 30px;
}

.services-section .btn-all i {
    padding-left: 15px;
}

@media (max-width: 991px) {
    .services-section .btn-all {
        float: none;
        text-align: center;
        margin: 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 300px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 45px 0;
    }
}

.video-section {
    position: relative;
    padding: 75px 0;
}

.video-section .video-content .link {
    margin-top: 30px;
}

.video-section .video-image-right .video-image {
    position: relative;
}

.video-section .video-image-right .video-image .video_icon {
    position: absolute;
    left: 27%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

.video-section .video-image-right .video-image .video_icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
}

.video-section .video-image-right .video-image .video_icon .ripple,
      .video-section .video-image-right .video-image .video_icon .ripple::before,
      .video-section .video-image-right .video-image .video_icon .ripple::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #41cc92;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.video-section .video-image-right .video-image .video_icon .ripple {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-section .video-image-right .video-image .video_icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    border-radius: 50%;
}

.video-section .video-image-right .video-image .video_icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    -webkit-animation: ripple-white 1.5s linear infinite;
    animation: ripple-white 1.5s linear infinite;
    border-radius: 50%;
}

@media (min-width: 991px) {
    .video-section .video-image-right .video-image:before {
        position: absolute;
        top: 40px;
        right: -40px;
        content: "";
        background: #FFDF64;
        width: 280px;
        height: 100%;
        z-index: -1;
    }
}

@media (max-width: 991px) {
    .video-section .video-image-right .video-image {
        margin-bottom: 30px;
    }
}

@media (min-width: 991px) {
    .video-section .video-image-right {
        margin-right: 100px;
    }
}

@media (max-width: 768px) {
    .video-section {
        padding: 45px 0;
    }
}

.broken {
    position: relative;
    padding: 75px 0;
    background: #fafafa;
}

.broken .broken-form {
    background: #fff;
    padding: 45px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

.broken .broken-form .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.broken .broken-form .broken-list {
    position: relative;
}

.broken .broken-form .broken-list .elem {
    margin-bottom: 5px;
}

.broken .broken-form .broken-list .custom-checkbox + label::before {
    margin-right: 1em;
}

.broken .broken-form .broken-list .broken-arrow {
    position: absolute;
    right: 50px;
    top: calc(50% - 50px);
    font-size: 68px;
    color: #f7f7f7;
}

@media (max-width: 991px) {
    .broken .broken-form .broken-list .broken-arrow {
        display: none;
    }
}

.broken .broken-form .broken-order .input-group-text {
    color: #4EA5D9;
}

.broken .broken-form .broken-order .input-group {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .broken .broken-info {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .broken {
        padding: 45px 0;
    }
}

.messenger {
    position: relative;
    padding: 75px 0;
}

.messenger .title-wrap .suptitle:before {
    background-color: #fff;
}

.messenger .title-wrap .title {
    font-size: 26px;
}

.messenger .title-wrap .title span, .messenger .title-wrap .title a {
    color: #25d366;
    text-decoration: underline;
}

.messenger .messenger-number {
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    padding: 10px 30px;
    border-left: 5px solid #25d366;
}

.messenger .messenger-number a {
    font-size: 24px;
    color: #25d366;
}

.messenger .messenger-number .text {
    font-size: 14px;
}

.messenger .messenger-image {
    position: relative;
    background-image: url("../img/whatsapp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (max-width: 991px) {
    .messenger .messenger-image {
        width: 100%;
        height: 300px;
    }
}

.messenger .messenger-content {
    padding: 45px;
    background: #075E54;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.messenger .messenger-content .link {
    margin-top: 30px;
}

.messenger .messenger-content .link a:first-child {
    margin-right: 15px;
}

@media (max-width: 1180px) {
    .messenger .messenger-content .link .btn-main {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .messenger {
        padding: 45px 0;
    }
}

.testimonials-section {
    position: relative;
    padding: 75px 0;
    background: #fafafa;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item {
    box-shadow: 0px 0px 20px 0px #dddddd45;
    padding: 40px 40px 40px;
    margin: 30px 20px 30px;
    transition: 0.5s all ease;
    background: #fff;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item p {
    margin-bottom: 30px;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item ul li {
    list-style-type: none;
    display: inline-block;
    flex: 0 0 50%;
    max-width: 50%;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item ul li i {
    display: inline-block;
    height: 40px;
    color: #fff;
    background-color: #465362;
    padding-right: 30px;
    padding-left: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-left: -60px;
    position: relative;
    transition: 0.5s all ease;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item ul li i:after {
    position: absolute;
    content: '';
    top: -14px;
    left: 0;
    border-left: 20px solid transparent;
    border-bottom: 14px solid #07172f;
    transition: 0.5s all ease;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item ul li .name {
    font-size: 18px;
    text-align: right;
    font-weight: 500;
}

.testimonials-section .testimonials-wrap .testimonials-carousel .testimonials-item ul li:last-child {
    text-align: right;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 45px 0;
    }
}

.portfolio-section {
    position: relative;
    padding: 75px 0;
}

.portfolio-section .item .portfolio-wrap .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-section .item .portfolio-wrap .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #2a2a38;
    margin: 0px;
}

.portfolio-section .item .portfolio-wrap .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.portfolio-section .item .portfolio-wrap .inner-box .lower-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
}

.portfolio-section .item .portfolio-wrap .inner-box .lower-content .box {
    position: absolute;
    left: 30px;
    top: 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 500ms ease;
}

.portfolio-section .item .portfolio-wrap .inner-box .lower-content .box h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
}

.portfolio-section .item .portfolio-wrap .inner-box .lower-content .box h3 a {
    color: #fff;
}

.portfolio-section .item .portfolio-wrap .inner-box .lower-content .view-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 900ms ease;
}

.portfolio-section .item .portfolio-wrap .inner-box .lower-content .view-btn span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    background: #41cc92;
}

.portfolio-section .item .portfolio-wrap .inner-box:hover img {
    transform: scale(1.05);
    opacity: 0.05;
}

.portfolio-section .item .portfolio-wrap .inner-box:hover .lower-content .box {
    transform: translateY(0px);
    opacity: 1;
}

.portfolio-section .item .portfolio-wrap .inner-box:hover .lower-content .view-btn {
    opacity: 1;
}

@media (max-width: 768px) {
    .portfolio-section {
        padding: 45px 0;
    }
}

.team {
    position: relative;
    padding: 75px 0;
    background: #465362;
    background-image: url(../img/team-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 14, 35, 0.8);
}

.team .title-wrap {
    color: #fff;
}

.team .team-wrap .item {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    transition: 0.5s;
}

.team .team-wrap .item .image {
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.team .team-wrap .item .image .link {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    opacity: 0;
}

@media (max-width: 991px) {
    .team .team-wrap .item .image .link .btn-main {
        font-size: 14px;
    }
}

.team .team-wrap .item .image:before {
    content: '';
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 5px;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border: 5px solid #FFDF64;
}

.team .team-wrap .item .content {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 0 0 5px 5px;
}

.team .team-wrap .item .content .name {
    margin-bottom: 0;
    font-size: 22px;
}

@media (max-width: 991px) {
    .team .team-wrap .item .content .name {
        font-size: 18px;
    }
}

.team .team-wrap .item .content span {
    display: block;
    color: #465362;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .team .team-wrap .item .content span {
        font-size: 14px;
    }
}

.team .team-wrap .item:hover .image .link {
    opacity: 1;
}

.team .team-wrap .item:hover .image:before {
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.team .team-wrap .owl-theme .owl-dots .owl-dot span {
    background: #465362;
}

.team .team-wrap .owl-theme .owl-dots .owl-dot.active span:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    right: 0;
    top: 5px;
    border-radius: 50%;
    background-color: #41cc92;
    margin-left: auto;
    margin-right: auto;
}

.team .team-wrap .owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1px solid #41cc92;
    padding: 10px;
    position: relative;
    top: 5px;
}

.team .team-wrap .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    margin-bottom: -8px;
}

@media (max-width: 768px) {
    .team {
        padding: 45px 0;
    }
}

.blog-section {
    position: relative;
    padding: 75px 0;
    background: #fafafa;
}

.blog-section .blog-items .blog-item {
    margin-bottom: 30px;
}

.blog-section .blog-items .blog-item-wrap {
    transition: 0.5s;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.blog-section .blog-items .blog-item-wrap .blog-content {
    padding: 25px;
    background: #fff;
}

.blog-section .blog-items .blog-item-wrap .blog-content .title a {
    font-weight: 500;
    font-size: 22px;
    color: #282f44;
}

.blog-section .blog-items .blog-item-wrap .blog-content .title a:hover {
    color: #41cc92;
}

@media (max-width: 991px) {
    .blog-section .blog-items .blog-item-wrap .blog-content .title a {
        font-size: 18px;
    }
}

.blog-section .blog-items .blog-item-wrap .blog-content .read-more {
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .blog-section .blog-items .blog-item-wrap .blog-content .read-more {
        font-size: 15px;
    }
}

.blog-section .blog-items .blog-item-wrap:hover .blog-content .read-more {
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .blog-section {
        padding: 45px 0;
    }
}

.text-section {
    padding: 75px 0;
    position: relative;
}

@media (max-width: 768px) {
    .text-section {
        padding: 45px 0;
    }
}

.contact-row {
    background: #fff;
    padding: 30px;
}

.contact-row .title {
    color: #282f44;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-row .contacts {
    display: flex;
}

.contact-row .contacts .item {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.contact-row .contacts .item .icon {
    margin-right: 15px;
}

.contact-row .contacts .item .icon i {
    color: #41cc92;
    font-size: 48px;
}

.contact-row .contacts .item .text {
    font-size: 20px;
}

.contact-row .contacts .item a {
    font-size: 24px;
}

.contact-section {
    position: relative;
    padding: 75px 0;
    background: #465362;
}

.contact-section .wrap {
    background: #fff;
    padding: 45px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

.contact-section .wrap .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-section .wrap .contact-form .input-group-text {
    color: #4EA5D9;
}

.contact-section .wrap .contact-form .input-group {
    margin-bottom: 15px;
}

.contact-section .wrap #accordion .card {
    border: 0;
    margin-bottom: 15px;
}

.contact-section .wrap #accordion .card .card-header {
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
}

.contact-section .wrap #accordion .card .card-header h5 .show-card {
    color: #282f44;
    cursor: pointer;
    width: 100%;
    font-weight: 400;
    display: block;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 45px 0;
    }
}

.brands {
    padding: 75px 0;
}

@media (max-width: 768px) {
    .brands {
        padding: 45px 0;
    }
}

.footer {
    margin-top: 0px;
}

.footer .footer-contacts {
    background: #333a42;
    color: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.footer .footer-contacts .logo img {
    height: 40px;
    width: auto;
}

.footer .footer-contacts .item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    line-height: 1.2;
}

.footer .footer-contacts .item .icon {
    color: #fff;
    margin-right: 15px;
    font-size: 32px;
}

.footer .footer-contacts .item span {
    display: block;
    color: #41cc92;
}

.footer .footer-contacts .item a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.footer .footer-contacts .item:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .footer .footer-contacts .item {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
}

.footer .footer-main {
    position: relative;
    background: #333a42;
}

.footer .footer-main .row {
    padding: 25px;
    border-top: 1px solid #5e5e6b;
    border-bottom: 1px solid #5e5e6b;
}

.footer .footer-main a {
    color: #fbfbfb;
    font-weight: 500;
}

.footer .footer-main a:hover {
    color: #41cc92;
}

.footer .footer-main .footer-nav {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer .footer-main .footer-nav a {
        width: 49%;
    }
}

.footer .copyright {
    padding: 25px 0;
    text-align: center;
    color: #b0c1cf;
    background: #333a42;
}

/* PAGE - TITLE */
.page-header nav {
    background: transparent;
}

.page-header nav .breadcrumb {
    background: transparent;
    font-size: 13px;
    padding: 15px 0 0 0;
}

/* PAGE */
.page {
    position: relative;
    padding: 0;
    background: #fafafa;
    min-height: 600px;
}

.page .page-wrapper {
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 45px;
    margin: 45px 0;
    min-height: 400px;
}

.page .page-wrapper .error {
    text-align: center;
}

.page .page-wrapper .error h1 {
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 1.2;
}

.page .page-wrapper .error h1 span {
    color: #41cc92;
    font-size: 100px;
}

@media (max-width: 768px) {
    .page .page-wrapper {
        padding: 30px 30px;
    }
}

/* SIDEBAR */
.sidebar {
    margin: 45px 0;
}

.sidebar .widget-image {
    margin-bottom: 30px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

.sidebar .widget {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.sidebar .widget .widget-title {
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
}

.sidebar .widget .widget-title .line:after {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #4EA5D9;
    content: '';
    bottom: -10px;
    left: 0;
    transition: all 0.5s ease-out 0s;
}

.sidebar .widget .widget-title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 0px;
    right: -9px;
    background-color: #465362;
}

.sidebar .widget .widget-title:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 0px;
    right: -16px;
    background-color: #41cc92;
    transition: all 0.5s ease-out 0s;
}

.sidebar .widget .widget-contacts .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.sidebar .widget .widget-contacts .contact-item .icon {
    color: #818AA3;
    margin-right: 15px;
    font-size: 24px;
}

.sidebar .widget .widget-contacts .contact-item .content span {
    display: block;
    color: #818AA3;
    font-weight: 500;
    font-size: 14px;
}

.sidebar .widget .widget-contacts .contact-item .content a {
    display: block;
    color: #282f44;
    font-size: 20px;
    font-weight: 700;
}

.sidebar .widget .widget-contacts .contact-item .content a:hover {
    color: #41cc92;
}

@media (min-width: 991px) and (max-width: 1220px) {
    .sidebar .widget .widget-contacts .contact-item .content a {
        font-size: 18px;
    }
}

.sidebar .widget .widget-contacts .contact-item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .widget-contacts .link {
    margin-top: 30px;
    text-align: center;
}

.sidebar .widget .widget-contacts .link a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}

.sidebar .widget .widget-list {
    padding: 0;
    margin: 0;
}

.sidebar .widget .widget-list li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.sidebar .widget .widget-list li a {
    color: #282f44;
    display: block;
    width: 100%;
}

.sidebar .widget .widget-list li a i {
    float: right;
    color: #e2e2e2;
}

.sidebar .widget .widget-list li a:hover {
    letter-spacing: 1.2px;
    color: #41cc92;
}

.sidebar .widget .widget-list li a:hover i {
    color: #41cc92;
}

.sidebar .widget .widget-list li:last-child {
    border-bottom: 0;
}

.sidebar .widget .widget-articles .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar .widget .widget-articles .post-item .post-image {
    margin-right: 15px;
    width: 30%;
}

.sidebar .widget .widget-articles .post-item .post-content {
    width: 70%;
    line-height: 1;
}

.sidebar .widget .widget-articles .post-item .post-content a {
    color: #282f44;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}

.sidebar .widget .widget-articles .post-item .post-content a:hover {
    color: #41cc92;
}

.sidebar .widget .widget-articles .post-item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .widget-form .input-group-text {
    color: #4EA5D9;
}

.sidebar .widget .widget-form .input-group {
    margin-bottom: 15px;
}

.sidebar .widget .widget-team {
    text-align: center;
}

.sidebar .widget .widget-team .image {
    position: relative;
}

.sidebar .widget .widget-team .image .link {
    position: absolute;
    z-index: 100;
    bottom: 15px;
    width: 100%;
}

.sidebar .widget .widget-team .content {
    margin-top: 15px;
}

.sidebar .widget .widget-team .content .name {
    font-weight: 700;
}

.sidebar .widget .widget-team .content span {
    display: block;
    height: 44px;
    overflow: hidden;
}

.sidebar .widget:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35%;
    height: 3px;
    background: #4EA5D9;
    transition: all 0.5s ease-out 0s;
}

.sidebar .widget:hover:after {
    width: 100%;
}

.portfolio-page .page-wrapper .item {
    margin-bottom: 30px;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #2a2a38;
    margin: 0px;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content .box {
    position: absolute;
    left: 30px;
    top: 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 500ms ease;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content .box h3 {
    color: #fff;
    margin-bottom: 0px;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content .box h3 a {
    color: #fff;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content .view-btn {
    margin: auto;
    position: relative;
    opacity: 0;
    transition: all 900ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content .view-btn a,
        .portfolio-page .page-wrapper .item .portfolio-wrap .inner-box .lower-content .view-btn span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    border: 4px solid #fff;
    background: #41cc92;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box:hover img {
    transform: scale(1.05);
    opacity: 0.05;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box:hover .lower-content .box {
    transform: translateY(0px);
    opacity: 1;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .inner-box:hover .lower-content .view-btn {
    opacity: 1;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .content {
    padding: 15px;
    background: #f1f1f1;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .content h3 {
    padding: 0;
    margin: 0;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .content a {
    color: #282f44;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .content a i {
    float: right;
    color: #e2e2e2;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .content a:hover {
    letter-spacing: 1.2px;
    color: #41cc92;
}

.portfolio-page .page-wrapper .item .portfolio-wrap .content a:hover i {
    color: #41cc92;
}

.blog-page .page-wrapper {
    background: transparent;
    padding: 0 15px;
}

.blog-page .page-wrapper .blog-items .blog-item {
    background: #fff;
    padding: 45px;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

.blog-page .page-wrapper .blog-items .blog-item .title {
    margin: 25px 0 15px 0;
}

.blog-page .page-wrapper .blog-items .blog-item .title a {
    font-size: 22px;
    line-height: 1;
    color: #282f44;
    font-weight: 500;
}

.blog-page .page-wrapper .blog-items .blog-item .title a:hover {
    color: #41cc92;
}

.blog-page .page-wrapper .blog-items .blog-item .read-more {
    margin-top: 15px;
    display: block;
    text-align: right;
    font-weight: 500;
}

.blog-page .page-wrapper .blog-items .blog-item .read-more:hover {
    letter-spacing: 1.2px;
}

.services-hero {
    position: relative;
    background-image: url("../img/loodgieter-home-v2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 6px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    padding: 60px 60px;
}

.services-hero .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
    background: rgba(55, 66, 82, 0.76);
}

.services-hero .services-hero-content {
    position: relative;
    color: #fff;
}

.services-hero .services-hero-content h1 {
    color: #fff;
    margin-bottom: 15px;
}

.services-hero .services-hero-content .services-hero-info .btn-main {
    max-width: 334px;
}

@media (max-width: 550px) {
    .services-hero .services-hero-content .services-hero-info .btn-main {
        width: 100%;
        max-width: 100%;
    }
}

.services-hero .services-hero-content .contacts {
    margin-top: 25px;
    display: inline-block;
}

.services-hero .services-hero-content .contacts .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fafafa;
    padding: 15px 25px;
    border-radius: 6px;
}

.services-hero .services-hero-content .contacts .item .icon {
    margin-right: 25px;
}

.services-hero .services-hero-content .contacts .item .icon i {
    color: #41cc92;
    font-size: 48px;
}

@media (max-width: 480px) {
    .services-hero .services-hero-content .contacts .item .icon i {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .services-hero .services-hero-content .contacts .item .icon {
        margin-right: 10px;
    }
}

@media (max-width: 340px) {
    .services-hero .services-hero-content .contacts .item .icon {
        display: none;
    }
}

.services-hero .services-hero-content .contacts .item .content .title {
    font-size: 20px;
    color: #282f44;
}

@media (max-width: 480px) {
    .services-hero .services-hero-content .contacts .item .content .title {
        font-size: 16px;
    }
}

.services-hero .services-hero-content .contacts .item .content a {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .services-hero .services-hero-content .contacts .item .content a {
        font-size: 20px;
    }
}

@media (max-width: 340px) {
    .services-hero .services-hero-content .contacts .item .content {
        text-align: center;
    }
}

@media (max-width: 550px) {
    .services-hero .services-hero-content .contacts .item {
        padding: 10px 15px;
        width: 100%;
    }
}

@media (max-width: 340px) {
    .services-hero .services-hero-content .contacts .item {
        justify-content: center;
    }
}

.services-hero .services-hero-content .contacts:hover .item .content a {
    letter-spacing: 1px;
}

@media (max-width: 550px) {
    .services-hero .services-hero-content .contacts {
        width: 100%;
    }
}

.services-hero .services-hero-content .hero-form-wrap {
    max-width: 540px;
}

.services-hero .services-hero-content .hero-form-wrap .title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

.services-hero .services-hero-content .hero-form-wrap input,
      .services-hero .services-hero-content .hero-form-wrap textarea {
    border: 1px solid #fff;
    border-left: 0px;
}

.services-hero .services-hero-content .hero-form-wrap .input-group-text {
    color: #4EA5D9;
}

.services-hero .services-hero-content .hero-form-wrap .input-group {
    margin-bottom: 15px;
}

@media (max-width: 550px) {
    .services-hero {
        padding: 45px 30px;
    }
}

/* SERVICES */
.services-page .services-items .services-item {
    margin-bottom: 30px;
    display: flex;
}

.services-page .services-items .services-item .services-wrap {
    transition: 0.5s;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 30px;
    position: relative;
    z-index: 1;
}

.services-page .services-items .services-item .services-wrap .image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.services-page .services-items .services-item .services-wrap .image-wrap .image img {
    border-radius: 5px;
}

.services-page .services-items .services-item .services-wrap .image-wrap .info .title {
    color: #282f44;
}

.services-page .services-items .services-item .services-wrap .image-wrap .info .text {
    color: #41cc92;
    font-weight: 500;
}

.services-page .services-items .services-item .services-wrap .image-wrap .price {
    position: absolute;
    color: #282f44;
    background: #FFDF64;
    font-weight: 500;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
}

.services-page .services-items .services-item .services-wrap .title a {
    color: #282f44;
}

.services-page .services-items .services-item .services-wrap .title a:hover {
    color: #41cc92;
}

.services-page .services-items .services-item .services-wrap .desc {
    font-size: 15px;
}

@media (max-width: 991px) {
    .services-page .services-items .services-item .services-wrap .desc {
        font-size: 14px;
    }
}

.services-page .services-items .services-item .services-wrap .link a {
    display: block;
}

.services-page .services-items .services-item .services-wrap .link a:hover {
    letter-spacing: 1px;
}

.services-page .services-items .services-item .services-wrap .link .read-more {
    color: #282f44;
    text-align: right;
}

.services-page .services-items .services-item .services-wrap .link .read-more:hover {
    color: #41cc92;
}

@media (max-width: 768px) {
    .services-page .services-items .services-item .services-wrap .link .read-more {
        text-align: center;
        margin-top: 15px;
        font-size: 14px;
    }
}

.services-page .services-items .services-item .services-wrap .order-btn {
    display: block;
    transition: 0.5s;
    margin: 15px 0;
}

.services-page .services-items .services-item .services-wrap .order-btn .order {
    width: 100%;
    text-align: center;
}

@media (max-width: 1180px) {
    .services-page .services-items .services-item .services-wrap .order-btn .order {
        font-size: 14px;
        padding: 13px 7px;
    }
}

@media (max-width: 768px) {
    .services-page .services-items .services-item .services-wrap .order-btn {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .services-page .services-items .services-item .services-wrap {
        margin-top: 20px;
        margin-right: 20px;
    }

    .services-page .services-items .services-item .services-wrap:before {
        content: '';
        position: absolute;
        right: -15px;
        top: -15px;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        border: 5px solid #41cc92;
    }

    .services-page .services-items .services-item .services-wrap:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        transition: 0.5s;
        background-color: #ffffff;
    }

    .services-page .services-items .services-item .services-wrap:hover {
        margin-top: 0;
        margin-right: 0;
    }

    .services-page .services-items .services-item .services-wrap:hover:before {
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
    }
}

/* CONTACT - PAGE */
.contact-page .page-wrapper {
    background: transparent;
    padding: 0;
}

.contact-page .contact-list .contact-item {
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    padding: 30px;
    border-radius: 6px;
    display: flex;
    background: #fff;
	height: 100%;
}

.contact-page .contact-list .contact-item .icon {
    margin-bottom: 5px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.contact-page .contact-list .contact-item .icon i {
    display: inline-block;
    font-size: 28px;
    color: #41cc92;
    text-align: center;
}

.contact-page .contact-list .contact-item .content .title {
    font-weight: 700;
}

.contact-page .contact-list .contact-item .content .text a {
    font-size: 22px;
}

@media (max-width: 991px) {
    .contact-page .contact-list .contact-item {
        padding: 15px 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .contact-page .contact-list .contact-item {
        padding: 15px 30px;
        margin-bottom: 15px;
    }
}

.contact-page .contact-form-wrap {
    margin-top: 60px;
}

.contact-page .contact-form-wrap form {
    background: #fff;
    padding: 45px;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
    .contact-page .contact-form-wrap form {
        padding: 30px;
    }
}

.contact-page .contact-form-wrap .input-group-text {
    color: #4EA5D9;
}

.contact-page .contact-form-wrap .input-group {
    margin-bottom: 15px;
}

.page-wrapper .ec-message {
    position: relative;
    background-color: #fafafa;
    border: 1px solid #eff0f0;
}

.page-wrapper .ec-message .ec-message__meta .ec-message__author {
    font-weight: 500;
}

.page-wrapper .ec-message .ec-stars {
    position: absolute;
    right: 15px;
    top: 5px;
}

.page-wrapper .well.ec-form {
    margin: 30px 0;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
}

.page-wrapper .well.ec-form .form-control {
    background: #f1f1f1;
}

.block-contact {
    position: relative;
    margin: 30px 0;
}

.block-contact .contact-row {
    background: #fff;
    padding: 30px 30px 20px 30px;
    border: 5px solid #f7f7f7;
}

.block-contact .contact-row .title {
    color: #282f44;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.block-contact .contact-row .contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block-contact .contact-row .contacts .item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.block-contact .contact-row .contacts .item .icon {
    margin-right: 15px;
}

.block-contact .contact-row .contacts .item .icon i {
    color: #41cc92;
    font-size: 30px;
}

@media (max-width: 440px) {
    .block-contact .contact-row .contacts .item .icon {
        margin-right: 10px;
    }

    .block-contact .contact-row .contacts .item .icon i {
        font-size: 22px;
    }
}

@media (max-width: 390px) {
    .block-contact .contact-row .contacts .item .icon {
        display: none;
    }
}

.block-contact .contact-row .contacts .item .text {
    font-size: 15px;
}

.block-contact .contact-row .contacts .item a {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 440px) {
    .block-contact .contact-row .contacts .item a {
        font-size: 18px;
    }
}

.block-callback, .block-callback-2 {
    position: relative;
    background: #f26522;
    padding: 30px;
    margin: 30px 0;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 10px 22px 5px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.block-callback .overlay, .block-callback-2 .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(55, 66, 82, 0.76);
    border-radius: 6px;
}

.block-callback .block-callback-text, .block-callback-2 .block-callback-text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .block-callback .block-callback-text, .block-callback-2 .block-callback-text {
        font-size: 22px;
    }
}

@media (max-width: 450px) {
    .block-callback .block-callback-text, .block-callback-2 .block-callback-text {
        font-size: 18px;
    }
}

.block-callback .block-callback-phone, .block-callback-2 .block-callback-phone {
    margin-bottom: 30px;
}

.block-callback .block-callback-phone a, .block-callback-2 .block-callback-phone a {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.block-problem {
    position: relative;
    margin: 30px 0;
    padding: 30px;
    border-radius: 6px;
    color: #fff;
    line-height: 1.2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.block-problem .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(55, 66, 82, 0.76);
    border-radius: 6px;
}

.block-problem .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.block-problem .broken-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-problem .broken-list .elem {
    width: 49%;
    padding: 3px 7px 3px 0px;
}

@media (max-width: 991px) {
    .block-problem .broken-list .elem {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .block-problem .broken-list .elem {
        width: 100%;
    }
}

.block-problem .broken-info {
    margin-top: 30px;
}
section.sec-city {
    margin-bottom: 50px;
}
a.btn.btn-city {
    color: #41cc92;
    border-bottom: 1px dotted;
    padding: 0 0;
    margin-bottom: 15px;
}
a.btn.btn-city:focus {
    box-shadow: none;
}
@media (min-width: 1700px) {
	
.header-top .row {
	justify-content: space-between !important;
}
}
@media(max-width: 1700px) {
	.header-top .row .header-top-slogan {
		width: 100%;
		text-align: center;
		margin-bottom: 7px;
	}
}
@media(max-width: 662px) {
	.header-top .row .header-top-contacts .item {
		flex-basis: 50%;
	}
}