.container{
    max-width: 1000px;
}

.navbar-default .navbar-brand{
    max-width: 70%;
}

#packages .pack p {
    line-height: 1.5;   
}

.navbar-white{7_steps_bg.png
    background-color: rgba(255,255,255,.4)
}
#mainNav.navbar-shrink{

}

.sliding{
    width: 100%;
    margin: 0;
}
.sliding__item{
    position: relative;
}

.sliding__text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



section.bg-dark h2.section-heading{
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
}

@media (min-width: 768px) {
    section.bg-dark h2.section-heading{
        font-size: 26px;
    }
}

.pf{
    margin: 0 auto;
}
.pf-dick{
    margin-bottom: 15px;
}
.list--about{
    list-style-image: url("../images/icons/list--about.png");
    margin: 15px auto 0;
    max-width: 720px;
}
.list--about p{
    line-height: 1.3;
    font-size: 12px;
    margin-top: 10px;
    text-align: justify;
}

@media (max-width: 767px) {
    .list--about{
        padding-left: 24px;
    }
}
@media (min-width: 768px) {
    .pf-dick{
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .list--about p{
        font-size: 15px;
    }
}

#services .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#services .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 200px;
    margin: 2px 2px;
    cursor: pointer
}
@media (max-width: 767px) {
    #services .portfolio-item{
        max-height: 186px;
        margin-bottom: 5px;
    }

 /*   #services .portfolio-item .portfolio-link img{
        height: 100%;
        max-height: 187px;
    }*/
}
@media (min-width: 768px) {
    #services .portfolio-item .portfolio-link {
        max-width: 400px;
    }
}
/*#services .portfolio-item .portfolio-link:nth-child(2){
    height: 100px;
}*/

section#services h2.section-heading{
    margin-bottom: 15px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
}
@media (min-width: 768px) {
    section#services h2.section-heading{
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
        letter-spacing: normal;
    }
}
#services .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: flex-end;
    padding: 10px 5px;
}

#services .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1
}

#services .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 10px;
    position: absolute;
    padding-left: 5px;
    left: 0;
    width: 100%;
    color: #fff;
}

@media (min-width: 768px) {
    #services .portfolio-item .portfolio-link .portfolio-hover {
        padding: 10px 20px;
    }
    #services .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 15px;
        height: 20px;
    }
}

#services .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px
}

#services .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #services .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0
}

#services .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

#services .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
    color: #c1c1c1;
    text-transform: uppercase;
}

#services .portfolio-item .portfolio-caption p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
    font-family: 'Roboto', sans-serif
}

#services * {
    z-index: 2
}

@media (min-width: 767px) {
    #services .portfolio-item {
        margin: 0px
    }
}

.portfolio-modal {
    padding-right: 0 !important
}

.portfolio-modal .modal-dialog {
    padding: 0;
    margin: 1rem;
    max-width: 100vw
}

.portfolio-modal .modal-content {
    padding: 0;
    text-align: center;
    max-width: 1000px;
}
.portfolio-modal .modal-body {
    padding: 0;
}

.portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-bottom: 15px
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Roboto', sans-serif
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px
}

.portfolio-modal .modal-content button {
    cursor: pointer
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 45px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: transparent
}

.portfolio-modal .close-modal:hover {
    opacity: .3
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 35px;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #212529
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 35px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529
}


.modal--contacts .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
}

.modal--contacts .close-modal:hover {
    opacity: .7
}

.modal--contacts .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 15px;
    margin-left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #9ea0a2
}

.modal--contacts .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #9ea0a2
}
/* ======================================
            Slick - SERVICES block
   ====================================== */

.servicing.slick-initialized .slick-list{
    padding: 0;
}
.slick-slide.portfolio-item{
    transition: opacity .8s;
}

.slick-slide.portfolio-item:not(.slick-active){
    opacity: .5;
}
.slick-slide.portfolio-item:not(.slick-active) .portfolio-caption{
    opacity: .0;
}

.btn-outline-purple {
    color: #ffffff;
    background-color: #e21613;
    background-image: none;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    border-radius: 5px!important;
}

.btn-outline-purple--map{
    padding: 8px 41px;
    margin: 0 auto;
}

.btn-outline-purple--send{
    padding: 8px 74px;
    font-size: 17px;
}

.btn-pdf{
    padding: 9px 79px;
    margin-top: 5px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .btn-outline-purple--map{
        margin-top: 30px;
    }
    .btn-optimizer{
        text-align: center;
    }
}
@media (min-width: 768px) {
    .btn-outline-purple--map{
        padding: 10px 65px;
        margin: 20px 0;
    }
    .btn-pdf{
        padding: 12px 50px;
        margin-bottom: 0;
    }
}

