/*
Theme Name: agrostroyservice
Author: Lyshka
*/
.gt_switcher {
	width: initial !important;
}
.gt_switcher_wrapper {
	--bd-radius: 6px;
	--font-size: 10px;
	right: 10px !important;
	bottom: 10px !important;
}
.gt_switcher_wrapper * {
	box-sizing: border-box !important;
}

.gtranslate_wrapper .gt_switcher_wrapper div.gt_selected {
 	--tw-bg-opacity: 1;
    background: rgb(56 142 62 / var(--tw-bg-opacity)) !important;
 	border-radius: 10px;
}
.gtranslate_wrapper .gt_switcher .gt_selected a {
	border-color: #fff !important;
    padding: 10px !important;
    border-radius: var(--bd-radius);
	color: #fff !important;
    width: 100% !important;
	font-weight: 600;
	width: initial !important;
    font-size: var(--font-size);
}
.gtranslate_wrapper .gt_switcher .gt_selected a:hover {
	--tw-bg-opacity: 1;
	border-radius: var(--bd-radius) !importrant;
    background: rgb(129 182 36 / var(--tw-bg-opacity)) !important;
}
.gt_switcher .gt_selected a:after {
	display: none !importrant;
	opacity: 0;
}

.gtranslate_wrapper .gt_switcher .gt_option {
	--tw-bg-opacity: 1;
 	background: rgb(56 142 62 / var(--tw-bg-opacity)) !important;
	color: #fff !important;
    border-radius: var(--bd-radius);
    height: 90px !important;
    font-weight: 600;
    width: initial !important;
}
.gtranslate_wrapper .gt_switcher .gt_option a {
	color: #fff !important;
	padding: 10px !important;
    font-size: var(--font-size);
}
.gtranslate_wrapper .gt_switcher .gt_option a:hover {
	--tw-bg-opacity: 1;
    background: rgb(129 182 36 / var(--tw-bg-opacity)) !important;
}