﻿﻿/*   
Theme Name: Mango People
Author: Serhii Nikolaienko
Author Email: seganiko.corp@gmail.com
Author Url: https://sozdanie-saita.kh.ua
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#menu-item-125{
	display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.3s!important;
	outline: none!important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
    vertical-align: middle!important;
}

ul, ol{
	padding: 10px 10px 10px 20px;
    list-style: none;
}

.content ul{
	list-style-type: square;
	padding: 4px 0 4px 20px;
}

.content ul li{
	margin: 6px 0;
}

.content em{
	font-style: italic;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #1e8199;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none!important;
	color: #1e8199;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #000;
}



html{
    margin: 0 !important;
}

.header{
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}

.logo{
    display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 49px;
}

.logo img{
	max-height: 49px;
}

.header-phone a{
	color: #000;
}

.header-phone img{
	width: 20px;
}

.topmenu{
	width: 100%;
    display: flex;
	align-items: center;
    clear: both;
}

.topmenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
    display: flex;
    align-items: center;
}
.top-header .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topmenu ul li{
	display: block;
	margin: 0;
	padding: 0;
}

.topmenu ul li a{
	color: #000;
	display: block;
	font-family: Bahnschrift Light;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 10px;
}

.topmenu ul li.current-menu-item a,
.topmenu ul li.current_page_item a,
.topmenu ul li a:hover,
.topmenu ul li ul.sub-menu li.current-menu-item a,
.topmenu ul li ul.sub-menu li.current_page_item a{
	color: #fff;
	background: #A21F1D;
}

.topmenu ul li.current-menu-item ul.sub-menu li a,
.topmenu ul li.current_page_item ul.sub-menu li a{
	background: transparent;
}

.topmenu ul li ul.sub-menu li a:hover,
.topmenu ul li.current-menu-item ul.sub-menu li a:hover,
.topmenu ul li.current_page_item ul.sub-menu li a:hover{
	color: #A21F1D;
}

.topmenu ul ul.sub-menu{
	display: none;
	background: #fff;
	color: #fff;
	width: 250px;
	box-shadow: 0px 0px 14px 1px #cfcfcf;
	padding: 0;
	padding-top: 0px;
	margin-top: 13px;
	margin-left: 0;
}

.topmenu ul li:hover > ul.sub-menu{
	display: block;
	position: absolute;
	z-index: 9999;
}

.topmenu ul ul.sub-menu li{
	display: block;
	width: 100%;
	float: none;
	text-align: left;
	background: #fff;
	padding: 0;
	margin: 0 0 1px;
}

.topmenu ul ul.sub-menu li:last-child{
	margin: 0;
}

.topmenu ul ul.sub-menu li a{
	color: #000;
	text-align: left;
	padding: 8px 15px;
	display: block;
	width: 100%;
	font-weight: 300;
	float: none;
	font-size: 15px;
	text-transform: none;
}

.topmenu ul ul.sub-menu li a:hover{
}

.close-menu{
	position: absolute;
	right: 15px;
	top: 20px;
	width: 32px;
	cursor: pointer;
	display: none;
}

.close-menu.active .active-img{
	display: block;
}

.close-menu .active-img,
.close-menu.active .no-active-img{
	display: none;
}








.search-city{
	position: static;
	width: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100vh;
	background: #fff;
	padding: 50px;
	display: none;
}

.search-city.active{
	position: fixed;
	z-index: 9995;
	display: block;
}



.switcher{
    font-family: Arial;
    font-size: 12pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 125px;
    line-height: 17px;
}

.switcher a{
    text-decoration: none;
    display: block;
    font-size: 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switcher a img{
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0 3px 0 0;
    opacity: 0.8;
}

.switcher a:hover img{
    opacity: 1;
}

.switcher .selected{
    background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position: relative;
    z-index: 9999;
}

.switcher .selected a{
    border: 1px solid #ccc;
    color: #666;
    padding: 3px 5px;
    width: 114px;
}

.switcher .selected a:after{
    height: 24px;
    top: 2px;
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 15px;
    background-position: 50%;
    background-size: 11px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    content: "" !important;
    transition: all 0.2s;
}

.switcher .selected a.open:after{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.switcher .selected a:hover{
    background: #fff;
}

.switcher .option{
    position: relative;
    z-index: 9998;
    border-top: 1px solid #eaeaea!important;
    border-left: 1px solid #eaeaea!important;
    border-right: 1px solid #eaeaea!important;
    border-bottom: 1px solid #eaeaea!important;
    background-color: #eaeaea;
    display: none;
    width: 185px;
    max-height: 210px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px 0 0;
}

.switcher .option a{
    color: #000;
    padding: 5px 5px;
    line-height: 1.2;
}

.switcher .option a:hover{
    background: #fff;
}

.switcher .option a.selected{
    background: #fff;
}

#selected_lang_name{
    float: none;
}

.l_name{
    float: none !important;
    margin: 0;
}

.switcher .option::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #f5f5f5;
}

.switcher .option::-webkit-scrollbar{
    width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #888;
}

.switcher a img{
	width: 26px;
}



a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

body{
    font-family: 'Open Sans', sans-serif;
    color: #2e2d2d;
}

img{
    width: 100%;
    max-width: 100%;
    vertical-align: top;
}

.main-container{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.banner {
    background-size: 135%;
    background-repeat: no-repeat;
    background-color: #e4e0e1;
    background-position: bottom -100px right;
    height: 100vh;
    max-height: 1080px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.l-side,
.r-side{
    width: 50%;
    max-width: 800px;
    height: calc(100vh - 180px);
    padding: 0 15px;
}

.l-side {
    padding-top: 60px;
}

.l-side .logo{
    max-width: 250px;
}

.l-side .text{
    color: #009245;
    font-weight: 600;
    font-size: 30px;
}

.r-side{
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}

.rcl-loginform.rcl-loginform-full{
	min-width: 500px;
}

.verify-form{
	width: 100%;
	max-width: 498px;
	padding: 20px;
    border-radius: 20px;
	background: #fff;
	display: none;
}

.verify-form.active{
	display: block;
}

.verify-form span[data-name=email-501]{
	display: none;
}

.verify-form span[data-name=file-404] input{
	background: #fff;
	background: #009245;
	border: none;
    border-radius: 20px;
    padding: 10px 45px 10px 20px;
	color: #fff;
}

.verify-form div.wpcf7 input[type=submit]{
	background: #009245;
	padding: 9px;
	margin: 4px 0 0;
	font-size: 15px;
}

.verify-form input{
    border-radius: 20px;
    padding: 10px 45px 10px 20px;
}

.block-verify-form{
	display: flex;
	text-align: left;
	font-weight: 600;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: space-between;
}

.h-verify-form{
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	width: calc(100% - 120px);
}

.ex-verify-form{
	margin: 0;
	width: 110px;
	text-align: center;
}

.ex-verify-form img{
	max-width: 110px;
}

.ex-verify-form span{
	display: flex;
	text-align: center;
	font-weight: 600;
	position: relative;
	width: 100%;
	text-align: center;
	align-items: flex-start;
	justify-content: center;
	font-size: 12px;
	margin-top: -44px;
	margin-bottom: 44px;
	font-family: Comic Sans MS;
}

.pdp-verify-form{
	text-align: center;
	font-weight: 600;
	margin: 0 0 15px;
}

#register-form-rcl a.rcl-bttn.rcl-bttn__type-primary.rcl-bttn__size-medium.rcl-bttn__fullwidth.disabled-btn{
	display: none;
}

.verify-form .wpcf7-response-output{
	border-radius: 20px!important;
	font-size: 15px!important;
}

div.wpcf7 .wpcf7-form.sent div.wpcf7-response-output{
	background: #009245;
}




















.bottom-side{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px 20px;
    display: flex;
    position: relative;
}

.bottom-side .swiper{
    margin: 0 60px;
    width: 100%;
}

.swiper-button-next, .swiper-button-prev{
    color: #fff;
}

.bottom-side .user{
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
}

.bottom-side .user img{
    max-width: 150px;
    max-height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bottom-side .text{
    display: block;
    margin-top: 5px;
    font-weight: 600;
	width: 100%;
}

.bottom-side .text .name{
	display: flex;
	width: 100%;
}

.panel_lk_recall{
    margin: 0;
    max-width: 500px;
}

.panel_lk_recall .form_head{
    border-bottom: 2px solid #009245;
}

.panel_lk_recall .form-tab-rcl{
    margin: 0;
    background: inherit;
    font-family: 'Open Sans', sans-serif;
}

.panel_lk_recall.pageform .form-tab-rcl{
    box-shadow: none;
}

.panel_lk_recall .form_reg,
.panel_lk_recall .form_auth{
    background: inherit;
}

.panel_lk_recall .form-tab-rcl .form_head a{
    border: none;
}

.panel_lk_recall .form_reg, .panel_lk_recall .form_auth{
    width: 35%;
    text-transform: uppercase;
}

.panel_lk_recall .form_active{
    font-weight: 600;
    color: #2e2d2d;
}

.form_auth, .form_head.form_rmmbr a:first-child{
    border-right: 2px solid #009245;
}

.panel_lk_recall .form-block-rcl{
    margin: 0 0 15px;
}

.panel_lk_recall .form-tab-rcl .form_head a{
    color: #2e2d2d;
    opacity: .5;
    transition: .3s;
}

.panel_lk_recall .form-tab-rcl a.link-tab-rcl:hover{
    color: #2e2d2d;
    opacity: 1;
}

.panel_lk_recall .rcl-field-input select,
.panel_lk_recall .default-field input{
    border-radius: 20px;
    padding: 10px 45px 10px 20px;
}
.panel_lk_recall .rcl-field-input select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(./img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.panel_lk_recall .form-block-rcl .required{
    top: 16px;
    right: 20px;
}
.rcl-bttn.rcl-bttn__fullwidth:not(.rcl-bttn__type-clear){
    background-color: #009245;
    border-radius: 20px;
    padding: 15px 5px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
.rcl-bttn:not(.rcl-bttn__type-clear):not(.important-shift) .rcl-bttn__ico-left{
    display: none;
}
.rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__ico + .rcl-bttn__text{
    padding: 10px;
}

.form-tab-rcl .form-block-rcl a.link-remember-rcl{
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.panel_lk_recall .form-tab-rcl .block-label{
    font-size: 14px;
}
.rcl-field-input label.block-label::before{
    border-radius: 5px;
}
.form-tab-rcl .form-block-rcl a.link-remember-rcl{
    color: #646464;
}
.panel_lk_recall .form-block-rcl:last-child{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages-block .main-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 70px 15px 40px;
}

.advantage-item{
    max-width: 40%;
    margin: 30px 0;
    margin-bottom: 30px;
}

.advantage-item .title{
    font-weight: 700;
    font-size: 22px;
    width: 100%;
    margin-bottom: 20px;
}

.advantage-item img{
    max-width: calc(60% - 15px);
    margin-right: 15px;
    float: left;
}

footer{
    background-color: #e4e0e1;
    padding: 30px 15px;
    text-align: center;
}

footer ul{
    display: flex;
    justify-content: center;
}

footer a{
    padding: 0 15px;
}

.join-block{
    padding: 70px 0;
}

.join-block .main-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.join-title,
.propose-title,
.about-title{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    width: 100%;
}

.join-item{
    width: 18%;
    margin-top: 70px;
}

.join-pic{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.join-pic img{
    width: 100%;
}

.propose-block {
    background-color: #e4e0e1;
    padding: 70px 0;
}

.about-block{
    padding: 70px 0;
}

.about-block .text img{
    max-width: 100%;
    float: none;
}

.about-block .text::after{
    content: '';
    display: block;
    clear: both;
}

.form-block-rcl.default-field .rcli{
    display: none;
}

.rcl-field-input input[type="checkbox"]:checked + label.block-label::before,
.rcl-field-input input[type="radio"]:checked + label.block-label::before{
    background-color: #009245;
    border-color: #009245;
}

#rcl-office .rt-rcl-tabs{
    box-shadow: inherit;
    padding-top: 0;
}

#rcl-office .recall_content_block.active{
    padding-top: 0;
}

#rcl-office .cab_lt_sidebar #area_actions>.area-actions-container .recall-button{
    display: flex;
    align-items: center;
    padding: 0 10px;
}

#rcl-office .cab_lt_sidebar #lk-menu span span span{
    padding: 0;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar img{
    width: 150px;
    height: 150px;
    border: none;
}

#rcl-avatar .avatar-image{
    display: block;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.area-actions,
#rcl-office .cab_lt_sidebar #lk-menu{
    margin-top: 0;
}
#rcl-office .cab_lt_sidebar #lk-menu{
    background-color: rgba(255,255,255, 0);
    box-shadow: none;
}
#rcl-office .cab_lt_sidebar .lk-sidebar{
    box-shadow: inherit;
    background-color: rgba(255,255,255, 0);
}

#rcl-office a.recall-button{
    color: #2e2d2d;
    opacity: .7;
}

#rcl-office .cab_lt_sidebar .recall-button.active,
#rcl-office .cab_lt_sidebar .recall-button:hover{
    color: #009245;
    opacity: 1;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar{
    margin-bottom: 0;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_lt_title .username{
    padding: 0;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_lt_title{
    margin-top: 0;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #counters_area .rcl-tab-button{
    margin: 0 7px;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_lt_title .username{
    color: #2e2d2d;
    opacity: .8;
}

#rcl-office .rt-rcl-tabs .recall_content_block .rcl-subtab-content h3{
    color: #2e2d2d;
    border-bottom: 2px solid #009245;
}

.topmenu ul li.current-menu-item a, .topmenu ul li.current_page_item a, .topmenu ul li a:hover, .topmenu ul li ul.sub-menu li.current-menu-item a, .topmenu ul li ul.sub-menu li.current_page_item a{
    background-color: #fff;
    color: #990100;
    opacity: 1;
}

.topmenu ul li a{
    opacity: .7;
    font-weight: 600;
}

#rcl-office .rt-rcl-tabs .rcl-field-input input:not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):focus,
#rcl-office .rt-rcl-tabs .rcl-field-input select:focus, #rcl-office .rt-rcl-tabs .rcl-field-input textarea:focus,
.rcl-chat .chat-form [name='chat[message]']:focus{
    box-shadow: inherit !important;
    border-color: #009245;
}

.rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.rcl-field-input textarea, .rcl-field-input input,
.rcl-field-input textarea, .rcl-field-input select,
.fs-label-wrap{
    border-radius: 7px;
}

.rcl-table__cell-w-30,
.rcl-table__cell-w-70{
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
}

.rcl-table__cell-w-30{
    padding-bottom: 0;
    font-weight: 600;
}

.rcl-table__row{
    flex-wrap: wrap;
}

.rcl-table__not-header .rcl-table__row{
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.rcl-table__not-header .rcl-table__row:nth-child(5),
.rcl-table__not-header .rcl-table__row:nth-child(6),
.rcl-table__not-header .rcl-table__row:nth-child(7),
.rcl-table__not-header .rcl-table__row:nth-child(8),
.rcl-table__not-header .rcl-table__row:nth-child(15),
.rcl-table__not-header .rcl-table__row:nth-child(16){
    width: calc(50% - 8px);
}

.rcl-table__not-header .rcl-table__row:nth-child(1),
.rcl-table__not-header .rcl-table__row:nth-child(2),
.rcl-table__not-header .rcl-table__row:nth-child(3),
.rcl-table__not-header .rcl-table__row:nth-child(9),
.rcl-table__not-header .rcl-table__row:nth-child(10),
.rcl-table__not-header .rcl-table__row:nth-child(11),
.rcl-table__not-header .rcl-table__row:nth-child(12),
.rcl-table__not-header .rcl-table__row:nth-child(13),
.rcl-table__not-header .rcl-table__row:nth-child(14),
.rcl-table__not-header .rcl-table__row:nth-child(19),
.rcl-table__not-header .rcl-table__row:nth-child(20),
.rcl-table__not-header .rcl-table__row:nth-child(21),
.rcl-table__not-header .rcl-table__row:nth-child(22),
.rcl-table__not-header .rcl-table__row:nth-child(23){
    width: calc(33.33% - 8px);
}

.rcl-table__not-header .rcl-table__row:nth-child(18){
    width: 100%;
    color: #2e2d2d;
    border-bottom: 2px solid #009245;
    font-size: 18px;
    line-height: 1;
    margin: 5px 0;
    font-weight: 700;
    padding-bottom: 10px;
}

.rcl-table__not-header .rcl-table__row:nth-child(18) .rcl-table__cell-w-70{
    display: none;
}

.rcl-table__not-header .rcl-table__row:nth-child(23){
    margin-right: auto;
    margin-left: 12px;
}

.rcl-table {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rcl-field-input select{
    margin: 0;
}

.rcl-table .fs-label-wrap .fs-label{
    padding: 0;
    line-height: normal;
}

#rcl-office .rt-rcl-tabs #tab-profile #cpsubmit{
    margin: 0;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #009245;
}

#rcl-office .rt-rcl-tabs #tab-profile #cpsubmit:hover{
    background-color: #8fe3b7;
	color: #222!important;
}

.bs-tooltip-top{
    display: none;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_bttn_lite .rcl-tab-button:hover .rcli{
    transform: none;
}

#rcl-office .cab_lt_sidebar #area_actions>.area-actions-container>.lk-sidebar.area-actions{
    display: none;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar:hover{}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar{
    position: relative;
    max-width: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar:hover .avatar-icons{
    transform: none;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar .avatar-icons{
    visibility: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    margin: 0;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar .avatar-icons .rcl-avatar-icon{
    margin: 0 5px;
}

#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta #rcl-avatar .avatar-icons .rcl-avatar-icon a:hover{
    color: #009245;
}

.top-heading h1{
	font-size: 24px;
	font-weight: 700;
	color: #2e2d2d;
	margin: 10px 0 0;
}

.page-template-page-account .top-heading h1{
    height: 0;
    overflow: hidden;
}

#breadcrumbs{
    padding: 0 0 10px;
    color: #999999;
    font-size: 22px;
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last{
    font-size: 14px;
}
#breadcrumbs a{
    color: #999999;
    margin-right: 3px;
}

#breadcrumbs a + a{
    margin-left: 3px;
}

#breadcrumbs a:hover{
    color: #009245;
}

#breadcrumbs .breadcrumb_last{
    color: #009245;
    margin-left: 3px;
}

article.content{
	min-height: calc(100vh - 172px);
	padding: 0 0 70px;
}

article.content p{
	margin: 12px 0;
}

article.content strong{
	font-weight: 700;
}

.top-header .switcher .selected{
    background: none;
}

.top-header .switcher .selected a{
    border: none;
    padding: 0;
}

.home .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__ico-mask) .rcl-bttn__ico + .rcl-bttn__text{
	padding: 8px 15px;
	width: auto;
	background: #009245;
}

.home .panel_lk_recall .rcl-widget-buttons .rcl-widget-button{
	overflow: visible;
}

.home .rcl-widget-buttons .rcl-widget-button:nth-child(2) a span{
	background: #990100!important;
}

h2{
	font-size: 21px;
	font-weight: 700;
	color: #2e2d2d;
	margin: 10px 0;
}

h3{
	font-size: 19px;
	font-weight: 700;
	color: #2e2d2d;
	margin: 10px 0;
}

h4{
	font-size: 19px;
	font-weight: 700;
	color: #2e2d2d;
	margin: 10px 0;
}

.home .form-block-rcl label{
	display: none;
}

.home .form-block-rcl select{
	margin: 0;
}

.home .rcl-field-input input{
	border-radius: 20px!important;
    padding: 10px 25px 10px 20px!important;
}

.panel_lk_recall.floatform .form-tab-rcl{
    background: #fff;
    padding: 15px;
}

#rcl-office .cab_lt_sidebar #area_actions>.area-actions-container>.lk-sidebar.area-actions{
	display: block;
}

.rcl-search-form{
    display: none;
}

.rcl-form .submit-box{
    background: #fff;
    padding: 0;
}

body .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__fullwidth){
    border-radius: 10px;
    font-weight: 500;
    color: #fff !important;
}

body .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__fullwidth):hover{
    background-color: #8fe3b7;
    color: #2e2d2d !important;
    color: #fff !important;
}

body.home .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__fullwidth):hover{
    color: #2e2d2d !important;
}

.rcl-runner .rcl-runner-box, .rcl-range .rcl-range-box{
    box-shadow: none;
    border-radius: 0;
    height: 1px;
    background-color: #009245;
}

.rcl-runner .rcl-runner-box .ui-slider-handle,
.rcl-range .rcl-range-box .ui-slider-handle{
    box-shadow: none;
    top: calc(50% - 9px);
}

#rcl-new-users-3 .mini-list{
    justify-content: space-between;
}

.userlist{
    display: flex;
    flex-wrap: wrap;
}

.userlist.rows-list .user-single{
    border-radius: 0;
    box-shadow: none;
    width: 18%;
    padding-top: 18%;
    margin: 0;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 3px;
    margin-left: 2.5%;
}

.userlist.rows-list .user-single:first-child,
.userlist.rows-list .user-single:nth-child(5n) + .user-single{
    margin-left: 0;
}

.userlist:not(.mini-list) .thumb-user a{
    margin-bottom: 0;
}

.userlist.rows-list .thumb-user{
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.userlist .status_author_mess{
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    pointer-events: none;
}

.userlist .user-name{
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    width: calc(100% - 16px);
    pointer-events: none;
	font-size: 15px;
}

.userlist .user-name a{
	display: block;
    width: calc(100% - 30px);
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.userlist .user-name::after{
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    background-image: url(./img/mail.svg);
    z-index: 2;
}

.userlist .user-name a{
    color: #fff;
    text-shadow: #000 1px 0 10px;
}

.online .rcli.fa-circle{
    animation: none;
}

.userlist .status_author_mess.offline{
	color: #fff;
}

.page-template-page-users .col-xl-9 .rcl-search-form,
.page-template-page-users .col-xl-9 h3,
.page-template-page-users .col-xl-9 .rcl-data-filters{
	display: none;
}

#ssi-modalTitle,
#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_bttn_lite #tab-button-followers,
#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_bttn_lite #tab-button-subscriptions{
	display: none;
}


#rcl-office .cab_lt_sidebar .lk-sidebar.user-meta .cab_bttn_lite{
	/* display: block; */
}