.footer-info p{
    font-size: 12px;
    line-height: 1.2;
    color: #848484;
    margin-bottom: 5px;
}
.map{
    width: 100%;
    height: 750px;
    border: 0;
}


.map-overlay{
    width: 100%;
    background-color: #fff;
}

.map-overlay__text{
    color: black;
    font-size: 12px;
    font-weight: 100;
}
.map-overlay__text p{
    margin-bottom: 0;
}
.map-overlay__text a{
    color: #fff;
}
.map-overlay__form{
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    footer .list-inline{
        text-align: center;
    }
    .footer-info{
        margin-top: 17px;
    }

    .footer-info p{
        font-size: 11px;
        padding: 0 18px;
    }
    .map-overlay{
        height: 203px;
    }
    .map-overlay__text {
        padding: 1% 7%;
    }
    .map-overlay__text p{
        margin-bottom:  3px;
    }
    .map-overlay__text br{
        display: none;
    }
}
@media (min-width: 768px) {
    .map{
        width: 100%;
        height: 427px;
    }
    .map-overlay{
        width: 40%;
        height: 100%;
        bottom: unset;
        top: 0;
        right: 0;
    }
    .map-overlay__text{
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .map{
        width: 100%;
        height: 427px;
    }
}
@media (min-width: 992px) {
    .map-overlay {
        width: 29%;
    }
}

.rel{
    position: relative;
}
.sliding:not(.slick-initialized) .sliding__item+.sliding__item{
    display: none;
}
.pf:not(.slick-initialized) .portfolio-item+.portfolio-item{
    display: none;
}
.servicing:not(.slick-initialized) .portfolio-item+.portfolio-item{
    display: none;
}
.close:not(:disabled):not(.disabled){
    font-weight: 100;
}
.contacts-form {
    padding-top: 15px;
    padding-bottom: 42px;
}
.contacts-form .form-group{
    padding: 0 20px;
    padding-left: 24px;
}
.contacts-form .form-control{
    /* font-weight: bold; */
    padding: .7rem 1rem;
    font-size: 12px;
}
.cookie-informer__wrapper {
    z-index: 1000;
    position: relative;
}
@media print {
    .cookie-informer__wrapper {
        display: none;
    }
}
.cookie-informer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 20px 20px 50px;
    background: #e21613;
    color: #fff;
    font-size: 17px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
    box-sizing: border-box;
    border-radius: 5px!important;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.cookie-informer__btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    padding: 13px 16px;
    background-color: #eb5351;
    position: absolute;
    width: 150px;
    margin: 0 auto;
    bottom: 10px;
    left: 15px;
    right: 15px;
    color: #FFF;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cookie-informer__btn:visited {
    color: #FFF;
    background-color: #eb5351;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cookie-informer__btn:hover,
.cookie-informer__btn:active {
    background-color: #eb5351;
    color: #FFF;
    text-decoration: none;
    filter: brightness(95%);
}
@media screen and (min-width: 500px) {
    .cookie-informer__btn {
        font-size: 0.8em;
        right: 15px;
        bottom: 20px;
    }
}
@media screen and (min-width: 768px) {
    .cookie-informer__btn .cc_btn {
        font-size: 1em;
    }
}
.cookie-informer__message {
    font-size: 0.8em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.cookie-informer__message a {
    text-decoration: underline;
    color: #fff;
    transition: 200ms color;
}
.cookie-informer__message a:visited {
    text-decoration: underline;
    color: #fff;
}
.cookie-informer__message a:hover,
.cookie-informer__message a:active {
    color: #fff;
}
@media screen and (min-width: 500px) {
    .cookie-informer__message {
        font-size: 0.8em;
    }
}
@media screen and (min-width: 768px) {
    .cookie-informer__message {
        font-size: 1em;
        line-height: 1em;
    }
}
@media screen and (min-width: 992px) {
    .cookie-informer__message {
        font-size: 1em;
    }
}
.cookie-informer::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none;
}
@media screen and (min-width: 500px) {
    .cookie-informer {
        left: initial;
        right: 20px;
        bottom: 20px;
        width: 300px;
        padding-bottom: 77px;
        border-radius: 5px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    }
}
@media screen and (min-width: 768px) {
    .cookie-informer {
        padding-bottom: 87px;
    }
}
@media print {
    .cookie-informer {
        display: none;
    }
}

@media (max-width: 767px) {
    .d1 {
        width: 113px;
        height: 94px;
    }

    .d2 {
        width: 113px;
        height: 83px;
    }

    .d3 {
        width: 147px;
        height: 80px;
    }

    .d4 {
        width: 147px;
        height: 98px;
    }
}

#contact_address p{
    color: #ffffff;
}
.third-icons img{
    max-width: 140px;
    margin: 0 auto;
    display: block;
    background-color: #c6c8ca;
    border-radius: 100px;
    border: 1px solid;
    padding: 18px;
}
#portfolio .third-icons .portfolio-item .portfolio-caption p{
    font-size: 15px;
    text-align: justify;
    font-family: Roboto;
    font-weight: 300;
    padding: 0px 20px;
    line-height: 1.4;
}
#portfolio .third-icons .portfolio-item .portfolio-caption h2{
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    padding: 27px 0;
    letter-spacing: normal;
}
#portfolio .row.pf_r{
    padding-bottom: 70px;
}
#pakete{
    padding-top: 0;
    margin-bottom: 30px;
}
#pakete .container{
    max-width: 1163px;
}
#pakete h2.section-heading{
    font-size: 26px;
}
#pakete .pf_r{
    padding: 65px 90px 40px;
    border-radius: 40px;
    /*width: 1163px;*/
}
#pakete .pf_r .portfolio-item:nth-child(2){
    border-right: 1px solid;
    border-left: 1px solid;
}
#pakete .sub_title{
    font-size: 15px;
    font-family: Roboto;
    font-weight: 300;
}
@media (max-width: 575px){
    #pakete .pf_r .portfolio-item{
        /*border-bottom: 1px solid;*/
        border-right: none;
        margin: 10px 0;
    }
    #pakete .pf_r .portfolio-item .portfolio-caption{
        margin-bottom: 10px;
    }
}
#pakete .pf_r .portfolio-item:last-child{
    border-right: none;
}

