/*=============================================
=                 ROOT                      =
=============================================*/
:root {
    --black:  #484847;
    --dark:   #000000;
    --red:    #FF5353;
    --info:   #ebebeb;
    --blue:   #005190;
    --green:  #5AA880;

    --main-font: 'Montserrat', sans-serif;

}

/*=============================================
=                Essentials                  =
=============================================*/
body {
    background-color: var(--white);
    font-family: var(--main-font);
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
    overflow-x: hidden;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}

a {transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;}
.text-primary {color: var(--blue) !important;}
.bg-dark {background-color: #061D2D !important;}

/*=============================================
=                Elements                  =
=============================================*/

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: 99999;
}

#lp-content {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: var(--white);
}
.lp-section {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
}
.lp-section .intro {margin-bottom: 55px;}
.lp-section .intro h1 {
    color: #484847;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
}
.lp-section .intro h1 strong {
    color: var(--green);
    font-weight: 800;
}


/* parallax */
.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    font-weight: bold;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    padding: 20px 35px;
    position: relative;
    z-index: 3;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s;
}
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn:hover {animation: pulse .3s ease-in-out 0s 1 forwards;}
.btn-danger {
    border-radius: 0;
    border-color: var(--red);
    background-color: var(--red);
}


/*=============================================
=                Navigation                  =
=============================================*/
.navbar {
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--white);
}
.navbar-brand {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 100px;
}
.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.navbar h3 {
    font-weight: 600;
    line-height: 29px;
    letter-spacing: .05em;
    margin-bottom: 0;
}
.navbar__contacts a {
    color: var(--white);
    font-size: 18px;
    line-height: 22px;
}
.navbar__contacts a.tel {
/*     font-size: 40px; */
	font-size: 20px;
    line-height: 49px;
    text-decoration: none !important;
}
.navbar__contacts a.mail {letter-spacing: 1px;}

