body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.fl,
p::first-letter,
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter {
    font-size: 1.4em;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.stripe {
    background-color: #ff00aa;
}


/*-------  Section 1  -------*/
#sec1 {
    min-height: 680px;
    background: url(../img/2.png) center center no-repeat,
                url(../img/1.png) center center no-repeat;
    background-size: cover, cover;
}

#sec1 header {
    height: 120px;
    background-color: #fff;
    border-radius: 0 0 60px 60px;
}

#sec1 header .wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

#sec1 header .logo {
    padding-top: 8px;
}

#sec1 header nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    flex: 1 1 auto;
    padding-bottom: 25px;
}

#sec1 header nav a {
    color: #ff00aa;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}
#sec1 header nav a::first-letter {
    font-size: 1.4em;
}

#sec1 header .social-links {
    padding-bottom: 20px;
}
#sec1 header .social-links .vk-link {
    margin-right: 22px;
}

#sec1 main {
    text-align: center;
    font-weight: 700;
    color: #fff;
}

#sec1 h3 {
    font-size: 65px;
    line-height: 1.4em;
    margin-top: 45px;
    margin-bottom: 0;
}

#sec1 p {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 25px;
}
#sec1 p strong {
    font-size: 1.4em;
}

#sec1 button {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: linear-gradient(170deg, #ffe8f8, #ff7bd3, #ff1ab3);
    border: none;
    border-radius: 44px;
    padding: 25px 90px;
    margin-bottom: 45px;
    box-shadow: 0 25px 50px 0 rgba(0,0,0,.4);
    outline: none;
}

#sec1 button:hover,
#sec1 button:focus {
    cursor: pointer;
}

#sec1 button:active {
    box-shadow: inset 0 0 20px 10px rgba(0,0,0,.2);
}

#sec1 button::first-letter {
    font-size: inherit;
}
/*-------  Section 1  -------*/


/*-------  Section 2  -------*/
#sec2 {
    min-height: 750px;
}

#sec2 .wrapper {
    padding-bottom: 150px;
}

#sec2 h1 {
    color: #ff00aa;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    padding: 50px 0 90px;
    margin: 0;
}

#sec2 .facts {
    display: flex;
    justify-content: center;
    min-height: 400px;
}

#sec2 .facts div {
    flex: 1;
    text-align: center;
}

#sec2 .facts p {
    color: #ff00aa;
    font-size: 30px;
    font-weight: 700;
}

#sec2 .facts div:nth-of-type(2) {
    border-left: 5px solid #ff00aa;
    border-right: 5px solid #ff00aa;
}
/*-------  Section 2  -------*/


/*-------  Section 3  -------*/
#sec3 {
    border-top: 95px solid #ff00aa;
    border-bottom: 1px solid #fff;
    padding-top: 80px;
}

#sec3 #prices {
    border-top: 20px solid #ebf500;
    border-bottom: 20px solid #ebf500;
    border-left: 30px solid #ebf500;
    border-right: 30px solid #ebf500;
    border-image: url(/img/table_border.png) 42;
    padding: 20px;
    margin-left: -30px;
    margin-right: -30px;
}

#sec3 header p {
    position: relative;
    color: #ff00aa;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    padding-left: 310px;
    margin-bottom: 25px;
}
#sec3 header p::first-letter {
    font-size: 1.4em;
}
#sec3 header p img {
    position: absolute;
    left: 100px;
    top: -20px;
}

#sec3 .tables {
    display: flex;
    flex-flow: row wrap;
}

#sec3 table {
    flex: 1 1 50%;
    width: 50%;
}

#sec3 .zone {
    color: #008400;
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 10px;
}

#sec3 th,
#sec3 td {
    font-family: 'Neucha', cursive;
    /*font-family: 'Philosopher', sans-serif;*/
    text-transform: uppercase;
    padding: 7px 14px;
}

#sec3 th:nth-of-type(1) {
    width: 40%;
    text-align: left;
}
#sec3 th:nth-of-type(2),
#sec3 th:nth-of-type(3),
#sec3 th:nth-of-type(4) {
    width: 20%;
}

#sec3 th {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}

#sec3 td {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

#sec3 table:nth-of-type(1) th,
#sec3 table:nth-of-type(2) th {
    background-color: #ff00aa;
}
#sec3 table:nth-of-type(3) th,
#sec3 table:nth-of-type(4) th {
    background-color: #a6dc00;
}