#pakete .price{
    color: #343a40;
    background-color: #fff;
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-family: Roboto;
    width: 240px;
    margin: 0 auto;
        line-height: 70px;
}
#pakete .price.num-1{
    background-color: #c6c8ca;
}
#pakete .price.num-2{
    background-color: #f9f7c9;
}
#pakete .price.num-3{
    background-color: #ffffff;
}
#pakete .sub-title{
    margin: -4px;
    font-size: 15px;
    color: #fff;
}
#pakete .portfolio-link{
    padding: 28px 0 33px;
}
#pakete .portfolio-item:nth-child(1){
    padding: 0 62px 0 0;
}
#pakete .portfolio-item:nth-child(2){
    padding: 0 58px 0 60px;
}
#pakete .portfolio-item:nth-child(3){
    padding: 0 0 0 62px;
}
#pakete h4{
    font-size: 30px;
    font-weight: 500;
    font-family: Roboto;
    margin: 0;
}
#pakete h4.num-1{
    color: #c6c8ca;
}
#pakete h4.num-2{
    color: #f9f7c9;
}
#pakete h4.num-3{
    color: #ffffff;
}
#pakete .portfolio-caption p{
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: white;
}
#pakete .portfolio-caption{
    letter-spacing:normal;
    font-weight: 300px;
}
#pakete .row.pf_r{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}
#pakete .portfolio-item{
    max-width: 350px;
    width: 100%;
    position: relative;
    padding-bottom: 50px!important;
}
@media (max-width: 991px){
    #pakete .row.pf_r{
        flex-direction: column;
        padding: 57px 30px;
    }
    #pakete .portfolio-item{
        padding: 0!important;
        margin: 0 auto;
    }
    #pakete .portfolio-item:nth-child(1){
        padding: 0 0 30px 0!important;
    }
    #pakete .portfolio-item:nth-child(2){
        border-left: none!important;
        border-right: none!important;
        border-bottom: 1px solid;
        border-top: 1px solid;
        padding:20px 0!important;
    }
    #pakete .portfolio-item:nth-child(3){
        padding: 30px 0 0 0!important;
    }
}

#pakete .modal-btn{
    position: relative;
    position: absolute;
    bottom: -20px;
    width: 100%;
}
#pakete .modal-btn p{
    width: 100%;
    text-align: center;
}

.opening-info-block{
    border-radius: 30px!important;
    background-color: #c6c8ca!important;
    color: #343a40!important;
}
.opening-info-block .col-xl-4{
    margin-top: 75px;
}
.opening-info-block .col-xl-4 p{
    text-align: center;
    font-weight: bold;
}
.opening-info-block .col-xl-4 img{
    /*max-width: 100px;*/
    background-color: #fff;
    border-radius: 50%;
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.opening-info-block .col-xl-8 h4{
    margin-top: 60px;
    font-size: 20px;
    margin-bottom: 20px;
}
.opening-info-block .col-xl-4 p{
    text-align: center;
}
.opening-info-block .close-info-block{
    right: 30px;
    font-size: 50px;
    top: -15px;
    color: #fff;
}

#seven_steps .sliding123{
    background-image: url("/files/default/7steps/7_steps_bg.png");
    height: 100%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: 50% 64%;
    /* background-attachment: fixed; */
    /*background-size: cover;*/
    padding-bottom: 40px;
}
#seven_steps .seven_steps_row{
    margin-bottom: 12px;
}
#seven_steps .sliding .slick-list{
    padding-top: 73px;
}

