* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    text-decoration: none;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul,
ol {
    margin: 0
}

ul li,
ol li {
    margin: 0
}

body {
    overflow-x: hidden
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0
}

.container {
    width: 100%;
    padding: 0 10px;
    position: relative
}

.flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.contacts {
    background-color: #3D3E3F
}

.contacts p {
    text-align: center;
    padding: 10px 0
}

.contacts p span {
    display: none
}

.contacts p a {
    display: block;
    padding: 2px 0;
    font-size: 16px;
    line-height: 19px;
    color: #FA8D3C;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.contacts p a:hover {
    color: #f9700a
}

.navigation {
    background-color: #fff;
    position: relative;
    padding: 20px 0 10px
}

.navigation .logo {
    text-align: center;
    color: #534741
}

.navigation .logo h1 {
    font-size: 27px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal
}

.navigation .logo p {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 15px
}

.navigation .logo p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #FA8D3C;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navigation ul {
    margin: 0 auto
}

.navigation ul li {
    text-align: center
}

.navigation ul li a {
    display: inline-block;
    font-size: 12px;
    color: #534741;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 12px
}

.navigation ul li a:hover {
    color: #FA8D3C;
    text-decoration: underline
}

.introduction {
    text-align: center;
    color: #fff;
    background: url(../img/laser-clinic-vancouver.jpg) no-repeat 50% 50%/cover
}

.introduction__text {
    padding: 40px 20px 20px;
    background-color: rgba(58, 58, 58, 0.8)
}

.introduction__text h2 {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal
}

.introduction__text h2 span {
    display: block;
    text-transform: none
}

.introduction__text p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px
}

.introduction__text a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    padding: 7px 7px;
    background: #8CC63F;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.introduction__text a:hover {
    background-color: #5EC63F
}

.whyUs {
    background-color: #fff;
    text-align: center;
    padding-top: 40px
}

.whyUs h3 {
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    color: #3D3E3F;
    margin-bottom: 15px;
    text-transform: uppercase
}

.whyUs ul {
    padding-bottom: 15px
}

.whyUs ul li {
    padding: 15px 0
}

.whyUs ul li img {
    width: 33%;
    display: inline-block;
    margin-bottom: 10px
}

.whyUs ul li h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000
}

.whyUs ul li p {
    font-size: 13px;
    line-height: 1.2;
    color: #000000;
    padding: 0 20px
}

.whyUs .consultation {
    background-color: #3D3E3F;
    margin: -30px auto 0;
    padding: 10px;
    position: relative;
    bottom: -30px;
    width: 95%;
    z-index: 1
}

.whyUs .consultation span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px
}

.whyUs .consultation a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 7px;
    background-color: #8CC63F;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.whyUs .consultation a:hover {
    background-color: #5EC63F
}

.aboutUs {
    text-align: center;
    background-color: #FA8D3C;
    padding: 50px 0 25px
}

.aboutUs__photo {
    background: #fff;
    padding: 10px 10px 7px;
    margin: 0 auto 10px;
    width: 68%
}

.aboutUs__photo img {
    width: 100%
}

.aboutUs__photo p {
    display: none
}

.aboutUs__text h4 {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 15px
}

.aboutUs__text p {
    color: #fff;
    margin: 10px;
    font-size: 13px;
    line-height: 1.2
}

.aboutUs__text a {
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    padding: 7px;
    background-color: #8CC63F;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.aboutUs__text a:hover {
    background-color: #5EC63F
}

.aboutUs__text a strong {
    text-transform: uppercase;
    font-weight: normal
}

.specialization {
    background-color: rgba(127, 127, 127, 0.05);
    padding: 40px 0 25px;
    text-align: center
}

.specialization h5 {
    color: #000000;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px
}

.specialization ul {
    margin-bottom: 15px;
    display: inline-block
}

.specialization ul li {
    text-align: left;
    position: relative;
    padding: 5px 0 5px 27px
}

.specialization ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../img/checkmark_on_circle_1svgmed.png) no-repeat 50% 50%
}

.specialization ul li span {
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase
}

.specialization p {
    color: #000000;
    font-size: 12px;
    line-height: 1.2
}