.wpml-ls-legacy-list-horizontal {
	border: none;
	text-align: right;
	padding: 0;
	font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {margin-right: 10px;}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child):after {
	content: '/';
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language {font-weight: 400;}
.wpml-ls-legacy-list-horizontal a {
	color: #fff;
	display: inline-block;
	padding: 0;
}


/*=============================================
=                   Slide 1                   =
=============================================*/
.showcase {
    min-height: 910px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.showcase p {margin-bottom: 20px;}
.showcase h1 {
    color: var(--green);
    font-weight: 800;
    font-size: 64px;
    line-height: 68px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.showcase .btn {
    width: 100%;
    max-width: 190px;
    white-space: normal;
    padding: 13px 15px;
}

/*=============================================
=                   VIDEOS                   =
=============================================*/
.rvg-videos {padding-bottom: 70px;}
.rvg-videos .item iframe {height: 100% !important;}
.rvg-videos .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	margin-top: 40px;
	list-style-type: none;
	padding-left: 0;
}
.rvg-videos .slick-dots li {
	width: 20px;
	height: 20px;
	border: 2px solid var(--red);
	border-radius: 50%;
	text-indent: 99999px;
	background: transparent;
	margin: 0 10px;
}
.rvg-videos .slick-dots li.slick-active {background-color: var(--red);}

.rvg-videos .slick-arrow,
.finised-works--carousel .slick-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
    outline: none !important;
    box-shadow: none !important;
	z-index: 9;
	margin-top: -20px;
	filter: brightness(0);
}
.rvg-videos .slick-arrow.slick-prev,
.finised-works--carousel .slick-arrow.slick-prev {
    background-image: url(img/prev-w.png);
	transform: rotate(-90deg);
	left: 0;
	margin-left: -40px;
}
.rvg-videos .slick-arrow.slick-next,
.finised-works--carousel .slick-arrow.slick-next {
	transform: rotate(-90deg);
    background-image: url(img/next-w.png);
	right: 0;
	margin-right: -60px;
}

/*=============================================
=                   Slide 2                   =
=============================================*/
.categories {
    background-size: cover;
    background-position: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #858585;
    padding-bottom: 60px;
}
.categories .intro h1 {color: #858585;}
.categories__list ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.categories__list ul li {
    position: relative;
    padding-left: 50px;
}
.categories__list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background: url('img/checked.png') no-repeat center;
    background-size: contain;
}


/*=============================================
=                   Slide 3                   =
=============================================*/
.benefits {
    padding-bottom: 75px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.benefits__item {
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    padding: 30px 30px 25px;
    margin-bottom: 30px;
    min-height: calc(100% -  30px);
}
.benefits__item img {margin-bottom: 23px;}


/*=============================================
=                   Slide 4                   =
=============================================*/
.why-us {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #3D3C3E;
    padding-bottom: 68px;
}
.why-us__item {
    background: #EAEAEA;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 15px 15px 5px 11px;
    min-height: 136px;
}
.why-us__item .icon {
    min-width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.why-us__item h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 0;
}
.why-us__item h3 p {margin-bottom: 0;}



/*=============================================
=                   Slide 5                   =
=============================================*/
.numbers {
    background-size: cover;
    background-position: center;
    padding-bottom: 125px;
}
.numbers .intro {margin-bottom: 90px;}
.numbers__item {
    color: #3D3C3E;
    min-width: 20%;
    flex: 0 0 20%;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 5px;
}

.numbers__item h1 {
    position: relative;
    min-width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    color: var(--green);
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.numbers__item h1::after {
    content: "+";
}
.numbers__item--1 h1 {background-image: url('img/eclipse1.png');}
.numbers__item--1 h1::after {display: none;}
.numbers__item--2 h1 {background-image: url('img/eclipse2.png');}
.numbers__item--3 h1 {background-image: url('img/eclipse3.png');}
.numbers__item--4 h1 {background-image: url('img/eclipse4.png');}
.numbers__item--5 h1 {background-image: url('img/eclipse5.png');}


/*=============================================
=                   Slide 6                   =
=============================================*/ 
.gallery {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.quality-gal .slick-list {
    padding: 53px 0 !important;
    margin-bottom: 30px;
}
.quality-gal .item {
    border-radius: 12px;
    overflow: hidden;
    opacity: .5;
    margin: 0 10px;
    outline: none !important;
    box-shadow: none !important;
}
.quality-gal .item a {
    outline: none !important;
    box-shadow: none !important;
}
.quality-gal .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.quality-gal .item.slick-current {
    position: relative;
    z-index: 3;
    opacity: 1;
    transform: scale(1.3);
    transition: cubic-bezier(0.215, 0.610, 0.355, 1) .3s all;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.quality-gal .slick-arrow {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 52px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    text-indent: -99999999px;
    z-index: 9;
    padding: 0;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}
.quality-gal .slick-arrow.slick-prev {
    background-image: url('img/left_ellipse.svg');
    left: 0;
    margin-left: -13px;
}
.quality-gal .slick-arrow.slick-next {
    background-image: url('img/right_ellipse.svg');
    right: 0;
    margin-right: -13px;
}


/*=============================================
=                   Slide 7                   =
=============================================*/
.steps {padding-bottom: 85px;}
.steps .intro {margin-bottom: 82px;}

.step__item .icon {
    display: block;
    width: 64px;
    height: 110px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.icon-wrapp {
    width: 214px;
    height: 214px;
    background-image: url('img/step_icon_clear.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.step__item h3 {
    font-weight: 600;
    line-height: 35px;
}
.step__item--1::before,
.step__item--2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 84px;
    width: 320px;
    height: 214px;
    background-image: url('img/step_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
} 

/*=============================================
=                   Slide 8                   =
=============================================*/
.trust-gall .item {
    padding: 0 15px;
}
.trust-gall .item a {
    box-shadow: none !important;
    outline: none !important;
    display: block;
    overflow: hidden;
}
.trust-gall .item img {
    height: 370px;
    object-fit: cover;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s all;
}
.trust-gall .item:hover img {
    transform: scale(1.2);
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) .3s all;
}

.trust-gall .slick-dots {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-gall .slick-dots li {margin: 0 3px;}
.trust-gall .slick-dots li button {
    text-indent: -999999px;
    border: none;
    border-radius: 50px;
    background: #EAEAEA;
    padding: 0;
    width: 9px;
    height: 9px;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
.trust-gall .slick-dots li.slick-active button {background: #FF5454;}

/*=============================================
=                   Slide 9                   =
=============================================*/
.testimonials {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 110px;
}
.testimonials .intro {margin-bottom: 92px;}
.testimonials__carousel {margin-bottom: 60px;}
.testimonials__carousel .slick-list {overflow: visible;}
.testimonials__carousel--item {
    background: #C4C4C4;
    border-radius: 15px;
    color: #000000;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21px;
    padding: 23px 70px 23px 0;
}
.testimonials__carousel--item h3 {
    font-style: normal;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.testimonials__carousel--item .client {
    min-width: 210px;
    height: 210px;
    background-size: cover;
    background-position: center;
    transform: translateX(-50%);
}
.testimonials__carousel--item .client::before {
    content: '';
    position: absolute;
    left: -79px;
    top: -79px;
    width: 366px;
    height: 366px;
    background-image: url('img/testimonial-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonials__carousel .slick-arrow {
    position: absolute;
    right: 15px;
    z-index: 9;
    width: 29px;
    height: 15px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    text-indent: -99999px;
    outline: none !important;
    box-shadow: none !important;
}
.testimonials__carousel .slick-arrow.slick-prev {
    top: 20px;
    background-image: url('img/prev-w.png')
}
.testimonials__carousel .slick-arrow.slick-next {
    bottom: 20px;
    background-image: url('img/next-w.png')
}


/*=============================================
=                   Slide 10                   =
=============================================*/
.contact-wrapp {
    min-height: 700px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}
.contact-wrapp h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 68px;
    text-transform: uppercase;
    color: #5AA880;
    margin-bottom: 25px;
}
.contact-wrapp p {margin-bottom: 25px;}


.contact-form--wrapp {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    color: #58595B;
    padding: 50px 70px 40px;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.25);
}
.contact-form--wrapp h3 {
    font-weight: 700;
    margin-bottom: 30px;
}
.form-group {margin-bottom: 25px;}
.form-control {
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #58595B;
    padding: 0;
    color: #58595B;
    font-style: italic;
    font-family: var(--main-font);
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    height: 45px;
}
.form-control::placeholder {color: #999;}
.form-control:focus {
    background-color: transparent !important;
    border-color: var(--dark);
    box-shadow: none;
    outline: none;
}
div.wpcf7 .ajax-loader {position: absolute;}
.wpcf7 form .wpcf7-response-output {font-size: 12px; margin: 0; line-height: 18px;}
.wpcf7 form p {display: none;}
.wpcf7-submit {
    display: block;
    max-width: 185px;
    margin: 60px auto 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .05em;
    padding: 17px 45px;
}
.wpcf7-not-valid-tip {font-size: 16px;}


/*=============================================
=                 Footer                      =
=============================================*/
.lp-footer {
/*     position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; */
	background-color: var(--black);
	color: var(--white);
	padding-top: 65px;
}
.lp-footer h3 {
	font-weight: 700;
	margin-bottom: 16px;
}

.lp-footer__socials {
	line-height: 36px;
	margin-bottom: 30px;
}
.lp-footer__socials li a {
	color: var(--white);
}
.lp-footer__socials li svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.lp-footer__socials address {
	margin-bottom: 0;
	display: inline-block;
}
.lp-footer__socials.navbar__contacts a.tel {
	font-size: 16px;
	line-height: inherit;
}

/* copyright */
.copyright {
    padding: 18px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: var(--black);
    margin-top: 30px;
}
.copyright a {color: inherit;}

.btn-up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    border: 2px solid transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
/*     display: none; */
    outline:  none !important;
    box-shadow:  none !important;
	padding: 0;
}
.btn-up::after {
    content: "";
/*     position: absolute;
    top: 15px;
    left: 13px; */
    width: 20px;
    height: 20px;
    border-top: 3px solid var(--green);
    border-left: 3px solid var(--green);
    transform: rotate(45deg);
	margin-top: 8px;
}

.btn-up:hover {border-color: var(--red);}

/*=============================================
=               Success Page                  =
=============================================*/

.success-wrapp {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    color: var(--white);
    font-size: 24px;
    letter-spacing: .05em;
    position: relative;
    padding-top: 210px;
}

.success-wrapp h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
}
.success-wrapp p {margin-bottom: 17px;}
.success-wrapp p:last-of-type {margin-bottom: 50px;}
.success-wrapp .a2a_kit .a2a_svg {border-radius: 30px !important;}
.success-wrapp .addtoany_list a:not(:last-of-type) {margin-right: 20px;}


/*=============================================
=                Error page                  =
=============================================*/
.error-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    font-size: 18px;
    min-height: 100vh;
}
.error-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.2);
}
.error-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.error-content h1 {
    font-size: 12vw;
    font-weight: 700;
    margin-bottom: 0;
}
.error-content p {
    margin-bottom: 0;
}
.error-content a {
    font-weight: 600;
    color: var(--white);
    text-decoration: underline;
}
.error404 .navbar,
.error404 .lp-footer {display: none !important;}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:  #919191;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:  #919191;;
}
  
::-ms-input-placeholder { /* Microsoft Edge */
    color:  #919191;;
}


.finished-works {
	padding-bottom: 70px;
}
.finished-works--item {
	position: relative;
	padding: 0 15px;
}
.finished-works--item .gallery-cover {
	height: 280px;
	margin-bottom: 30px;
}
.gallery-cover img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.finished-works--item__galery {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.finished-works--item__galery a:first-child {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.sl-caption {text-align: center;}

.gallery-cover {
	position: relative;
	overflow: hidden;
}
.gallery-cover__title {
	border-radius: 10px;
	opacity: 1;
	align-items: center;
	justify-content: center;
	top: 0;
	height: 100%;
	padding: 0 20px;
	background-color: rgba(0,0,0, .5);
	transition: all .3s ease-in-out;
}
.finished-works--item:hover .gallery-cover__title {opacity: 0;}
.gallery-cover__link {
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px 0;
	transform: translatey(100%);
	transition: all .3s ease-in-out;
}
.finished-works--item:hover .gallery-cover__link {
	transform: translatey(0);
	transition: all .3s ease-in-out;
}

/*=============================================
=           Custom Animation               =
=============================================*/

@keyframes growingL {
    0% {
        transform: scale(0);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1);
    }
}

@keyframes animate-arrow-1 {
    0%{transform:translateX(-40px);opacity: 0;}
    70%,100%{transform:translateX(0px);opacity: 1;}
}
@keyframes animate-arrow-2 {
    0%{transform:translateX(-20px);opacity: 0;}
    70%,100%{transform:translateX(0px);opacity: 0.5;}
}
@keyframes animate-arrow-3 {
    0%{transform:translateX(-10px);opacity: 0;}
    70%,100%{transform:translateX(0px);opacity: 0.3;}
}



@keyframes float_shadow {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

/*=============================================
=           Responsive Elements               =
=============================================*/

@media screen and (max-width: 1440px) { 
    
    
}

@media screen and (max-width: 1370px) and (max-height: 800px) { 
   
}

@media screen and (max-width: 1280px) { 
    
    .showcase,
    .benefits,
    .contact-wrapp {background-attachment: scroll;}

}

@media screen and (max-width: 1024px) {

    .numbers__item {
        flex: 0 0 33.33333%;
        min-width: 33.33333%;
    }

    .step__item--1::before, 
    .step__item--2::before {left: 17%;}
}

@media screen and (max-width: 800px) { 

    .navbar-brand {max-width: 100%;}

    .showcase {
        padding-top: 110px;
        min-height: 70vh;
		background-attachment: scroll !important;
    }
    
    .categories__list {margin-bottom: 40px;}
    .categories img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .quality-gal .item img {height: 275px;}

    .step__item--1::before, .step__item--2::before {display: none;}

    .steps .row:nth-of-type(2) {justify-content: center;}
    .step__item {margin-bottom: 30px;}

    .testimonials__carousel--item .client::before {
        left: -57px;
        top: -58px;
        width: 325px;
        height: 325px;
    }

    .contact-wrapp {
        padding-top: 90px;
        padding-bottom: 250px;
        text-align: center;
    }
    .contact-form--wrapp {margin-top: 30px;}

}   


@media screen and (max-width: 602px) and (max-height: 961px) { 
   
}

@media screen and (max-width: 961px) and (max-height: 602px) and (orientation:landscape) { 

    
}

@media screen and (max-width: 416px) { 
    .navbar-brand {
        display: block;
        margin: 0 auto 20px;
    }
    .navbar h3 {margin-bottom: 20px;}

    .showcase {
        text-align: center;
        font-size: 30px;
        padding-bottom: 60px;
    }
    .showcase h1 {
        font-size: 36px;
        line-height: 48px;
    }
	.rvg-videos {padding: 0 40px 0;}
	.rvg-videos .slick-arrow.slick-prev {margin-left: 5px;}
	.rvg-videos .slick-arrow.slick-next {margin-right: -10px;}

    .numbers__item {
        flex: 0 0 100%;
        min-width: 100%;
        margin-bottom: 24px;
    }

    .quality-gal .slick-arrow.slick-prev {margin-left: -22px;}
    .quality-gal .slick-arrow.slick-next {margin-right: -22px;}

    .testimonials__carousel {margin-top: 90px;}
    .testimonials__carousel--item {
        flex-direction: column;
        justify-content: center;   
        text-align: center;
        padding: 0 15px 30px;
    }
    .testimonials__carousel--item .client {transform: translateX(0) translateY(-50%);}
    .testimonials__carousel--item .client::before {
        left: -52px;
        top: -52px;
        width: 314px;
        height: 314px;
    }

    .testimonials__carousel .slick-arrow {
        right: auto;
        transform: rotate(-90deg);
    }
    .testimonials__carousel .slick-arrow.slick-prev {
        left: 15px;
        top: 170px;
    }
    .testimonials__carousel .slick-arrow.slick-next {
        right: 15px;
        top: 170px;
    }
	
	.sl-wrapper .sl-image .sl-caption.pos-top {position: static;}

    .contact-wrapp {font-size: 20px;}
    .contact-wrapp h1 {
        font-size: 36px;
        line-height: 48px;
    }
	
	.lp-footer {text-align: center;}

    .copyright {
        text-align: center;
        font-size: 14px;
    }

    /* success */
    .success-wrapp {text-align: center;}

}