/*HEADER*/
header {
    position: relative;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-image: linear-gradient(to top, rgba(17,72,129,0) 10%, 20%, rgba(17,72,129,1) );
}
.topHead {
    padding: 15px 0;
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1000;
}
.admin-bar .topHead {
    top: 32px;
}
header.scrolled .topHead {
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgb(93 102 120 / 15%);
    background-color: #104781;
}
.topHead .cont {
    position: relative;
}
.topHead #logo {
    display: inline-block;
    position: relative;
}
.topHead #logo img {
    transition: 0.5s;
    width:100%;
    max-width: 150px;
}
header.scrolled .topHead #logo img {
    max-width: 70px;
}
.right_side_head {
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translate(0, -50%);
}
.phone_block {
    padding: 6px 15px 4px 75px;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.phone_block .callMeWrap{
    position: absolute;
    top: -8px;
    left: 0px;
    width: 130px;
    z-index: 1;
}
.phone_block .callMe {
    position: relative;
    left: -42px;
    top: 29px;
    background-color: white;
    padding: 12px;
    padding-left: 35px;
    padding-right: 10px;
    transform: rotate(-90deg);
    font-family: 'PTSans-Bold';
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: -1px;
    transition: 0.5s;
}
.phone_block .callMe:hover {
    background-color: #094079;
    color: white;
}
header.scrolled .phone_block .callMe {
    top: -65px;
    background-color: transparent;
    color: transparent;
}
.phone_block .callMe::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 0;
    width: 62px;
    height: 62px;
    background-color: white;
    border-radius: 50%;
    background-image: url(../images/phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 94%;
    transition: 0.5s;
}
.phone_block a {
    font-size: 18px;
    color: white;
    transition: 0.5s;
    z-index: 2;
    border-bottom: 1px solid transparent;
}
.phone_block a:hover {
    border-color: white;
}
.phone_block a:first-child {
    margin-right: 5px;
}
.phone_block a:hover {
    color: white;
}
.topHead ul li {
    display: inline-block;
}
.topHead ul li a {
    display: inline-block;
    font-size: 14px;
    color: #555559;
}
#mainMenu .menuToggle {
    font-size: 14px;
    font-family: 'PTSans';
    border: 1px solid #8e88ae;
    font-size: 14px;
    color: #8e88ae;
    opacity: 1;
    float: none;
    position: absolute;
    right: 20%;
    top: 30px;
    text-shadow: none;
}
.admin-bar #mainMenu .menuToggle {
    top: 40px;
}
#mainMenu .menuToggle span::after {
    display: none;
}
#mainMenu .menuToggle span, #mainMenu .menuToggle span:before {
    height: 5px;
    transform: rotate(45deg);
}
#mainMenu .menuToggle span {
    right: 20px;
    top: 18px;
}
#mainMenu .menuToggle span:before {
    top: 0px;
    transform: rotate(-90deg);
}
#mainMenu .menuToggle:hover {
    color: #e22020;
    border-color: #e22020;
}
#mainMenu .menuToggle:hover span, #mainMenu .menuToggle:hover span:before {
    background: #e22020;
}
#mainMenu .lang_block li {
    padding: 0 2px;
}
#mainMenu .lang_block li.active a {
    border-color: white;
}
.sub_menu {
    display: none;
    position: absolute;
    width: calc(100vw);
    text-align: center;
    background-color: #094079;
    padding: 15px;
    top: 100%;
	white-space: normal;
}
#mainMenu .sub_menu li {
    padding: 0 15px;
}
@media (min-width: 768px) {
    #mainMenu .menuToggle {
        right: calc((100vw - 720px - 15px) / 2);
    }
}
@media (max-width: 768px) {
    #mainMenu a {
        border-color: white;
    }
    .sub_menu {
        display: block;
        position: relative;
        padding: 10px 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    #mainMenu .menuToggle {
        right: calc((100vw - 960px - 15px) / 2);
    }
}
@media (min-width: 1200px) {
    #mainMenu .menuToggle {
        right: 20%;
    }
}
#mainMenu {
    position: absolute;
    width: auto;
    left: 50%;
    transform: translate(-53%, -50%);
    top: 50%;
    height: auto;
    padding: 0;
    transition: 0.5s;
    white-space: nowrap;
}
#mainMenu li {
    padding: 0 15px;
    display: inline-block;
}
#mainMenu a {
    color: white;
    transition: 0.5s;
    font-style: normal;
    line-height: 1.3;
    font-family: 'PTSans', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