.switcher .selected{
	z-index: 999!important;
}




















.rcl-notice__type-success{
	background: rgba(0, 146, 69, 0.5);
	color: #fff;
}

.rcl-notice__type-success.rcl-notice__border{
	border-color: rgba(0, 146, 69, 1);
	/* border: none; */
}

.rcl-notice > .rcli{
	color: rgba(255, 255, 255, 1);
	font-size: 40px;
	left: 5px;
}




.fire-likes{
	width: 100%;
	float: none;
	clear: both;
}

.left-fire-likes{
	width: 40%;
	float: left;
}

.center-fire-likes{
	width: 20%;
	float: left;
}

.right-fire-likes{
	width: 40%;
	float: left;
}

.top-header .switcher{
    width: 100%;
    overflow: visible;
}

.top-header .switcher .selected a{
    color: rgba(0,0,0,0);
    width: 100%;
    line-height: 0;
    min-width: 65px;
}

.top-header .switcher .selected a:after{
    height: 20px;
    top: 0;
}

.top-header .switcher .option{
    position: absolute;
    top: 100%;
    right: 0;
    border: none;
}









.div_pay{
	margin-bottom: 30px;
}

.div_pay a{
	background: rgb(0,146,69);
	display: inline-block;
	border-radius: 4px;
	color: #fff!important;
	padding: 2px 4px;
	margin-left: 5px;
}




