html {
    scroll-behavior: smooth;
    font-size: 10px;
}
.blockTitle {
    font-family: 'Cormorant Garamond';
    font-size: 4.8rem;
    line-height: 1;
    margin: 0 0 5rem;
}

.blockContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.black {
    color: #fff;
    background: #000;
}
.girlPhoto {
    padding: 0;
}
.girlPhoto img {
    width: 100%;
}

a {
    color: #ffd700;
}

.block1 {
    background: url('/img/bg.jpg') no-repeat top right scroll;
    background-size: contain;
    min-height: 100vh;
    padding: 5vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
header {
    position: fixed;
    background: rgba(255,255,255,0.8);
    width:100%;
    height: 9.5rem;
    top:0;
    padding: 2.2rem 0;
    z-index:2;
}

.blockText {
    font-size: 2rem;
    margin-bottom: 5rem;
}

html {}

body {font-family: 'Proxima Nova Rg';font-size: 18px;}

.blockButton a,.form-group button {
    color: #000;
    text-decoration: none;
    display: block;
    background: #ffd700;
    padding: 1.5rem 5rem;
    font-weight: bold;
    border:0;
    outline: none;
}

.blockButton {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.block2Items .hover {
    opacity:0;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.block2Items img {
    opacity:1;
    max-width: 100%;
}
.block2Item:hover img {

    opacity:0;
}
.block2Item:hover .hover {

    opacity:1;
}
.block2Items .itemImage {
    width: 6.5rem;
    height: 6.5rem;
    position: relative;
    margin: 0 auto 5rem;
}
.itemTitle {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.7;
    max-width: 300px;
    margin: 0 0 0.8rem;
}

.itemText {
    text-align: center;
    max-width: 300px;
}


.block2Item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* position: relative; */
}
.block2 {
    padding: 8rem 0;
}

.gray {
    background: #f7f7f7;
}

.headerPhone a {
    font-weight: bold;
    color: #000;
    font-size: 2.4rem;
    text-decoration: none;
}

.headerLine {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.block3 {
    padding: 24rem 0 16rem;
}

.block3 .blockTitle {
    margin: 0 0 8rem;
}

.headerLogo img {
    width:5rem;
    max-width: 100%;
}

.block4 {
    padding: 10rem 0 7rem;
}

.block5 .blockTitle {
    margin: 0 0 8rem;
}

.block5 .blockText {
    margin: 0 0 8rem;
}

.block5 .blockText ul {
    margin: 1.5rem 0;
}

.block6 .blockTitle {
    margin: 0 0 8rem;
}


#form {
    padding: 10rem 0
}

.blockList {
    color: #aeaeae;
}

.blockList li {
    margin: 0 0 3rem;
}

.blockInfo .blockName {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.blockInfo {
    font-size: 1.8rem;
    margin-left: 5rem;
}

.block4 .blockContent {
    margin-bottom: 6rem;
}

.blockList ul {
    margin: 3rem 0 0 0;
    padding: 0 0 0 2rem;
}

.blockInfo .blockPost {
    font-weight: 600;
}

.blockButton.videoButton a {
    background: #ffd700 url('/img/video.png') no-repeat 2rem 1.5rem scroll;
    background-size: 36px;
    padding-left: calc(3rem + 36px);
}

#form .form-group input {
    width: calc(50% - 3rem - 122px);
    margin-right: 2rem;
    height: 5.5rem;
    border: 2px #e1e1e1 solid;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 1rem 2rem;
}

#form .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 2rem;
}

.policyText {
    font-size: 1.4rem;
    color: #9c9c9c;
}

#form .form-group button {
    margin-left: 2rem;
}

.footerInner {
    padding: 3rem 0;
}

footer a.policyLink {
    color: #9c9c9c;
}
footer .siteName {
    color: #9c9c9c;
}

.toTop img {
    opacity: 0.5;
    margin-right: 1rem;
}

.toTop {
    display:flex;
    align-items: center;
}


main#top {
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}


.formResult.loaded {
    margin: 1rem auto 4rem;
    color: #4fa700;
}

.formResult.error {
    color: #c70000;
}
.policyPage {
    margin: 9.5rem 0 0;
    padding: 0 0 5rem;
}
.policyPage h1 {
    font-weight: 900;
    margin: 0 0 3rem;
}

.policyPage h2 {
    font-weight: 600;
    margin: 2rem 0;
}

.policyPage li {
    margin-bottom: 1rem;
}
.policyPage img {
    max-width: 100%;
}
@media(max-width: 767px){

    html{
        font-size: 9px
    }
    
    .block1 {
        background-size: cover;
    }
    .block1 .infoBlock {
        background: rgba(255,255,255,0.8);
        align-items:center;
        display: flex;
        flex-direction: column;
        padding: 3rem 15px;
    }
    .block2Item {
        margin-bottom: 3rem;
    }

    .blockContent {
        flex-direction:column;
        align-items:center;
    }
    .blockContent .image {
        margin: 0 0 3rem 0;
    }

    .blockInfo {
        margin: 0;
    }

    #form .form-group {
        flex-direction: column;
    }

    #form .form-group input {
        width: 100%;
        margin: 0 0 3rem;
    }
    .block5 .infoBlock {
        padding: 3rem;
    }
	.block5 .blockButton {
		justify-content: center;
	}
    .block6 .infoBlock {
        padding: 3rem;
    }

    .block6 .blockTitle {
        margin: 0 0 4rem;
    }

    div#form {
        padding: 5rem 0;
    }
    .footerInner {
    flex-direction: column;
}
.fancybox-content {
    padding: 4rem;
}
}
.captcha-container {
    display: none;
}
.g-recaptcha {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}






