/*
Theme Name: Unique
Author: Ya
Description: Individual development
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
footer, 
header, 
main,
section {
	display: block;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
}
.inner,
.mini-inner {
	width:100%;
	margin: 0 auto;	
}
.inner {
	max-width: 1320px;
}
.mini-inner {
	max-width: 1004px;	
}
a,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
	}
a {
	color: #202647;
}
a:hover,
.l-contacts h2 span {
	color: #ffba00;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	color: #333;
	font-weight: 700;
}
h1 {	
	margin-bottom: 30px;
	font-size: 28px;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin-bottom: 15px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 15px;	
}
section {
	padding: 40px 0;
	position: relative;
}
.grid {
	display:grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.mini-inner.grid {
	grid-column-gap: 0;
	grid-row-gap: 30px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.aic {
	align-items: center;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.db {
    display: block;
}
/* Header*/
.header {
    padding: 35px 0;
    color: #fff;
    position: relative;
    z-index: 1;
	margin-bottom: 50px;
	background: url(/wp-content/themes/uni/img/header.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home .header {
	background: none;
	min-height: 100vh;
}
.header .inner,
.excursion .inner {
    position: relative;
    z-index: 1;
}
.header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.top.cols-2 {
    grid-template-columns: 770px 1fr;
    grid-column-gap: 10px;
}

/* Logo */
.logo {
    grid-template-columns: 110px 1fr;
    background: url(/wp-content/themes/uni/img/logo.png);
    background-repeat: no-repeat;
    background-size: 44px 50px;
    background-position: left;
    padding-left: 65px;
    max-width: 395px;
	cursor: pointer;
}
.home .logo,
.block-text h2,
.block-text p,
.slide-text {
	cursor: default;
}
a.logo {
	color: #fff;
}
.logo a:hover {
    color: inherit;
}
.logo-title,
.logo-text {
	z-index: -1;
}
.logo-title span,
.logo-text {
    display: block;
}

.logo-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
	position: relative;
	top: -1px;
}

.logo-title>span {
    font-size: 33px;
    letter-spacing: 10px;
}

.logo-text,
.top-contacts {
    font-size: 12px;
    line-height: 1.5em;
}

.top-contacts p {
    margin-bottom: 10px;
}

.top-socials a {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 48px;
    text-align: center;
}
.socials a {
    border-radius: 100%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; 
    color: #fff;  
}
.socials a:hover {
    background: #ddd;
}
.socials .whatsapp:hover i, 
.top-socials .whatsapp i {
    color: #159c23;
}
.socials .whatsapp,
.top-socials .whatsapp:hover {
    background-color: #159c23;
}
.socials .viber:hover i,
.top-socials .viber i {
    color: #8f68ad;
}
.socials .viber,
.top-socials .viber:hover {
    background-color: #8f68ad;
}
.socials .telegram:hover i,
.top-socials .telegram i {
    color: #5eb5f7;
}
.socials .telegram,
.top-socials .telegram:hover {
    background-color: #5eb5f7;
}
.top-socials .topemail i {
    color: #ff9900;
}
.top-socials .topemail:hover {
	background-color: #ff9900;
}
.socials .whatsapp,
.viber,
.telegram,
.topemail {
    margin-left: 10px;
}

.top-contacts i {
    font-size: 21px;
}

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

.top-phone {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.top-contacts label {
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}
.swiper {
	position: absolute!important;
	z-index: 0!important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    width: 100%;
	height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, 
.swiper-button-prev {
	color: #fff!important;
}
@media (min-width: 768px) {
	.slide-text {
		top: 50%;
		left: 10%;
		right: 0;
		transform: translateY(-50%);
	}
}
.slide-text {
	max-width: 850px;
	position: absolute;
	line-height: 1.1;
	font-size: 65px;
	font-weight: 700;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.slide-link {
	display: block;
	max-width: 210px;
	margin: 40px 0 0 0;
	position: absolute;
	z-index: 9999;
	bottom: 15%;
	left: 10%;
}
.btn,
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button,
.big-inner form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	display: inline-block;
}
.slide-link,
.btn,
input[type="submit"],
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button,
.big-inner form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: .4px;
	color: #000;
	background-color: #ffba00;
	border-style: solid;
	border-width: 0 2px 2px 0;
	border-color: #ffba00;
	border-radius: 50px;
	box-shadow: 2px 2px 10px 2px rgba(255,255,255,.6) inset;
	padding: 15px 25px;
	text-transform: uppercase;	
}
label.btn:hover,
a.slide-link:hover,
a.btn:hover,
input[type="submit"]:hover,
.cf7mls-btns .cf7mls_next.action-button:hover,
.cf7mls-btns .cf7mls_back.action-button:hover,
.big-inner form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
	color: #000;
	opacity: 0.8;
}
label.btn {
	max-width: 275px;
	cursor: pointer;
}
.mouse {
    content: '';
    position: absolute;
    z-index: 21;
    bottom: 4%;
    left: 50%;
    width: 1.214em;
    height: 1.929em;
    margin-left: -0.55em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 99.99% auto;
    -moz-background-size: 99.99% auto;
    background-size: 99.99% auto;
    background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2227%22%20viewBox%3D%220%200%2017%2027%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M8.5%201.4c3.9%200%207.1%203.2%207.1%207.1v10.1c0%203.9-3.2%207.1-7.1%207.1-3.9%200-7.1-3.2-7.1-7.1V8.5c0-4%203.2-7.1%207.1-7.1m0-1.4C3.8%200%200%203.8%200%208.5v10.1C0%2023.2%203.8%2027%208.5%2027s8.5-3.8%208.5-8.5v-10C17%203.8%2013.2%200%208.5%200z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11%2011.4l-2.1%202.1V4.7h-.8v8.8L6%2011.4H4.8l3.7%203.7%203.7-3.7z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-animation: mouse 1.5s ease infinite;
    -moz-animation: mouse 1.5s ease infinite;
    -o-animation: mouse 1.5s ease infinite;
    animation: mouse 1.5s ease infinite;
    -webkit-transition: opacity .6s, visibility .6s;
    -moz-transition: opacity .6s, visibility .6s;
    -o-transition: opacity .6s, visibility .6s;
    transition: opacity .6s, visibility .6s;
}
@-webkit-keyframes mouse {
    0%, 100% {
        -webkit-transform: translateY(-0.8em);
        transform: translateY(-0.8em)
    }
    50% {
        -webkit-transform: translateY(.8em);
        transform: translateY(.8em)
    }
}

@-moz-keyframes mouse {
    0%, 100% {
        -moz-transform: translateY(-0.8em);
        transform: translateY(-0.8em)
    }
    50% {
        -moz-transform: translateY(.8em);
        transform: translateY(.8em)
    }
}

@-o-keyframes mouse {
    0%, 100% {
        -o-transform: translateY(-0.8em);
        transform: translateY(-0.8em)
    }
    50% {
        -o-transform: translateY(.8em);
        transform: translateY(.8em)
    }
}

@keyframes mouse {
    0%, 100% {
        -webkit-transform: translateY(-0.8em);
        -moz-transform: translateY(-0.8em);
        -o-transform: translateY(-0.8em);
        transform: translateY(-0.8em)
    }
    50% {
        -webkit-transform: translateY(.8em);
        -moz-transform: translateY(.8em);
        -o-transform: translateY(.8em);
        transform: translateY(.8em)
    }
}
/* Common */
.top-title {
	padding: 50px 0;
	background: url(/wp-content/themes/uni/img/top-title.jpg);
	background-size: cover;
}
.top-title,
.top-title .inner {
	position: relative;	
}
.top-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.5);
    z-index: 0;
}
.top-title,
.cat-items {
	margin-bottom: 50px;	
}
.breadcrumbs {
	font-size: 13px;
}
.content p,
.content ul,
.content ol,
section p {
	margin-bottom: 15px;
}
.content p,
.content li,
section li, 
.widget ul li,
.widget ol li,
section p  {
	line-height: 1.4;	
}
.content ul li,
.content ol li,
section ul li,
section ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.content p:last-child,
section p:last-child,
section ul li:last-child,
section ol li:last-child,
section ul:last-child,
section ol:last-child {
	margin-bottom: 0;
}
input[type="submit"],
button {
	cursor: pointer;
}
p.suptitle::before {
	left: -37px;
}
p.suptitle::after {
	right: -37px;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #77b300;
	position: absolute;
	top: 12px;
}
.content-block {
	margin-bottom: 50px;
}
.content-block:last-child {
	margin-bottom: 0;
}
.block-text h2 {
	font-weight: 700;
	font-size: 30px;
}
.block-text {
	padding: 0 50px;
}
.block-text p {
	margin-bottom: 15px;
	line-height: 1.4;
}
.block-text p:last-child {
	margin-bottom: 9;
}
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
}
.prt-gallery {
	display: none;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;	
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
	max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
}
.popup-inner.big-inner {
    max-width: 660px;   
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #666;
}
.popup-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
    font-weight: 700;
}
.popup-title .subtitle {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}
.popup-container .popup .popup-inner .popup-content ul li {
    margin-bottom: 10px;
}
.popup-container .popup .popup-inner .popup-content ul li:last-child {
    margin-bottom: 0;
}
.popup-container .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.popup-container .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}
.popup-container .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}
.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
	border-radius: 20px;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #777;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
