html,body{overflow-x: hidden}

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }
}

@font-face {
    font-family: Intro;
    src: url(../fonts/Intro.otf);
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold.ttf);
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

body {
    font-family: Roboto;
    font-size: 16px;
    color: #111111;
}

p {
    margin: 0;
    line-height: 1.25;
}

a {
    line-height: 1.25;
}

a:focus {
    outline: none;
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.light-yellow {
    color: #ffff99;
}

.dark-yellow {
    color: #daa520;
}

.dark-red {
    color: #800000;
}

.red {
    color: #c00;
}

header.header {
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: #fffefc;
}

header.header .logo {
    width: 271px;
    height: 61px;
}

header.header .phone {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

header.header .info {
    display: inline-block;
    text-align: right;
    font-size: 14px;
}

header.header .info a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    transition: transform .1s ease;
}

header.header .info a:hover {
    text-decoration: none;
}

header.header .info a:active {
    transform: scale(.97);
}

section.first {
    /* background-image: url(../img/bg-first.jpg); */
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.first .bg-overlay {
    padding-top: 135px;
    padding-bottom: 120px;
    background-color: rgba(3, 3, 3, .61);
}

section.first .heading {
    font-family: Intro;
    font-size: 72px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 40px;
}

section.first .desc {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 70px;
}

section.first .form-inline {
    justify-content: center;
}

section.first .form-inline {
    justify-content: center;
    margin-bottom: 70px;
}

section.first .form-inline input[type="text"], section.first .form-inline input[type="tel"] {
    height: 50px;
    border-radius: 30px;
    font-size: 15px;
    width: 33%;
    padding: 4px 6px 4px 10px;
    margin: 0 10px;
}

section.first .form-inline .btn {
    height: 60px;
    border-radius: 30px;
    background-color: #ffa703;
    border-color: #fff;
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 10px;
    font-size: 18px;
    transition: transform .1s ease;
}

section.first .form-inline .btn:hover {
    background-color: #FFE000;
    transform: scale(1.03);
    color:#000000;
}

section.first .form-inline .btn:active {
    transform: scale(.97);
}



section.first .addition {
    position: relative;
    color: #fff;
    text-align: right;
    margin-right: 15px;
}

section.first .addition:after {
    /* content: url(../img/arrow.png); */
    content: '';
    width: 40px;
    height: 43px;
    background: url('../img/css_sprites.png') -10px -186px;
    position: absolute;
    top: -30px;
    right: 170px;
}

section.why {
    /* background-image: url(../img/bg-why.jpg); */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 120px;
}

section.why .heading {
    text-align: center;
    color: #fff;
    font-family: Intro;
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 110px;
}

section.why .item .head {
    color: #fff;
    text-transform: uppercase;
    font-family: Intro;
    font-size: 22px;
    background: #402006;
    padding: 20px;
}

section.why .item .img {
    margin: 10px 0;
    width: 100%;
}

section.why .item .desc {
    padding: 30px;
    background: #f5f5f5;
    font-size: 18px;
    height: 200px;
}

section.gift {
    background-image: url(../img/bg-gift.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.gift .bg-overlay {
    padding-top: 100px;
    padding-bottom: 110px;
    background: rgba(255, 240, 212, .43);
}

section.gift .img {
    display: block;
    margin: auto;
    width: 343px;
    height: 257px;
}

section.gift .text {
    text-transform: uppercase;
    font-family: Intro;
    font-size: 42px;
    line-height: 1.5;
}

section.book {
    /* background-image: url(../img/bg-book.jpg); */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 85px;
}

section.book .heading {
    text-transform: uppercase;
    font-family: Intro;
    color: #000;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
}

section.book .heading span {
    color: #480e06;
}

section.book .img-desktop {
    display: block;
    margin: auto;
    width: 70%;
}

section.book .img-mobile {
    display: none !important;
}

section.book .text {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
}

section.book .btn-collapse {
    display: block;
    position: relative;
    font-weight: bold;
    padding-left: 35px;
    margin-bottom: 50px;
    color: #3c0a04;
    font-size: 24px;
}

section.book .btn-collapse span {
    color: #000;
}

section.book .btn-collapse br {
    display: none;
}

section.book .btn-collapse:hover {
    text-decoration: none;
}

section.book .btn-collapse::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 10px 0 10px;
    border-color: #300703 transparent transparent transparent;
}

section.book .btn-collapse[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(180deg);
}

section.book .btn-collapse[aria-expanded="true"] span {
    display: none;
}

section.book .caption {
    padding-bottom: 50px;
}

section.book .caption ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

section.book .caption ul li {
    margin-bottom: 5px;
}

section.book .form-inline {
    justify-content: center;
    margin-bottom: 20px;
    justify-content: center;
}

section.book .form-inline input[type="text"], section.book .form-inline input[type="email"] {
    height: 50px;
    border-radius: 30px;
    font-size: 15px;
    width: 33%;
    padding: 4px 6px 4px 10px;
    margin: 0 10px;
}

section.book .form-inline .btn {
    height: 60px;
    border-radius: 30px;
    background-color: #ffa703;
    border-color: #fff;
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 10px;
    font-size: 18px;
    transition: transform .1s ease;
}

section.book .form-inline .btn:hover {
    background-color: #FFE000;
    transform: scale(1.03);
    color:#000000;
}

section.book .form-inline .btn:active {
    transform: scale(.97);
}

section.book .addition {
    font-size: 18px;
    text-align: center;
}



section.feedback {
    /* background-image: url(../img/bg-feedback.jpg);*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.feedback .bg-overlay {
    padding-top: 105px;
    padding-bottom: 130px;
    background-color: rgba(0, 0, 0, .65);
}

section.feedback .heading {
    text-transform: uppercase;
    font-family: Intro;
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
}

section.feedback .desc {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
}

/*
section.feedback .item {
	padding: 45px 40px;
	background: #fff;
	border-radius: 5px;
}
section.feedback .item .text {
	margin-top: 30px;
	text-transform: uppercase;
	font-family: Intro;
	font-size: 20px;
}
section.feedback .item .text a {
	color: #800000;
}
*/
section.feedback .item {
    border-radius: 5px;
    background: #fff;
    padding: 25px 0px 30px;
}

section.feedback .item .special {
    padding-left: 5px;
    padding-right: 5px;
}

section.feedback .item .name {
    text-align: center;
    font-family: Intro;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 15px;
}

section.feedback .item .name .small {
    font-size: 18px;
    line-height: 1;
}

section.feedback .item .flat {
    font-family: Intro;
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    background: #CFCFCF;
    border-radius: 10px;
    padding: 10px 15px;
}

section.feedback .item .flat .address {
    font-family: Roboto;
    color: #111111;
    text-transform: none;
    font-size: 16px;
}

section.feedback .item .text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

section.feedback .item .img-container {
    padding: 0 5px;
    /*pointer-events: none;*/
}

section.feedback .item .js-img a {
    display: block;
    position: relative;
    
}

section.feedback .item .img-container a::after {
    content: '';
    background-image: url(../img/zoom-tool.png);
    background-color: rgba(0, 0, 0, .5);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all ease;
}

section.feedback .item .img-container a:hover {
    cursor: pointer;
}

section.feedback .item .img-container a:hover::after {
    opacity: 1;
}




.scheme-fancy{
    position: relative;
    display: block;
    float: left;
    
    margin-bottom: 10px;
    margin-right: 27px;
    
}
.scheme-fancy{
    margin-right: 0;
    margin-bottom: 0;
}
.flat-type__item h2 {
    margin-bottom: 0;
}
.scheme-fancy img {
    max-width: 100%;
    margin-right: 17px;
    margin-bottom: 5px;
    max-height:300px;
}
.scheme-fancy::after {
    content: '';
    background-image: url(../img/zoom-tool.png);
    background-color: rgba(0, 0, 0, .5);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all ease;
}

.scheme-fancy:hover {
    cursor: pointer;
}

.scheme-fancy:hover::after {
    opacity: 1;
}

section.feedback .item .img-container .img {
    width: 100%;
    height: auto;
}

section.feedback .item .slider-container {
    padding: 0 5px;
}

section.feedback .item .slider-container .tech {
    background: #CFCFCF;
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
    border-radius: 10px;
}

section.feedback .item .slider-container .tech .big {
    font-family: Roboto;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

section.feedback .item .quote {
    text-align: center;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 25px;
    font-size: 16px;
    position: relative;
    min-height: 40px;
}

section.feedback .item .quote::before {
    content: '';
    background-image: url(../img/q-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 30px;
    width: 30px;
    top: -20px;
    left: -10px;
}

section.feedback .item .quote::after {
    content: '';
    background-image: url(../img/q-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -20px;
    right: -10px;
}

section.feedback .item .swipe {
    display: none;
    margin: 10px auto;
    height: 40px;
    width: auto;
}

section.feedback .item .swipe.blink {
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: .35;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .35;
    }
}

section.feedback .carousel-control-prev, section.feedback .carousel-control-next {
    width: 35px;
}

section.feedback .carousel-control-prev {
    left: -35px;
}

section.feedback .carousel-control-next {
    right: -35px;
}

section.feedback .carousel-control-prev-icon, section.feedback .carousel-control-next-icon {
    height: 50px;
    width: 50px;
}

section.feedback .carousel-control-prev-icon {
    margin-right: auto;
    background-image: url(../img/left-arrow.svg);
}

section.feedback .carousel-control-next-icon {
    margin-left: auto;
    background-image: url(../img/right-arrow.svg);
}

section.feedback .carousel-indicators li {
    margin: 0 5px;
    bottom: -10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
    opacity: .25;
}

section.feedback .carousel-indicators li.active {
    opacity: .9;
}

section.feedback .carousel-indicators li:hover {
    cursor: pointer;
    opacity: .65;
}

section.feedback .btn {
    display: block;
    margin: 45px auto 0 auto;
    background: #ff9800;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 255px;
    line-height: 1;
    transition: transform .1s ease;
}

section.feedback .btn:hover {
    background-color: #FFE000;
    transform: scale(1.03);
    color:#000000;
}

section.feedback .btn:active {
    transform: scale(.97);
}

section.steps {
    background-image: url(../img/bg-gift.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.steps .bg-overlay {
    padding-top: 125px;
    padding-bottom: 110px;
    background: rgba(255, 240, 212, .43);
}

section.steps .heading {
    text-align: center;
    font-family: Intro;
    font-size: 50px;
    margin-bottom: 60px;
}

section.steps .head {
    font-family: Intro;
    font-size: 20px;
    margin-bottom: 20px;
}

section.steps .text {
    font-size: 18px;
}

section.steps .img {
    display: block;
    vertical-align: top;
}

section.steps .odd .head, section.steps .odd .text {
    text-align: right;
}

section.steps .odd .img {
    margin-right: auto;
}

section.steps .even .head, section.steps .even .text {
    text-align: left;
}

section.steps .even .img {
    margin-left: auto;
}

section.steps .odd, section.steps .even {
    margin-bottom: 40px;
}

section.steps .preheading {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 25px;
    font-family: Intro;
    text-align: center;
}

section.steps .btn {
    display: block;
    margin: auto;
    color: #fff;
    background: #660101;
    padding: 20px 30px;
    font-weight: bold;
    font-size: 20px;
    transition: transform .1s ease;
}

section.steps .btn:hover {
    background: #ff9800;
    color:#000000;
}

section.steps .btn:active {
    transform: scale(.97);
}

section.who {
    background-image: url(../img/bg-who.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.who .bg-overlay {
    padding-top: 90px;
    padding-bottom: 110px;
    background-color: rgba(0, 0, 0, .62);
}

section.who .heading {
    text-transform: uppercase;
    font-family: Intro;
    color: #fff;
    font-size: 42px;
    text-align: right;
    margin-bottom: 40px;
}

section.who .text {
    text-align: right;
    font-size: 22px;
    color: #fff;
    margin-bottom: 35px;
}

section.who .text:last-child {
    margin-bottom: 0;
}

section.who .text .small {
    font-size: 16px;
}

section.www {
    /* background-image: url(../img/www_back.jpg); */
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.www .bg-overlay {
    padding-top: 90px;
    padding-bottom: 135px;
    background-color: rgba(0, 0, 0, .30);
}

section.www .heading {
    text-transform: uppercase;
    font-family: Intro;
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-bottom: 110px;
}

section.www .item {
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    height: 380px;
}

section.www .item:hover {
    transition: transform 0.3s linear;
    background:#EEEEEE;
    transform:scale(1.01);
}

section.www .item .mid{
    height:400px;
    background:#FFF5EF;
}

section.www .item .img {
    height: 63px;
    display: block;
    margin: auto;
}

section.www .item .head {
    margin: 30px 0 20px 0;
    text-align: center;
    font-family: Intro;
    font-size: 20px;
}

section.www .item .text {
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

section.think {
    background-image: url(../img/bg-think.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.think .bg-overlay {
    padding-top: 90px;
    padding-bottom: 135px;
    background-color: rgba(0, 0, 0, .61);
}

section.think .heading {
    text-transform: uppercase;
    font-family: Intro;
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-bottom: 110px;
}

section.think .item {
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    height: 425px;
}

section.think .item .img {
    height: 63px;
    display: block;
    margin: auto;
}

section.think .item .head {
    margin: 30px 0 20px 0;
    text-align: center;
    font-family: Intro;
    font-size: 20px;
}

section.think .item .text {
    font-size: 18px;
    text-align: center;
    padding: 0 20px;
}

section.examples {
    background-image: url(../img/bg-gift.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.examples .bg-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
    background: rgba(255, 240, 212, .43);
}

section.examples .heading {
    margin-bottom: 105px;
    font-size: 42px;
    text-align: center;
    font-family: Intro;
}

section.examples .item {
    padding: 20px;
    border: 3px solid #000;
    border-radius: 16px;
    margin-bottom: 15px;
}

section.examples .item .img {
    vertical-align: top;
    display: inline-block;
    width: 180px;
    height: 200px;
    border-radius: 13px;
}

section.examples .item .desc {
    display: inline-block;
    width: 310px;
    padding: 0 0 0 20px;
}

section.examples .item .desc .head {
    font-size: 18px;
    font-family: Intro;
}

section.examples .item .desc .text {
    margin-top: 10px;
    margin-bottom: 25px;
}

section.examples .item .desc .price {
    font-size: 24px;
}

section.examples .carousel-control-prev {
    left: -35px;
    width: 35px;
}

section.examples .carousel-control-next {
    right: -35px;
    width: 35px;
}

section.examples .carousel-control-prev-icon, section.examples .carousel-control-next-icon {
    height: 50px;
    width: 50px;
}

section.examples .carousel-control-prev-icon {
    margin-left: auto;
    background-image: url(../img/left-arrow.svg);
}

section.examples .carousel-control-next-icon {
    margin-right: auto;
    background-image: url(../img/right-arrow.svg);
}

section.examples .carousel-indicators li {
    margin: 0 5px;
    bottom: -60px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #000;
    opacity: .25;
}

section.examples .carousel-indicators li.active {
    opacity: .9;
}

section.examples .carousel-indicators li:hover {
    cursor: pointer;
    opacity: .65;
}

section.examples .btn-text {
    display: block;
    margin: 75px auto 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

section.examples .btn {
    display: block;
    margin: 40px auto 0 auto;
    background: #8f1002;
    border: 2px solid #ff9800;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 255px;
    line-height: 1;
    transition: transform .1s ease;
}

section.examples .btn:hover {
    background: #e30303;
    
    color:#000000;
}

section.examples .btn:active {
    transform: scale(.97);
}

section.prices {
    /* background-image: url(../img/bg-why.jpg); */
    background-position: 50% 0%;
    background-repeat: repeat-y;
    -webkit-background-size: 2560px 1600px;
    background-size: 2560px 1600px;
    padding-top: 150px;
    padding-bottom: 120px;
}

section.prices .heading {
text-align: center;
color: #fff;
font-family: Intro;
text-transform: uppercase;
font-size: 38px;
margin-bottom: 80px;
}

section.prices .table-container {
    max-height: 500px;
    transition: max-height .2s ease-out;
    overflow: hidden;
    position: relative;
}

section.prices .table-container.faded::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 97%;
    height: 60px;
    background: linear-gradient(to top, #fff, #fff 50%, transparent);
}

section.prices table {
    width: 100%;
    border-spacing: 0;
    background: #fff;
    border-radius: 5px;
    border-collapse: separate;
    border: 1px solid #f1e2cd;
    border-bottom: none;
}

section.prices table thead tr td {
    padding: 10px 14px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    background: #f1eae0;
    color: #361c16;
}

section.prices table thead tr td:first-child {
    width: 70%;
}

section.prices table td {
    border-right: 1px solid #f1e2cd;
    border-bottom: 1px solid #f1e2cd;
}

section.prices table tbody tr:hover {
    background-color: #fff3e2;
}

section.prices table tbody tr.highlight {
    background-color: #f7f4ef;
}

section.prices table tbody tr td {
    padding: 7px 14px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #263238;
}

section.prices table tbody tr td:first-child {
    text-align: left;
}

section.prices .text {
    position: relative;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    margin: 25px auto 0 auto;
}

section.prices table tbody tr:last-child td {
    border-bottom: none;
}

section.prices table tbody tr:last-child td:last-child {
    border-right: none;
}

section.prices .unchecked::after {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    border: 7px solid transparent;
    border-top: 7px solid #fff;
}

section.prices .checked::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

section.founder {
    /* background-image: url(../img/bg-founder.jpg); */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

section.founder .bg-overlay {
    padding-top: 90px;
    padding-bottom: 135px;
    background-color: rgba(0, 0, 0, .78);
}

section.founder .img {
    display: block;
    margin-left: auto;
    border-radius: 7px;
    width: 170px;
}

section.founder .name {
    margin-top: 30px;
    text-align: right;
    color: #fff;
    font-weight: bold;
}

section.founder .name .small {
    font-size: 13px;
}

section.founder .heading {
    line-height: 1;
    text-transform: uppercase;
    font-family: Intro;
    color: #fff;
    font-size: 48px;
    margin-bottom: 35px;
}

section.founder .text {
    color: #fff;
    font-size: 18px;
}

section.founder .btn {
    display: block;
    margin: 70px auto 0 auto;
    background: #ff9800;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 255px;
    line-height: 1;
    transition: transform .1s ease;
}

section.founder .btn:active {
    transform: scale(.97);
}

section.founder .btn:hover {
    background-color: #FFE000;
    transform: scale(1.03);
    color:#000000;
}

#map {
    height: 570px;
    position: relative;
}

#map .contacts {
    padding: 30px;
    background: #252830;
    width: 30%;
    position: absolute;
    top: 120px;
    left: 230px;
    z-index: 1;
}

#map .contacts .heading {
    font-size: 32px;
    font-family: Intro;
    color: #fff;
}

#map .contacts .text {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 300;
}

#map .contacts .text .large {
    font-size: 18px;
}

#map .contacts a {
    margin-right: 15px;
}

#map .contacts a:last-child {
    margin-right: 0;
}

.modal .modal-dialog {
    max-width: 400px;
}

.modal .modal-header {
    border: none;
    padding-bottom: 0;
}

.modal .modal-body {
    padding: 10px 30px 20px 30px;
}

.modal .modal-body .heading {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.modal .modal-body .text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal .modal-body label {
    font-size: 14px;
    margin-bottom: 0;
}

.modal .modal-body label:hover {
    cursor: pointer;
}

.modal .modal-body label .red:hover {
    cursor: help;
}

.modal .modal-body form .btn {
    display: block;
    height: 50px;
    border-radius: 30px;
    background-color: #ff9800;
    border-color: #fff;
    color: #fff;
    font-weight: bold;
    padding: 0 30px;
    margin: 30px auto 0 auto;
    font-size: 20px;
    transition: transform .1s ease;
}

.modal .modal-body form .btn:active {
    transform: scale(.97);
}

.modal .modal-body form textarea {
    resize: none;
}

#modalSuccess .modal-body {
    padding-top: 0;
}

#modalSuccess .modal-body .img {
    display: block;
    margin: auto;
}

#modalSuccess .modal-body .text {
    margin: 30px 0;
    font-size: 20px;
}

#modalSuccess .modal-body .btn {
    display: block;
    margin: auto;
    padding: 10px 30px;
    background: #f3f3f3;
    box-shadow: 0 1px 0 rgba(0,0,0,.3), 0 3px 3px rgba(0,0,0,.1);
    border: 1px solid #cacaca;
}

#modalImage .modal-dialog {
    max-width: 800px;
}

@media (max-width: 1199px) {
    section.first .heading {
        line-height: 1.25;
    }

    section.first .form-inline input[type=text], section.first .form-inline input[type=tel] {
        width: 30%;
    }

    section.book .form-inline input[type=text], section.book .form-inline input[type=email] {
        width: 30%;
    }

    section.feedback .item .flat {
        line-height: 1;
        font-size: 18px;
    }

    section.feedback .item .flat .address {
        font-size: 14px;
    }

    section.feedback .item .text {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    section.feedback .item .quote {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    section.feedback .carousel-control-prev, section.feedback .carousel-control-next {
        width: 20px;
    }

    section.feedback .carousel-control-prev {
        left: -20px;
    }

    section.feedback .carousel-control-next {
        right: -20px;
    }

    section.why .item .head {
        height: 121px;
    }
/*
    section.why .item .img {
        height: 165px;
    }*/

    section.why .item .desc {
        height: 236px;
    }

    section.gift .text {
        font-size: 38px;
    }

    section.think .item {
        height: 557px;
    }

    section.www .item {
        height: 557px;
    }

    section.examples .carousel {
        width: 90%;
        margin: auto;
    }

    section.examples .item {
        padding: 20px 10px;
    }

    section.examples .item .desc {
        width: 190px;
        padding: 0 0 0 10px;
    }

    section.examples .item .desc .head {
        word-wrap: break-word;
    }

    section.examples .item .desc .text {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    section.examples .carousel-control-prev {
        left: -50px;
        width: 50px;
    }

    section.examples .carousel-control-next {
        right: -50px;
        width: 50px;
    }

    section.prices .table-container.faded::after {
        width: 850px;
    }

    #map .contacts {
        width: 40%;
        left: 70px;
    }
}

@media (max-width: 991px) {
    header.header .phone {
        margin-right: 5px;
    }

    section.first .heading {
        font-size: 60px;
    }

    section.first .form-inline {
        display: block;
    }

    section.first .form-inline input[type=text], section.first .form-inline input[type=tel] {
        display: block;
        margin: 0 auto 20px auto;
        width: 60%;
    }

    section.first .form-inline .btn {
        display: block;
        margin: auto;
        width: 60%;
    }

    section.book .form-inline {
        display: block;
    }

    section.book .form-inline input[type=text], section.book .form-inline input[type=email] {
        display: block;
        margin: 0 auto 20px auto;
        width: 60%;
    }

    section.book .form-inline .btn {
        display: block;
        margin: auto;
        width: 60%;
    }

    section.book .btn-collapse br {
        display: inline;
    }

    section.book .caption ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    section.feedback .item .special {
        padding-right: 15px;
        padding-left: 15px;
    }

    section.feedback .item .flat {
        margin-top: 20px;
        font-size: 20px;
    }

    section.feedback .item .text {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 14px;
    }

    section.feedback .item .img-container::after {
        width: 94.25%;
    }

    section.feedback .item .quote {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 75px;
    }

    section.feedback .item .quote::before {
        left: 10px;
    }

    section.feedback .item .quote::after {
        right: 10px;
    }

    section.feedback .item .slider-container {
        padding: 0 15px;
    }

    section.why .item .head {
        height: 94px;
    }
/*
    section.why .item .img {
        height: 260px;
    }*/

    section.why .item .desc {
        height: 148px;
        margin-bottom: 30px;
    }

    section.gift .img {
        width: 100%;
        height: auto;
    }

    section.gift .text {
        font-size: 28px;
    }

    section.steps .text {
        font-size: 14px;
    }

    section.who .text {
        font-size: 18px;
    }

    section.who .text .small {
        font-size: 14px;
    }

    section.think .item {
        height: 469px;
        margin-bottom: 30px;
    }

    section.www .item {
        height: 469px;
        margin-bottom: 30px;
    }

    section.examples .item {
        padding: 20px;
    }

    section.examples .item .desc {
        padding: 0 0 0 10px;
        width: 390px;
    }

    section.examples .item .desc .text {
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 16px;
    }

    section.prices .table-container.faded::after {
        width: 630px;
    }

    section.founder .heading {
        font-size: 44px;
        margin-bottom: 30px;
    }

    section.founder .text {
        font-size: 16px;
    }

    section.founder .btn {
        margin-top: 30px;
    }

    #map .contacts {
        padding: 20px;
        width: 35%;
    }
}

@media (max-width: 767px) {
    section.first .heading {
        font-size: 44px;
    }

    section.first .desc {
        font-size: 18px;
        margin-bottom: 40px;
    }

    section.first .form-inline input[type=tel], section.first .form-inline input[type=text] {
        width: 90%;
    }

    section.first .form-inline .btn {
        width: 70%;
    }

    section.book .form-inline input[type=email], section.book .form-inline input[type=text] {
        width: 90%;
    }

    section.book .form-inline .btn {
        width: 70%;
    }

    section.book {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    section.book .img-desktop {
        display: none;
    }

    section.book .img-mobile {
        display: block !important;
        margin: auto;
        width: 100%;
    }

    section.feedback .item .img-container {
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.feedback .item .img-container::after {
        left: 15px;
        width: 90%;
    }

    section.feedback .item .slider-container .tech {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    section.feedback .item .swipe {
        display: block;
    }

    section.why .item .head {
        height: 121px;
    }
/*
    section.why .item .img {
        height: 190px;
    }*/

    section.why .item .desc {
        height: 192px;
    }

    section.gift .text {
        font-size: 21px;
    }

    section.steps .img {
        width: 100%;
    }

    section.think .item {
        height: auto;
    }

    section.www .item {
        height: auto;
    }

    section.examples .item .desc {
        width: 220px;
    }

    section.prices .table-container.faded::after {
        width: 465px;
    }

    section.founder .img {
        margin: auto;
    }

    section.founder .name {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    section.founder .heading {
        text-align: center;
    }

    #map .contacts {
        width: 37.5%;
        left: 50px;
    }

    #map .contacts .heading {
        font-size: 28px;
    }

    #map .contacts .text {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    header.header .logo {
        /* width: 50%; */ height: auto;
        display: block;
        margin: 0 auto 20px auto;
    }

    header.header .phone {
        display: none;
    }

    header.header .info {
        position: relative;
        text-align: center;
        display: block;
        margin: auto;
    }

    header.header .info::before {
        content: url(../img/phone.png);
        position: absolute;
        top: 0;
        left: -30px;
    }

    section.first .heading {
        font-size: 36px;
    }

    section.first .form-inline .btn {
        white-space: normal;
        height: auto;
        line-height: 1.25;
        padding: 10px 30px;
    }

    section.book .form-inline .btn {
        white-space: normal;
        height: auto;
        line-height: 1.25;
        padding: 10px 30px;
    }

    section.book .img-mobile {
        width: 80%;
    }

    section.feedback .item .name {
        line-height: 1;
        font-size: 26px;
    }

    section.feedback .item .name .small {
        font-size: 16px;
    }

    section.feedback .item .flat {
        text-align: center;
    }

    section.feedback .carousel-control-prev, section.feedback .carousel-control-next {
        width: 20px;
    }

    section.feedback .carousel-control-prev {
        left: -20px;
    }

    section.feedback .carousel-control-next {
        right: -20px;
    }

    section.why .heading {
        font-size: 36px;
    }

    section.why .item .head {
        height: auto;
    }

    section.why .item .img {
        height: auto;
    }

    section.why .item .desc {
        height: auto;
    }

    section.gift .text {
        margin-top: 20px;
        text-align: center;
    }

    section.feedback .heading {
        font-size: 36px;
    }

    section.feedback .item {
        padding: 15px 10px 40px 10px;
    }

    section.feedback .carousel-control-prev, section.feedback .carousel-control-next {
        display: none;
    }

    section.feedback .btn {
        white-space: normal;
    }

    section.steps {
        display: none;
    }

    section.steps .heading {
        font-size: 36px;
    }

    section.who {
        display: none;
    }

    section.think .heading {
        font-size: 36px;
    }

    section.think .item {
        padding: 15px;
    }

    section.think .item .head {
        margin: 10px 0 20px 0;
    }

    section.www .heading {
        font-size: 36px;
    }

    section.www .item {
        padding: 15px;
    }

    section.www .item .head {
        margin: 10px 0 20px 0;
    }

    section.examples .heading {
        font-size: 36px;
    }

    section.examples .item .img {
        display: block;
        margin: 0 auto 20px auto;
    }

    section.examples .item .desc {
        padding: 0;
        width: 100%;
    }

    section.examples .carousel-control-prev {
        width: 25px;
        left: -25px;
    }

    section.examples .carousel-control-next {
        width: 25px;
        right: -25px;
    }

    section.examples .btn {
        white-space: normal;
    }

    section.prices {
        display: none;
    }

    section.founder .heading {
        font-size: 36px;
    }

    section.founder .btn {
        white-space: normal;
    }

    #map .contacts {
        width: 70%;
        left: 15%;
        top: 30px;
    }
}

.bckg {
    top: 0;
    left: 0;
    background-color: #dcc391;
    /* background-image: url(../img/bg.jpeg); */
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: auto 1280px;
    background-size: cover;
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    z-index: -1;
}

@media (min-width: 1920px) {
    section.bckg {
        background-size: cover;
    }
}

.bckg .table-togglers .toggle {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.bckg .table-togglers .toggle.active {
    cursor: default;
    pointer-events: none;
    font-weight: normal;
    text-decoration: none;
}

.wrapp {
    font-family: "Roboto", arial, sans-serif;
    width: 100%;
    padding-bottom: 30px;
}

.z1, .z2 {
    text-transform: uppercase;
font-family: Intro;
font-size: 42px;
text-align: center;
}

.z3 {
    font-family: 'Intro', arial, sans-serif;
}

.z1 {
    font-size: 58px;
    padding: 70px;
}

.z2 {
    font-size: 26px;
    width: 700px;
    text-align: left;
}

.z2 sup {
    margin-left: -4px;
    font-size: 0.6em;
}

.z3 {
    font-size: 22px;
}

sup {
    font-size: 0.5em;
}

.selected {
    background-color: rgba(255, 255, 255, 0.6);
}

.selected .more {
    color: rgba(0, 0, 0, 0.4);
}

/*Main*/
.wrapp {
    text-align: center;
    width: 63%;
    margin: auto;
}

.wrapp .btn
{
    display: block;
    margin: 60px auto 60px auto;
    background: #ff9800;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 255px;
    line-height: 1;
    transition: transform .1s ease;
}

.wrapp .btn:hover {
    background:#FFE000;
    transform:scale(1.03);
    color:#000000;
}

.wrapp h1 span {
    font-family: 'Intro', arial, sans-serif;
    color: #541205;
}

.price-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-type__item {
    border: 3px solid black;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 32.5%;
    padding: 25px 10px;
    cursor: pointer;
}

.price-type__item:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.price-type__item > div {
    font-size: 35px;
}

.price-type__item div div {
    line-height: 1.2;
    font-weight: 100;
}

.price-type__item .small_letters {
    font-size:60%;
}

.price-type__item div div sup {
    font-size: 0.6em;
}

.price-type__item .more {
    cursor: pointer;
    font-size: 18px;
    margin-left: 130px;
    text-align: left;
    margin-top: 10px;
}

.price-type__item .more:hover {
    color: rgba(0, 0, 0, 0.4);
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border: 13px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-bottom: 2px;
    margin-right: 17px;
}

.flat-type {
    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.flat-type__item {
    cursor: pointer;
    height: auto;
    -webkit-transition: max-height 1.5s ease;
    -o-transition: max-height 1.5s ease;
    transition: max-height 1.5s ease;
    max-height: 50px;
    overflow: hidden;
    border: 3px solid #000;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    width: 100%;
    padding: 3px 13px 3px 13px;
    margin-top: 14px;
}

.flat-type__item .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flat-type__item:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.4);
}

.flat-type__item .container {
    /*height: 100%;*/
    width: 100%;
}

.flat-type__item .flat-price {
    font-size: 31px;
}

.flat-type__item img, .flat-type__item .total-price, .flat-type__item table, .flat-type__item .time, .flat-type__item .close {
    display: none;
}

.flat-type__item img {
    display: none !important;
}

.flat-type__item .inf {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sel {
    height: 800px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: default;
    display: block;
    padding: 13px;
}

.sel:hover {
    color: black;
}

.sel img, .sel .total-price, .sel .time, .sel .close {
    display: block;
}

.sel img {
    display: block !important;
}

.sel table {
    display: table;
}

.sel .container {
    display: block;
}

.sel .inf {
    width: 609px;
    display: block;
    float: left;
    text-align: left;
}

.sel .inf * {
    float: none;
}

.sel .inf .flat-price {
    margin-top: 5px;
    font-size: 49px;
}

.sel .inf .total-price, .sel .inf .close {
    font-size: 24px;
    margin: 5px 0 12px 0;
}

.sel .inf .close {
	display: block;
    opacity: 1;
    cursor: default;
}

.sel .inf .close:hover {
    opacity: 1;
}

.sel .inf .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sel .time {
    margin-top: -5px;
    float: right;
    font-size: 24px;
}

.sel table {
    font-size: 16px;
    width: 100%;
    border-collapse: collapse;
    background: #fbf9ed;
}

.sel table tr:nth-child(2) {
    background: #f6f2d8;
    font-weight: bold;
    text-align: left;
}

.sel table td {
    padding: 5px;
    border: 1px solid #000;
    height: 26px;
    width: 7%;
}

.sel table td:nth-child(2) {
    width: 62%;
}

.sel table td:nth-child(6) {
    width: 10%;
}

.sel table tr:first-child {
    font-weight: bold;
}

.sel table tr:not(:first-child) td:nth-child(2) {
    text-align: left;
}

.sel table .dark {
    background: #faf9ec;
    text-align: left;
}

.sel table tr:not(:first-child) td:nth-child(3), .sel table tr:not(:first-child) td:nth-child(4), .sel table tr:not(:first-child) td:nth-child(5), .sel table tr:not(:first-child) td:nth-child(6) {
    text-align: right;
}

.sel .scrollable {
    width: 100%;
    /*max-height: 200px;*/
    overflow: hidden;
    overflow-y: scroll;
    /* border: 2px solid #000; */
}

.sel .scrollable.non-active {
    display: none;
}

/*Media*/
@media screen and (max-width: 767px) {
    .scheme-fancy{
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 1600px) {
    .wrapp {
        width: 70%;
    }

    .z2 {
        font-size: 24px;
    }

    .flat-type__item .flat-price {
        font-size: 28px;
    }

    .sel .inf .flat-price {
        font-size: 44px;
        margin: 11px 0 8px 0;
    }

    .sel .inf .close {
        margin-top: 14px;
    }
}

@media screen and (max-width: 1368px) {
    .wrapp {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .wrapp {
        width: 90%;
    }
}

/* 1601 - 1920 px */
@media screen and (max-width: 1920px) {
}

/* 1369 - 1600 px */
@media screen and (max-width: 1880px) {
    .z1 {
        font-size: 54px;
    }

    .z3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1820px) {
    .sel .time {
        float: left;
        margin-bottom: 10px;
    }

    .sel .inf {
        width: 580px;
    }

    .sel .inf h2 {
        font-size: 24px;
    }

    .flat-type__item .flat-price {
        font-size: 28px;
    }

    .sel .inf .flat-price {
        font-size: 44px;
        margin: 11px 0 8px 0;
    }

    .sel .inf .close {
        margin-top: 14px;
    }

    .price-type__item > div {
        font-size: 34px;
    }

    .sel .scrollable {
        height: 470px;
    }
}

@media screen and (max-width: 1764px) {
    .z1 {
        font-size: 51px;
    }

    .z3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1690px) {
    .z1 {
        font-size: 48px;
    }

    .price-type__item > div {
        font-size: 32px;
    }
}

@media screen and (max-width: 1575px) {
    .price-type__item > div {
        font-size: 29px;
    }
}

@media screen and (max-width: 1462px) {
    .z1 {
        font-size: 45px;
        padding: 70px;
    }

    .price-type__item > div {
        font-size: 24px;
    }

    .more .arrow {
        transform: scale(0.78);
        margin-bottom: 1px;
        margin-right: 11px;
    }

    .sel .close .arrow {
        transform: scale(0.8) rotate(180deg);
        margin-bottom: 1px;
        margin-right: 11px;
    }

    .z3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1390px) {
    .z1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1275px) {
    .z1 {
        font-size: 34px;
        padding: 50px;
    }

    .price-type__item > div {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .z1 {
        font-size: 32px;
        padding: 45px;
    }
}

@media screen and (max-width: 1075px) {
    .z1 {
        font-size: 32px;
        padding: 50px;
    }

    .z3 {
        letter-spacing: 0.1em;
    }

    .price-type__item .more {
        font-size: 18px;
        margin-bottom: -3px;
    }

    .price-type__item {
        padding: 15px 10px;
    }

    .sel table {
        font-size: 14px;
    }
}

@media screen and (max-width: 1025px) {
    .z2 {
        font-size: 21px;
    }

    .sel .inf h2 {
        font-size: 21px;
    }

    .sel .inf {
        width: 530px;
    }

    .flat-type__item .flat-price {
        font-size: 26px;
    }

    .sel .inf .flat-price {
        font-size: 44px;
        margin: 11px 0 8px 0;
    }

    .sel .inf .close {
        margin-top: 14px;
    }
}

@media screen and (max-width: 965px) {
    .z3 {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .z2 {
        font-size: 18px;
    }

    .z2 sup {
        margin-left: -2px;
    }

    .sel .inf h2 {
        font-size: 16px;
        letter-spacing: 0.1em;
    }

    .price-type__item > div {
        font-size: 18px;
    }
    
     .price-type__item div div {
        font-size: 21px;
    }

    .sel .inf {
        width: 360px;
    }

    .flat-type__item .flat-price {
        font-size: 22px;
        white-space: nowrap;
    }

    .sel .inf .flat-price {
        font-size: 34px;
        margin: 19px 0 17px 0;
    }

    .sel .inf .close {
        margin-top: 24px;
        font-size: 18px;
    }

    .sel .inf .total-price {
        font-size: 18px;
    }

    .sel .time {
        font-size: 27px;
        line-height: 45px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .z2 {
        font-size: 14px;
    }

    .z1 {
        font-size: 28px;
        padding: 30px;
    }

    .price-type__item {
        padding: 5px 7px;
        margin-bottom: 10px;
    }

    .wrapp {
        width: 98%;
    }

    .price-type__item h3 {
        font-size: 12px;
    }

    .price-type__item > div {
        font-size: 13px;
        margin: 8px 0 9px 0;
    }

    .price-type__item div div {
        font-size: 21px;
    }

    .price-type__item .more {
        font-size: 13px;
    }

    .more .arrow {
        transform: scale(0.5);
        margin-right: 5px;
        margin-bottom: -1px;
    }

    .sel .close .arrow {
        transform: scale(0.5) rotate(180deg);
        margin-right: 5px;
        margin-bottom: -1px;
    }

    .sel .inf h2 {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .price-type__item > div {
        font-size: 16px;
    }

    .sel .inf {
        width: 360px;
    }

    .flat-type__item .flat-price {
        font-size: 19px;
        line-height: 1;
        padding-right: 5px;
    }

    .sel .inf .flat-price {
        font-size: 26px;
        margin: 26px 0;
    }

    .sel .inf .close {
        margin-top: 30px;
        font-size: 16px;
    }

    .sel .inf .total-price {
        font-size: 16px;
    }

    .sel .time {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .sel .inf {
        width: 310px;
        margin-left: auto;
        float:none;
        margin-right: auto;
        text-align: center;
        
        
    }
    .scheme-fancy img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 657px) {
    .sel table td {
        font-size: 12px;
    }

    .flat-type__item .container {
        overflow-y: auto;
        /*max-height: 390px;*/
        padding: 0;
    }

    .z1 {
        font-size: 25px;
        padding: 25px 0;
    }

    .sel .container {
        text-align: center;
    }

    .sel img {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .flat-type__item img {
        max-width: 310px;
        /* margin: 0 auto; */
        float: none;
        margin-top: 10px;
    }

    .flat-type__item {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .sel .inf {
        width: 100%;
        text-align: center;
    }

    .price-type__item h3 {
        letter-spacing: normal;
        font-size: 10px;
    }

    .more .arrow {
        transform: scale(0.7);
        margin-right: 3px;
        margin-left: -2px;
    }

    .sel .inf .close {
        margin-top: 7px;
    }

    .sel .inf .flat-price {
        margin: 8px 0;
    }

    .price-type__item > div {
        font-size: 14px;
    }

    .flat-type__item h2 {
        font-size: 13px;
        margin-top: 7px;
        margin-bottom: 7px;
        padding-left: 5px;
    }

    .sel .scrollable {
        max-height: unset;
        overflow: visible;
    }

    .sel .time {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .price-type {
        display: block;
        display: block;
        display: block;
        display: block;
    }

    .price-type__item {
        width: 100%;
        padding: 10px;
    }

    .price-type__item:after {
        content: '';
        clear: both;
        display: block;
    }

    .price-type__item h3,.price-type__item > div,.price-type__item div div {
        font-size: 16px;
    }

    .price-type__item .price-type__cost {
        margin: 2px 0 2px;
    }
    
    .price-type__item .price-type__cost .small_letters {
        font-size:60%;
    }

    .price-type__item .price-type__cost {
        float: right;
    }

    .price-type__item .price-type__cost .visible-xs {
        line-height: 21px;
        margin-top: -2px;
        font-size: 19px;
    }

    .price-type__item .price-type__cost .visible-xs small {
        font-size: 14px;
    }

    .price-type__item h3 {
        float: left;
        margin-bottom: 1px;
        font-size: 19px;
        margin-top: 2px;
    }

    .flat-type__item h2 {
        float: left;
        text-align: left;
        width: calc(100% - 120px);
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .price-type__item .more {
        font-size: 20px;
    }

    .price-type__item .more {
        float: left;
        margin-top: 0;
        font-size: 14px;
        clear: left;
    }

    .flat-type__item {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .sel .inf h2 {
        /* margin-right: 0; */
        width: 100%;
        text-align: center;
    }
}

.rc {
    /* background-image: url(../img/rc-bg.jpg); */
    background-position: 50% 0;
    background-repeat: repeat;
    padding-top: 80px;
    padding-bottom: 40px;
}

.rc-title {
    font-size: 42px;
    font-family: Intro;
    text-align: center;
}

.rc-subtitle {
    font-size: 22px;
    text-align: center;
    margin-bottom: 55px;
}

.rc-video {
    width: 468px;
    height: 265px;
    position: relative;
}

.rc-right {
    width: 468px;
    float: right;
    margin-bottom: 70px;
}

.rc-row:after {
    content: '';
    clear: both;
    display: block;
}

.rc-video-1 {
    position: absolute;
    top: 68px;
    left: 101px;
}

.rc-video-2 {
    position: absolute;
    top: 140px;
    left: 378px;
}

.rc-devices {
    position: relative;
}

.rc-left {
    margin-right: 480px;
}

.rc-item {
    display: table-row;
    width: 100%;
}

.rc-item > div {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 60px;
}

.rc-pic {
    padding-right: 40px;
    text-align: center;
}

@media (max-width: 1199px) {
    .rc-item > div {
        padding-bottom: 24px;
    }

    .rc-pic {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .rc-right {
        float: none;
        margin: 0 auto 50px;
    }

    .rc-left {
        margin: 0 0 20px;
    }

    .rc-title {
        font-size: 38px;
    }

    .rc-subtitle {
        font-size: 19px;
        margin-bottom: 40px;
    }
}

@media (max-width: 567px) {
    .rc-item {
        display: block;
        width: unset;
        text-align: center;
    }

    .rc-item > div {
        display: block;
    }

    .rc-video {
        width: 320px;
        height: 181px;
        margin: 0 -15px;
    }

    .rc-devices img {
        width: 320px;
        height: 181px;
    }

    .rc-video-1 {
        top: 49px;
        left: 70px;
    }

    .rc-video-1 video {
        width: 169px;
        height: 96px;
    }

    .rc-video-2 {
        top: 97px;
        left: 258px;
    }

    .rc-video-2 video {
        width: 49px;
    }

    .rc-right {
        width: unset;
        display: inline-block;
    }

    .rc-row {
        text-align: center;
    }
}

.slick-initialized .slick-slide {
    outline: none !important;
}

.fb_img_block img {
    max-width: 100%;
    max-height: 134px;
}

.fb_img_block-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 25px;
    font-size: 16px;
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
}

.fb_img_block {
    position: relative;
}

.fb_slider_outer {
    padding: 0px 0 30px;
    background: #fff;
}

.fb_img_block {
    margin: 10px;
    cursor: pointer;
}

.fb_img_block-caption {
    font-family: Intro;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
}

.fb_img_block-square {
    font-size: 28px;
    font-family: Intro;
    font-weight: 400;
    text-transform: uppercase;
}

.fb_img_block-square sup {
    position: relative;
    top: -10px;
    left: 2px;
}

.fb_img_block:hover .fb_img_block-text {
    opacity: 0;
}

.fb_img_block.active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #890000;
}

.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-prev:before, .slick-next:before {
    border: 0;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
}

.slick-prev:before {
    content: '';
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.slick-next:before {
    content: '';
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

.slick-next {
    right: -15px;
}

.slick-prev {
    left: -15px;
}

section.feedback .item .img-container {
    min-height: 80px;
}

section.feedback.feedback2 .container {
    padding-left: 30px;
    padding-right: 30px;
}

.fb_slider {
    margin: 10px 20px;
}

.fb_slider_text_caption {
    text-align: center;
    text-transform: uppercase;
    font-family: Intro;
    font-size: 20px;
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .fb_img_block .fb_img_block-text {
        padding-top: 10px;
    }

    .fb_img_block-caption {
        font-size: 14px;
    }

    .fb_img_block-square {
        font-size: 25px;
    }

    .fb_img_block-text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    img.swipe.blink {
        display: none !important;
    }

    .fb_img_block .fb_img_block-text {
        padding-top: 20px;
    }
}

.feedback {
    display: none;
}

.feedback2 {
    display: block;
}

section.steps.sevensteps {
    text-align: center;
}

.sevensteps_numb {
    font-family: Intro;
    font-size: 40px;
}

.sevensteps_item {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    padding: 0 10px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.sevensteps_image {
    height: 130px;
    vertical-align: middle;
    display: table;
    width: 100%;
}

.sevensteps_image > div {
    display: table-cell;
    vertical-align: middle;
}

.sevensteps_caption {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    min-height: 30px;
}

.sevensteps_text {
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}

@media (max-width: 767px) {
    section.steps.sevensteps {
        display: block;
    }

    section.steps .heading {
        font-size: 40px;
    }

    .sevensteps_item {
        width: 250px;
    }
}

@media (max-width: 575px) {
    section.steps.sevensteps {
        display: none;
    }

    section.steps.sevensteps .sevensteps_item {
        width: 100%;
    }

    .sevensteps_numb {
        font-size: 50px;
    }
}

/*section.feedback.feedback2 {
    display:  none;
}*/
/*
section.steps.sevensteps {
    display:  none;
}*/
.feedback .fb_slider_inner iframe {
    height: 300px;
    margin-top: 57px;
}

.feedback .fb_slider_inner .embed-responsive {
    background: #000;
    height: 415px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .feedback .fb_slider_inner iframe {
        height: 250px;
        margin-top: 55px;
    }

    .feedback .fb_slider_inner .embed-responsive {
        height: 360px;
    }
}

@media (max-width: 991px) {
    .feedback .fb_slider_inner iframe {
        height: 370px;
        margin-top: 0;
    }

    .feedback .fb_slider_inner .embed-responsive {
        height: 370px;
    }
}

@media (max-width: 767px) {
    .feedback .fb_slider_inner iframe {
        height: 270px;
        width: 480px;
    }

    .feedback .fb_slider_inner .embed-responsive {
        height: 269px;
    }
}

@media (max-width: 567px) {
    .feedback .fb_slider_inner iframe {
        height: 210px;
        width: 375px;
    }

    .feedback .fb_slider_inner .embed-responsive {
        height: 210px;
        width: 375px;
        margin: 0 auto;
    }
}

@media (max-width: 467px) {
    .feedback .fb_slider_inner iframe {
        height: 165px;
        width: 293px;
    }

    .feedback .fb_slider_inner .embed-responsive {
        height: 164px;
        width: 293px;
    }
}

@media (max-width: 373px) {
    .feedback .fb_slider_inner iframe {
        height: 135px;
        width: 239px;
    }

    .feedback .fb_slider_inner .embed-responsive {
        height: 135px;
        width: 239px;
    }
}

.price-type__item.cosm.price-type__cosmetic {
    display: none;
}

.price-type__item .z3 {
    font-family: Roboto;
    font-weight: 500;
    margin-left: 130px;
    text-align: left;
}

.price_type-image {
    float: left;
    margin-top: 0 !important;
    text-align: center;
    width: 130px;
    height: 130px;
}

.price-type__cost {
    margin-left: 130px;
    text-align: left;
}

.price-type__item > div {
}

.price-type__item .more .arrow {
    margin-right: 5px;
    margin-top: 0px;
    display: inline-block;
}

.flat-type__text {
    border: 3px solid #000;
    border-radius: 13px;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

.flat-type__text ul {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
    max-width: 45%;
}

@media (max-width: 940px) {
    .price_type-image {
        float: none;
        text-align: center;
        width: 100%;
    }

    .price_type-image img {
        margin: 0 auto;
        display: block;
    }

    .price-type__item .z3 {
        text-align: center;
        margin: 10px 0 0;
        font-size: 20px;
    }

    .price_type-image {
        margin-bottom: 15px !important;
    }

    .price-type__cost {
        margin: 20px 0 0;
        text-align: center;
    }

    .price-type__item .more {
        margin: 10px 0 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .flat-type__text ul {
        display: block;
        max-width: 100%;
        max-width: unset;
        padding-left: 20px;
    }

    .flat-type__text ul + ul {
        margin-top: -15px;
    }
	section.bckg {
		background-size:  cover;
	}
}

.price_type-image img {
    width:  110px;
    height: 130px;
}



section.contact_block {
    background: #26171c;
    color:  #fff;
    text-align:  center;
    font-size: 18px;
    padding: 20px 0;
}

.contact_block a {
    color:  #fff;
    display:  inline-block;
}

.contact_block img:hover {
    transition: transform .1s ease;
    transform: scale(1.1);

}

.contact_block .contact_block-soclinks:hover {
    transition: transform .1s ease;
    transform: scale(1.1);
}

.contact_block-title {
    font-size:  40px;
    text-transform:  uppercase;
    margin-bottom: 20px;
	font-family: Intro;
}


a.contact_block-phone {
    display:  block;
    font-weight:  bold;
    margin: 10px 0 5px;
    font-size: 20px;
}

.contact_block-address {
    margin-bottom:  10px;
}

.contact_block-socials {
    padding: 50px 0 30px;
}

a.contact_block-social {
    padding:  0 10px;
}

.relative {
    position:  relative;
}

.map_popup {
    position: absolute;
    top: 67px;
    width: 415px;
    left:80px;
    background: rgba(40, 20, 20, 0.75);
    border-radius: 10px;
    padding:  30px;
    color:  #fff;
    font-size: 16px;
    z-index: 500;
}


@media (max-width: 1200px) {
    .map_popup{
        /*left:70%;*/
    }
}

@media (max-width: 767px) {
    .map_popup{
        position: static;
        margin: 0 auto;
        width:100%;
        border-radius:0px;
    }
}
.map_popup-title {
    font-family: Intro;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.map_popup-compl {
    margin: 20px 0;
}

.map_popup-work {
    margin: 20px 0;
}

.map_popup-free span {
    text-transform:  uppercase;
    font-family: Intro;
    font-size: 22px;
    display:  block;
    margin: 10px 0 0;
}
.map_popup-compl img, .map_popup-work img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -3px;
}


.faq{
    padding:110px 0;
    /* background: url('../img/faq-texture.jpg'); */
}

.faq-title{
    text-transform: uppercase;
    font-family: Intro;
    font-size: 42px;
    text-align: center;
    
}

.faq-beer{
    text-transform: uppercase;
    font-family: Intro;
    font-size: 38px;
    text-align: left;
   
}


.faq-title b {
    color: #800000;
}


.faq-items{
    margin-top: 80px;
}

.faq-item{
   /* border: 3px solid #000;*/
    -webkit-border-radius: 13px;
    border-radius: 13px;
    margin-top: 14px;
    position: relative;
}

.faq-item .faq-question:before{
    width: 0;
    height: 0;
    border: 13px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    border-left-width: 8px;
    border-right-width: 8px;
    content:'';
    display: block;
    position: absolute;
    top:20px;
    left:13px;
}

.faq-item.opened .faq-question:before{
    width: 0;
    height: 0;
    border: 13px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    border-left-width: 8px;
    border-right-width: 8px;
    content:'';
    display: block;
    position: absolute;
    top:20px;
    left:13px;
}

.faq-item:hover,.faq-item.opened{
    background: rgba(255,255,255,.5);
}

.faq-question{
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    padding: 13px;
    position: relative;
    padding-left: 45px;
    line-height: 1.2;
}

.faq-answer{
    display: none;
}

.faq-btn .btn {
    display: block;
    margin: 45px auto 0 auto;
    background: #ff9800;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 255px;
    line-height: 1;
    transition: transform .1s ease;
}

.faq-btn .btn:hover {
    background:#FFE000;
    transform:scale(1.03);
    color:#000000;
    
}

.faq-answer{
    font-size: 17px;
    font-weight: 200;
    padding: 18px;
    padding-left: 14px;
    padding-top: 0;
}

.faq a {
    color: #800000 !important;
}

@media (max-width: 767px) {
    .faq{
        padding:60px 0;
    }
    .faq-title{
        font-size: 30px;
    }
    .faq-items{
        margin-top: 40px;
    }
    .faq-question{
        font-size: 18px;
    }
    .faq-answer{
        font-size: 16px;
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    .fb_slider_inner .col-12.js-img{
        flex:33.333%;
        float: left;
        padding-left: 4px !important;
        padding-right:4px !important;
    }
}


.price-type__item.selected > .more > .arrow{
    display: inline-block;
    width: 0;
    height: 0;
    border: 13px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-top: 2px;
    margin-bottom: 0;
}




.desproj{
    /* background-image: url('img/dproj.jpg'); */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        padding:75px 0;
}
.desproj-inner{
    background: #fff;
    border-radius:16px;
    padding:50px 70px;
}
.desproj-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color:#2a457c;
    font-family: 'Intro';
    font-size: 48px;
    line-height: 1;
}
.desproj-text {
    margin-top: 30px;
}
.desproj-text p {
    margin:25px 0 0 0;
    line-height: 1.4;
}
.desproj-slider-wrapper{
    border:3px solid #370000;
    border-radius:6px;
    overflow: hidden;
    margin-top: 45px;
    max-height: 560px;
    position: relative;
}
.desproj-prev{
    width:32px;
    height:32px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    left:30px;
    top:50%;
    transform:translate(0,-50%);
    position: absolute;
    z-index: 200;
    border-radius:100%;
    cursor:pointer;
}
.desproj-prev:hover{
    opacity: .75
}
.desproj-next{
    width:32px;
    height:32px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    right:30px;
    top:50%;
    transform:translate(0,-50%);
    position: absolute;
    z-index: 200;
    border-radius:100%;
    cursor:pointer;
}
.desproj-next:hover{
    opacity: .75
}
.desproj-slider{
    margin-bottom: 0 !important;
}
.desproj-slide {
    display: block;
}
.desproj-slide img {
    display: block;
    width:100%;
    height: auto;
}
.desproj-dots .slick-dots{
    position: static;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-top: 20px;
}
.desproj-dots .slick-dots li {
    margin: 0 4px;
}
.desproj-dots .slick-dots button{
    border-radius:100%;
    padding:0;
    display: block;
    border:none;
    width:12px;
    height:12px;
    background: #bfbfbf;
    text-indent:-9999px;
}
.desproj-dots ul li:hover button, .desproj-dots ul .slick-active button{
    background: #191919;
}
.btn-blu{
    text-decoration: none !important;
    display: inline-block;
    height:56px;
    line-height: 56px;
    padding: 0 20px;
    font-weight: bold;
    color:#fff !important;
    background: #3c63b1;
    border-radius:8px;
    border:none;
    cursor:pointer;
}
.btn-blu:hover{
    background: #4072d7;
}
.download-proj-example{
    width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 366px;
    margin-top: 30px;
}
.proj-table-hint{
    font-size: 14px;
    margin-bottom: -20px;
    margin-top: 30px;
    text-align: center;
    display: none;
}
.proj-table{
    width:100%;
    margin-top: 35px;
    line-height: 1.2;
    min-width: 600px;
}
.proj-table th{
    background: #f4f2f0;
    text-align: center;
    font-size: 18px;
    padding:15px 20px;
}
.proj-table td {
    padding:15px 20px;
    font-size: 18px;
}
.proj-table tr td+td{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-left:5px;
    padding-right: 5px;
    min-width: 200px;
}
.proj-table tr:nth-child(even) td{
    background: #f4f2f0;
}
.proj-table tr:nth-child(even) td:nth-child(2){
    background: #f7f6f4;
}
.proj-table tr:nth-child(even) td:nth-child(4){
    background: #f7f6f4;
}           
.proj-table tr th:nth-child(2){
    background: #f7f6f4;
}
.proj-table tr th:nth-child(4){
    background: #f7f6f4;
}           
.proj-table .btn-blu{
    width:100%;
    padding: 0 15px;
    margin-top: 10px;
}
.proj-table tr:last-child td+td{
    padding: 0 5px;
}           
.proj-table tr:last-child td:last-child{
    padding-right: 0;
}
.td-proj-price{
    font-weight: normal !important;
    font-size: 22px !important;
}
.proj-table-wrap{
    overflow-x: auto;
}
@media only screen and (max-width: 1100px) {
    .proj-table tr td+td{

    }
}
@media only screen and (max-width: 991px) {
    .desproj-inner{
        padding:30px;
    }
    .desproj-title{
        font-size: 30px;
    }
    .desproj-slider-wrapper{
        margin-top: 30px;
        min-height: 0px;
    }
    .proj-table td{
        font-size: 16px;
    }
    .proj-table th, .proj-table td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
@media only screen and (max-width: 767px) {
    .proj-table-hint{
        display: block;
    }
    .desproj-text{
        font-size: 14px;
    }
    .desproj{
        padding-top:30px;
        padding-bottom:30px;
    }
}
@media only screen and (max-width: 480px) {
    .desproj-inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-proj-example{
        margin-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        white-space: nowrap;
    }
}



    #thank {
    background: url(../img/rc-bg.jpg) repeat;
    
    height: 100%;
}

.th-title {
    font-size: 42px;
    font-family: Intro;
    text-align: center;
}

.th-subtitle {
    font-size: 32px;
    text-align: center;
    margin-bottom: 18px;
}

#pcscreen {
    width: 100%;
    font-size: 24px;
    overflow-y:hidden;
}

#mobilescreen {
    width: 100%;
    font-size: 24px;
    overflow-y:hidden;
}

#pcscreen table{
    width: 100%;
}

#mobilescreen table{
    width: 100%;
}

#goback img{
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 1820px) {
    .sel .scrollable {
        height: 470px;
    }
}

@media screen and (max-width: 999px) {
#pcscreen{
    display:none;
}
}

@media screen and (min-width: 1000px) {
#mobilescreen{
    display:none;
}
}

.thanks-mobile{
    width: 90%;
    font-size: 24px;
}
.thanks-img{
    filter: invert(100%);;
}

#reviews{
    /* background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/bg-feedback.jpg); */
    
}
#reviews .header{
    position: fixed;
    width:100%;
    top:0px;
    z-index:1;
}

.rv-heading{
    text-transform: uppercase;
    font-family: Intro;
    font-size: 42px;
    text-align: center;
    color: white;
    margin-top: 175px;
}

.rv-name{
    color:#800000;
    text-align: center;
    font-family: Intro;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.25;
    width:100%;
}

.rv-block{
    width:100%; margin-top:30px; margin-bottom:170px;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ytemb{
    display:inline-block;
    background:#000; 
    border-radius:10px;
    overflow:hidden; 
}

.rv-about{
float:right;    
}

#reviews .container-2{
    background:white;
    max-width:100%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:30px;
    padding-right:30px;
    padding-top:30px;
    margin-top: 60px;
    display:block;
}

#reviews .contact_block{
    display:block;
}
.rv-sm{
    background-color:#CFCFCF;
    border-radius:10px;
    overflow:hidden;
}

.smoother-3{
    background-color:#CFCFCF;
    border-radius:10px;
    overflow:hidden;
    padding-top:10px;
    padding-bottom:10px;
    display:inline-block;
}

.rv-desc{
 font-family: Roboto;
    color: #111111;
    text-transform: none;
    font-size: 14px; 
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}

.rv-pic{
    overflow:hidden;
    display:inline-block;
}

.rv-pic img{
    height:100px;
}

.imgbox .rv-pic a {
    display: block;
    position: relative;
}
.imgbox{
    margin-bottom: 40px;
}

.imgbox .rv-pic a::after {
    content: '';
    background-image: url(../img/zoom-tool.png);
    background-color: rgba(0, 0, 0, .5);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all ease;
}

.imgbox .rv-pic a:hover {
    cursor: pointer;
}

.imgbox .rv-pic a:hover::after {
    opacity: 1;
}

.rv-quote{
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    font-size: 16px;
    position: relative;
    min-height: 40px;
}

.rv-quote::before {
    content: '';
    background-image: url(../img/q-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 30px;
    width: 30px;
    top: -20px;
    left: -10px;
}

.rv-quote::after {
    content: '';
    background-image: url(../img/q-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -20px;
    right: -10px;
}


@media only screen and (min-width: 1399px){
.container-2{
    width:1300px;
}
.rv-pic{
    width:135px;
    margin:13px;
}
.ytemb{
    height:400px; 
    width:50%; 
}
.youtube{
width:620px; 
background-size:auto;
}
.rv-about{
width:45%; 
}
.smoother-3{
    width:30%;
}
}

@media only screen and (min-width:999px) and (max-width: 1400px){
.container-2{
    width:950px;
}
.rv-pic{
    width:120px;
    margin:5px;
}
.ytemb{
    width:50%; 
    height:300px;
}
.youtube{
height:300px;
width:445px;
background-size: cover;
}
.rv-about{
width:45%; 
}
.smoother-3{
    width:30%;
}
}

@media only screen and (min-width:699px) and (max-width: 1000px){
.container-2{
    width:700px;
}
.rv-pic{
    width:135px;
    margin:13px;
}

.ytemb{
    width:640px;
    height:360px;
}
.youtube{
height:360px;
width:640px;
background-size: cover;
}

.rv-about{
width:100%; 
margin-top:20px;
}
.smoother-3{
    width:30%;
}
}


@media only screen and (max-width: 700px){
.container-2{
    width:400px;
    padding-left:10px!important;
    padding-right:10px!important;
    padding-top:10px!important;
}
.rv-pic{
    width:100px;
    margin:5px;
}
.youtube{
height:230px;
width:380px;
background-size: cover;
}
.ytemb{
height:230px;
width:380px;
}
.rv-about{
width:100%; 
margin-top:20px;
}
.smoother-3{
    width:33%;
}
}