#seven_steps .sliding__img{
    padding-right: 0;
}
#seven_steps .sliding__text{
    left: unset;
    padding-left: 0;
}
#seven_steps .sliding__text .intro-text{
    color: #fff;
}
#seven_steps .sliding__text .intro-text .intro-lead-in{
    font-size: 22px;
    font-weight: 300;
    text-align: justify;
}
#seven_steps .sliding__text .intro-text .intro-heading{
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    letter-spacing: normal;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}
#seven_steps .sliding__text .intro-text .count-steps{
    padding-bottom: 54px;
    font-size: 16px;
    font-weight: 600;
}
#seven_steps .slick-dots{
    padding-left: 220px;
    bottom: 40px;
}
@media (max-width: 991px){
    #seven_steps .sliding__text{
        padding-left: 15px;
    }
    #seven_steps .sliding__text {
     position: unset; 
     top: unset; 
     left: unset; 
     right: unset; 
    }
    #seven_steps .intro-heading{
        display: block;
    }
    #seven_steps .slick-dots{
        padding-left: 0;
        bottom: 10px;
    }
    #seven_steps .sliding__text .intro-text .count-steps {
        padding-bottom: 50px;
        position: absolute;
        top: 34px;
        width: 100%;
        left: 0;
        text-align: center;
    }
    #seven_steps .sliding__text .intro-text{
        max-width: 510px;
        margin: 0 auto;
        text-align: center;
    }
}
.opening-price-info-block .sub-title {
    margin-bottom: 0;
}
.opening-price-info-block .col-md-6:last-child .h5 {
    text-align: right;
}
section#contact{
    padding-top: 43px;
}
@media (max-width: 991px){
    section#contact{
        margin-top: 20px;
    }
}
section#contact .form-group input.form-control{
    height: 40px;
}
section#contact .form-group textarea.form-control{
    height: 110px;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 15px;
    font-weight: 400;
    color: #2b2a28;
    display: inline-block;
    font-family: Roboto;
}
span.dotted{
    padding-bottom: 3px;
    border-bottom: 1px dotted;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile + label:before {
    content: url("/files/default/icons/file.png");
    padding-right: 10px;
}
#mainNav .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    padding: 2em 0.5em !important;
}
.dropdown-menu.show{
    display: grid;
    background-color: #343a40;
    min-width: unset;
    top: 64%;
    left: -6px;
}
#mainNav .navbar-nav .dropdown-menu.show li a{
    padding: 9px!important;
    margin: 0!important;
}
@media (max-width: 991px){
    #mainNav li.dropdown{
        display:none;
    }
    #mainNav .navbar-nav .nav-item .nav-link{
        padding: 0.45em 0!important;
    }
}
@media (min-width: 992px){
    .mobile-lang{
        display: none;
    }
}
.dropdown-menu.show a.dropdown-toggle img{
    display: grid;
    background-color: #343a40;
}
.popup-contact .button-ok{
    text-align: right;
    padding: 6px 50px;
    margin-right: 40px;
    background-color: black;
    width: max-content;
    float: right;
    color: #fff;
    border: none;
    padding: 22px 75px;
    border-radius: 10px;
}
.popup-contact .phone{
    text-align:center;
    font-weight: bold;
    font-size: 20px;
}
#portfolio.third-icon .portfolio-item .portfolio-caption{
    padding: 0;
    letter-spacing: normal;
}
#about h2.section-heading{
    color: #2d3135;
    font-size: 26px;
    font-family: Roboto;
    font-weight: 500;
    padding-bottom: 17px;
    color: #343a40;
}
/*slick dotted*/
.sliding123 .slick-dots li.slick-active button:before{
    content: url("/tpl/images/slider/nav/seven_slide_point_active.png");
    background: transparent;
}
.sliding123 .slick-dots li.slick-active button{
    padding-top: 2px;
}
.sliding123 .slick-dots li button:before{
    content: url("/tpl/images/slider/nav/seven_slide_point.png");
    width: unset; 
    height: unset;
    background: transparent;
}
.sliding123 .slick-dots li{
    width: unset;
}
.sliding123 .slick-dots li button{
    width: unset;
    height: unset;
}
.sliding123 .slick-arrow{
    margin: 0;
}
.sliding123 .slick-prev{
    left: 17px;
    z-index: 1000;
}
.sliding123 .slick-prev:before{
    content: url("/tpl/images/slider/nav/left_nav.png");
}
.sliding123 .slick-next:before{
    content: url("/tpl/images/slider/nav/right_nav.png");
}
.sliding123 .slick-next{
    right: 17px;
}
#seven_steps .sliding123 .sliding_img.col-md-12{
    margin: 0;
    padding-right: 20px;
    padding-top: 72px;
}
#seven_steps .sliding123 .sliding_img.col-md-12 img{
    float: right;
}
#seven_steps .sliding123 .sliding__text.col-md-12{
    margin: 0;
    padding-left: 42px;
    padding-top: 67px;
    padding-right: 60px;
}
@media (max-width: 991px){
    #seven_steps .sliding123 .sliding__text.col-md-12{
        padding-top: 42px;
        padding-left: 0;
        margin: 0 auto;
    }
    #seven_steps .sliding123 .sliding_img.col-md-12 img{
        float: none;
    }
    #seven_steps .slick-prev, #seven_steps .slick-next {
        top: 37%;
    }
    #seven_steps .sliding123 .sliding_img.col-md-12, #seven_steps .sliding123 .sliding__text.col-md-12{
        padding-left: 60px;
        padding-right: 60px;
    }
}
section.third-icon .container{
    max-width: 1100px;
}
section.third-icon .container .portfolio-item{
    padding: 10 40px;
}
header.masthead .slick-dots{
    bottom: -40px;
}
header.masthead .intro-heading{
    margin-bottom: 30px;
}
@media(min-width: 768px){
    #portfolio{
        padding-top: 55px;
        padding-bottom: 13px;
    }
}
section#seven_steps{
    padding-top: 78px;
}
section#services{
    padding-top: 40px;
    padding-bottom: 49px;
}
section#services .container{
    max-width: 900px;
}
section#services .portfolio-description{
    padding: 13px 50px;
    padding-bottom: 0;
}
section#services .portfolio-description p{
    line-height: 1.65;
    text-align: justify;
}
section#about{
    padding-top: 70px;
    padding-bottom: 56px;
}
@media (max-width: 991px){
  section#about{
    padding-top: 30px;
    padding-bottom: 20px;
  }
  section#seven_steps{
    padding-top: 40px;
    padding-bottom: 0;
    }
    section#services .portfolio-description{
    padding: 0px 15px 20px;
}
}
section#about .container{
    max-width: 940px;
}
section#about .container p{
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
    color: #2d3135;
    line-height: 26px;
    color: #343a40;
    text-align: justify;
}
section#contact_address{
    padding-top: 63px;
    padding-bottom: 55px;
}
section#contact_address h2.ection-heading{
        letter-spacing: normal;
        padding-bottom: 3px;
}
section#contact .form-group{
    margin-bottom: 15px;
}
section#contact .col-lg-12 .form-group{
    margin-bottom: 5px;
}
section#contact row.contact_row{
    margin-bottom: 50px;
}
footer{
    padding-top: 60px;
}
footer .container{
    max-width: 1070px;
}
footer .container .footer-info.mt-md-4{
    margin-top: 30px!important;
    padding-left: 40px;
}
footer .container .footer-info.mt-md-4 p{
    padding-bottom: 12px;
}
footer .container .mt-md-4{
    margin-top: 1.8rem!important;
    padding-left: 35px;
}
.hello{
    display: inline-block;
    max-width: 740px;
    height: auto;
    border-radius: 40px;
    box-shadow: 0 0 60px #000;
}
.hello .row-height{
    padding: 17px 10px;
}
.hello .row-height .text-wrapper .sub-title{
    margin: 0;
    margin-bottom: -19px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #343a40;
}
.hello .row-height .text-wrapper .text-uppercase.h1{
    font-family: Roboto;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: normal;
    color: #343a40;
    margin-left: -3px;
}
.hello .row-height .text-wrapper .row_price{
    margin-top: 15px;
    margin-bottom: 37px;
    color: #343a40;
}
.hello .row-height .text-wrapper p.h5{
    float: right;
    font-size: 22px;
    margin-top: -44px;
    font-weight: 500;
    color: #343a40;
}
.hello .row-height .text-wrapper h4{
    color: #343a40;
}
.hello .row-height .text-wrapper .row_price p.h5{
    float: left;
    margin: 0;
    color: #343a40;
}
.hello .row-height .text-wrapper p.h4{
    font-size: 26px;
    letter-spacing: normal;
    font-family: Roboto;
    font-weight: 500;
    padding-left: 9px;
    padding-bottom: 5px;
    color: #343a40;
}
.hello .row-height .text-wrapper .wrapper-items{
    margin-bottom: 30px;
    color: #343a40;
}
.hello .row-height .text-wrapper .popup-phone p.h5{
    font-size: 32px;
    font-family: Roboto;
    font-weight: 500;
    width: 50%;
    float: left;
    padding-top: 20px;
    margin: 0;
    color: #343a40;
}
.hello .row-height .text-wrapper .popup-phone button{
    float: right;
    height: 65px;
    color: #fff;
    background-color: #343a40;
    font-size: 26px;
    width: 180px;
    border-radius: 5px;
    border: none;
}
.hello .fancybox-close-small:after{
    content: url("/tpl/images/icons/close-btn-popup.png");
    top: 29px;
    right: 29px;
}
.fancybox-bg{
    background: #343a40;
    opacity: 0.5!important;
}
@media (max-width: 991px){
    .hello .text-wrapper{
        padding: 0;
    }
    .hello .row-height .text-wrapper .text-uppercase.h1{
        font-size: 40px;
        color: #343a40;
    }
    .hello .row-height .text-wrapper p.h5{
        margin-top: 7px;
        color: #343a40;
    }
    .hello .row-height .text-wrapper .popup-phone p.h5{
            font-size: 22px;
            color: #343a40;
    }
    .hello .row-height .text-wrapper .sub-title{
        margin-bottom: -15px;
        color: #343a40;
    }
}
.three_icon_popup.hello .fancybox-close-small:after{
    content: url(/tpl/images/icons/close-btn-popup-white.png);
    background-color: #c6c8ca;
}
.three_icon_popup{
    background-color: #c6c8ca;
}
.three_icon_popup.hello .img-fluid{
    border-radius: 50%;
    background-color: #fff;
    max-width: 200px;
}
.three_icon_popup.hello .col-md-4{
    padding: 64px 70px;
    padding-left: 25px;
    padding-top: 45px;
}