/* 404 */
.page404 .content {
	padding-top: 50px;
}
.page404 .content span {
	font-size: 25px;
	font-weight: 600;
	color: #555;
}
/* Footer*/
.footer {
	margin-top: 50px;
    color: #f2f2f2;
    background-image: url(../uni/img/footer.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 25px 0;
}
.footer .inner {
    position: relative;
    z-index: 2;
}
.footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}
.copyright {
    color: #fff;
    margin-top: 25px;
    border-top: 1px solid #333;
}
.inner.copyright {
    padding-top: 25px;
}
.privacy {
    color: #999;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #999;
    display: inline-block;
    margin-top: 10px;
}
.privacy:hover {
    border-color: transparent;
}
.agree {
	display: none;
}
/*Lightbox*/
.lightbox-zoom {
    bottom: 0;
    color: transparent;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0
}
.lightbox-no-scroll {
    overflow-y: hidden;
}
.lightbox-overlay {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}
.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
    box-sizing: inherit;
}
.lightbox-overlay[aria-hidden="true"] {
    display: none;
}
.lightbox-slider {
    -webkit-transition: left .3s ease, -webkit-transform .3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease;
    white-space: nowrap;
}
.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.lightbox-content figure {
    position: relative;
}
.lightbox-content img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}
.lightbox-content figcaption {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: .25em .5em;
    position: absolute;
    width: 100%;
}
.lightbox-overlay button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6em;
    height: 1.6em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 1.6em;
}
.lightbox-overlay button:focus {
    border: none;
    outline: 0;
}
.lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
}
.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}
.lightbox-overlay button[aria-label="Previous"] {
    left: 2%;
}
.lightbox-overlay button[aria-label="Next"] {
    right: 2%;
}
.lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
}
.lightbox-counter {
    background: transparent;
    color: #f1f1f1;
    font-size: 1em;
    left: 2%;
    position: absolute;
    top: 1em;
}
.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}
.lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*CF7*/
.form-title {
	font-weight: 400;
	line-height: 1.3;
}
p.suptitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #e84d4b;
	display: inline-block;
	position: relative;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #e84d4b;
	position: absolute;
	top: 8px;
}
p.suptitle::after {
	right: -37px;
}
.wpcf7 h2 {
	font-weight: 700;
}
.wpcf7 .subtitle {
	line-height: 1.4;
	margin-bottom: 15px;
}
.wpcf7 input[type="text"].form-name, 
.wpcf7 input[type="tel"].form-tel,
.wpcf7 input[type="email"].form-email {
	padding-left: 35px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px;
}
.wpcf7 input[type="text"].form-name {
	background-image: url(/wp-content/themes/uni/img/form-name.svg);
}
.wpcf7 input[type="tel"].form-tel {
	background-image: url(/wp-content/themes/uni/img/form-phone.svg);
}
.wpcf7 input[type="email"].form-email {
	background-image: url(/wp-content/themes/uni/img/form-email.svg);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea  {
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	font-size: 13px;
	border-radius: 10px;
}
.wpcf7-form {
	border: none!important;
}
.wpcf7 input[type="file"] {
	margin-bottom: 15px;
}
.wpcf7 textarea {
	height:120px;
	line-height: 1.4;
}
.wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid {
	border:1px solid #f00!important;
}
.wpcf7-not-valid-tip, 
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output {
	font-size:13px;
	text-align:center;
	color:#666;
	font-weight:300;
}
div.wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border:none!important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
}
.wpcf7-list-item-label {
	color: #555;
}
.agree {
	display:none
}
.acceptance-1 input[type="checkbox"] {
	position: relative;
	top: 1px;
}
.wpcf7-acceptance label {
    cursor: pointer;
}
.acceptance-1 {
    display: block;
    font-size: 12px;
}
.acceptance-1 span.wpcf7-list-item {
    margin-left: 0;
}

