@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/Bebas_Neue.ttf");
}
@font-face {
    font-family: "Bebas Neue Light";
    src: url("../fonts/Bebas_Neue_Light.ttf");
}
@font-face {
    font-family: "CircleC";
    src: url("../fonts/Circle_C.ttf");
}

button {
    background: inherit;
    border: none;
}

:root {
	--color-1: #43525f;
}

body {
    background: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

section {
    height: 100%;
    padding: 10px 0;
}

.panel {
    margin: auto 0;
}

.head {
    text-align: center;
    margin: 0 0 15px 0;

}

.head .logo {
    max-width: 245px;
    max-height: 18vmax;
	margin: 0 0 30px 0;
}

.head .logo-title {
    font-family: "Bebas Neue Light";
    text-transform: uppercase;
    font-size: 2rem;
    color: #fff;
    margin: 0 0 5px 0;
}

.head .link {
    font-family: "Bebas Neue";
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.head .link img {
    width: 45px;
}

.social-links .social-item {
    margin: 7px 20px 7px 20px;
}

.social-item a {
	width: 57px;
	height: 60px;
	display: block;
}

.social-links .social-item img {
    width: 100%;
}

.whatsap {
    position: relative;
}

.whatsap img {
    animation: whats-animation 2s infinite;
    -webkit-animation: whats-animation 2s infinite;
    z-index: 0;
}

.whatsap:before {
    animation: whats2-animation 2s infinite;
    -webkit-animation: whats2-animation 2s infinite;
}

@keyframes whats-animation {
    from {opacity: 1;}
    50% {opacity: 0.6;}
    to {opacity: 1;}
}

@keyframes whats2-animation {
    from {transform: translateX(0);}
    5% {transform: translateX(2px);}
    10% {transform: translateX(0);}
    15% {transform: translateX(2px);}
    20% {transform: translateX(0);}
    25% {transform: translateX(2px);}
    30% {transform: translateX(0);}
    35% {transform: translateX(2px);}
    50% {transform: translateX(0);}
    to { transform: translateX(0);}
}

.whatsap:hover {
	cursor: pointer;
}

.whatsap:before {
    font-size: 0.8rem;
    content: '1';
    position: absolute;
	top: 0px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: #FC5700;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.button-panel a {
	width: 100px;
	height: 100px;
    border-radius: 50%;
    border: 6px solid #fff;
	margin: 10px;
	text-align: center;
}

.button-tel {
	background-color: #7acc34;
    background-image: -moz-linear-gradient(top, #7acc34 0%, #4b7d1f 100%);
    background-image: -webkit-linear-gradient(top, #7acc34 0%, #4b7d1f 100%);
}
.button-tel img {
    width: 45px;
	margin-top: 22px;
}

.button-site {
    background-color: #294994;
    background-image: -moz-linear-gradient(top, #4377f2 0%, #294994 100%);
    background-image: -webkit-linear-gradient(top, #4377f2 0%, #294994 100%);
}
.button-site img {
    width: 50px;
    margin-left: 5px;
	margin-top: 22px;
}


/* Языки */

.lang-panel-connect {
    position: absolute;
    width: auto;
    right: 30px;
    top: 30px;
}

/* NEW LANGUAGE DROPDOWN */

:root {
	--language-switcher-color: #ffff;
	--language-switcher-dropdown-color: #404040;
}

.wpml-ls-legacy-dropdown-click {
	display: flex;
	width: auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, 
.wpml-ls-legacy-dropdown-click a:focus, 
.wpml-ls-legacy-dropdown-click a:hover {
	background: none;
	border: 0px;
}

.wpml-ls-legacy-dropdown-click a {
	font-family: "Roboto-Regular";
	font-size: 0.95rem;
    font-weight: bold!important;
	color: var(--language-switcher-dropdown-color);
	background: none;
	border: 0px;
	padding: 8px 0;
	text-align: center;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus {
	color: var(--language-switcher-dropdown-color);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language .wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language .wpml-ls-item-toggle:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language .wpml-ls-item-toggle:focus {
	color: var(--language-switcher-color)!important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	background: #fff;
	border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.15);
	padding: 6px 0px 4px 0px;
	margin: 4px 0 0 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:focus {
	background-color: #e9ecef;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item > a::before {
	padding-right: 4px;
	vertical-align: middle;
    line-height: 1;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item-ru > a::before {content: "RU";}
.wpml-ls-legacy-dropdown-click .wpml-ls-item-en > a::before {content: "EN";}
.wpml-ls-legacy-dropdown-click .wpml-ls-item-he > a::before {content: "HE";}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: "\f078";
	border: none!important;
	border-top: none!important;
	top: unset;
	right: 8px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	border: 1px solid #dbdbdb;
	width: 25px!important;
}

.lang-drop {
	padding: 0 10px 0 20px;
}


@media screen and (max-width: 768px) {
    .social-links .social-item {
        margin: 3px 20px 3px 20px;
    }

    .head .logo {
        max-width: 200px;
        max-height: 16vmax;
        margin: 0 0 20px 0;
    }

    .social-item a {
        width: 52px;
        height: 55px;
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .head .logo-title {
        font-size: 1.7rem;;
    }
    .head .link {
        font-size: 1.4rem;
    }

    .lang-panel-connect {
        right: 10px;
        top: 10px;
    }
}