/*------------------------------------------------------------------
Author:	AME
Version:	1.0
Created:	26.10.2022
Last updated:	26.10.2022
-------------------------------------------------------------------*/

body{  -webkit-text-size-adjust: none;font-family: "Roboto",sans-serif;overflow-x:hidden}
html,body{margin:0!important;padding:0!important;font-size:18px; font-family: "Roboto",sans-serif; color:#343434; line-height: 1.5;}
body p{margin-left:0;margin-top:0;margin-right:0; }
p{margin-bottom:20px}
p:last-child{margin-bottom:0}
a{color:#000;text-decoration:none}
a:hover{color:#005ba5}
textarea:focus,input:focus,a:focus{outline:0}
*:focus{outline:0}
.container{max-width:1260px;margin:0 auto!important;width: 96%;}
h1,h2,h3,h4,h5, h6{margin:0;font-weight:700;font-family: "Roboto",sans-serif; line-height: 1.2;}
h1, .style_h1{font-size:55px}
h2{font-size:45px}
h3{font-size:35px}
h4{font-size:30px}
h5{font-size:25px}
h6{font-size:20px;}
img{max-width:100%;display:block;height:auto}
a, img, .item_gal{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
ul,ol{padding:0;margin:0}
textarea,input.text,input,input[type="text"],input[type="button"],input[type="submit"],input[type="email"],.input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}
.content_site{display:flex;flex-direction:column;align-items:center;min-height:100vh;align-content:center;justify-content:center;text-align:center;padding:20px;box-sizing:border-box}
.logo_site{max-width:400px;width:100%;margin:0 auto;display:table}
.content_inner_box h1{margin:30px 0}


@media (max-width:1279px){	/* 1024-1279*/
	h1,.style_h1{font-size:42px}
	.logo_site{max-width:300px}
}

@media (max-width:639px){	/* 480-639*/ 
	.logo_site{max-width:200px}
	h1,.style_h1{font-size:32px}
	.content_inner_box h1{margin:20px 0}
}

