/*NEWSTYLE*/
:root {
--main-color: #53B39D !important;
}
.notif-popup,
.top-notify,
.bordered-btn.active, .bordered-btn:focus, .bordered-btn:hover, .default-btn.active, .default-btn:focus, .default-btn:hover, .white-btn.active, .white-btn:focus, .white-btn:hover, .write-btn.active, .write-btn:focus, .write-btn:hover{
	background-color: #53B39D;
}

.notif-popup__btn .white-btn,
.main-menu__link-letter{
	color:#53B39D;
}

.bordered-btn, .default-btn, .white-btn, .write-btn{
	1px solid #53B39D;
}
.main-slide__title{
font-size: 32px;
}
.head__wrap > div:nth-child(2) > a:nth-child(1){
font-size: 11px !important;
padding: 20px 25px !important;
background-color: #53B39D !important;
text-transform: uppercase !important;
font-weight: 600 !important;
}

.header__phone{
position:inherit;
}

body.main .header__phone{
top:78px;
position: absolute;
}

ul.menu li:first-child>a{
	color: #53B39D;
	text-transform: uppercase;
	font-weight: 600;
}
.top-notify{
height:30px !important;
}
@media (min-width: 1000px){
.inner .menu__item:not(:last-child) {
    margin-right: 35px;
}
}
/*NEW STYLE*/