#sec3 table:nth-of-type(4) th:nth-of-type(1) {
    font-size: 20px;
}

#sec3 td:not(:nth-child(1)) {
    text-align: center;
}

#sec3 table:nth-of-type(4) th:nth-of-type(1) {
    padding: 0 14px;
    font-size: 27px;
    font-weight: normal;
    vertical-align: middle;
}

#sec3 .stripe {
    height: 50px;
    margin: 26px 0;
}
/*-------  Section 3  -------*/


/*-------  Section 4  -------*/
#sec4 {
    text-align: center;
    background-color: #ff00aa;
    padding-top: 130px;
    border-bottom: 1px solid transparent;
}

#sec4 h3,
#sec4 p {
    color: #fff;
    font-weight: bold;
}

#sec4 h3 {
    font-size: 45px;
}

#sec4 p {
    margin-top: 40px;
    font-size: 30px;
}

#sec4 button {
    color: #ff00aa;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    border-radius: 56px;
    padding: 25px 75px;
    margin-top: 65px;
    margin-bottom: 90px;
    outline: none;
    box-shadow: 0 25px 50px 0 rgba(0,0,0,.4);
}

#sec4 button:hover,
#sec4 button:focus {
    cursor: pointer;
}

#sec4 button:active {
    box-shadow: inset 0 0 20px 10px rgba(0,0,0,.2);
}

#sec4 button::first-letter {
    font-size: inherit;
}
/*-------  Section 4  -------*/


/*-------  Section 5  -------*/
#sec5 {
    min-height: 760px;
}

#sec5 {
    color: #ff00aa;
    font-weight: 700;
    padding-top: 105px;
    padding-bottom: 20px;
}

#sec5 .device {
    display: flex;
    margin-top: 75px;
}

#sec5 p {
    color: #bebebe;
    font-size: 15px;
    line-height: 1.5;
}

#sec5 h3 {
    font-size: 35px;
    text-align: center;
}

#sec5 h4 {
    font-size: 30px;
    margin-bottom: 6px;
}

#sec5 .device > div:nth-child(1) div,
#sec5 .device > div:nth-child(3) div {
    margin-bottom: 40px;
}

#sec5 .device > div:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

#sec5 .stripe {
    height: 22px;
    margin: 83px 0;
}
/*-------  Section 5  -------*/


/*-------  Section 6  -------*/
#sec6 {
    text-align: center;
    padding-top: 120px;
    border-bottom: 1px solid transparent;
    background: url(../img/9.png) center center no-repeat,
                url(../img/10.png) center center no-repeat;
    background-size: cover, cover;
}

#sec6 p {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}

#sec6 p span {
    font-size: 65px;
}

#sec p span::first-letter {
    font-size: inherit;
}

#sec6 button {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background-color: #cfe082;
    border: none;
    border-radius: 100px;
    padding: 52px 146px;
    margin-top: 80px;
    margin-bottom: 75px;
    outline: none;
    box-shadow: 0 25px 50px 0 rgba(0,0,0,.4);
}

#sec6 button:hover,
#sec6 button:focus {
    cursor: pointer;
}

#sec6 button:active {
    box-shadow: inset 0 0 20px 10px rgba(0,0,0,.2);
}

#sec6 button::first-letter {
    font-size: inherit;
}
/*-------  Section 6  -------*/


/*-------  Section 7  -------*/
#sec7 {
    min-height: 900px;
}

#sec7 .wrapper {
    position: relative;
}

#sec7 .stripe {
    height: 33px;
    margin: 56px 0;
}

#sec7 #map {
    width: 100%;
    min-height: 900px;
}

#sec7 #map iframe {
    width: 100%;
    min-height: 900px;
    height: 100%;
}

#sec7 #contacts {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ff00aa;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    padding: 0 53px 13px;
}

#sec7 #contacts h3 {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 36px;
}

#sec7 #contacts .address {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
}

#sec7 #contacts .links {
    text-align: center;
    margin-top: 50px;
}
#sec7 #contacts .links .vk-link {
    margin-right: 20px;
}

#sec7 #contacts .phone {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}
/*-------  Section 7  -------*/


/*-------  Section 8  -------*/
#sec8 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #ff00aa;
    padding-top: 112px;
}

#sec8 p:first-child {
    font-size: 38px;
    margin-bottom: 28px;
}

#sec8 p:nth-child(2) {
    font-size: 24px;
}