.qradio .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
}
.qradio .wpcf7-list-item:last-child {
    margin-bottom: 0;
}
.big-inner .wpcf7-text {
    margin-top: 15px;
}
.big-inner label,
.big-inner .wpcf7-list-item-label {
    cursor: pointer;
}
.rimg,
.qimg {
    margin-bottom: 15px;
}
.rimg .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
}
.qimg .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
}
.rimg input,
.qimg input {
    margin:0;
    padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.rimg .wpcf7-list-item.first .wpcf7-list-item-label {
    background-image:url(../uni/img/wicon.png);
}
.rimg .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
    background-image:url(../uni/img/vicon.png);
}
.rimg .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label {
    background-image:url(../uni/img/ticon.png);
}
.rimg .wpcf7-list-item.last .wpcf7-list-item-label {
    background-image:url(../uni/img/eicon.png);
}
.qimg .wpcf7-list-item.first .wpcf7-list-item-label {
    background-image:url(../uni/img/g1.jpg);
}
.qimg .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
    background-image:url(../uni/img/g2.jpg);
}
.qimg .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label {
    background-image:url(../uni/img/g3.jpg);
}
.qimg .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label {
    background-image:url(../uni/img/g4.jpg);
}
.qimg .wpcf7-list-item.last .wpcf7-list-item-label {
    background-image:url(../uni/img/g5.jpg);
}
.rimg input:checked +.wpcf7-list-item-label {
    background-color: #f4f4f4;
}
.rimg input:checked +.wpcf7-list-item-label {
    background-color: #f4f4f4;
}
.qimg input:checked +.wpcf7-list-item-label {
    background-color: #ffba00;
    color: #fff;
}
.rimg .wpcf7-list-item {
    margin: 0;
}
.rimg .wpcf7-list-item-label,
.qimg .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    background-position: top center;
    cursor:pointer;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 3px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
}
.rimg .wpcf7-list-item-label {
    background-size: 40px 40px;
    width: 100%;
    height: 70px;
    padding: 47px 0px 3px;
    border: 1px solid #f3f3f3;
}
.qimg .wpcf7-list-item-label {
    background-size: 100%;
    width: 100%;
    height: 150px;
    padding: 127px 3px 3px;
    border: 1px solid #ffba00;   
}
.rimg .wpcf7-list-item-label:hover {
    background-color: #f4f4f4;
}
.qimg .wpcf7-list-item-label:hover {
    background-color: #ffba00;
    color: #fff;
}


:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
@media (min-width: 1439px) {
	.slide-text,
	.slide-link {
		left: 15%;
	}
}
@media (max-width: 1024px) {
    .inner,
	.mini-inner	{
        padding: 0 10px;
    }
    .header,
    .right,
    .footer {
        text-align: center;
    }
    .cols-2,
    .cols-3,
    .cols-4,
    .cols-6,
    .top.cols-2 {
        grid-template-columns: 1fr;
    }
    .header .grid,
    .footer .grid {
        grid-row-gap: 15px;
    }
    .logo {
        max-width: 300px;
        margin: 0 auto;
    }
    .logo {
        background-size: 40px;
        background-position: top left;
        padding-left: 45px;
    }
    .logo.grid {
        display: block;
    }
    .logo-title > span {
        letter-spacing: normal;
    }
    .logo-title,
    .logo-title > span {
        font-size: 30px;
    }
    .logo-title span {
        display: inline;
    }
    .logo-text {
        text-align: left;
        padding-left: 13px;
    }
    .header .advantages,
    .logo-text {
        text-align: left;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
	.slide-link {
		left: 50%;
		margin-left: -91px;
	}
	.slide-text {
		left: 0;
		font-size: 32px;
		text-align:center;
		width: 100%;
		max-width: none;
	}
	.fieldset-cf7mls input, .wpcf7-form .fieldset-cf7mls textarea {
		width: auto !important;
	}
}
@media (max-width: 667px) {
	.home .header,
	.swiper {
		min-height: 600px;
	}
	.slide-text {
		bottom: 15%;
	}
	.slide-link {
		bottom: 3%;
	}
}
@media (max-width: 550px) {
	.block-text {
		padding: 25px;
	}
    .step-num {
        width: 40%;
    }
    .qimg .wpcf7-radio {
        grid-template-columns: repeat(2, 1fr);
    }
    .fieldset-cf7mls {
        padding: 0 10px!important;
    }
    .qimg .wpcf7-list-item-label {
        height: 118px;
        padding: 100px 3px 3px;
    }
    .cf7mls-btns .cf7mls_next.action-button,
    .cf7mls-btns .cf7mls_back.action-button {
        font-size: 13px!important;
        padding: 13px 23px!important;
    }
    .fieldset-cf7mls input[type="text"],
    .fieldset-cf7mls input[type="tel"],
    .fieldset-cf7mls input[type="email"]  {
        width: 100%!important;
    }
}