#glrd-attachment .rcl-chat .message-wrapper{
	width: 100%;
}






.rcl-field-input input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]),
.rcl-field-input textarea,
.rcl-field-input input,
.rcl-field-input textarea,
.rcl-field-input select,
.fs-label-wrap{
	padding: 12px;
}

.type-multiselect-input .fs-wrap,
.type-multiselect-input .fs-dropdown{
	max-width: 100%;
}






#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input{
	width: 20px!important;
	height: 20px!important;
	margin: 0!important;
	display: block;
	float: left;
}

.woocommerce-checkout #payment ul.payment_methods li label{
	margin: -6px 0 0 27px;
	display: block;
	width: calc(100% - 40px);
	font-weight: 700;
}

.woocommerce-checkout #payment div.payment_box p{
	margin: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
	margin: 0 0 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce table.shop_table{
	border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img{
	width: 70px;
	display: block;
	margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	text-align: center;
	font-size: 22px;
	padding: 0;
}

.woocommerce ul.products li.product .price{
	color: #000;
	font-size: 14px;
	text-align: center;
}

.woocommerce-Price-amount.amount{
	font-size: 22px;
	font-weight: 700;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button, .woocommerce input.button{
	padding: 20px;
	border-radius: 0;
	width: 100%;
	background-color: #009245;
	color: #fff;
	text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
	background-color: #000;
	color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background-color: #009245;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
	background-color: #222;
}

.woocommerce-terms-and-conditions-wrapper,
.tax_label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-billing-fields h3{
	display: none;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide{
	display: block;
	padding: 0;
}

#order_review{
	margin: 12px 0 0;
}

.woocommerce .woocommerce-customer-details address{
	border: none;
	padding: 10px 0;
}

.woocommerce ul.products li.product .button{
	margin-top: 3px;
}

table.shop_table_responsive tbody tr td.ywsbs-subscription-status{
	text-align: left;
}

.heading-shop{
	font-size: 28px;
	margin: 0 0 15px;
	font-weight: 700;
}

.one-list-shop.one{
	padding: 15px 0 0;
}

.one-list-shop.two{
	background: #fcfcfc;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
	padding: 65px 0;
}

.one-list-shop.three{
	padding: 65px 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
	padding: 15px;
	/* border-radius: 10px; */
	border: 0.5px solid #009245;
}

.woocommerce ul.products li.product a{
	display: block;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	pointer-events: none;
}

.woocommerce ul.products li.product a img,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-thumbnail,
.woocommerce-cart table tbody tr:last-child{
	display: none;
}

.woocommerce-page.columns-3 ul.products li.product .woocommerce-product-details__short-description,
.woocommerce.columns-3 ul.products li.product .woocommerce-product-details__short-description{
	margin: 7px 0;
	text-align: center;
}

.woocommerce-page.columns-3 ul.products li.product .woocommerce-product-details__short-description ul,
.woocommerce.columns-3 ul.products li.product .woocommerce-product-details__short-description ul{
	margin: 0;
}

.woocommerce-page.columns-3 ul.products li.product .woocommerce-product-details__short-description ul li,
.woocommerce.columns-3 ul.products li.product .woocommerce-product-details__short-description ul li{
	margin: 1px 0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	color: #fff;
}


.userlist.rows-list .user-content-rcl{
	display: none;
}

.userlist.rows-list .userlist_cntr{
	min-height: 0;
}

.userlist.rows-list .userlist_top{
	background: transparent;
	border-radius: 5px;
	padding: 0;
}

.pr_member{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 4px;
	background: #fff;
	border-radius: 50%;
	z-index: 99;
}

































#topmenutable,
/* form[name="searchForm"], */
#pageFooter,
table.restable tr:nth-child(1),
table.restable tr:nth-child(2),
table.restable tr td:nth-child(1),
table.restable tr td:nth-child(4),
table.restable tr td:nth-child(5),
table.restable tr td:nth-child(6),
table.restable tr td small,
table.restable tr td:nth-child(2) a:nth-child(2){
	display: none;
}

table.restable tr td:nth-child(3){
	font-size: 0;
}

table.restable tr td:nth-child(3) a,
table.restable tr td a{
	font-size: 16px;
}



input,
select,
textarea{
	padding: 15px;
	border: none;
	border: 1px solid #888;
	outline: none;
	background: transparent;
	font-size: 15px;
	width: 100%;
	max-width: 100%;
	font-weight: 300;
	margin: 3px 0;
	border-radius: 0px;
	color: #000;
}

span.wpcf7-form-control-wrap{
	display: block;
}

div.wpcf7 select{
	padding: 15px;
	outline: none;
}

div.wpcf7 textarea{
	height: 120px;
}

div.wpcf7 label{
	text-align: left;
}

div.wpcf7 br{
	display: none;
}

div.wpcf7{
	width: 100%;
	max-width: 600px;
}

div.wpcf7 label{
	font-size: 16px;
	font-weight: 700;
	padding-top: 15px;
	padding-left: 15px;
}

div.wpcf7 input[type=submit]{
	font-size: 17px;
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #990100;
	font-weight: 400;
	color: #fff;
	padding: 15px;
	margin: 8px 0 0;
	display: block;
	max-width: 100%;
	text-align: center;
}

div.wpcf7 input[type=submit]:hover{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background: #000;
}

div.wpcf7-response-output{
	margin: 0!important;
}

div.wpcf7-validation-errors{
	background: #990100!important;
}

div.wpcf7-mail-sent-ok{
	background: #368c09!important;
}

span.wpcf7-not-valid-tip,
.ajax-loader,
.wpcf7 br{
	display: none!important;
}

div.wpcf7-response-output{
	padding: 15px!important;
	width: 100%!important;
	float: none;
	clear: both;
	max-width: 100%!important;
	margin: 0 auto!important;
	margin-top: 7px!important;
	font-size: 17px;
	text-align: center;
	color: #fff!important;
	font-weight: 400!important;
	border: none!important;
	background: #990100!important;
}

.rcl-chat .message-wrapper{
    width: 60%;
}

.rcl-chat .words-counter{
    display: none;
}

.rcl-chat .chat-messages .chat-message .user-avatar{
    display: none;
}

.rcl-chat .chat-message .author-name{
    /* display: none; */
}

.panel_lk_recall .default-field input#login-user{
	display: none;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-messages .chat-message.nth .message-box, .rcl-chat .chat-messages .chat-message.nth .message-box,
.rcl-chat .chat-messages .chat-message .message-box{
    padding: 10px 10px 20px;
}

.rcl-chat .message-wrapper{
    position: relative;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-message .message-time, .rcl-chat .chat-message .message-time{
    position: absolute;
    bottom: 5px;
    padding: 0 10px;
    z-index: 1;
    color: #000;
    opacity: .5;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-message .message-time i.rcli,
.rcl-chat .chat-message .message-time i.rcli {
    display: none;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-message.nth .message-time, #rcl-office .rt-rcl-tabs #tab-chat .chat-messages .chat-message.nth .user-avatar, .rcl-chat .chat-message.nth .message-time, .rcl-chat .chat-messages .chat-message.nth .user-avatar{
    right: 20px;
    color: #fff;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-messages .chat-message .message-box, #rcl-office .rt-rcl-tabs #tab-postform .wp-editor-wrap.html-active .switch-html, #rcl-office .rt-rcl-tabs #tab-postform .wp-editor-wrap.tmce-active .switch-tmce, .rcl-chat .chat-messages .chat-message .message-box {
    background-color: #e7e7e7;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-message .message-box::before, .rcl-chat .chat-message .message-box::before{
    border-color: transparent #e7e7e7 transparent transparent;
}

.rcl-chat .chat-messages .chat-message .message-box{
    border-radius: 5px;
    border-bottom-left-radius: 0;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-messages .chat-message.nth .message-box, .rcl-chat .chat-messages .chat-message.nth .message-box{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-message .message-box::before, .rcl-chat .chat-message .message-box::before{
    top: calc(100% - 10px);
}

.rcl-chat .message-attachment{
    background: none;
    padding: 3px 0;
    margin-top: 0;
}

textarea {
    resize: none;
}

.rcl-chat .chat-messages .chat-message{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rcl-chat .chat-messages .chat-message.nth{
    justify-content: flex-end;
}

.rcl-chat .chat-messages .chat-message .message-manager{
    order: 1;
}

.rcl-chat .chat-messages .chat-message.nth .message-manager{
    order: 0;
}

.mejs-inner .mejs-overlay:hover>.mejs-overlay-button{
    background-position: 0 -39px;
}

.rcl-chat .chat-messages{
    max-height: calc(61vh + 40px);
}

.rcl-chat .chat-messages-box{
    margin-top: -40px;
}

.rcl-chat .important-manager{
    margin-right: 10px;
}

.rcl-chat .chat-users-box{
    border-radius: 5px;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-form .chat-form-media i{
    font-size: 30px;
}

#rcl-office .rt-rcl-tabs #tab-chat .chat-form .chat-form-media{
    display: flex;
}

.rcl-chat .rcl-chat-uploader{
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 10px;
}

#rcl-office .rcl-chat .chat-form textarea{
    min-height: 52px;
    max-height: 96px;
    padding: 5px 90px 5px 10px;
}

.switcher .selected{
    z-index: 999;
}

#rcl-office .rt-rcl-tabs .recall_content_block .rcl-subtab-menu+.rcl-subtab-content{
    background-color: #fff;
    border: none;
}

#rcl-office .rcl-chat-contacts .chat-contact .message-meta{
    float: none;
    display: block;
}

#rcl-office .rcl-chat-contacts .chat-contact .message-content .message-text{
    padding: 0;
}

#rcl-office .rcl-chat-contacts .noread-message{
    display: flex;
    align-items: center;
}

#rcl-office .rcl-chat-contacts .chat-contact .message-content .message-text .master-avatar{
    display: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    pointer-events: all;
}

.woocommerce ul.products li.product .price .price_time_opt{
    display: none;
}

.woocommerce ul.products li.product .price{
    text-align: center;
    margin: 0;
}

.woocommerce-Price-amount.amount{
    font-size: 50px;
    display: block;
    line-height: 50px;
    color: #009245;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
    display: flex;
    flex-direction: column;
}

.woocommerce.columns-3 ul.products li.product .woocommerce-product-details__short-description{
    order: 1;
    width: 80%;
    margin: 20px auto 40px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    margin-bottom: 30px;
}

.woocommerce ul.products li.product .button{
    border-radius: 15px;
    width: 80%;
    margin: 0 auto;
    border: 0.5px solid #009245;
    background-color: #fff;
    color: #009245;
}

.woocommerce ul.products li.product .button:hover{
    background-color: #009245;
    color: #fff;
    
}

.woocommerce ul.products li.product:last-child .button{
    background-color: #009245;
    color: #fff;
}

.one-list-shop.three{
    padding: 0;
}

.one-list-shop.two{
    padding: 0;
    border: none;
}

article.content .justify{
	text-align: justify;
}

article.content p{
    color: #2e2b2b;
    margin: 9px 0;
}

article.content a{
    color: #1e8199;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{
    padding-top: 50px;
    padding-bottom: 50px;
    transition: .3s;
}

.woocommerce ul.products.columns-3 li.product:hover, .woocommerce-page ul.products.columns-3 li.product:hover{
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.18);
}

