/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*@import url('https://fonts.googleapis.com/css?family=Marmelad|Open+Sans:400,600&subset=cyrillic');*/
html {
    font-size: 16px;
}

body {
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
}

/*--- ОБЩИЙ СТИЛЬ ---*/
h1{
	margin: 0;
    padding: 0 20px;
	margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
    font-size: 48px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.header-default{
	margin: 0;
    padding: 0 20px;
    margin-top: 64px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	h1{
		margin-top: 50px;
		margin-bottom: 50px;
        font-size: 36px;
	}

    .header-default{
        margin-top: 50px;
        font-size: 28px;
    }
}

/*--- ШАПКА ---*/

header{
    background: #fff;
    color: #333;
}

.header-wrap{
    max-width: 940px;
    margin: 0 auto;
    padding: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.header-logo-wrap{
	margin-right: 32px;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-logo-link{
	margin-right: 16px;
	line-height: 0;
}

.header-logo-description{
    max-width: 300px;
    padding: 0;
    margin: 0;
    font-family: 'Marmelad', serif;
    font-size: 18px;
    color: #333;
}

.phone-number{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    line-height: 27px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.header-logo-link {
		margin-right: 12px;
	}
	
	.header-logo-link img{
		width: 40px;
		height: 40px;
	}
	
    .header-logo-description {
        width: 240px;
        font-size: 16px;
    }
	
	.phone-number {
        font-size: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.header-logo-wrap{
		margin-right: 0;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .header-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
    }
	
	.header-logo-wrap {
		margin-bottom: 8px;
	}
}

/*--- ПРОМО-БЛОК ---*/

.promo-block{
    background: #322f2f;
    background-image: url(../img/promo-pattern.png);
    color: #fff;
}

.promo-wrap{
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background-image: url(../img/promo-alena.png);
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
}

.promo-text--wrap{
    max-width: 540px;
    min-height: 700px;
    text-align: center;
    margin-left: auto;
}

.promo-text--heading{
    margin: 0 auto;
    margin-top: 130px;
    font-size: 48px;
    color: #fff;
    font-family: 'Marmelad', serif;
}

.promo--small{
    margin: 0;
    margin-top: 30px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
}

.promo--btn-text{
    margin: 0 auto;
    padding: 0;
    max-width: 450px;
    margin-top: 65px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
}

.promo--btn,
.promo--btn-discont{
    width: 220px;
    height: 54px;
    margin-top: 35px;
    margin-bottom: 45px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    background: #322f2f;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 27px;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.promo--btn:hover,
.promo--btn-discont:hover{
    cursor: pointer;
    color: #322f2f;
    background: #fff;
}

.promo--btn:active,
.promo--btn-discont:active{
    top: 2px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .promo-wrap{
        max-width: 760px;
        background-size: 300px;
    }
    .promo-text--wrap{
        max-width: 350px;
        min-height: auto;
    }

    .promo-text--heading{
        font-size: 34px;
        line-height: inherit;
        margin-top: 70px;
    }

    .promo--small{
        font-size: 18px;
        margin-top: 30px;
    }

    .promo--small::after{
        width: 100px;
        margin-top: 50px;
    }

    .promo--btn-text{
        font-size: 18px;
        margin-top: 50px;
    }

    .promo--btn{
        width: 200px;
        height: 2px;
        height: 50px;
        font-size: 16px;
        margin-bottom: 60px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .promo-wrap{
        background-size: 250px;
        background-position-x: 50%;
    }
    
    .promo-text--wrap{
        margin: 0 auto;
    }

    .promo-text--heading{
        margin-top: 50px;
    }

    .promo--btn-text{
        margin-top: 200px;
        text-shadow: 1px 1px 2px black;
    }

    .promo--btn{
        text-shadow: 1px 1px 2px black;
    }

    .promo--btn:hover{
        text-shadow: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .promo-text--heading{
        font-size: 28px;
        width: 300px;
    }
}

/*--- ПРЕИМУЩЕСТВА ---*/

.advantages{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	padding: 0 16px;
    background-color: #fff;
    color: #333;
}

.adv-wrap{
    max-width: 960px;
    margin: 0 auto;
	margin-bottom: 40px;
}

.adv--top-header{
    margin: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.adv--items{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.adv--item{
    max-width: 300px;
    padding: 0 8px;
    margin-top: 40px;
    text-align: center;
}

.adv--item>img{
    height: 88px;
	margin-bottom: 16px;
}

.adv--text-header{
    margin: 0;
    padding: 0;
	margin-bottom: 16px;
    font-size: 24px;
	line-height: 24px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.adv--text{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.adv--top-header {
        font-size: 24px;
    }
	
	.adv--item {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		max-width: 100%;
		padding: 0;
		margin-top: 32px;
    }
	
	.adv--item:first-child {
		margin-top: 40px;
	}
	
	.adv--item>img {
		height: 56px;
		margin-bottom: 0;
	}

    .adv--text-header {
        font-size: 20px;
		margin-bottom: 8px;
		margin-left: 16px;
    }
	
	.adv--text {
		text-align: left;
		margin-left: 72px;
		margin-top: -24px;
	}
}

/*--- ПРОБЛЕМЫ ---*/

.problems{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f2f2f2;
    color: #333;
}

.problems-wrap{
    max-width: 960px;
    margin: 0 auto;
}

.problems--top-header{
    margin: 0;
    padding: 0 20px;
    margin-top: 70px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.problems--items{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.problems--item{
    max-width: 300px;
    padding: 0 10px;
    margin-top: 45px;
    text-align: center;
}

.problems--text-header{
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.problems--text{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .problems--top-header{
        margin-top: 50px;
        font-size: 28px;
    }

    .problems--item{
        width: 100%;
        padding: 0 20px;
    }

    .problems--text-header{
        font-size: 20px;
    }
}

/*--- ПРАЙС ---*/

.price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #333;
}

.price-wrap{
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

.price--top-header{
    margin: 0;
    padding: 0 20px;
    margin-top: 64px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.price--table{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 55px;
    margin-bottom: 64px;
}

.price--table td:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

.price--table td:last-child{
    width: 100px;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
    text-align: right;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .price--top-header{
        margin-top: 50px;
        font-size: 28px;
    }
    .price--table{
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

/*--- УСЛУГИ ---*/

.services{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #333;
}

.services-wrap{
    max-width: 960px;
    margin: 0 auto;
}

.services--top-header{
    margin: 0;
    padding: 0 20px;
    margin-top: 70px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.services--items{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.services--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin-top: 65px;
    text-align: center;
}

.services--item>img{
    height: 180px; 
    width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}

.services--text-header{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.services--text{
    margin: 0;
    margin: 18px 0;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

.services--price-wrap{
    margin: 0;
    margin-top: auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services--price{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 24px;
    color: #333;
    font-family: 'Open Sans', serif;
}

.services--btn{
    width: 140px;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fff;
    background: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services--btn:hover{
    cursor: pointer;
    color: #fff;
    background: #333;
}

.services--btn:active{
    top: 2px;
} 

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .services--top-header{
        margin-top: 50px;
        font-size: 28px;
    }

    .services--item{
        max-width: none;
        width: 100%;
    }

    .services--text-header{
        font-size: 22px;
    }

    .services--price{
        font-size: 22px;
    }
}

/*--- ПОРТФОЛИО ---*/

.portfolio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #333;
}

.portfolio-wrap{
    width: 100%;
    margin: 0 auto;
}

.portfolio--top-header{
    margin: 0;
    padding: 0 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 32px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.portfolio--items{
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0  auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.portfolio--items img{
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .portfolio--top-header{
        font-size: 24px;
    }
}

/*--- ФОРМА ---*/

.form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f2f2f2;
    color: #333;
}

.form-wrap{
    width: 100%;
    max-width: 960px;
    margin: 50px auto;
    margin-top: 70px;
}

.form--top-header{
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.form--items{
    max-width: 780px;
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.form--input{
    width: 300px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    margin-right: 10px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    background: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form--input:focus{
    background: #fff;
}

.form--btn{
    width: 140px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    background: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form--btn:hover{
    cursor: pointer;
    color: #fff;
    background: #333;
}

.form--btn:active{
    top: 2px;
}

.form--bottom-text{
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .form--top-header{
        font-size: 28px;
    }

    .form--items{
        min-height: 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .form--input{
        margin: 0;
    }

    .form--btn{
        width: 300px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .form--top-header{
        font-size: 24px;
    }
}

/*--- ОТЗЫВЫ ---*/

.reviews{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #333;
}

.reviews-wrap{
    max-width: 960px;
    margin: 0 auto;
}

.reviews--top-header{
    margin: 0;
    padding: 0 20px;
    margin-top: 70px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.reviews--items{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.reviews--item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    margin-top: 65px;
    text-align: center;
}

.reviews--item>img{
    height: 180px; 
    width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}

.reviews--text-header{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.reviews--text{
    margin: 0;
    margin: 18px 0;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .reviews--top-header{
        margin-top: 50px;
        font-size: 28px;
    }

    .reviews--item{
        max-width: none;
        width: 100%;
    }

    .reviews--text-header{
        font-size: 22px;
    }
}

/*--- ЦИФРЫ ---*/

.numbers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f2f2f2;
    color: #333;
}

.numbers-wrap{
    max-width: 960px;
    margin: 0 auto;
}

.numbers--top-header{
    margin: 0;
    padding: 0 20px;
    margin-top: 70px;
    text-align: center;
    font-size: 36px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.numbers--items{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.numbers--item{
    max-width: 300px;
    padding: 0 10px;
    margin-top: 45px;
    text-align: center;
}

.numbers--text-header{
    margin: 0;
    padding: 0;
    font-size: 60px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.numbers--text{
    margin: 0;
    padding: 0;
    margin-top: 18px;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .numbers--top-header{
        margin-top: 50px;
        font-size: 28px;
    }

    .numbers--item{
        width: 100%;
        padding: 0 20px;
    }
}

/*--- КОНТАКТЫ ---*/

.contacts{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    color: #333;
}

.contacts-wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.contacts--info{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    height: 340px;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contacts--info b{
    display: block;
    margin-bottom: 10px;
    font-family: 'Marmelad', serif;
    font-size: 24px;
    color: #333;
}

.contacts--info>p{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', serif;
    font-size: 18px;
    color: #333;
}

.contacts--info>p:nth-child(2),
.contacts--info>p:nth-child(3){
    margin-top: 25px;
} 

.contacts--info a{
    display: block;
    margin-bottom: 7px;
    font-family: 'Open Sans', serif;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.contacts--info br{
    display: none;
}

a.popup-question{
    text-decoration: underline;
}

a.popup-question:hover{
    text-decoration: none;
}

.contacts--map{
    width: 100%;
    height: 340px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .contacts-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .contacts--info{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    
    .contacts--map{
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .contacts--info b{
        font-size: 22px;
    }

    .contacts--info>p,
    .contacts--info a{
        font-size: 16px;
    }
}

/*--- ОТЗЫВЫ ---*/

.text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	padding: 0 16px;
    background-color: #fff;
    color: #333;
}

.text-wrap{
    max-width: 960px;
    margin: 32px auto;
}

.text-wrap h2,
.text-wrap h3{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 24px;
    color: #333;
    font-family: 'Marmelad', serif;
}

.text-wrap h2:first-child{
    margin-top: 0;
}

.text-wrap p{
    margin: 0;
    margin: 18px 0;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', serif;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .text-wrap h2,
    .text-wrap h3{
        font-size: 22px;
    }
}

/*--- ФУТЕР ---*/

footer{
    background-color: #f2f2f2;
    color: #333;
    border-top: 2px solid #333;
}

.footer-wrap{
    width: 100%;
    max-width: 960px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer--text{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', serif;
    font-size: 18px;
    color: #333;
}

.footer--social{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer--icon{
    font-size: 0;
    width: 40px;
    height: 40px;
	margin-right: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer--inst{
    background-image: url('../img/instagram-logo.svg');
}

.footer--vk{
    background-image: url('../img/vk-logo.svg');
}

.footer--empty{
	width: 120px;
}

.popup-phone{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	line-height: 20px;
    color: #333;
    background: #f2f2f2;
    background: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup-phone:hover{
    cursor: pointer;
    color: #fff;
    background: #333;
}

.popup-phone:active{
    top: 2px;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .footer-wrap{
        padding-bottom: 80px;
    }
	
	.footer--empty {
		display: none;
	}
}

/*--- МОДАЛЬНОЕ ОКНО ---*/

.popup--top-header{
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-family: 'Marmelad', serif;

}

.popup--items{
    max-width: 780px;
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.popup--input{
    width: 300px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    background: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup--input:focus{
    background: #fff;
}

.popup--btn{
    width: 300px;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    background: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup--btn:hover{
    cursor: pointer;
    color: #fff;
    background: #333;
}

.popup--btn:active{
    top: 2px;
}

.popup--bottom-text{
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
}

/*--- ЗАМЕНА ЦВЕТА ---*/

.white{
    background-color: #fff;
}

.gray{
    background-color: #f2f2f2;
}