* { margin: 0; padding: 0 }
*,*:before,*:after { box-sizing: inherit }

::-moz-selection { background: #a659ae; color: #fff }
::selection { background: #a659ae; color: #fff }

body { font-size: 22px; font-family: 'Mukta', sans-serif; background-color: #fff; color: #000000; box-sizing: border-box }

.container { max-width: 1280px; /*width: 70%;*/ margin: 0 auto }
.container.medium { width: 50%; max-width: 1350px }
.container.small { width: 45%; max-width: 825px }
.container.x-small { width: 35%; max-width: 670px }

.half { width: 48% }
.third { width: 30%; float: left; margin: 0 -2.5%; text-align: center }

.left { float: left }
.right { float: right }
.clear { clear: both }

.sep { height: 100px }

h1 {  }
h2 {  }
h3 {  }

p {  }

a { cursor: pointer }
a:hover { text-decoration: none }

.ta-center { text-align: center }
.ta-left { text-align: left }
.ta-right { text-align: right }

.no-do { padding-bottom: 0px!important }
.no-up { padding-top: 0px!important }
.no-ma-do { margin-bottom: 0px!important }

.big-title { font-size: 180% }
.big-txt { font-size: 150%; margin-bottom: 25px }
.big-link { font-size: 150% }

.first { margin-left: 0px!important }
.last { margin-right: 0px!important }

/* Common */

header { width: 100%; height: 125px; position: fixed; padding: 15px 0; z-index: 100 }
header .menu { padding: 25px 0 0 }
header .hamburger { display: none }

.logo { float: left;}
.logo img { width: 350px; display: block }

.menu { list-style: none; display: block;}
.menu li { display: inline-block; vertical-align: top }
.menu li a { display: block; font-weight: 700; margin-left: 70px; color: #1c4b98; text-decoration: none; text-transform: uppercase }
.menu li.active a, .menu li a:hover { text-decoration: underline }

main { padding-top: 125px }

footer  { background-color: #000000; color: #fff; padding: 120px 0 }
footer .logo { width: 270px }
footer .logo img { width: 100% }
footer p { font-size: 90%; font-weight: 500 }
footer p.title { text-transform: uppercase; font-weight: 600 }
footer p.small { font-weight: 500 }
footer p a { color: #fff; text-decoration: none }
footer p a:hover { text-decoration: underline }
footer .social li { display: inline }
footer .social li a img { width: 45px }
footer .social li a img:hover { opacity: 0.5 }
footer a { margin-left: 5px }
footer .clear.sep { height: 120px }

/* Home */


/* About */


/* Tratments */


/* Contacts */

section.form form label { display: block; margin-bottom: 20px; font-weight: 500 }
section.form form input, section.form form textarea, section.form button, section.form select { font-size: 100%; outline: none }
section.form form input[type=text], section.form form input[type=email], section.form form textarea, section.form select { border: none; border-bottom: 2px solid #000000; padding: 10px; width: 100%; box-sizing: border-box; line-height: 1.4em; height: 3em }
section.form form input[type=text], section.form form input[type=email], section.form form textarea, section.form select, section.form .pretty { margin-top: 10px }
section.form form textarea { height: 150px }
section.form form button { display: block; margin: 0 auto; background-color: #fff; cursor: pointer }
section.form form button:hover { background-color: #1d1d1b; color: #fff }
section.form form label span.error { color: #a659ae; font-weight: 500; float: right }
section.form form label.pretty-label { margin: 0 }
section.form form label.pretty-label span.error { float: none }
section.form form #more { visibility: hidden; height: 0; }
section.form form label.custom { font-size: 90% }
section.form form a { color:#000000 }
.pretty a { position: relative; z-index: 2 }

section.form .contact-info { width: 475px; margin: 125px auto; margin-right: 0 }
section.form .contact-info p { font-size: 150%; margin-bottom: 25px }
section.form .contact-info span { font-weight: 500 }


.grecaptcha-badge { display: none!important }

/* Thank you */


/* Policies */

section.policy h1 { margin-bottom: 50px }
section.policy a { color: #000000 }
section.policy b { display: block; margin: 40px 0 20px }
section.policy ul { padding-left: 30px }

/* 404 */

section.service-page a { color: #000000 }


/* Media Queries */

@media screen and (min-width: 2561px) and (max-width: 3840px) {}
    
@media screen and (min-width: 1921px) and (max-width: 2560px) {}

@media screen and (min-width: 1921px) {}

@media (max-width: 1919px) {}

@media (max-width: 1279px) { 

    header .menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #000000; margin: 0; padding: 0; z-index: 2; padding: 25px; }
	header .menu li { display: flex; justify-content: center; }
	header .menu li a { margin: 25px 20px; font-size: 200% }
	header.home .hamburger, header .hamburger { display: block; position: absolute; right: 25px; z-index: 20 }

    header .header-right {
        display: none;
    }
    header .custom-menu {
        display: none;
    }

    header .mobile-menu {
        overflow: scroll;
    }
    
	.container.small { width: 70% }

}

@media (max-width: 1023px) {
    .third { width: 100%;}
}

@media (max-width: 767px) {
	.container.small { width: 90% }
}

@media (max-width: 639px) {}

@media (max-width: 479px) {}

@media (max-width: 359px) {}