#sec8 button {
    color: #ff00aa;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
    border-radius: 100px;
    padding: 38px 64px;
    margin-top: 52px;
    margin-bottom: 120px;
    outline: none;
    box-shadow: 0 25px 50px 0 rgba(0,0,0,.4);
}

#sec8 button:hover,
#sec8 button:focus {
    cursor: pointer;
}

#sec8 button:active {
    box-shadow: inset 0 0 20px 10px rgba(0,0,0,.2);
}

#sec8 button::first-letter {
    font-size: inherit;
}
/*-------  Section 8  -------*/


/*-------  Modal  -------*/
#appointment {
    width: 600px;
    text-align: center;
    font-weight: bold;
}

#appointment .img {
    background: url(../img/13.png) center center no-repeat;
    background-size: cover;
    height: 250px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-bottom: 2px;
}

#appointment h3 {
    color: #3c3a3b;
    font-size: 29px;
}

#appointment h3 + p {
    color: #615f60;
    font-size: 14px;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
}

#appointment form {
    display: flex;
    flex-direction: column;
    margin: 30px 20px 0;
}

#appointment form input {
    color: #615f60;
    font-size: 28px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    padding: 7px 38px;
    margin: 9px 20px;
    outline: none;
}

#appointment .policy {
    width: 70%;
    margin: 0 auto;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

#appointment .policy p {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.5;
}

#appointment .policy p:first-child {
    margin-bottom: 25px;
}

#appointment button {
    width: auto;
    align-self: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background-color: #ff00aa;
    border: none;
    border-radius: 100px;
    padding: 22px 42px;
    margin-top: 27px;
    margin-bottom: 20px;
    outline: none;
    box-shadow: 0 25px 50px 0 rgba(255,0,170,0.5);
}

#appointment button:hover,
#appointment button:focus {
    cursor: pointer;
}

#appointment button:active {
    box-shadow: inset 0 0 20px 10px rgba(0,0,0,.2);
}

.modal {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 600px;
    border-radius: 85px;
    background-color: rgba(255,255,255,.8);
    padding: 5px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}

.blocker {
    background-color: rgba(255,255,255,.8);
}
/*-------  Modal  -------*/


@media (max-width: 1400px) {
    #sec1 header .wrapper {
        padding: 0 50px;
    }

    #sec1 h3 {
        font-size: 50px;
    }

    #sec1 p {
        font-size: 25px;
    }

    #sec2 h1 {
        font-size: 40px;
    }

    #sec2 .facts p {
        font-size: 25px;
        margin-top: 15px;
    }

    #sec2 {
        min-height: 650px;
    }

    #sec2 .wrapper {
        padding-bottom: 100px;
    }

    #sec2 .facts {
        min-height: 350px;
    }

    #sec3 #prices {
        margin: 0;
    }

    #sec4 button {
        font-size: 40px;
    }

    #sec4 {
        padding-top: 70px;
    }

    #sec4 h3 {
        font-size: 40px;
    }

    #sec4 p {
        font-size: 27px;
    }

    #sec5 {
        font-weight: 700;
    }

    #sec5 .device img {
        width: 400px;
        height: auto;
    }

    #sec5 .device {
        padding: 0 50px;
    }

    #sec5 .device > div:nth-child(2) {
        margin-left: 50px;
        margin-right: 50px;
    }

    #sec6 {
        padding-top: 90px;
    }

    #sec6 button {
        font-size: 38px;
        padding: 35px 100px;
    }

    #sec6 p {
        font-size: 40px;
    }

    #sec6 p span {
        font-size: 55px;
    }

    #sec7 {
        min-height: 500px;
    }

    #sec7 #map {
        min-height: 500px;
    }

    #sec7 #map iframe {
        min-height: 500px;
    }

    #sec7 #contacts h3 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 26px;
    }

    #sec7 #contacts .address {
        font-size: 22px;
    }

    #sec7 #contacts .phone {
        font-size: 30px;
    }

    #sec7 #contacts .links {
        margin-top: 25px;
    }

    #sec8 {
        padding-top: 90px;
    }

    #sec8 p:first-child {
        font-size: 35px;
        margin-bottom: 25px;
    }

    #sec8 p:nth-child(2) {
        font-size: 24px;
    }

    #sec8 button {
        font-size: 35px;
        padding: 25px 55px;
        margin-bottom: 80px;
    }
}

