/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: transparent !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 

/* Generated by ParaType (http://www.paratype.com)*/
/* Font Mont: Copyright ? ParaType, 2018. All rights reserved.*/
            
@font-face {
	font-family: 'MontWebRegular';
	src: 
		url('Mont_Regular.woff2') format('woff2'),
		url('Mont_Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Generated by ParaType (http://www.paratype.com)*/
/* Font Holgada: Copyright ? ParaType, 2018. All rights reserved.*/
            
@font-face {
	font-family: 'HolgadaWebLight';
	src: 
		url('Holgada_Light.woff2') format('woff2'),
		url('Holgada_Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Generated by ParaType (http://www.paratype.com)*/
/* Font Holgada: Copyright ? ParaType, 2018. All rights reserved.*/
            
@font-face {
	font-family: 'HolgadaWebMedium';
	src: 
		url('Holgada_Medium.woff2') format('woff2'),
		url('Holgada_Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.t-slds__container {border-radius: 30px;}

.tn-atom.tl-btn {
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Mont',sans-serif;
    font-weight: 500;
    border-width: 2px;
    padding: 12px;
    border-radius: 30px;
    background-color: #ac947e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tn-atom.tl-btn:hover {
    background-color: #ffffff;
    background-image: none;
    border-color: #ffffff;
    color: #ac947e !important;
}