.three_icon_popup.hello .col-md-4 .portfolio-link{
    padding-bottom: 53px;
}
.three_icon_popup.hello .col-md-4 .portfolio-link .img-fluid{
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    display: block;
}
.three_icon_popup.hello .col-md-4 p{
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #343a40;
}
.three_icon_popup.hello .col-md-8{
    padding-top: 24px;
}
.three_icon_popup.hello .col-md-8 h2.text-uppercase.h3{
    padding-bottom: 48px;
    font-size: 40px;
    font-weight: 500;
    color: #343a40;
}
.three_icon_popup.hello .col-md-8 p.text-uppercase.h4{
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #343a40;
    padding-left: 0;
}
.three_icon_popup.hello .col-md-8 .wrapper-items{
    font-size: 15px;
    font-weight: 300;
}
.three_icon_popup.hello .row-height .text-wrapper{
    padding: 0;
}
.three_icon_popup.hello .row-height .text-wrapper .wrapper-items{
    margin-bottom: 0;
    padding-bottom: 30px;
}
.three_icon_popup.hello .row-height .text-wrapper .wrapper-items p{
    color: #343a40;
}
@media (max-width: 991px){
    .three_icon_popup.hello .row-height .col-md-4{
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 48px;
    }
    .three_icon_popup.hello .col-md-4 .portfolio-link{
        max-width: 100px;
        min-width: 70px;
        float: left;
    }
    .three_icon_popup.hello .col-md-4 p{
        text-align: left;
        font-weight: bold;
        font-size: 17px;
        padding-top: 31px;
    }
    .three_icon_popup.hello .col-md-8 p.text-uppercase.h3{
        padding-bottom: 15px;
        font-size: 30px;
    }
    .three_icon_popup.hello .col-md-8 .h4.text-uppercase.h4{
        padding-bottom: 15px;
        font-size: 20px;
    }
    .three_icon_popup.hello .row-height .text-wrapper .wrapper-items{
            margin-bottom: 0;
    }
    .three_icon_popup.hello .img-fluid{
    max-width: 100px;
}
    #mainNav .phone-menu{
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
#mainNav .container{
    max-width: 1100px;
}
#mainNav .phone-menu span:before{
    content: url("/tpl/images/icons/call.png");
    /* position: relative; */
    padding-right: 10px;
    /* top: 3px; */
    position: absolute;
    margin-left: -25px;
    margin-top: 2px;
    top: unset;
}
#mainNav .phone-menu{
    padding-left: 40px;
    padding-right: 5px;
}