@media (max-width: 1200px) {
    #sec1 {
        min-height: 500px;
    }

    #sec1 header .logo {
        padding-top: 5px;
    }

    #sec1 header {
        height: 70px;
        border-radius: 0 0 40px 40px;
    }

    #sec1 header .logo img {
        height: 60px;
    }

    #sec1 header .social-links {
        padding-bottom: 10px;
    }

    #sec1 header .social-links img {
        width: 40px;
    }

    #sec1 header nav {
        padding-bottom: 10px;
    }

    #sec3 header p {
        font-size: 40px;
    }

    #sec3 header p img {
        height: 90px;
    }

    #sec4 h3 {
        font-size: 35px;
    }

    #sec4 p {
        font-size: 25px;
    }


    #sec5 {
        padding-top: 50px;
    }

    #sec5 h3 {
        font-size: 32px;
    }

    #sec5 h4 {
        font-size: 26px;
        margin-bottom: 4px;
    }

    #sec5 p {
        font-size: 14px;
    }

    #sec5 .device img {
        width: 300px;
        height: auto;
    }

    #sec5 .device > div:nth-child(2) {
        margin-left: 20px;
        margin-right: 20px;
    }

    #sec5 .device {
        padding: 0 25px;
    }

    #sec7 #contacts {
        left: 20px;
        bottom: 0;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        padding: 0 30px 5px;
    }

    #sec7 #contacts h3 {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #sec7 #contacts .address {
        font-size: 18px;
    }

    #sec7 #contacts .phone {
        font-size: 24px;
    }

    #sec7 #contacts .links {
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    #sec1 header nav a {
        font-size: 18px;
    }

    #sec3 {
        border-top: 65px solid #ff00aa;
        padding-top: 50px;
    }
    #sec3 table {
        flex: 1 1 100%;
        width: 100%;
    }

    #sec4 h3 {
        font-size: 28px;
    }
    #sec4 p {
        font-size: 22px;
        margin-top: 15px;
    }

    #sec5 {
        padding-top: 30px;
    }
    #sec5 .device {
        margin-top: 55px;
    }
    #sec5 h4 {
        font-size: 20px;
    }
    #sec5 h3 {
        font-size: 25px;
    }
    #sec5 p {
        font-size: 13px;
    }
    #sec5 .device {
        padding: 0 15px;
    }
    #sec5 .device > div:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }
    #sec7 {
        min-height: 400px;
    }
    #sec7 #map {
        min-height: 400px;
    }
    #sec7 #map iframe {
        min-height: 400px;
    }
    #sec7 #contacts .address {
        font-size: 16px;
    }
    #sec7 #contacts .phone {
        font-size: 20px;
    }

    #sec7 #contacts h3 {
        font-size: 22px;
    }

    #sec7 #contacts .links img {
        height: 50px;
    }
    #sec7 #contacts .links {
        margin-top: 10px;
    }

    #sec8 p:first-child {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #sec8 p:nth-child(2) {
        font-size: 20px;
    }
    #sec8 {
        padding-top: 50px;
    }

}