#mainMenu a:hover, #mainMenu .current-lang a {
    border-color: white;
}
.social_block {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ededed;
}
#socialMenu li {
    margin-right: 5px;
    font-size: 14px;
}
#socialMenu li a {
    display: block!important;
    margin: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 1;
}
#socialMenu i, #socialMenu svg {
    color: #e22020;
    width: 1em;
    height: 1em;
    position: relative;
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
}
#socialMenu a:hover i, #socialMenu a:hover svg {
    color: #363636;
}
#socialMenu path {
    -webkit-transition: fill .5s;
    -o-transition: fill .5s;
    transition: fill .5s;
}
#socialMenu svg {
    margin-top: 3px;
}
#socialMenu a:hover .fa-facebook {
    color: #1877f2;
}
#socialMenu a:hover .fa-linkedin {
    color: #0e76a8;
}
#socialMenu a:hover .ytp_button_bg {
    fill: #FF0000;
}
.lang_block {
	margin-right: 25px;
    display: flex;
    align-items: center;
}
.bottomHead {
	position: relative;
    height: 140vh;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    transition: 0.5s;
}
.bottomHeadSlider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bottomHeadSlider .slick-list, .bottomHeadSlider .slick-track {
    height: 100%;
}
.bottomHeadSlider .slick-slide {
    background-size: cover;
    background-position: center center;
}
.bottomHeadSlider .slick-dots {
    bottom: 230px;
    z-index: 101;
    left: 20%;
    width: 575px;
    text-align: left;
}
.bottomHeadSlider .slick-dots li {
    width: auto;
    height: auto;
}
.bottomHeadSlider .slick-dots li button {
    font-size: 24px;
    line-height: 100%;
    width: 45px;
    height: 45px;
    color: #094079;
    background: white;
    font-family: 'PTSans-Bold';
    transition: 0.5s;
}
.bottomHeadSlider .slick-dots li button:hover, .bottomHeadSlider .slick-dots li.slick-active button {
    color: white;
    background: #094079;
}
.bottomHeadSlider .slick-dots li button::before {
    display: none;
}
.bottomHead .cont {
	position: absolute;
    top: 18%;
    left: 20%;
    width: 650px;
    text-align: left;
    z-index: 11;
}
.bottomHead .border_cont {
    display: flex;
    padding: 200px 20px 45px;
    border: 2px solid white;
    border-left: none;
    margin-bottom: 60px;
    position: relative;
}
.bottomHead .border_cont::before, .bottomHead .border_cont::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 195px);
    top: 195px;
    left: 0;
    background-color: white;
}
.bottomHead .border_cont::before {
    height: 30px;
    top: 0px;
}
.bottomHead .border_cont ul {
    list-style: none;
    width: 50%;
    padding-right: 15px;
}
.bottomHead .border_cont ul li {
    padding: 5px 0;
}
.bottomHead .border_cont ul a {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    line-height: 100%;
    border-bottom: 1px solid transparent;
    transition: 0.5s;
}
.bottomHead .border_cont ul a:hover {
    border-color: white;
}
header .phrase_slider {
    position: absolute;
    top: 30px;
    height: 165px;
    left: -70px;
    width: 100%;
}
header .phrase_slider .slick-list, header .phrase_slider .slick-track {
    height: 100%;
}
header .phrase_slider .slick-slide {
    display: flex;
    align-items: center;
    margin: 0;
}
body:not(.home) .bottomHead {
    height: 51vh;
}
body:not(.home) .bottomHead .cont {
    position: relative;
    top: 40%;
    left: auto;
    transform: none;
    right: auto;
    width: 100%;
    text-align: center;
}
body:not(.home) .bottomHead h1 {
    color: white;
    font-size: 36px;
    font-family: 'PTSans-Bold';
    margin-bottom: 50px;
    text-transform: uppercase;
    left: auto;
    top: auto;
}
body:not(.home) .bottomHead h1::after {
    height: 4px;
    background-color: white;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
body:not(.home) .bottomHead .breadcrumbs {
    color: white;
}
body:not(.home) .bottomHead .breadcrumbs .current-item {
    color: white;
}
body:not(.home) .bottomHead .breadcrumbs a {
    color: white;
    transition: 0.5s;
    border-bottom: 1px solid transparent;
}
body:not(.home) .bottomHead .breadcrumbs a:hover {
    border-color: white;
}
header h1, header h2 {
    color: white;
	font-size: 60px;
	font-family: 'PTSans';
}
.button, .button:focus, .button:visited {
    padding: 15px 10px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 100%;
    font-family: 'PTSans-Bold';
    font-weight: 500;
    background: white;
    position: relative;
    color: #094079;
    transition: all 1s;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
}
.button.type2 {
    background-color: #094079;
    color: white;
    border: 1px solid #094079;
}
.button:hover {
	background-color: #094079;
	color: white;
}
.button.type2:hover {
	background-color: white;
    color: #094079;
}
.button.empty {
    background-color: white;
    color: #424242;
    border: 1px solid #01bceb;
}
.button.empty:hover {
    background-color: #01bceb;
    color: white;
}
.button.round {
    padding: 15px;
    border-radius: 25px;
}
.roundBtn {
	background-color: #F2F3F8;
    padding: 5px 15px 5px 35px;
    border-radius: 15px;
    border: 1px solid #145940;
    cursor: pointer;
    position: relative;
    color: #343333;
}
.button.social {
    width: 50px;
    height: 50px;
    padding: 0;
    position: relative;
    border: 2px solid white;
}
.button.social:hover {
    background-color: white;
    border-color: #094079;
}
.button.social img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
}
#cloud_blocks {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
}
.decor_cloud {
    position: absolute;
    width: 8%;
    height: 0;
    padding-bottom: 4.4%;
    background: url(../images/decor_cloud.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.choose_cloud {
	position: absolute;
    width: 12%;
    height: 0;
    padding-bottom: 7.3%;
    background-image: url(../images/choose_cloud_g.png);
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 1;
}
.choose_cloud:hover {
    z-index: 2;
}
.choose_cloud:nth-child(4), .choose_cloud:nth-child(8) {
	background-image: url(../images/choose_cloud_r.png);
}
.choose_cloud:nth-child(5), .choose_cloud:nth-child(6) {
	background-image: url(../images/choose_cloud_b.png);
}
.choose_cloud img {
	position: absolute;
    width: 27%;
    left: 32%;
    top: 13%;
}
.choose_cloud span {
    position: absolute;
    bottom: 9%;
    width: 100%;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 600;
}
.choose_cloud .hide_info {
    position: absolute;
    border: 2px solid #363636;
    background-color: white;
    width: 100%;
    padding: 15px 10px;
    top: 65%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.choose_cloud:hover .hide_info {
    opacity: 1;
    visibility: visible;
    top: 95%;
}
.choose_cloud:nth-child(4) .hide_info, .choose_cloud:nth-child(8) .hide_info {
	border-color: #e5131e;
}
.choose_cloud:nth-child(5) .hide_info, .choose_cloud:nth-child(6) .hide_info {
	border-color: #e22020;
}
.choose_cloud .hide_info a {
    display: block;
    color: #363636;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    margin-bottom: 10px;
    line-height: 120%;
}
.choose_cloud:nth-child(4) .hide_info a, .choose_cloud:nth-child(8) .hide_info a {
	color: #e5131e;
}
.choose_cloud:nth-child(5) .hide_info a, .choose_cloud:nth-child(6) .hide_info a {
	color: #e22020;
}
/*Menu toggle*/
a.menuToggle {
    display: none;
    position: absolute;
    right: -35px;
    top: 30%;
    width: 40px;
    transform: translate(0%, -50%);
    height: 39px;
    transition: 0.5s;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
	z-index: 5;
}
.menuToggle span, .menuToggle span:before, .menuToggle span:after {
    position: absolute;
    display: block;
    content: '';
    height: 4px;
    width: 26px;
    background-color: #094079;
    border-radius: 6px;
    cursor: pointer
}
.menuToggle span {
    left: 7px;
    top: 18px
}
.menuToggle span:before {
    top: -9px
}
.menuToggle span:after {
    bottom: -9px
}
.menuToggle.active span {
    background-color: transparent
}
.menuToggle.active span, .menuToggle.active span:before, .menuToggle.active span:after {
    height: 5px;
    width: 35px
}
.menuToggle.active span::before {
    transform: rotate(45deg)
}
.menuToggle.active span::after {
    transform: rotate(-45deg)
}
.menuToggle.active span:before, .menuToggle.active span:after {
    top: 0
}
.menuToggle span, .menuToggle span:before, .menuToggle span:after {
    transition: all 500ms ease-in-out
}
@media (max-width: 768px) {
    a.menuToggle {
        display:block
    }
    .menuToggle.active span {
        left: 3px
    }
}
/*Menu toggle*/
body .container {
	position: relative;
}
/*HEADER*/
@media (min-width: 1900px) {
	.bottomHead .cont {
		width: 40%;
	}
}
@media (max-width: 1900px) {
    header h1, header h2 {
		font-size: 50px;
	}
	.topHead #logo img {
        width: 120px;
    }
    #mainMenu a {
        font-size: 16px;
    }
	#mainMenu .sub_menu a {
        font-size: 14px;
    }
    #mainMenu li {
        padding: 0 10px;
    }
    .phone_block .callMeWrap {
        width: 100px;
    }
    .phone_block .callMe {
        top: 20px;
        padding: 10px;
        padding-left: 26px;
        padding-right: 5px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .phone_block .callMe::before {
        left: -27px;
        width: 48px;
        height: 48px;
    }
    .phone_block a {
        font-size: 16px;
    }
    header.scrolled .phone_block .callMe {
        top: -46px;
    }
    body:not(.home) .bottomHead .cont {
        top: 35%;
    }
	.phone_block {
		padding-left: 55px;
	 }
	.bottomHead .border_cont {
		padding: 150px 20px 25px;
		margin-bottom: 50px;
	}
	.border_cont .phrase_slider  {
        top: 20px;
		height: 120px;
    }
	.bottomHead .border_cont::after {
		height: calc(100% - 144px);
		top: 145px;
	}
	.bottomHead .border_cont ul li {
		padding: 2px 0;
	}
	.bottomHead .border_cont ul a {
		font-size: 18px;
	}
	.bottomHead .border_cont::before {
		height: 20px;
	}
}
@media (max-width: 1600px) {
    #mainMenu {
        left: 49%;
    }
	#mainMenu li {
        padding: 0px 7px;
    }
	.bottomHeadSlider .slick-dots {
		bottom: 200px;
	}
}
@media (max-width: 1500px) {
    #mainMenu a {
        font-size: 15px;
    }
}
@media (max-width: 1420px) {
    #mainMenu a {
        font-size: 14px;
    }
	#mainMenu .sub_menu a {
        font-size: 13px;
    }
}
@media (max-width: 1340px) {
	.topHead #logo img {
        width: 110px;
    }
    .phone_block a {
        font-size: 14px;
    }
	#mainMenu li {
		padding: 0px 4px;
	}
	#mainMenu a {
		font-size: 13px;
	} 
	#mainMenu .sub_menu a {
        font-size: 12px;
    }
}
@media (max-width: 1250px) {
    .phone_block .callMe {
        left: -25px;
    }
    .topHead #logo img {
        width: 100px;
    }
    .production_blocks.target_blocks .wrap .img_wrap {
        width: 70px;
        height: 55px;
        padding: 12px;
    }
	
}
@media (min-width: 1200px) {
    body .container {
        max-width: 80%;
    }
    body .container.stage2 {
        padding: 0 5%;
    }
    body .container.stage3 {
        padding: 0 10%;
    }
}
.mobLang {
	display: none;
}
@media (max-width: 992px) {
	ul.mobLang li a {
		font-size: 16px;
		color: white;
		border-bottom: 1px solid transparent;
		transition: 0.5s;
	}
	ul.mobLang li.current-lang a, ul.mobLang li a:hover {
		border-bottom: 1px solid white;
	}
	.lang_block {
		display: none;
	}
	.topHead #logo {
        text-align: center;
        margin-bottom: 10px;
        transition: 0.5s;
		z-index: 1;
    }
    .topHead #logo img {
        width: 100px;
    }
    .topHead, header.scrolled .topHead {
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: none;
        position: relative;
    }
    .social_block, .lang_block {
        display: none;
    }
    .phone_block .callMeWrap {
        left: auto;
        right: 0;
    }
    .phone_block .callMe {
        left: 25px;
    }
    #mainMenu .menuToggle {
        right: 30px;
    }
    .bottomHead {
        margin-top: 145px;
    }
    body:not(.home) .bottomHead .cont {
        padding: 0 15px;
		top: 15%;
    }
    body:not(.home) .bottomHead h1 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .phone_block a {
        display: block;
        position: relative;
        right: 50px;
    }
    .topHead > .container {
        padding-bottom: 30px;
    }
    #mainMenu {
        top: auto;
        transform: translate(-50%, 0%);
        bottom: 5px;
    }
    #socialMenu {
        top: -10px;
        transform: none;
    }
    #socialMenu i, #socialMenu svg {
        font-size: 14px;
    }
    .bottomHead, .scrolled .bottomHead {
		height: 110vh;
		margin-top: 0px;
	}
    .bottomHead .cont {
		top: 10%;
		left: 5%;
		width: 90%;
	}
	.bottomHead .border_cont {
		padding: 80px 15px 15px;
	}
	.bottomHead .border_cont::before {
		height: 25px;
	}
	.bottomHead .border_cont::after {
		height: calc(100% - 75px);
		top: 75px;
	}
    header h1, header h2 {
        font-size: 25px;
        margin-bottom: 35px;
    }
	header .border_cont .phrase_slider  {
		top: 25px;
		height: 45px;
		left: -10px;
	}
	.bottomHead .border_cont ul a {
		font-size: 14px;
	}
	#mainAboutCompany div.container {
		top: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
	.bottomHeadSlider .slick-dots {
		bottom: 60px;
		z-index: 101;
		left: 5%;
		width: 90%;
		position: relative;
	}
}
@media (max-width: 768px) {
	.mobLang {
		display: block;
		position: absolute;
		right: -38px;
		top: 80%;
		transform: translate(0%, -50%);
		transition: 0.5s;
		z-index: 5;
	}
    #mainMenu {
        display: none;
        left: 0;
        transform: none;
        bottom: auto;
        top: calc(100% + 15px);
        width: 100%;
        background-color: #094079;
        padding: 15px;
        text-align: center;
        transition: none;
    }
    #mainMenu li {
        display: block;
        padding: 4px 0px;
    }
    #mainMenu li.lang_block {
        margin: 0;
    }
    #mainMenu .lang_block li {
        display: inline-block;
    }
    #mainMenu a {
        font-size: 16px;
    }
    .topHead > .container {
        padding-bottom: 0px;
    }
    .right_side_head {
        right: 50px;
    }
}
@media (max-width: 400px) {
    .right_side_head {
        width: 100%;
		right: 0px;
    }
	a.menuToggle, .mobLang {
		right: 15px;
	}
    .phone_block {
        padding: 12px 0 12px 30px;
		width: 100%;
		margin: 0;
		display: block;
		text-align: center;
    }
    .phone_block .callMeWrap {
        position: relative;
		width: auto;
    }
    .phone_block .callMe {
        left: 0px;
        top: 0px;
        padding: 10px;
        transform: none;
        border-radius: 25px;
        font-size: 12px;
        letter-spacing: 0px;
        width: 150px;
        border: 1px solid white;
    }
    .phone_block .callMe:hover {
        color: white;
        background-color: #094079;
    }
    .phone_block .callMe::before {
        display: none;
    }
    .phone_block a {
        font-size: 14px;
		right: auto;
    }
}

