* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Akrobat-Thin';
    src: url(fonts/Akrobatthin.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Akrobat';
    src: url(fonts/Akrobat.ttf);
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: 'Bloggersans';
    src: url(fonts/Bloggersans.ttf);
    /* Путь к файлу со шрифтом */
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-bt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-ar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header {
    background: url('../images/bg-img-1.jpg') no-repeat center;
    background-size: cover ;
    width: 100%;
}

.container-header,
.container-content,
.container-footer {
    max-width: 1185px;
    margin: 0 auto;
    width: 100%;
    
}

@media (min-width: 1200px) {
    .container-header{
        padding: 60px 0 140px 0;
    }
}


@media(max-width: 640px){
    .container-prev{
        padding: 0 15px 0 15px;
    }
}
h1 {
    width: 100%;
	line-height: 31.46px;
    text-transform: uppercase;
    font-family: Akrobat;
    font-size: 36px;
    font-weight: 700;
}

h2 {
    line-height: 42.46px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Akrobat-Thin';
}

h3 {
    height: 38px;
    color: #070d1b;
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

.title {
    margin-top: 48px;
    text-align: left;
    color: #ffffff;
    justify-content: flex-start;
}

.container-prev {
    margin-top: 65px;
    justify-content: center;
}
@media (min-width: 1600px) {
    .container-prev{
        justify-content: flex-start;
    }
}

.prev {
    /*width: 811px;*/
    width: 50%;
}

.prev {
    background: url(../images/prevu.jpg) 100% 100% no-repeat;
    background-size: contain;
    border: none;
    margin-right: 32px;
}

.forms {
    width: 342px;
    height: 320px;
    border-radius: 15px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}

.forms-container {
    width: 236px;
    margin: 0 auto;
}

.heart {
    width: 65px;
    height: 65px;
    background-image: url(../images/icons/heart.svg);
    margin-top: -33px;
    margin-bottom: 14px;
}

input {
    border: 0;
    padding: 0;
}

.input-name,
.input-password {
    width: 224px;
    height: 41px;
    background-color: #e2e9ff;
    padding-left: 13px;
    color: #5c5c5c;
    font-family: "Akrobat";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;

}

.text-botton {
    color: #ffffff;
    font-family: Akrobat;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.name {
    margin-top: 25px;
    margin-bottom: 6px;
}

.password {
    margin-bottom: 14px;
}

.form-botton button{
    width: 236px;
    height: 53px;
    background-color: #52ac62;
    border: none;
    outline: none;
    transition: all ease .25s;
    cursor: pointer;
}
.form-botton button:hover{
    background-color: #000;
    transition: all ease .25s;
}

.form-botton-text {
    color: #ffffff;
    font-family: Akrobat;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

h4 {

    color: #070d1b;
    font-family: Akrobat;
    font-size: 36px;
    font-weight: 700;
    line-height: 31.46px;
    text-transform: uppercase;
}

.content {
    background-color: #e8e8e8;
    width: 100%;
}

.content-title {
    padding-top: 51px;
    text-align: center;
}

.content-block {
    margin-right: 2%;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 23%;
    height: 118px;
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.19);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
}



.block-img {
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.block-text {
    margin-left: 15px;
    margin-right: 10px;
    color: #070d1b;
    font-family: "Bloggersans";
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: 300;
}

.content-block2 {
    margin-top: 32px;
    width: 22%;
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.19);
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.19);
    background-color: #ffffff;
    margin-right: 25px;
}
.content-block2:hover .fishka{
    opacity: 1;
    transition: all ease .35s;
}

.block-links {
    margin-left: 10px;
    margin-right: 10px;
}

.icons a {
    margin-left: 6px;
}


.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nik a {
    width: 41px;
    height: 14px;
    color: #070d1b;
    font-family: Akrobat;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.block-img2 {
    position: relative;
}

.img2 {
    background: url(../images/alice.png) no-repeat top left;
    height: 263px;
}

.content-block2 img {
    width: 100%;
}


.img3 {
    background: url(../images/Amelia_love_5.png) no-repeat top left;
    height: 263px;
}

.img4 {
    background: url(../images/1535321007.119232_big.png) no-repeat top left;
    height: 263px;
}

.img5 {
    background: url(../images/Ekaterina_4.png) no-repeat top left;
    height: 263px;
}

.img6 {
    background: url(../images/1540459736.117656_big.png) no-repeat top left;
    height: 263px;
}

.img7 {
    background: url(../images/Flame_of_love_7.png) no-repeat top left;
    height: 263px;
}

.img8 {
    background: url(../images/INNESS_2.png) no-repeat top left;
    height: 263px;
}

.img9 {
    background: url(../images/Kateryna_15.png) no-repeat top left;
    height: 263px;
}

.block-img2 .online {
    background: url(../images/icons/online.svg) no-repeat;
    left: 5px;
    bottom: 12px;
    position: absolute;
    width: 51px;
    height: 24px;
}

.block-img2 .top {
    background: url(../images/icons/top.svg) no-repeat;
    left: 5px;
    top: 5px;
    position: absolute;
    width: 52px;
    height: 24px;
}

.block-img2 .new {
    background: url(../images/icons/new.svg) no-repeat;
    left: 5px;
    top: 5px;
    position: absolute;
    width: 52px;
    height: 24px;
}

.mt34 {
    margin-top: 34px;
    padding-bottom: 34px;
}



.footer {
    background: url(../images/footer-bg-img.jpg) center no-repeat;
    background-size: cover;
}

.comments {
    margin-top: 31px;
    width: 280px;
    height: 110px;
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.comments-block {
    position: relative;
}

.title-comment {

    height: 18px;
    color: #070d1b;
    font-family: Akrobat;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-left: 12px;
}

.text-comment {
    height: 58px;
    color: #070d1b;
    font-family: Akrobat;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 9px 0 9px;
    overflow: hidden;
}

.images img {
    width: 124px;
    height: 123px;
    margin-right: 34px;
    position: relative;
}

.mt0 {
    margin-top: 0px;
}

.mb87 {
    margin-bottom: 87px;
}

.comments::after {
    content: '';
    position: absolute;
    left: 110px;
    top: -50px;
    border: 28px solid transparent;
    border-bottom: 34px solid white;
}

.footer2 {
    width: 100%;
    margin: 0 auto;
    height: 122px;
    background-color: #070d1b;

}

.logo {
    background-image: url(../images/footer.png);
    width: 115px;
    height: 87px;
}

.hide {
    display: none;
}

.active {
    display: block;
}





.fishka {
    position: absolute;
    background-image: url(../images/icons/fishka3.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all ease .35s;
}

.fishka a {
    display: block;
    height: 100%;
}

.modal {
    max-width: 882px;
    padding: 0px 0px;
}

.coment-right {
    right: 30px;
}

.coment-right .comments::after {
    left: 375px;
}

.mb32 {
    margin-bottom: 32px;
}



.photo {
    width: 344px;
    overflow: hidden;
    border: none;
}

.girls {
    margin-left: 32px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    width: 54%;
}

.girl-name {
    color: #5c5c5c;
    font-family: Akrobat;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}

.girl-text {
    color: #5c5c5c;
    font-family: "Akrobat";
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.girl-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: Akrobat;
    display: block;
}



.atr ul {
    width: 110px;
}

.atr ul li {
    text-transform: uppercase;
    color: #5c5c5c;
    font-family: Akrobat;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
}

.atr ul li span {
    font-weight: 700;
    margin-left: 10px;
}

.atr ul li:nth-child(2n-1) {
    background-color: #e8e8e8;
}

.atr ul:nth-child(2) {
    margin-right: 8px;
}

.girl-video {
    margin-top: 20px;
}

.footer-comment {
    /*max-width: 300px;*/
}





.flex-direction-nav li {
    position: relative;
}

.flex-direction-nav li:first-child {
    right: 90px;
    margin-top: -180px;
}

.flex-direction-nav li:last-child {
    left: 90px;
    margin-top: -15px;
}

.flex-direction-nav li a {
    display: block;
    height: 100%;
    width: 100%;

    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;

    -webkit-transition: background-color 0.2s;

    -o-transition: background-color 0.2s;

    transition: background-color 0.2s;
}

.flex-direction-nav li a::before,
.flex-direction-nav li a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 25px;
    background-color: white;
}


.flex-direction-nav li a::before {
    -webkit-transform: translateY(-42px) rotate(45deg);
    -ms-transform: translateY(-42px) rotate(45deg);
    transform: translateY(-42px) rotate(45deg);
}

.flex-direction-nav li a::after {
    -webkit-transform: translateY(-27px) rotate(-45deg);
    -ms-transform: translateY(-27px) rotate(-45deg);
    transform: translateY(-27px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::before {
    -webkit-transform: translateY(-41px) rotate(-45deg);
    -ms-transform: translateY(-41px) rotate(-45deg);
    transform: translateY(-41px) rotate(-45deg);
}

.flex-direction-nav li:last-child a::after {
    -webkit-transform: translateY(-27px) rotate(45deg);
    -ms-transform: translateY(-27px) rotate(45deg);
    transform: translateY(-27px) rotate(45deg);
}

.row {
    width: 100%;
}

.modal .flex-active-slide {
    height: 520px !important;
    width: 347px !important;
}

.flex-control-nav {
    bottom: 20px;
}

.footer-comment .flex-direction-nav a {
    opacity: unset;
    position: unset;
}

.footer-comment .flex-direction-nav a.flex-next:before {
    content: '';
}

.flexslider {
    height: 100%;
    border: 0px solid #fff;
}


.pb34 {
    padding-bottom: 34px;
}

/* iPads (вертикальная и горизонтальная) ----------- */
@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .content-block2 {
        width: 40%;
    }

    .content-block {
        width: 40%;
    }

    .prev {
        width: 50%;
    }

   
    .container,
    .atr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-control-nav {
        bottom: 20px;
    }
}


@media only screen and (min-width: 1200px) {

    .container-footer .slides {
        display: flex;
        justify-content: center;
    }
    .comments {
        position: absolute;
        display: none;
        margin-left: -70px;
    }
    
    .slick-item:hover .comments{
        display: block;
    }


}

/* Smartphones (вертикальная и горизонтальная ориентация) ----------- */
.modal a.close-modal{
    border-radius: 50%;
}
@media (max-width: 640px) {
    .modal a.close-modal{
        top: 15px;
        right: 15px;
        box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
    }
    
    .content-block2 {
        width: 50%;
    }

    .pb34-mob {
        padding-bottom: 34px;
    }

    .content-block {
        width: 60%;
    }

    .container-footer {
        /*height: 630px;*/
    }

    .container,
    .atr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex-control-nav {
        bottom: 20px;
    }

    .footer-comment .flex-direction-nav a {
        opacity: unset;
        position: absolute;
    }

    .hide-mob {
        display: none;
    }

    .container-prev {
        margin-top: 60px;
    }

    .icons img {
        width: 70%;
    }

    .block-links {
        margin-left: 5px;
        margin-right: 5px;
    }

    .blocker {
        padding: 0px;
    }

    .modal {
        width: 100%;
    }

    .photo {
        width: 100%;
    }

    .modal .flex-active-slide {
        height: 520px !important;
        width: 360px !important;
    }

    .girls {
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .girl-text {
        margin-top: 20px;
    }
}

@media (max-width: 340px) {
    .content-block2 {
        width: 70%;
    }

    .content-block {
        width: 70%;
    }

}

.slick-item{
    outline: none;
}

.custom-slider-wrap{
    max-width: 300px;
    width: 100%;
}

.slick-slider-2 .slick-dots{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 480px;
    width: 100%;
    margin-left: -8px;
}

.slick-slider-2 .slick-dots li button{
    display: none;
}
.slick-slider-2 .slick-dots li{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    margin-left: 8px;
}
.slick-slider-2 .slick-dots li.slick-active{
    background-color: #fff;
}

.slick-slider-1 .slick-prev{
    border: none;
    background: url("../images/slick-arrow-18x34.png");
    width: 18px;
    height: 34px;
    outline: none;
    cursor: pointer;
    top: 18%;
    left: 20px;
    z-index: 20;
    position: absolute;
}
.slick-slider-1 .slick-next{
    border: none;
    background: url("../images/slick-arrow-18x34.png");
    width: 18px;
    height: 34px;
    transform: rotate(180deg);
    outline: none;
    cursor: pointer;
    top: 18%;
    position: absolute;
    right: 20px;
    z-index: 20;
}

.slick-slider-2 .slick-item img{
    margin: 0 auto;
    
}
.container-prev{
    padding-bottom: 28px;
}

@media(min-width: 1024px){
    .girl-text{
     max-height: 70px;
     margin-top: 10px;
    overflow: hidden;
    }
}
@media( min-width: 1200px){
    .container-prev{
        padding-bottom: 0;
    }
    .custom-slider-wrap{
        max-width: 600px;
        margin-right: 140px;
        margin-bottom: 0px;
    }
    .slick-slider-1 .slick-item{
        outline: none;
        max-width: 124px;
    }
    .slick-slider-1 .slick-item + .slick-item{
        margin-left: 34px;
    }
    .slick-slider-1 .slick-item:hover .comments{
        display: block;
    }
    .slick-slider-1,.slick-slider-1 .slick-list{
        margin-right: -140px;
    }
    .slick-slider-1 .slick-list .slick-track{
        padding: 0 140px 200px 140px;
        max-width: 100%;
    }
}

.button{
    font-size: 25px;
    text-decoration: none;
    background-color: #52ac62;
    color: #fff;
    transition: all ease .25s;
    padding: 0px 16px;
    line-height: 1;
    display: flex;
		text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
		font-family: "Akrobat";
    font-weight: 600;
    height: 48px;
}
.button:hover{
    background-color: #000;
    transition: all ease .25s;
}

.girls * + .button{
    margin-top: 8px;
}

.girl-name + *{
    margin-top: 8px;
}

.modal-form{
    width: 61%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-form .forms .forms-container .heart{
    display: none;
}

.hidden{
    display: none;
}



.users-preview{
    margin-left: 50px;
    width: calc( 100% - 392px );
}




.users-preview-list {
    margin-top: -20px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    justify-content: center;
}

.users-preview-list li{
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    max-width: 46%;
}

.users-preview-list li .label{
    position: absolute;
    left: 0;
    bottom: 22px;
}

@media (min-width: 420px) {
    .users-preview-list{
        margin-left: -30px;
    }
    .users-preview-list li{
        margin-left: 30px;
        
    }
    
}

@media (max-width: 992px){
    .title{
        justify-content: center;
        text-align: center;
    }
    .users-preview{
        width: 100%;
        margin: 0 auto;
    }
    .users-preview-list{
        margin: 0 auto 0 auto;
    }
}

.img-responsive{
    max-width: 100%;
    margin: 0 auto;
}




.brand-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
}

.brand-list li{
    margin-left: 15px;
}

.footer-wrapper{
    background-color: #070d1b;
}

.footer-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1185px;
    margin: 0 auto;
    padding: 25px 15px 15px 15px;
}
.footer-content{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 440px;
    font-family: "Akrobat";
    text-align: justify;
}


@media (max-width: 992px){
    .footer-inner{
        flex-direction: column;
        align-items: center;
    }
    .footer-inner * + *{
        margin-top: 15px;
    }
}

.form-wrap.check-box{
    margin: 15px 0 20px 0;
}
.check-box a{
    color: #070d1b;
    text-decoration: none;
}
.check-box a:hover{
    color: #070d1b;
    text-decoration: underline;
}

.popup-header{
    padding-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #0a0a0a;
    padding-bottom: 7px;
   
}
.popup-wrapper{
    height: 60vh;
    padding: 20px;
    overflow: auto;
}
.popup-content-wrap{
    color: #0a0a0a;
    height: 100%;
    line-height: 26px;
    padding: 30px 40px;
}

.modal-form .forms{
    width: 100%;
    margin-bottom: 0;
}

.form-privacy-wrap{
    max-width: 80%;
    margin: 20px auto 0 auto;
    max-height: 50px;
    height: 100%;
    overflow: hidden;
}

.show-agreement{
    max-height: 150px;
    overflow: auto;
}

@media only screen and (min-width: 640px) and (max-width: 1024px){
	.modal-form .forms{
		margin-top: 40px;
		margin-bottom: 40px;
		height: auto;
	}
	.show-agreement{
		max-height: 250px;
		overflow: auto;
	}
}

.error input[type="text"],
.error input[type="email"]
{
    background: rgba(255, 0, 0, 0.18);
}