@media (max-width: 768px) {

    #sec1 header {
        height: 70px;
        border-radius: 0 0 35px 35px;
    }
    #sec1 header .wrapper {
        padding: 0 35px;
    }
    #sec1 header .logo {
        padding-top: 10px;
    }
    #sec1 header .logo img {
        height: 50px;
    }
    #sec1 header nav a {
        font-size: 16px;
    }
    #sec1 header .social-links img {
        width: 30px;
    }
    #sec1 header .social-links .vk-link {
        margin-right: 7px;
    }
    #sec1 header .social-links {
        padding-bottom: 10px;
    }
    #sec1 h3 {
        font-size: 35px;
    }
    #sec1 p {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    #sec1 button {
        font-size: 27px;
        border-radius: 44px;
        padding: 20px 60px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #sec2 {
        min-height: 450px;
    }
    #sec2 .wrapper {
        padding-bottom: 70px;
    }
    #sec2 h1 {
        font-size: 30px;
        padding: 40px 0 70px;
    }
    #sec2 .facts {
        min-height: 200px;
    }
    #sec2 .facts img {
        width: 70px;
    }
    #sec2 .facts p {
        font-size: 18px;
        margin-top: 15px;
    }
    #sec2 .facts div:nth-of-type(2) {
        border-left: 3px solid #ff00aa;
        border-right: 3px solid #ff00aa;
    }
    #sec3 {
        border-top: 40px solid #ff00aa;
        padding-top: 30px;
    }
    #sec3 header p img {
        height: 75px;
        left: 20px;
    }
    #sec3 header p {
        font-size: 30px;
        padding-left: 200px;
    }
    #sec3 .stripe {
        height: 40px;
        margin: 30px 0;
    }
    #sec4 h3 {
        line-height: 1.3;
    }
    #sec4 p {
        font-size: 20px;
        line-height: 1.3;
    }
    #sec4 button {
        font-size: 30px;
        padding: 20px 50px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    #sec4 .wrapper {
        padding: 0 20px;
    }

    #sec5 .device {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    #sec5 .device > div:nth-child(2) {
        order: 1;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    #sec5 .device > div:nth-child(1) {
        order: 2;
    }
    #sec5 .device > div:nth-child(3) {
        order: 3;
    }
    #sec5 h4 {
        text-align: center;
        margin-bottom: 10px;
    }
    #sec5 .device > div:nth-child(2) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #sec5 .device > div:nth-child(1) div,
    #sec5 .device > div:nth-child(3) div {
        margin-bottom: 20px;
    }
    #sec5 .stripe {
        height: 15px;
        margin: 40px 0;
    }
    #sec6 {
        padding-top: 50px;
    }
    #sec6 p {
        font-size: 30px;
    }
    #sec6 p span {
        font-size: 40px;
    }
    #sec6 button {
        font-size: 30px;
        padding: 25px 60px;
    }
    #sec7 .stripe {
        height: 20px;
        margin: 40px 0;
    }
    #sec8 p:first-child {
        font-size: 24px;
        line-height: 1.3;
    }
    #sec8 p:nth-child(2) {
        font-size: 18px;
    }
    #sec8 button {
        font-size: 27px;
        padding: 20px 40px;
        margin-bottom: 60px;
    }
    #sec7 #contacts {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        padding: 0 20px 5px;
    }
    #sec7 #contacts h3 {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    #sec7 #contacts .address {
        font-size: 15px;
    }
    #sec7 #contacts .phone {
        font-size: 18px;
    }
    #sec7 #contacts .links img {
        height: 40px;
    }



    .blocker {
        padding: 10px;
    }
    #appointment {
        width: 400px;
    }
    #appointment h3 {
        font-size: 20px;
    }
    #appointment form {
        margin: 10px 5px 0;
    }
    #appointment button {
        font-size: 20px;
        padding: 15px 40px;
        margin-top: 15px;
        margin-bottom: 15px;
        box-shadow: 0 15px 30px 0 rgba(255,0,170,0.5);
    }
    #appointment .policy p:first-child {
        margin-bottom: 5px;
    }
    #appointment form input {
        color: #615f60;
        font-size: 20px;
        font-weight: bold;
        border-radius: 3px;
        border: 1px solid #bdbdbd;
        padding: 7px 20px;
        margin: 9px 20px;
    }
    #appointment .policy p {
        font-weight: 600;
    }
    #appointment h3 + p {
        font-size: 13px;
    }
}