.cost {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.cost h3 {
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    color: #3D3E3F;
    margin-bottom: 25px;
    text-transform: uppercase
}

.cost .ui-accordion {
    border-top: none;
    padding: 0
}

.cost .ui-accordion-header {
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #FA8D3C;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #FA8D3C;
    border-bottom: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.cost .ui-accordion-header.last {
    border-bottom: 1px solid #FA8D3C
}

.cost .ui-accordion-header-collapsed:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

.cost .ui-accordion-header-active {
    background-color: #FA8D3C;
    color: #fff
}

.cost .ui-accordion-header span {
    display: block;
    margin-top: 5px
}

.cost .ui-accordion-content {
    padding: 15px 10px;
    text-align: left;
    border: 1px solid rgba(61, 62, 63, 0.3)
}

.cost .ui-accordion-content p {
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    padding-bottom: 15px
}

.footer {
    background-color: #3D3E3F;
    text-align: center;
    padding-bottom: 40px
}

.footer__help {
    position: relative;
    width: 95%;
    margin: 0 auto;
    bottom: 15px;
    background-color: #8CC63F
}

.footer__help p {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    padding: 15px 10px
}

.footer__logo {
    text-align: center;
    color: #736357;
    margin-bottom: 10px
}

.footer__logo h5 {
    font-size: 23px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: normal
}

.footer__logo p {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 15px
}

.footer__logo p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 75%;
    height: 2px;
    background-color: #FA8D3C;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer__phone span {
    display: block;
    color: #736357;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px
}

.footer__phone p {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 25px
}

.footer__phone p a {
    color: #fff;
    text-align: right
}

.footer__phone p a:nth-child(n+2) {
    display: block
}

.footer__phone p a:hover {
    color: #e6e6e6
}

.footer__license p {
    color: #fff;
    font-size: 10px;
    line-height: 1.2
}

.shadow{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	position: fixed;
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.popup {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	max-width: 380px;
	height: 280px;
	z-index: 99999;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 0px 19px rgba(0, 1, 1, 0.3);
	background-color: RGB(250, 141, 60);
}
.shadow .popup_ok{
	height: 100px;
}

.popup .container2{
	text-align: center;
	position: relative;
}
.popup .container2 .header{
	background-color: RGB(61, 62, 63);
}
.popup .container2 .header span{
	padding-right: 40px;
	display: block;
	font-size: 24px;
	line-height: 1.2;
	color: rgb(255, 255, 255);
}
.popup .container2 .close{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 9px;
	top: 11px;
	transform: translate(-50%);
	cursor: pointer;
	font-style: 18px;
	color: rgb(255, 255, 255);
}
.popup__close::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    background: rgb(175, 175, 175);
}
.popup__close::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: rgb(175, 175, 175);
}
.popup .container2 span{
	font-size: 20px;
	color: #858080;
}
.popup_ok .container2 span{
	color: #ffffff;
}
.popup .container2 label{
	color: #ffffff;
	font-size: 18px;
}
.popup .container2 input{
	height: 38px;
	width: 90%;
	margin-bottom: 12px;
	margin-top: 5px;
	border: none;
	padding-left: 20px;
	font-size: 18px;
}
.popup .container2 input[type="submit"]{
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	padding: 7px;
	background-color: RGB(140, 198, 63);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding: 10px 12px;
	font-size: 16px;
}
.popup .container2 input[type="submit"]:hover{
	background-color: RGB(94, 198, 63);
	border: none;
	border-top: 1px rgb(13, 136, 222) solid;
}
/*.popup .container2 input[type="submit"]:active{
	background: #0289e8;
	border-top: 1px #026bb6 solid;
}*/

.shadow .ok{margin: 10px auto;}
.shadow .ok{
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	padding: 7px;
	background-color: RGB(140, 198, 63);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding: 10px 12px;
	font-size: 16px;
	cursor: pointer;
}
.shadow .ok:hover{
	background-color: RGB(94, 198, 63);
	border: none;
	border-top: 1px rgb(13, 136, 222) solid;
};
/*.shadow .ok:active{
	background: #0289e8;
	border:none;
	border-top: 1px #026bb6 solid;
};*/