.rcl-dropzone{
    max-width: 150px;
    width: 100%;
    min-height: 150px;
    background: none;
    border: 0.5px solid #009245;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
}

.rcl-dropzone::before{
    content: '+';
    display: block;
    padding: 5px;
    border: 2px solid #009245;
    color: #009245;
    height: 30px;
    width: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0 1px 1px 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.rcl-dropzone .dropzone-upload-area{
    padding: 0;
    border: none;
    font-size: 14px;
}

.rcl-uploader .rcl-uploader-button-box a {
    background-color: #009245;
    padding: 5px 10px;
}

#glrd-attachment .attachment-image .attachment-manager,
.ssi-buttons{
    display: none;
}

body .rcl-bttn:not(.rcl-bttn__type-clear):not(.rcl-bttn__fullwidth):hover{
    box-shadow: none !important;
    /* margin: 0 !important; */
    transform: none !important;
}

.rcl-smiles .rcl-smiles-list{
    padding: 0;
    right: -4px;
    padding-bottom: 40px;
}

.rcl-smiles .smiles{
    width: 335px;
}

#counters_area,
.cart_totals h2,
.cart_totals table.shop_table,
.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total,
.woocommerce-customer-details{
	display: none;
}

td.product-name a{
	pointer-events: none;
}

.woocommerce ul.order_details{
	margin: 0 0 15px;
	padding: 0;
}

.woocommerce ul.order_details li {
    float: none;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    border-right: none;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce-order .woocommerce-Price-amount.amount{
	font-size: 26px;
    line-height: 26px;
}






















@media only screen and (max-width: 1199px) {
    .page-template-page-users .rcl-form form{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-template-page-users .rcl-field{
        max-width: calc(50% - 15px);
        margin-bottom: 15px;
    }
    .page-template-page-users .rcl-form .submit-box{
        width: 100%;
    }
    .page-template-page-users .rcl-runner, .page-template-page-users .rcl-range{
        padding: 0 10px;
    }
    .userlist.mini-list .user-single{
        width: 18%;
        max-width: 300px;
        margin: 0;
        margin-bottom: 15px;
    }
    .userlist.mini-list .user-single a{
        margin: 0;
    }
    .userlist .thumb-user a{
        margin: 0;
    }
    .userlist.rows-list .user-single{
        width: 24%;
        padding-top: 24%;
    }
    
    .switcher .selected a:after{
        right: 0;    
    }
    
}

@media only screen and (max-width: 1020px) {
    .banner{
        height: auto;
        min-height: 100vh;
        background-image: none !important;
        max-height: inherit;
    }
    .l-side,
    .r-side{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .l-side{
        text-align: center;
        padding-top: 20px;
    }
    .l-side .text{
        font-size: 27px;
    }
    .panel_lk_recall .form_reg,
    .panel_lk_recall .form_auth{
        width: 50%;
    }
    .bottom-side{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .bottom-side .user{
        margin-top: 20px;
    }
    .join-item {
        width: 28%;
    }
}

@media only screen and (max-width: 991px) {
    .close-menu{
        display: block;
    }
    .topmenu-block{
        position: static;
    }
    .top-header{
        position: relative;
    }    
    .topmenu{
        display: none;
        position: absolute;
        top: calc(100% + 11px);
        width: 320px;
        right: 0;
        background-color: #fff;
        z-index: 100;
        border: 1px solid #e2e2e2;
        border-top: none;
    }
    .topmenu ul{
        flex-direction: column;
        width: 100%;
    }
    .topmenu ul li{
        width: 100%;
    }
    .topmenu ul li a{
        padding: 10px;
        text-align: center;
    }
    .topmenu-block.active .topmenu{
        display: block;
    }
    .top-header .switcher{
        max-width: 65px;
        margin-left: auto;
    }
}

@media only screen and (max-width: 768px) {
    .rcl-table__not-header .rcl-table__row{
        border: none;
        margin: 0;
    }
    .rcl-table__cell{
        padding: 0;
    }
    .rcl-table__not-header .rcl-table__cell:nth-child(1){
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .advantage-item{
        max-width: 100%;
    }
    .advantage-item img{
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
    .about-block .text img{
        float: none;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .join-item{
        width: 40%;
    }

    .rcl-table__not-header .rcl-table__row:nth-child(1),
    .rcl-table__not-header .rcl-table__row:nth-child(2),
    .rcl-table__not-header .rcl-table__row:nth-child(3),
    .rcl-table__not-header .rcl-table__row:nth-child(15),
    .rcl-table__not-header .rcl-table__row:nth-child(16){
        width: 100%;
    }
    .rcl-table__not-header .rcl-table__row:nth-child(9),
    .rcl-table__not-header .rcl-table__row:nth-child(10),
    .rcl-table__not-header .rcl-table__row:nth-child(11),
    .rcl-table__not-header .rcl-table__row:nth-child(12),
    .rcl-table__not-header .rcl-table__row:nth-child(13),
    .rcl-table__not-header .rcl-table__row:nth-child(14),
    .rcl-table__not-header .rcl-table__row:nth-child(19),
    .rcl-table__not-header .rcl-table__row:nth-child(20),
    .rcl-table__not-header .rcl-table__row:nth-child(21),
    .rcl-table__not-header .rcl-table__row:nth-child(22),
    .rcl-table__not-header .rcl-table__row:nth-child(23){
        width: calc(50% - 8px);
    }
    .rcl-table__not-header .rcl-table__row:nth-child(23){
        margin-left: 0;
    }
    #rcl-office .rt-rcl-tabs #tab-profile #cpsubmit{
        display: block;
        text-align: center;
        margin: 10px auto 0;
    }
    .userlist.rows-list .user-single{
        width: 49%;
        padding-top: 49%;
    }
    .page-template-page-users .rcl-field{
        max-width: 100%;
    }
}
    
@media only screen and (max-width: 568px) {
    .rcl-table__not-header .rcl-table__row:nth-child(15),
    .rcl-table__not-header .rcl-table__row:nth-child(16){
        width: calc(50% - 8px);
    }
    #rcl-office .cab_lt_sidebar #area_actions{
        position: static;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        visibility: visible;
        opacity: 1;
        width: auto;
        height: auto;
    }
    #rcl-office .cab_lt_menu.recall-button{
        display: none;
    }
    #rcl-office .cab_lt_sidebar #area_actions>.area-actions-container{
        padding: 0;
    }
    #rcl-office .cab_lt_sidebar #area_actions #lk-menu{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    #rcl-office .cab_lt_sidebar #area_actions.active:before{
        content: none;
    }
    footer ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer a{
        margin-bottom: 15px;
    }
	
	.rcl-loginform.rcl-loginform-full{
		min-width: 250px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media only screen and (max-width: 400px) {
    .rcl-table__not-header .rcl-table__row:nth-child(1),
    .rcl-table__not-header .rcl-table__row:nth-child(2),
    .rcl-table__not-header .rcl-table__row:nth-child(3),
    .rcl-table__not-header .rcl-table__row:nth-child(5),
    .rcl-table__not-header .rcl-table__row:nth-child(6),
    .rcl-table__not-header .rcl-table__row:nth-child(7),
    .rcl-table__not-header .rcl-table__row:nth-child(8),
    .rcl-table__not-header .rcl-table__row:nth-child(15),
    .rcl-table__not-header .rcl-table__row:nth-child(16),
    .rcl-table__not-header .rcl-table__row:nth-child(9),
    .rcl-table__not-header .rcl-table__row:nth-child(10),
    .rcl-table__not-header .rcl-table__row:nth-child(11),
    .rcl-table__not-header .rcl-table__row:nth-child(12),
    .rcl-table__not-header .rcl-table__row:nth-child(13),
    .rcl-table__not-header .rcl-table__row:nth-child(14),
    .rcl-table__not-header .rcl-table__row:nth-child(18),
    .rcl-table__not-header .rcl-table__row:nth-child(19),
    .rcl-table__not-header .rcl-table__row:nth-child(20),
    .rcl-table__not-header .rcl-table__row:nth-child(21),
    .rcl-table__not-header .rcl-table__row:nth-child(22),
    .rcl-table__not-header .rcl-table__row:nth-child(23){
        width: 100%;
    }
}



