@media (max-width: 576px) {
    #sec1 {
        min-height: auto;
    }
    #sec1 > .wrapper {
        padding: 0 20px;
    }
    #sec1 header {
        height: 55px;
        border-radius: 0 0 20px 20px;
    }
    #sec1 header .logo img {
        height: 40px;
    }
    #sec1 header .social-links img {
        width: 20px;
    }
    #sec1 header .wrapper {
        padding: 0 10px;
    }
    #sec1 header .social-links .vk-link {
        margin-right: 4px;
    }
    #sec1 header nav a {
        font-size: 15px;
    }
    #sec1 h3 {
        font-size: 24px;
    }
    #sec1 p {
        font-size: 18px;
    }
    #sec1 button {
        font-size: 20px;
        padding: 15px 40px;
    }

    #sec2 {
        min-height: auto;
        padding: 0 20px;
    }
    #sec2 .wrapper {
        padding-bottom: 50px;
    }
    #sec2 h1 {
        font-size: 25px;
        padding: 30px 0 50px;
    }
    #sec2 .facts p {
        font-size: 16px;
        margin-top: 15px;
    }
    #sec2 .facts div:nth-of-type(2) {
        border-left: 1px solid #ff00aa;
        border-right: 1px solid #ff00aa;
    }
    #sec2 .facts div {
        padding: 0 10px;
    }

    #sec3 {
        border-top: 20px solid #ff00aa;
    }
    #sec3 header p img {
        height: 40px;
        left: 20px;
        top: 0px;
    }
    #sec3 header p {
        font-size: 27px;
        padding-left: 120px;
        padding-top: 5px;
        margin-bottom: 10px;
    }
    #sec3 #prices {
        border-top: 10px solid #ebf500;
        border-bottom: 10px solid #ebf500;
        border-left: 15px solid #ebf500;
        border-right: 15px solid #ebf500;
        padding: 0;
    }
    #sec3 .zone {
        font-size: 20px;
        padding-bottom: 5px;
    }
    #sec3 td {
        font-size: 15px;
    }
    #sec3 th {
        font-size: 15px;
    }
    #sec3 .stripe {
        height: 20px;
        margin: 15px 0;
    }

    #sec4 {
        padding-top: 40px;
    }
    #sec4 button {
        font-size: 20px;
        padding: 15px 40px;
    }

    #sec5 .stripe {
        height: 20px;
        margin: 20px 0;
    }
    #sec6 button {
        font-size: 20px;
        padding: 20px 40px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #sec6 p {
        font-size: 25px;
        line-height: 1.3;
    }
    #sec6 p span {
        font-size: 35px;
    }

    #sec7 .stripe {
        height: 20px;
        margin: 30px 0;
    }

    #sec8 {
        padding: 30px 20px 0;
    }
    #sec8 p:first-child {
        font-size: 20px;
    }
    #sec8 p:nth-child(2) {
        font-size: 15px;
        line-height: 1.3;
    }

    #sec8 button {
        font-size: 20px;
        padding: 20px 40px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #sec7 #contacts .links {
        margin-top: 0;
    }
    #sec7 #contacts .links img {
        height: 30px;
    }
    #sec7 #contacts h3 {
        font-size: 16px;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    #sec7 #contacts .address {
        font-size: 14px;
    }
    #sec7 #contacts {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 0 10px 5px;
    }



    #appointment {
        width: 350px;
    }
    #appointment .img {
        height: 150px;
    }
    #appointment h3 + p {
        font-size: 13px;
        line-height: 1.5;
        width: 90%;
    }
    #appointment .policy {
        width: 80%;
    }
    #appointment .policy p {
        font-size: 10px;
        line-height: 1.3;
    }
    #appointment form input {
        padding: 7px 20px;
        margin: 7px 10px;
    }
}




#name::placeholder               {opacity: 1; transition: opacity 0.4s ease;}
#name::-webkit-input-placeholder {opacity: 1; transition: opacity 0.4s ease;}
#name::-moz-placeholder          {opacity: 1; transition: opacity 0.4s ease;}
#name:-moz-placeholder           {opacity: 1; transition: opacity 0.4s ease;}
#name:-ms-input-placeholder      {opacity: 1; transition: opacity 0.4s ease;}

#phone::placeholder               {opacity: 1; transition: opacity 0.4s ease;}
#phone::-webkit-input-placeholder {opacity: 1; transition: opacity 0.4s ease;}
#phone::-moz-placeholder          {opacity: 1; transition: opacity 0.4s ease;}
#phone:-moz-placeholder           {opacity: 1; transition: opacity 0.4s ease;}
#phone:-ms-input-placeholder      {opacity: 1; transition: opacity 0.4s ease;}

#area::placeholder               {opacity: 1; transition: opacity 0.4s ease;}
#area::-webkit-input-placeholder {opacity: 1; transition: opacity 0.4s ease;}
#area::-moz-placeholder          {opacity: 1; transition: opacity 0.4s ease;}
#area:-moz-placeholder           {opacity: 1; transition: opacity 0.4s ease;}
#area:-ms-input-placeholder      {opacity: 1; transition: opacity 0.4s ease;}

#name:focus::placeholder 	       {opacity: 0; transition: opacity 0.4s ease;}
#name:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.4s ease;}
#name:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.4s ease;}
#name:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.4s ease;}
#name:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.4s ease;}

#phone:focus::placeholder 		{opacity: 0; transition: opacity 0.4s ease;}
#phone:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.4s ease;}
#phone:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.4s ease;}
#phone:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.4s ease;}
#phone:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.4s ease;}

#area:focus::placeholder 	       {opacity: 0; transition: opacity 0.4s ease;}
#area:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.4s ease;}
#area:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.4s ease;}
#area:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.4s ease;}
#area:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.4s ease;}