@media screen and (min-width: 414px) {
    .contacts p a {
        font-size: 18px;
        line-height: 1.2
    }

    .navigation {
        padding: 25px 0
    }

    .navigation .logo h1 {
        font-size: 29px
    }

    .navigation .logo p {
        font-size: 16px;
        line-height: 18px;
        padding: 5px 5px
    }

    .navigation ul li a {
        font-size: 14px
    }

    .introduction__text {
        padding: 50px 20px 30px
    }

    .introduction__text h2 {
        font-size: 20px;
        margin-bottom: 25px
    }

    .introduction__text p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .introduction__text a {
        font-size: 15px;
        padding: 8px 8px
    }

    .whyUs {
        padding-top: 45px
    }

    .whyUs h3 {
        line-height: 24px;
        font-size: 22px;
        margin-bottom: 20px
    }

    .whyUs ul {
        padding-bottom: 20px
    }

    .whyUs ul li img {
        width: 35%;
        margin-bottom: 15px
    }

    .whyUs ul li h4 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .whyUs ul li p {
        font-size: 15px;
        padding: 0 20px
    }

    .whyUs .consultation {
        margin: -35px auto 0;
        padding: 10px;
        bottom: -35px;
        width: 95%
    }

    .whyUs .consultation span {
        font-size: 16px;
        margin-bottom: 12px
    }

    .whyUs .consultation a {
        font-size: 15px;
        padding: 8px 8px
    }

    .aboutUs {
        padding: 60px 0 35px
    }

    .aboutUs__photo {
        padding: 10px 10px 9px;
        margin: 0 auto 15px;
        width: 75%
    }

    .aboutUs__text h4 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .aboutUs__text p {
        margin: 15px 10px;
        font-size: 15px
    }

    .aboutUs__text a {
        font-size: 14px;
        padding: 8px 8px
    }

    .specialization {
        padding: 50px 0 35px
    }

    .specialization h5 {
        font-size: 17px;
        margin-bottom: 20px
    }

    .specialization ul {
        margin-bottom: 20px
    }

    .specialization ul li {
        padding: 8px 0 8px 32px
    }

    .specialization ul li span {
        font-size: 18px
    }

    .specialization p {
        font-size: 15px
    }

    .cost {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .cost h3 {
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 30px
    }

    .cost .ui-accordion-header {
        font-size: 18px;
        padding: 8px 0
    }

    .cost .ui-accordion-content p {
        font-size: 14px;
        padding-bottom: 20px
    }

    .footer {
        padding-bottom: 45px
    }

    .footer__help {
        margin: 0 auto 10px;
        bottom: 20px
    }

    .footer__help p {
        font-size: 15px
    }

    .footer__logo {
        margin-bottom: 20px
    }

    .footer__logo h5 {
        font-size: 25px;
        line-height: 35px
    }

    .footer__logo p {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 15px
    }

    .footer__phone span {
        font-size: 14px;
        margin-bottom: 20px
    }

    .footer__phone p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .footer__license p {
        font-size: 13px
    }
}

@media screen and (min-width: 768px) {
    .flex-wrapper {
        display: block
    }

    .contacts p a {
        display: inline-block;
        font-size: 21px
    }

    .contacts p span {
        display: inline-block;
        color: #FA8D3C;
        font-size: 21px;
        line-height: 1.2
    }

    .navigation {
        padding: 10px 0 40px
    }

    .navigation .logo {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .navigation ul {
        margin-top: 20px;
        vertical-align: middle;
        width: 34%
    }

    .navigation ul li {
        width: 50%
    }

    .navigation ul li a {
        padding: 0
    }

    .navigation .text-left {
        float: left
    }

    .navigation .text-left li {
        float: left
    }

    .navigation .text-right {
        float: right
    }

    .navigation .text-right li {
        float: right
    }

    .introduction__text {
        width: 60%;
        margin: 0 auto;
        padding: 50px 20px 30px
    }

    .introduction__text h2 {
        font-size: 22px
    }

    .introduction__text p {
        font-size: 18px
    }

    .introduction__text a {
        font-size: 16px
    }

    .whyUs h3 {
        margin-bottom: 20px
    }

    .whyUs ul li {
        display: inline-block;
        vertical-align: top;
        width: 41.7%;
        margin: 1.5% 2%;
        padding: 0
    }

    .whyUs ul li img {
        margin-bottom: 10px
    }

    .whyUs ul li h4 {
        font-size: 14px;
        margin-bottom: 5px
    }

    .whyUs ul li p {
        font-size: 14px
    }

    .whyUs .consultation {
        margin: -18px auto 0;
        bottom: -18px;
        width: 100%
    }

    .whyUs .consultation span {
        font-size: 14px;
        margin-bottom: 0;
        display: inline-block
    }

    .whyUs .consultation a {
        font-size: 14px;
        margin-left: 5px
    }

    .aboutUs {
        padding: 60px 0 35px
    }

    .aboutUs .photo-wrapper {
        float: left;
        width: 45%;
        margin-right: 20px
    }

    .aboutUs__photo {
        padding: 10px 10px 15px;
        margin: 0;
        width: 100%
    }

    .aboutUs__photo p {
        display: block;
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 5px
    }

    .aboutUs__text {
        text-align: left
    }

    .aboutUs__text h4 {
        font-size: 27px;
        margin-bottom: 25px
    }

    .aboutUs__text p {
        margin: 20px 0
    }

    .aboutUs__text a {
        font-size: 14px;
        padding: 10px 12px
    }

    .specialization {
        padding: 40px 0 30px
    }

    .specialization h5 {
        font-size: 16px
    }

    .specialization ul {
        margin-bottom: 35px;
        display: block
    }

    .specialization ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 5%
    }

    .specialization ul li span {
        font-size: 14px
    }

    .specialization p {
        font-size: 14px;
        padding: 0 15%
    }

    .cost {
        padding-top: 25px;
        padding-bottom: 50px
    }

    .cost h3 {
        line-height: 27px;
        font-size: 24px
    }

    .cost .ui-accordion-header {
        font-size: 22px;
        padding: 8px 12px;
        text-align: left
    }

    .cost .ui-accordion-header span {
        float: right;
        vertical-align: top;
        margin-top: 0
    }

    .cost .ui-accordion-content {
        padding: 15px 12px
    }

    .cost .ui-accordion-content p {
        font-size: 16px;
        padding-bottom: 25px
    }

    .footer__help {
        bottom: 15px
    }

    .footer__help p {
        font-size: 17px
    }

    .footer .col {
        display: inline-block;
        vertical-align: top;
        width: 30.9%;
        margin: 0 1%
    }

    .footer__logo h5 {
        font-size: 25px;
        line-height: 35px
    }

    .footer__logo p {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 15px
    }

    .footer__phone {
        text-align: left
    }

    .footer__phone span {
        font-size: 13px;
        margin-bottom: 5px
    }

    .footer__phone p {
        font-size: 16px;
        margin-bottom: 0
    }

    .footer__phone p a {
        display: inline-block;
        padding: 3px 0
    }

    .footer__license p {
        text-align: left;
        font-size: 11px
    }
}

@media screen and (min-width: 1040px) {
    .container {
        width: 1020px;
        margin: 0 auto;
        padding: 0
    }

    .contacts p a {
        font-size: 24px
    }

    .contacts p span {
        font-size: 24px
    }

    .navigation {
        padding-top: 20px
    }

    .navigation .logo h1 {
        font-size: 28px;
        line-height: 38px
    }

    .navigation .logo p {
        font-size: 18px;
        padding: 8px 12px
    }

    .introduction__text {
        width: 40%;
        padding: 50px 30px 30px
    }

    .introduction__text h2 {
        font-size: 21px
    }

    .introduction__text p {
        font-size: 18px
    }

    .introduction__text a {
        font-size: 17px;
        padding: 10px 12px
    }

    .whyUs h3 {
        font-size: 24px;
        line-height: 1.2
    }

    .whyUs ul {
        margin: 0 -5px 15px
    }

    .whyUs ul li {
        width: 18.6%;
        margin: 0 5px
    }

    .whyUs ul li img {
        width: auto;
        height: 135px;
        margin-bottom: 15px
    }

    .whyUs ul li h4 {
        margin-bottom: 15px
    }

    .whyUs ul li p {
        padding: 0
    }

    .whyUs .consultation {
        width: 97%
    }

    .whyUs .consultation span {
        font-size: 18px
    }

    .whyUs .consultation a {
        font-size: 18px;
        margin-left: 7px
    }

    .aboutUs .photo-wrapper {
        width: 33%;
        margin-right: 20px
    }

    .aboutUs__photo {
        margin: 0 5px;
        width: auto
    }

    .aboutUs__text h4 {
        font-size: 30px;
        margin-bottom: 35px
    }

    .aboutUs__text p {
        font-size: 18px;
        margin-bottom: 30px
    }

    .aboutUs__text a {
        font-size: 16px
    }

    .specialization {
        padding-bottom: 40px
    }

    .specialization ul li span {
        font-size: 16px
    }

    .specialization p {
        font-size: 17px
    }

    .cost .ui-accordion-header {
        font-size: 24px
    }

    .cost .ui-accordion-content p {
        font-size: 18px
    }

    .footer__help {
        padding: 25px 15px;
        bottom: 20px
    }

    .footer__help p {
        font-size: 18px;
        padding: 0
    }

    .footer__logo h5 {
        font-size: 35px;
        line-height: 38px
    }

    .footer__logo p {
        font-size: 18px;
        line-height: 21px
    }

    .footer__phone span {
        font-size: 18px
    }

    .footer__phone p {
        font-size: 24px
    }

    .footer__license p {
        font-size: 14px
    }
}