@media screen and (max-width: 991px){
    #mainNav .phone-menu {
        padding-left: 25px !important;
    }
}
/* #mainNav .dropdown-toggle::after{
    content: url("/tpl/images/icons/lang-icon.png");
    border-top: none;
    margin-left: 0;
} */
@media (max-width: 767px){
    .three_icon_popup.hello .row-height .col-md-4{
        padding: 0;
    }
    .three_icon_popup.hello .col-md-4 p{
        text-align: right;
    }
}
.three_icon_popup.hello .row-height .popup-contact{
    padding-left: 13px;
}
/*.fancybox-controls{
    display: none;
}*/
a {
    outline: none!important;
}
.fancybox-close-small button {
    outline: none!important;
}


#packages .new-container {
	  /* border: 5px solid #0f0; */
	  width: 100%;
	  max-width: 1163px;
	  display: grid;
	  /* grid-template-columns: repeat(auto-fill, 350px); */
	   grid-template-columns: 1fr 1fr 1fr;
	  grid-gap: 10px;
	  justify-content: center;
	  margin: 0 auto;
	  padding: 65px 90px 0;
	  border-radius: 40px;
	  background-color: #343a40!important;
	}
	#packages .tile {
	  display: inline-block;
	  /* border: 5px solid #000; */
	  max-width: 360px;
	  text-align: center;
	  color: #fff;
	  border: none;
      margin-bottom: 30px;
      position: relative;
      height: 440px;
	}
	#packages .row.bg-dark{
	    background-color: unset!important;
	}
	#packages .tile:nth-child(3n-2){
    	padding: 0 30px 0 0;
	}
	#packages .tile:nth-child(3n-1){
	    border-right: 1px solid;
    	border-left: 1px solid;
    	padding: 0 58px 0 58px;
	}
	#packages .tile:nth-child(3n){
    	padding: 0 0 0 58px;
	}
	#packages .tile .price {
	    color: #343a40;
	    background-color: #fff;
	    text-align: center;
	    margin: 0;
	    font-size: 24px;
	    font-family: Roboto;
	    width: 240px;
	    margin: 0 auto;
	    line-height: 70px;
	}
	#packages .tile .price.standart(3n-1){
		background-color: #f9f7c9;
	}
	#packages .tile .price.gold(3n-2){
	    background-color: #c6c8ca;
	    padding-right: 33px;
	}
	.tile .price.platina{
	    background-color: #ffffff;
	}
	@media (max-width: 991px){
		#packages .new-container{
			grid-template-columns: 1fr;
			border-radius: unset;
		}
		#packages .new-container .tile{
			border: none;
			width: 100%;
			margin:  0 auto;
			border-bottom: 1px solid;
			padding: 0;
		}
		#packages .tile:last-child{
			border: none;
		}
	}
	
	#packages .tile .modal-btn{
		display: grid;
		align-items: end;
		position: absolute;
		bottom: 0;
		margin: 0 auto;
	    width: 100%;

	}
	#packages .tile .modal-btn p.link-modal.second{
		padding-right: 120px;
	}
	#packages .tile .modal-btn p.link-modal.third{
		padding-right: 30px;
	}
	#packages .tile{
		position: relative;
	}
	#packages .tile .sub-title{
	    margin: -4px;
	    font-size: 15px;
	    color: #fff;
	}
	#packages h2 {
	    font-size: 26px;
	    margin-bottom: 30px;
	}
	#packages .tile h4{
    	font-size: 30px;
	    font-weight: 500;
	    font-family: Roboto;
	    margin: 0;
	}
	#packages .tile .portfolio-link {
	    padding: 28px 0 33px;
	}
	#packages .tile .portfolio-caption{
	    max-height: 242px;
        overflow: hidden;
	}
	#packages .tile .portfolio-item.block-package-1{
	    padding-left: 15px;
	    padding-right: 15px;
	}
	/*#packages .tile .portfolio-item{
	    padding-left: 15px!important;
	    padding-right: 15px!important;
	}*/
	#packages .tile .portfolio-item.block-package-1 portfolio-caption{
	    padding-left: 15px;
        padding-right: 15px;
	}
	#packages .tile .portfolio-caption p {
	    font-size: 15px;
        font-weight: 300;
        line-height: 22px;
        color: white;
        letter-spacing: normal;
        text-align: justify;
	}
	#packages .tile .modal-btn p.link-modal{
        font-size: 15px;
        font-weight: 300;
        font-family: Roboto;
	}
	#packages .tile .modal-btn p.link-modal:after{
	    content: url("/tpl/images/icons/package-icon.png");
	        padding-left: 10px;
            position: relative;
            top: 2px;
	}
	#packages .tile .modal-btn p.link-modal:hover{
	    cursor:pointer;
	}
	#packages{
	    padding-bottom: 80px;
	    padding-top: 0;
	}
	@media (max-width: 991px){
	    #packages{
    	    padding-bottom: 40px;
    	}
    	#packages .tile {
    	    height: 410px;
    	}
    	#packages .tile .modal-btn p.link-modal{
    	    padding-right: 0!important;
    	}
    	#packages .tile .portfolio-item.block-package-1 portfolio-caption{
    	    padding-left: 0;
            padding-right: 0;
	}
	}
	@media (min-width: 992px) and (max-width: 1097px){
	    #mainNav .navbar-nav .nav-item .nav-link{
	        font-size: 12px;
	    }
	    #mainNav .phone-menu {
	        padding-right: 20px;
	    }
	}
	@media (max-width: 605px){
	    .hello .row-height .text-wrapper .popup-phone p.h5{
	        width: 100%;
            margin-bottom: 15px;
            text-align: center;
	    }
	    .hello .row-height .text-wrapper .popup-phone button{
	        margin: 0 auto;
            display: block;
            float: unset;
	    }
	}
	
	#packages .container-new{
	    display: grid;
        max-width: 1447px;
        width: 100%;
        grid-gap: 40px;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	#packages .container-new .pack{
	    background: linear-gradient(180deg, #f4f4f4 0%, #f4f4f4 99%, white 99%);
	    max-width: 331px;
	    width: 100%;
	    border-bottom: 3px solid;
	}
	#packages .pack .title{
	    padding: 37px 30px 19px 30px;
        font-size: 19px;
        font-weight: 600;
        color: #15406b;
        height: 140px;
        text-align: center;
        text-transform: uppercase;
	}
	
	#packages .pack .price span{
	    margin: -7px 14px 11px;
        padding: 15px 27px;
        background-color: #ffffff;
        display: block;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 300;
        color: #000000;
        word-spacing: -2px;
        text-align: justify;
        height: 140px;
	}
	#packages .subprice-text{
	    font-size: 13px;
	    font-weight: 300;
	    color: #15406b;
	    padding-left: 41px;
	    font-style: italic;
	}
	#packages .pack .description{
	    color: #000000;
	    padding: 24px 41px 9px;
	    text-align: justify;
	    font-size: 15px;
	    font-weight: 300;
	}
	#packages .pack .description ul{
	    padding-left: 0px;
	    list-style: none;
        font-weight: 400;
	}
	#packages .pack .description ul li:before{
	    content: "";
        background-color: #456080;
        font-weight: bold;
        display: inline-block; 
        width: 7px;
        height: 7px;
        margin-bottom: 2px;
        border-radius: 50%;
        margin-right: 5px;
	}
	#packages .pack span.dotted{
	    top: 6px;
        display: inherit;
        border-bottom: 3px solid;
        position: relative;
	} 
	#packages .pack{
	    border-image-slice: 0 0 1 0!important;
	}
	#packages .pack:nth-child(2n){
	    /* border-color: #fa8849; */
	    border-image: linear-gradient(90deg, rgba(245,106,41,1) 0%, rgba(250,154,44,1) 100%);
	}
	#packages .pack:nth-child(2n+1){
	    /* border-color: #bc165d; */   
	    border-image: linear-gradient(90deg, rgba(172,22,83,1) 0%, rgba(221,17,50,1) 100%);
	}
	#packages .pack:nth-child(5n){
	    border-color: #fa8849;   
	}
	#packages .pack:nth-child(6n){
	    border-color: #bc0063;   
	}
	#packages .pack:nth-child(7n){
	    border-color: #fea5a1;   
	}
	#packages .pack:nth-child(8n){
	    border-color: #486652;   
	}
/*     #packages .pack:last-child .title{
    color: #486652;   
} */
	#packages .pack a{
	    text-decoration: underline;
	}
	@media (max-width: 1204px){
	    #packages .container-new{
	        grid-template-columns: 1fr 1fr 1fr;
	        max-width: unset;
	        width: unset;
	    }
	}
	@media (max-width: 991px){
	    #packages .container-new{
	        grid-template-columns: 1fr 1fr;
	        max-width: unset;
	        width: unset;
	    }
	}
	@media (max-width: 667px){
	    #packages .container-new{
	        grid-template-columns: 1fr;
	    }
	}
	
	
	.covidbanner{
    width: 100vw;
    height: 45px;
    background-color: #e21612;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}
.covidbanner span{
    color: white;
}
.covidbanner span a{
    color: white;
    text-decoration: underline;
}
.covidbanner span a:hover{
    color: white;
}
.covidbanner img{
    z-index:1;
    margin-left: 20px;
    margin-top: 10px;
}
@media (max-width: 991px){
    .covidbanner img{
        margin-top: 10px;
    }
}
@media (max-width: 397px){
    .covidbanner{
        height: unset;
    }
    .covidbanner img{
        margin-top: -10px;    
    }
}