.center__text{
    text-align:center;
    display:block;
    font-size:15px;
    padding:0;
    margin:0;
    color:red;
}
    .button.button_snype{
        font-size:18px;
        background-color:transparent;
        color:red;
    }


.button.button_snype:after{
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.144'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 14.803v6.447c0 .414.336.75.75.75h1.614a.75.75 0 0 0 .74-.627L5.5 19h13l.395 2.373a.75.75 0 0 0 .74.627h1.615a.75.75 0 0 0 .75-.75v-6.447a5.954 5.954 0 0 0-1-3.303l-.78-1.17a1.994 1.994 0 0 1-.178-.33h.994a.75.75 0 0 0 .671-.415l.25-.5A.75.75 0 0 0 21.287 8H19.6l-.31-1.546a2.5 2.5 0 0 0-1.885-1.944C15.943 4.17 14.141 4 12 4c-2.142 0-3.943.17-5.405.51a2.5 2.5 0 0 0-1.886 1.944L4.399 8H2.714a.75.75 0 0 0-.67 1.085l.25.5a.75.75 0 0 0 .67.415h.995a1.999 1.999 0 0 1-.178.33L3 11.5c-.652.978-1 2.127-1 3.303zm15.961-4.799a4 4 0 0 0 .34.997H5.699c.157-.315.271-.65.34-.997l.632-3.157a.5.5 0 0 1 .377-.39C8.346 6.157 10 6 12 6c2 0 3.654.156 4.952.458a.5.5 0 0 1 .378.389l.631 3.157zM5.5 16a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM20 14.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z' fill='%23094079'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    width:24px;
    height:24px;
    display:inline-block;
    vertical-align:-5px;
    margin-left:10px;
    background-size:cover;
}

footer .center__text{
display: none;
}