@media only screen and (min-width: 1200px){
	#contacts {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        color: #FFFFFF;
        background: #1C1C1C;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 55%;
        min-height: 500px;
	}
	#contacts .content_area {
		padding:0px;
		margin:0px;
	}
	#contacts h2 {
		font-size: 2em;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;		
	}
	#contacts .address {
		font-size: 0.7em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left;
        padding: 0;	
	}
	#contacts .address span {
		font-weight: 700;
	}
	#contacts .schedule {
		font-size: 0.7em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left;
        padding: 0;		
	}
	#contacts .schedule span {
		font-weight: 700;
	}	
	#contacts a.tel,
	#contacts a.tel:active,
	#contacts a.tel:focus
	{
        font-size: 1em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
		margin-bottom: 10px;
	}
	#contacts a.tel:hover {
		color: #c8c8c8;
	}	

	#contacts a.mail,
	#contacts a.mail:active,
	#contacts a.mail:focus
	{
        font-size: 1em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;
		margin-bottom: 10px;
	}
	#contacts a.mail:hover {
		color: #c8c8c8;	
	}		
	
	#contacts .comment {
        font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 25px;
        text-align: left;		
	}
	#contacts img.office {
        width: 110%;
        margin-left: -10%;
	}
	#contacts a.scheme_link,
	#contacts a.scheme_link:active,
	#contacts a.scheme_link:focus	
	{
		font-size: 0.7em;
        font-weight: 700;
        color: #686868;
        text-decoration: underline;
        margin-bottom: 20px;
        position: relative;
        display: block;
        margin-top: 10px;	
		margin-left: -10%;
	}
	#contacts a.scheme_link:hover {
		color: #FFFFFF;	
	}	
	
	#contacts .social {
		text-align: center;
        display: flex;
        justify-content: space-between;
        gap: 8px;		
	}
	#contacts .social a {
		width:25%;
	}
	#contacts .social a object {
		pointer-events: none;
	}

	#contacts .buttons {
		margin-top:20px;
		margin-bottom:20px;
	}
	#contacts .buttons .btn-primary,
	#contacts .buttons .btn-primary.focus,
	#contacts .buttons .btn-primary:active {
        color: #1C1C1C;
        padding: 10px 20px;
        font-size: 0.9em;
        font-weight: 600;
        border-radius: 7.5px;
        border: 1.27px solid rgb(0 0 0 / 40%);       
        width: 100%;
        line-height: 1.1;
        background: #D3D3D3;
        background: linear-gradient(90deg, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 100%);
		transition: 1s;
	}
	#contacts .buttons .btn-primary:hover {
		color: #ffffff;
        background: rgb(0 0 0);        
        border: 1.27px solid rgb(255 255 255 / 40%);
		transition: 1s;
	}	
	
}
@media only screen and (min-width: 992px) and (max-width: 1199.5px) {
	#contacts {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        color: #FFFFFF;
        background: #1C1C1C;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 55%;
        min-height: 500px;
	}
	#contacts .content_area {
		padding:0px;
		margin:0px;
	}
	#contacts h2 {
		font-size: 2em;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;		
	}
	#contacts .address {
		font-size: 0.7em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left;
        padding: 0;	
	}
	#contacts .address span {
		font-weight: 700;
	}
	#contacts .schedule {
		font-size: 0.7em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 10px;
        text-align: left;
        padding: 0;		
	}
	#contacts .schedule span {
		font-weight: 700;
	}	
	#contacts a.tel,
	#contacts a.tel:active,
	#contacts a.tel:focus
	{
        font-size: 1em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
		margin-bottom: 10px;
	}
	#contacts a.tel:hover {
		color: #c8c8c8;
	}	

	#contacts a.mail,
	#contacts a.mail:active,
	#contacts a.mail:focus
	{
        font-size: 1em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;
		margin-bottom: 10px;
	}
	#contacts a.mail:hover {
		color: #c8c8c8;	
	}		
	
	#contacts .comment {
        font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 25px;
        text-align: left;		
	}
	#contacts img.office {
        width: 110%;
        margin-left: -10%;
	}
	#contacts a.scheme_link,
	#contacts a.scheme_link:active,
	#contacts a.scheme_link:focus	
	{
		font-size: 0.7em;
        font-weight: 700;
        color: #686868;
        text-decoration: underline;
        margin-bottom: 20px;
        position: relative;
        display: block;
        margin-top: 10px;	
		margin-left: -10%;
	}
	#contacts a.scheme_link:hover {
		color: #FFFFFF;	
	}	
	
	#contacts .social {
		text-align: center;
        display: flex;
        justify-content: space-between;
        gap: 8px;		
	}
	#contacts .social a {
		width:25%;
	}
	#contacts .social a object {
		pointer-events: none;
	}

	#contacts .buttons {
		margin-top:20px;
		margin-bottom:20px;
	}
	#contacts .buttons .btn-primary,
	#contacts .buttons .btn-primary.focus,
	#contacts .buttons .btn-primary:active {
        color: #1C1C1C;
        padding: 10px 20px;
        font-size: 0.9em;
        font-weight: 600;
        border-radius: 7.5px;
        border: 1.27px solid rgb(0 0 0 / 40%);       
        width: 100%;
        line-height: 1.1;
        background: #D3D3D3;
        background: linear-gradient(90deg, rgba(211, 211, 211, 1) 0%, rgba(255, 255, 255, 1) 100%);
		transition: 1s;
	}
	#contacts .buttons .btn-primary:hover {
		color: #ffffff;
        background: rgb(0 0 0);        
        border: 1.27px solid rgb(255 255 255 / 40%);
		transition: 1s;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991.5px) {
	#contacts {
		display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 375px;
        color: #FFFFFF;
        background: #1C1C1C;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 500px;
	}
	#contacts .content_area {
		padding:0px;
		margin:0px;
	}
	#contacts h2 {
        font-size: 2em;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 35px;
        margin-top: 0px;
        padding-top: 0px;
        text-align: center;		
	}
	#contacts .address {
		font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
	}
	#contacts .address span {
		font-weight: 700;
	}
	#contacts .schedule {
		font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;		
	}
	#contacts .schedule span {
		font-weight: 700;
	}	
	#contacts a.tel,
	#contacts a.tel:active,
	#contacts a.tel:focus
	{
        font-size: 1.2em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
		margin-bottom: 20px;
	}
	#contacts a.tel:hover {
		color: #c8c8c8;
	}	

	#contacts a.mail,
	#contacts a.mail:active,
	#contacts a.mail:focus
	{
        font-size: 1.2em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;
		margin-bottom: 20px;
	}
	#contacts a.mail:hover {
		color: #c8c8c8;	
	}		
	
	#contacts .comment {
        font-size: 0.9em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 35px;
        text-align: center;		
	}
	#contacts img.office {
        width: 100%;
        margin-left: 0%;
	}
	#contacts a.scheme_link,
	#contacts a.scheme_link:active,
	#contacts a.scheme_link:focus	
	{
		font-size: 0.8em;
        font-weight: 700;
        color: #686868;
        text-decoration: underline;
        margin-bottom: 50px;
        position: relative;
        display: block;
        margin-top: 10px;	
		margin-left: 0%;
		text-align: center;
	}
	#contacts a.scheme_link:hover {
		color: #FFFFFF;	
	}	
	
	#contacts .social {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10vw;	
		margin-bottom: 20px;
	}
	#contacts .social a {
		width: auto;
	}
	#contacts .social a img {
        border: 1px solid #FFFFFF;
        border-radius: 18px;		
	}
	#contacts .social a object {
		pointer-events: none;
        border: 1px solid #FFFFFF;
        border-radius: 18px;		
	}
	#contacts .buttons {
		margin-top:20px;
		margin-bottom:20px;
		text-align: center;
	}
	#contacts .buttons .btn-primary,
	#contacts .buttons .btn-primary.focus,
	#contacts .buttons .btn-primary:active {
        width: 250px;
        text-align: center;
		line-height: 1.3;
		box-shadow: none;
		background: #9CD6EB;
		background: linear-gradient(90deg, rgba(156, 214, 235, 1) 0%, rgba(61, 151, 242, 1) 100%);
		transition: 0.5s;
		margin-top: 15px;
	}
	#contacts .buttons .btn-primary:hover {
        color: #1C1C1C;
        background: white;
        transition: 0.5s;
	}	
}
@media only screen and (max-width: 767.5px){
	#contacts {
		display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 180px;
        color: #FFFFFF;
        background: #1C1C1C;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 500px;
	}
	#contacts .content_area {
		padding:0px;
		margin:0px;
	}
	#contacts h2 {
        font-size: 2em;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 35px;
        margin-top: 0px;
        padding-top: 0px;
        text-align: center;		
	}
	#contacts .address {
		font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
	}
	#contacts .address span {
		font-weight: 700;
	}
	#contacts .schedule {
		font-size: 0.8em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;		
	}
	#contacts .schedule span {
		font-weight: 700;
	}	
	#contacts a.tel,
	#contacts a.tel:active,
	#contacts a.tel:focus
	{
        font-size: 1.2em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;			
		margin-bottom: 20px;
	}
	#contacts a.tel:hover {
		color: #c8c8c8;
	}	

	#contacts a.mail,
	#contacts a.mail:active,
	#contacts a.mail:focus
	{
        font-size: 1.2em;
        font-weight: 800;
        color: #FFFFFF;
		text-decoration:underline;	
		padding: 0;
		margin-bottom: 20px;
	}
	#contacts a.mail:hover {
		color: #c8c8c8;	
	}		
	
	#contacts .comment {
        font-size: 0.9em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 35px;
        text-align: center;		
	}
	#contacts img.office {
        width: 100%;
        margin-left: 0%;
	}
	#contacts a.scheme_link,
	#contacts a.scheme_link:active,
	#contacts a.scheme_link:focus	
	{
		font-size: 0.8em;
        font-weight: 700;
        color: #686868;
        text-decoration: underline;
        margin-bottom: 50px;
        position: relative;
        display: block;
        margin-top: 10px;	
		margin-left: 0%;
		text-align: center;
	}
	#contacts a.scheme_link:hover {
		color: #FFFFFF;	
	}	
	
	#contacts .social {
		text-align: center;
        display: flex;
        justify-content: space-between;
        gap: 8px;		
	}
	#contacts .social a {
		width:25%;
	}
	#contacts .social a img {
        border: 1px solid #FFFFFF;
        border-radius: 18px;		
	}
	#contacts .social a object {
		pointer-events: none;
        border: 1px solid #FFFFFF;
        border-radius: 18px;	
	}
	#contacts .buttons {
		margin-top:20px;
		margin-bottom:20px;
		text-align: center;
	}
	#contacts .buttons .btn-primary,
	#contacts .buttons .btn-primary.focus,
	#contacts .buttons .btn-primary:active {
        width: 250px;
        text-align: center;
		line-height: 1.3;
		box-shadow: none;
		background: #9CD6EB;
		background: linear-gradient(90deg, rgba(156, 214, 235, 1) 0%, rgba(61, 151, 242, 1) 100%);
		transition: 0.5s;
		margin-top: 15px;
	}
	#contacts .buttons .btn-primary:hover {
        color: #1C1C1C;
        background: white;
        transition: 0.5s;
	}	
}
@media only screen and (max-width: 380px){
	
    #contacts {
        display: block;
        position: relative;
        padding-top: 50px;
        padding-bottom: 140px;
        color: #FFFFFF;
        background: #1C1C1C;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        min-height: 500px;
    }
	
    #contacts .address {
        font-size: 0.7em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }
    #contacts .schedule {
        font-size: 0.7em;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }	
    #contacts a.tel, #contacts a.tel:active, #contacts a.tel:focus {
        font-size: 0.9em;
        font-weight: 800;
        color: #FFFFFF;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 20px;
    }	
    #contacts a.mail, #contacts a.mail:active, #contacts a.mail:focus {
        font-size: 0.9em;
        font-weight: 800;
        color: #FFFFFF;
        text-decoration: underline;
        padding: 0;
        margin-bottom: 20px;
    }	
}