

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff2') format('woff2'),
    url('../fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.woff2') format('woff2'),
    url('../fonts/GothamPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

::-webkit-input-placeholder {
    color: #333333;
}

::-moz-placeholder {
    color: #333333;
}

:-moz-placeholder {
    color: #333333;
}

:-ms-input-placeholder {
    color: #333333;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

iframe {
    border: 0;
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    overflow: hidden;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* CONTACT FORM */

div.wpcf7-response-output {
    display: none !important;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-form.invalid input[type="text"],
.wpcf7-form.invalid input[type="tel"] {
    background-color: #fff4f4;
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Gotham Pro', Geneva, Segoe, sans-serif;
    font-size: 14px;
    font-style: normal;
    position: relative;
    color: #333;
}

body {
    padding-top: 0px;
}

.mob-menu {
    display: none;
}


header {
    background-color: #3b3b3b;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
}

.header-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.main-menu li {
    display: inline-block;
    margin: 0 15px;
    border-bottom: 1px solid transparent;
    padding: 5px 0;
    transition: all 0.5s;
}

.main-menu li a {
    text-decoration: none;
    color: #FFF;
}

.main-menu li:hover {
    border-bottom: 1px solid #ff2e64;
}

.callback {
    position: relative;
    padding-left: 70px;
    text-align: right;
}

a.header-callback-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #FFF;
    border-radius: 50%;
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation: pulse 2s infinite;
}



.callback ul {
    font-size: 22px;
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.callback ul a {
    text-decoration: none;
    color: #FFF;
}

.callback-btn {
    text-decoration: none;
    color: #d82751;
    border-bottom: 1px dotted #d82751;
    font-size: 18px;
}

#main {
    background-image: url(../img/main.png);
    background-size: cover;
    background-position: top center;
    padding: 10px 0 0 0;
    position: relative;
    overflow: hidden;
}

#main:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 150%;
    height: 70px;
    background-color: #fff;
    transform: rotate(-2deg);
}

.main-contaner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    min-height: 100vh;
    max-height: 800px;
    width: 65%;
    padding-top: 80px;
    color: #FFF;
}

.main-socials {
    margin-bottom: 30px;
}

.main-socials a {
    text-decoration: none;
    display: inline-block;
    margin-right: 40px;
}

.main-socials a:last-child {
    margin-right: 0;
}

h1.main-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    line-height: 1;
}

h1.main-title span {
    text-transform: lowercase;
    font-size: 38px;
}

p.main-subtitle {
    font-size: 24px;
    padding: 0;
    margin: 35px 0 80px 0;
}

p.main-subinfo {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 30px 0;
    padding: 0;
}

a.btn {
    text-decoration: none;
    display: inline-block;
    min-width: 240px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    padding: 15px 60px;
    border-radius: 10px;
    background-color: #ff2e64;
    border-bottom: 4px solid #b90022;
    box-shadow: 0px 6px 56px -4px rgba(255, 46, 100, 1);
    transition: all 0.5s;
}

a.btn:hover {
    box-shadow: 0px 6px 56px -4px rgba(255, 65, 92, 1);
    background-color: #ff1359;
}


#what {
    padding: 70px 0;
}


h2.secondary-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 36px;
    padding: 0 0 20px 20px;
    margin: 0;
    position: relative;
}

h2.secondary-title:before {
    content: "";
    height: 1px;
    width: 100rem;
    background-color: #ff2e64;
    position: absolute;
    left: -100rem;
    top: 55%;
    transform: translateY(-55%);
}

.main-text {
    font-size: 16px;
}

.about-work {
    width: 80%;
}

.main-text p {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.4;
}

.main-text ul {
    list-style-image: url(../img/ul.png);
    margin: 0 0 0 25px;
    padding: 0;
}

.main-text ul li {
    margin-bottom: 5px;
}

.main-text ul li span,
.main-text p span {
    color: #ff2e64;
    font-weight: 500;
}

.decor-image {
    width: 262px;
    height: 144px;
    background-image: url(../img/device.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: -70px;
}

#about {
    background-color: #f5f3f4;
    padding: 50px 0 100px 0;
    overflow: hidden;
    background-image: url(../img/dots2.png);
    background-size: cover;
}

.about-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.about-container:last-child {
    margin-bottom: 0;
    align-items: flex-end;
}

.about-photo,
.about-text {
    width: 47%;
    position: relative;
}

.about-photo:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 500px;
    border: 15px solid #ff2e64;
    right: 0;
    bottom: -40px;
    z-index: 1;
}

.about-photo img {
    z-index: 2;
    position: relative;
    box-shadow: 0px 9px 27px 0px rgba(63, 63, 63, 0.3);
    max-width: 100%;
}

.about-text {
    padding: 0px 0 0 0;
}

h2.secondary-title-reverse {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 36px;
    padding: 0 20px 0 0;
    position: relative;
    display: inline-block;
    z-index: 2;
}

h2.secondary-title-reverse:after {
    content: "";
    height: 1px;
    width: 100rem;
    background-color: #ff2e64;
    position: absolute;
    right: -100rem;
    top: 60%;
    transform: translateY(-60%);
}

h2.secondary-title-reverse:before {
    content: attr(data-text);
    position: absolute;
    top: -35px;
    left: 2px;
    width: 100vw;
    color: #CCC;
    font-family: 'Gotham Pro', Geneva, Segoe, sans-serif;
    font-size: 70px;
    z-index: -1;
    opacity: 0.3;
}

.about-photo2 {
    width: 47%;
    position: relative;
}

.about-photo2:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 700px;
    border: 15px solid #ff2e64;
    left: 200px;
    top: -40px;
    z-index: 1;
}

.about-photo2 img {
    z-index: 2;
    position: relative;
    box-shadow: 0px 9px 27px 0px rgba(63, 63, 63, 0.3);
    max-width: 100%;
}

.sign {
    padding: 0px 0 10px 0;
}

.advantage-title {
    text-align: center;
    color: #FFF;
    margin-bottom: 40px;
}

h2.bw-title {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0;
}

h2.bw-title:before {
    content: "";
    height: 1px;
    width: 100rem;
    background-color: #ff2e64;
    position: absolute;
    left: -100rem;
    top: 60%;
    transform: translateY(-60%);
}

h2.bw-title:after {
    content: "";
    height: 1px;
    width: 100rem;
    background-color: #ff2e64;
    position: absolute;
    right: -100rem;
    top: 60%;
    transform: translateY(-60%);
}

#advantages {
    background-image: url(../img/bg3.png);
    background-size: cover;
    padding: 70px 0;
}

.advantages-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    padding: 40px;
}

.advantages-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    top: 0;
    border-top: 5px solid #ff2e64;
    border-bottom: 5px solid #ff2e64;
    border-left: 5px solid #ff2e64;
}

.advantages-container:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    right: 0;
    top: 0;
    border-top: 5px solid #ff2e64;
    border-bottom: 5px solid #ff2e64;
    border-right: 5px solid #ff2e64;
}

.advantage-item {
    width: 28%;
    text-align: center;
    color: #FFF;
}

.a-item-img {
    height: 110px;
}

.a-item-img img {
    display: inline-block;
    vertical-align: bottom;
}

.a-item-name {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 22px;
    color: #ff2e64;
    margin-bottom: 10px;
}

.sliderofworks .item {
    font-size: 0;
    line-height: 0;
    outline: none;
    transition: all 0.5s;
    overflow: hidden;
}

.sliderofworks .item img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s;
}

.sliderofworks .item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

#myworks {
    background-color: #f5f3f4;
    text-align: center;
    padding: 70px 0 70px 0;
}

h2.section-title {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 40px 0;
    z-index: 1;
}

h2.section-title:before {
    content: attr(data-text);
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    color: #CCC;
    font-family: 'Gotham Pro', Geneva, Segoe, sans-serif;
    font-size: 70px;
    z-index: -1;
    opacity: 0.3;
}

h2.section-title span:before {
    content: "";
    height: 1px;
    width: 100rem;
    background-color: #ff2e64;
    position: absolute;
    left: -100rem;
    top: 60%;
    transform: translateY(-60%);
}

h2.section-title span:after {
    content: "";
    height: 1px;
    width: 100rem;
    background-color: #ff2e64;
    position: absolute;
    right: -100rem;
    top: 60%;
    transform: translateY(-60%);
}

/*.myworks-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/
.owl-stage{
    display: flex;
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;

}
.mywork-item {
    width: 23%;
    margin: 10px 10px 20px 10px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.4);
}

.mywork-item-img {
    border: 5px solid #ff2e64;
    line-height: 0;
    font-size: 0;
}

.mywork-item-name {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px 5px 0px;
    text-align: center;
}

.mywork-item-text {
    padding: 0px 10px 15px 10px;
    color: #ff2e64;
    text-align: center;
    font-size: 16px;
}

.myworks-btn-area {
    text-align: center;
    padding: 20px 0 0 0;
}

#reviews {
    text-align: center;
    padding: 70px 0;
    background-image: url(../img/dots3.png);
    background-size: cover;
}

.review-slider {
    position: relative;
    margin-top: 40px;
}

.review-slider:before {
    content: "";
    position: absolute;
    width: 550px;
    height: 450px;
    border: 10px solid #ff2e64;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.review-slider .item {
    margin: 25px;
    transition: 0.5s;
    outline: none;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.review-slider .slick-slide img {
    display: inline-block;
}


.review-slider .item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
}

.review-slider .item.slick-center:before {
    background-color: rgba(255, 255, 255, 0);
}

.review-slider .slick-center {
    transform: scale(1.2);
}

.slick-r-next {
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 360px;
    border-right: 4px solid #ff2e64;
    border-bottom: 4px solid #ff2e64;
    z-index: 5;
}

.slick-r-prev {
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    left: 360px;
    border-right: 4px solid #ff2e64;
    border-bottom: 4px solid #ff2e64;
    z-index: 5;
}

h2.section-title.title-mar-top {
    margin-top: 110px;
}

.sertificate-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sertificate {
    width: 31%;
    margin: 10px;
    box-shadow: 0px 9px 27px 0px rgba(63, 63, 63, 0.3);
    line-height: 0;
    font-size: 0;
    border: 9px solid #111;
    border-image: url(../img/corner.png) 9 round round;
}

#faq {
    padding: 70px 0;
    background-color: #f5f3f4;
}

.section-title-area {
    text-align: center;
}

#accordeon {
    margin: 10px auto 10px auto;
    counter-reset: acc-number;
    max-width: 880px;
}

.acc-head {
    margin-top: 20px;
    padding: 10px 50px 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.5s;
    position: relative;
}

.acc-head:before {
    counter-increment: acc-number;
    content: counter(acc-number);
    display: inline-block;
    padding-right: 10px;
    color: #ff2e64;
    font-size: 24px;
}

.acc-head:after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    border-right: 2px solid #ff2e64;
    border-bottom: 2px solid #ff2e64;
    transition: all 0.5s;

}

.acc-head.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    right: 20px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.acc-head.active:before {
    color: #FFF;
}

.acc-head.active {
    background-color: #ff2e64;
    color: #FFF;
}

.acc-body {
    padding: 20px;
    display: none;
    font-size: 16px;
}

.faq-btn-area {
    text-align: center;
    padding: 20px 0;
}


#price {
    padding: 70px 0 70px 0;
}

.price-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.price-photo,
.price-photo2,
.price-list {
    width: 46%;
    position: relative;
}

.price-photo {
    text-align: right;
}

.price-photo2 {
    text-align: left;
}

.price-photo:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 270px;
    border: 15px solid #ff2e64;
    right: 200px;
    bottom: -40px;
    z-index: 1;
}

.price-photo2:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 270px;
    border: 15px solid #ff2e64;
    left: -200px;
    bottom: -150px;
    z-index: 1;
}

.price-photo img,
.price-photo2 img {
    z-index: 2;
    position: relative;
    box-shadow: 0px 9px 27px 0px rgba(63, 63, 63, 0.3);
    max-width: 100%;
}

.price-name h3 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 24px;
}

.price-text {
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0 10px 0;
    margin: 0;
}

.price-items {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.price-items li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 5px 0;
}

.price-line {
    display: block;
    width: 100%;
    border-bottom: 2px dotted #4a4a4a;
    flex-shrink: 3;
}

.price-title {
    flex-shrink: 0;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #4a4a4a;
}

.price-cost {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 20px;
    color: #ff2e64;
}

.price-btn-area {
    padding: 40px 0 0 0;
}

#sales {
    background-image: url(../img/bg-dark.png);
    background-size: cover;
    background-position: center center;
    padding: 75px 0;
    position: relative;
}

.sales-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.sales-left {
    width: 50%;
    position: relative;
}

.sales-right {
    width: 40%;
}

.sales-photo {
    width: 466px;
    height: 528px;
    background-image: url(../img/alina2.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -80px;
    left: -170px;
}

.sales-left-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sales-text1 {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    text-align: right;
}

.sales-text2 {
    font-size: 60px;
    font-weight: 500;
    color: #ff2e64;
    flex-shrink: 0;
    padding-left: 25px;
}

.sales-left-container2 {
    text-align: right;
    color: #FFF;
    padding: 40px 30px;
    margin: 30px 0;
    position: relative;
}

.sales-left-container2:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    border-top: 10px solid #ff2e64;
    border-bottom: 10px solid #ff2e64;
    border-right: 10px solid #ff2e64;
}

.sales-text3 {
    font-size: 28px;
    font-weight: 500;
}

.sales-text4 {
    font-size: 21px;
    padding: 30px 0;
}

.sales-text4 span {
    color: #ff2e64;
    font-weight: 500;
    text-decoration: line-through;
}

.sales-text5 {
    font-size: 25px;
    font-weight: 500;
}

.sales-text5 span {
    color: #ff2e64;
    font-weight: 500;
}

.sales-text6 {
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.sales-form {
    background-color: #fff;
    padding: 40px;
}

.sales-form-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 33px;
    margin: 0;
    padding: 0;
    color: #ff2e64;
}

.sales-form-text {
    font-size: 18px;
    color: #4a4a4a;
}

.sales-form form input[type="text"],
.sales-form form input[type="tel"] {
    border: 1px solid #ff2e64;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 10px 15px;
    outline: none;
}

.sales-form form input[type="submit"] {
    text-decoration: none;
    display: block;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    padding: 15px 60px;
    border-radius: 10px;
    background-color: #ff2e64;
    border: 1px solid #ff2e64;
    border-bottom: 4px solid #b90022;
    box-shadow: 0px 6px 56px -4px rgba(255, 46, 100, 1);
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

#materials {
    padding: 70px 0;
    background-color: #f5f3f4;
}

.materials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.material-item {
    width: 23%;
    margin: 10px;
}

#contacts {
    padding: 70px 0;
}

.contacts-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.contacts-left,
.contacts-right {
    width: 50%;
    position: relative;
}

.contacts-right {
    padding-left: 50px;
}

.contacts-map {
    position: absolute;
    background-color: #CCC;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.4);
}

.contacts-socials {
    padding: 60px 0;
}

.contacts-socials a {
    display: inline-block;
    margin-right: 25px;
}

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

.contacts-address {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding-left: 40px;
}

.contacts-address:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/address.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.contacts-phones {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.contacts-phones:before {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/phone2.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.contacts-phones ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.contacts-phones ul a {
    text-decoration: none;
    color: #000;
}

footer {
    background-image: url(../img/footer.png);
    background-size: cover;
    padding: 20px 0;
    color: #FFF;
}

.footer-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.footer-left,
.footer-right {
    width: 30%;
    flex-shrink: 0;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    text-decoration: none;
    color: #ff2e64;
    border-bottom: 1px dotted #ff2e64;
}

.footer-logo {
    width: 40%;
    flex-basis: 40%;
    flex-shrink: 1;
    text-align: center;
}

/* MODAL WINDOWS */

.modal-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    display: none;
}

.modal-overlay.active {
    display: block;
}



.modal-window {
    width: 60%;
    height: 100%;
    max-height: 500px;
    min-width: 300px;
    max-width: 900px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #111;
    background-image: url(../img/bg-modal.png);
    background-size: cover;
    background-position: right center;
    transform: translate(-250%, -50%);
    transition: all 0.7s;
    z-index: 5000;
}

.modal-window.active {
    transform: translate(-50%, -50%);
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 30px;
    z-index: 100;
    width: 80%;
    height: 100%;
    max-width: 500px;
}

.modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 24px;
    color: #f93262;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 10px;
}

.modal-title2 {
    font-family: sans-serif;
    font-size: 24px;
    color: #f93262;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 10px;
}

.modal-title3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 44px;
    color: #FFF;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 10px;
}

.modal-subtitle {
    font-size: 18px;
    color: #FFF;
    padding: 10px 0;
}

.modal-form form {
    width: 100%;
}

.modal-form form input[type="text"],
.modal-form form input[type="tel"] {
    border: 1px solid #ff2e64;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 10px 15px;
    outline: none;
}

.modal-form form input[type="submit"] {
    text-decoration: none;
    display: block;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    padding: 15px 60px;
    border-radius: 10px;
    background-color: #ff2e64;
    border: 1px solid #ff2e64;
    border-bottom: 4px solid #b90022;
    box-shadow: 0px 6px 56px -4px rgba(255, 46, 100, 1);
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.modal-photo {
    width: 466px;
    height: 520px;
    background-image: url(../img/alina2.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -30px;
}

.modal-close {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/cross.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 200;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    transition: all 0.5s;
}

.modal-close:hover {
    background-color: #ff2e64;
}

/* ANIMATIONS */

@keyframes pulse {

    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/* OTHER MOBILE DEVICES */

@media screen and (max-width: 1040px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .main-contaner {
        min-height: auto;
        padding: 110px 0;
    }

    .callback {
        flex-shrink: 0;
    }

    .sales-photo {
        display: none;
    }

    .sales-form form input[type="submit"] {
        font-size: 15px;
        padding: 15px 30px;
    }

    .modal-window {
        max-width: 500px;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 30px;
        z-index: 100;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .modal-photo {
        display: none;
    }

}



/* TABLETS */

@media screen and (max-width: 768px) {

    body {
        padding-top: 0px;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .callback {
        flex-shrink: 0;
    }

    #main {
        background-position: left center;
    }
    .decor-image {
        display: none;
    }

    .about-photo:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 70%;
        border: 15px solid #ff2e64;
        right: 40px;
        top: 40px;
        z-index: 1;
    }

    .about-photo2:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 70%;
        border: 15px solid #ff2e64;
        left: 200px;
        top: -40px;
        z-index: 1;
    }

    .mywork-item {
        width: 28%;
    }

    .review-slider {
        position: relative;
        margin-top: 80px;
    }

    .slick-r-next {
        display: block;
        position: absolute;
        height: 25px;
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        right: 230px;
        border-right: 4px solid #ff2e64;
        border-bottom: 4px solid #ff2e64;
        transform: rotate(-45deg);
        z-index: 5;
    }

    .slick-r-prev {
        display: block;
        position: absolute;
        height: 25px;
        width: 25px;
        top: 50%;
        transform: translateY(-50%);
        left: 230px;
        border-right: 4px solid #ff2e64;
        border-bottom: 4px solid #ff2e64;
        transform: rotate(135deg);
        z-index: 5;
    }

    .price-photo2:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 310px;
        border: 15px solid #ff2e64;
        left: -30px;
        bottom: -150px;
        z-index: 1;
    }

    .sales-form form input[type="submit"] {
        font-size: 13px;
        padding: 10px 30px;
    }

    .sales-photo {
        display: none;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 30px;
        z-index: 100;
        width: 100%;
        height: 100%;
        max-width: 500px;
    }

    .modal-photo {
        display: none;
    }


}


/* MOBILE DEVICES */

@media screen and (max-width: 576px) {


    .container {
        width: 100%;
        padding: 0 15px;
    }

    .mob-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        height: 50px;
        position: fixed;
        top: -1px;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 2500;
        -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
    }

    .overlay-mob {
        display: none;
    }

    .overlay-mob.active {
        position: absolute;
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1500;
    }

    .logo-mini {
        padding: 10px 20px;
        width: 70%;
        color: #FFF;
        font-family: "Open Sans", Geneva, Segoe, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    .hamb-icon {
        width: 50%;
        text-align: right;
    }

    .hamburger {
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        outline: none;
    }

    .hamburger:hover {
        opacity: 1;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #FFF;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    /*
   * Slider
   */
    .hamburger--slider .hamburger-inner {
        top: 2px;
    }

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

    body {
        padding-top: 0px;
    }

    header {
        width: 80%;
        height: 100%;
        transform: translateX(-150%);
        transition: 0.6s;
        z-index: 3000;
    }

    header.active {
        transform: translateX(0%);
    }

    header .container {
        padding: 0;
    }

    .header-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding: 10px 0;
    }

    .logo {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    header nav {
        width: 100%;
    }

    .main-menu {
        margin-bottom: 20px;
    }

    .main-menu li {
        display: block;
        margin: 1px 0px;
        border-bottom: 1px solid transparent;
        padding: 10px;
        transition: all 0.5s;
        background-color: #555;
    }

    .main-menu li:hover {
        border-bottom: 0px solid #FFF;
    }

    .main-menu li a {
        display: block;
    }

    .callback {
        position: relative;
        padding-left: 0px;
        text-align: center;
        margin-top: 60px;
    }

    a.header-callback-btn {
        content: "";
        position: absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        border: 1px solid #FFF;
        border-radius: 50%;
        background-image: url(../img/phone.svg);
        background-repeat: no-repeat;
        background-position: center;
        animation: pulse 2s infinite;
    }

    #main {
        background-position: left top;
        padding: 20px 0 40px 0;
    }

    #main:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 150%;
        height: 40px;
        background-color: #fff;
        transform: rotate(-2deg);
    }

    .main-contaner {
        min-height: auto;
        max-height: auto;
        width: 100%;
        padding-top: 45px;
    }

    .main-socials {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    h1.main-title {
        font-size: 30px;
    }

    h1.main-title span {
        font-size: 26px;
    }

    p.main-subtitle {
        font-size: 20px;
        margin: 15px 0 20px 0;
    }

    p.main-subinfo {
        font-size: 14px;
    }

    a.btn {
        font-size: 18px;
        padding: 15px 30px;
    }

    #what {
        padding: 40px 0;
    }

    h2.secondary-title {
        font-size: 30px;
    }

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

    .about-work {
        width: 100%;
    }


    .main-text ul {
        font-size: 16px;
    }

    .decor-image {
        display: none;
    }

    #about {
        padding: 40px 0;
    }

    .about-container {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .about-photo,
    .about-text {
        width: 100%;
        position: relative;
    }

    .about-text {
        order: 1;
    }

    .about-photo {
        order: 2;
        margin: 0 0 40px 0;
    }

    .about-photo:before {
        right: 20%;
        top: 75px;
        height: 90%;
    }

    .about-text {
        padding: 0 0 20px 0;
    }

    h2.secondary-title-reverse {
        font-size: 30px;
    }

    h2.secondary-title-reverse:before {
        font-size: 60px;
    }

    .about-photo2 {
        order: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .about-photo2:before {
        display: none;
    }

    #advantages {
        padding: 40px 0;
    }

    h2.bw-title {
        padding: 0 15px;
        font-size: 30px;
    }

    .advantages-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }

    .advantage-item {
        width: 100%;
        margin-bottom: 50px;
    }

    h2.section-title {
        font-size: 30px;
        margin: 40px 0;
    }

    h2.section-title:before {
        content: attr(data-text);
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        color: #CCC;
        font-family: 'Gotham Pro', Geneva, Segoe, sans-serif;
        font-size: 35px;
        z-index: -1;
        opacity: 0.3;
        line-height: 1.2;
    }


    #myworks {
        padding: 10px 0 50px 0;    }

    .myworks-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .mywork-item {
        width: 100%;
        margin: 10px;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .mywork-item-img img {
        width: 100%;
        height: auto;
    }

    #reviews {
        padding: 10px 0;
    }

    .review-slider:before {
        width: 70%;
        height: 110%;
    }

    .slick-r-next {
        right: 2px;
    }

    .slick-r-prev {
        left: 2px;
    }

    .review-slider .item {
        float: left;
    }
    
    .review-slider .item:before {
        display: none;
    }

    .sertificate-container {
        display: block;

    }

    .sertificate {
        width: 100%;
        margin: 20px;
        box-shadow: 0px 9px 27px 0px rgba(63, 63, 63, 0.3);
        line-height: 0;
        font-size: 0;
        border: 9px solid #111;
        border-image: url(../img/corner.png) 9 round round;
    }

    #faq {
        padding: 10px 0;
    }

    .acc-body {
        font-size: 14px;
    }

    #price {
        padding: 10px 0 10px 0;
    }

    .price-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .price-photo,
    .price-photo2,
    .price-list {
        width: 100%;
        position: relative;
    }

    .price-list {
        order: 1;
    }

    .price-container:last-child {
        flex-direction: column-reverse;
    }

    .price-photo {
        text-align: center;
        order: 0;
    }

    .price-photo2 {
        text-align: center;
        order: 2;
    }

    .price-photo:before,
    .price-photo2:before {
        display: none;
    }

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

    .price-title {
        flex-shrink: 1;
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-style: italic;
        font-size: 14px;
        color: #4a4a4a;
    }

    .price-cost {
        flex-shrink: 0;
        font-weight: 500;
        font-size: 16px;
        color: #ff2e64;
    }

    .price-btn-area {
        padding: 10px 0;
        text-align: center;
    }

    #sales {
        padding: 30px 0;
    }

    .sales-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }

    .sales-left {
        width: 100%;
        position: relative;
        padding: 20px 0;
    }

    .sales-right {
        width: 100%;
    }

    .sales-text1 {
        padding-left: 0;
        padding-right: 10px;
        font-weight: 500;
        font-size: 18px;
    }

    .sales-text1 span {
        color: #ff2e64;
    }

    .sales-text2 {
        padding-left: 0;
    }

    .sales-left-container2 {
        text-align: right;
    }

    .sales-text4 {
        padding: 15px 0;
        font-size: 20px;
    }

    .sales-text6 {
        padding-bottom: 40px;
    }

    .sales-photo {
        display: none;
    }

    .sales-form {
        padding: 20px;
    }

    .sales-form-title {
        font-size: 26px;
    }

    .sales-form-text {
        font-size: 16px;
    }

    .sales-form form input[type="submit"] {
        font-size: 18px;
        padding: 15px 30px;
    }

    #materials {
        padding: 10px 0;
    }

    #contacts {
        padding: 30px 0;
    }

    .contacts-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
    }

    .contacts-left,
    .contacts-right {
        width: 100%;
        position: relative;
    }

    .contacts-right {
        padding-left: 0;
    }

    .contacts-left {
        margin-bottom: 30px;
    }

    .contacts-map {
        position: static;
        background-color: #CCC;
        width: 100%;
        height: 400px;
        top: 0;
        right: 0;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.4);
    }

    .contacts-socials {
        padding: 10px 0 40px 35px;
    }

    .contacts-address {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .contacts-phones {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .contacts-btn-area {
        text-align: center;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        flex-shrink: 0;
    }

    .footer-left {
        order: 1;
        text-align: center;
        font-size: 14px;
    }

    .footer-right {
        order: 2;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }

    .footer-logo {
        width: 100%;
        flex-basis: 40%;
        flex-shrink: 1;
        text-align: center;
        order: 0;
        padding: 15px 0;
    }
    
    .modal-window {
        overflow-y: auto;
    }


}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    z-index: 10;
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block!important; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
    0% {
        opacity: 1; }
    100% {
        opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-item {
    display: flex;
    width: 100%;

}
.owl-item > .mywork-item {
    width: auto;
}
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */ }
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }
.owl-nav{
    z-index: 9;
    position: absolute;
    top: 40%;
    left: -5%;
    width: 110%;
}
.owl-prev span, .owl-next span{
    font-size: 90px;
    color: #ff2e64;
}
.owl-prev{
    float: left;
}
.owl-next{
    float: right;
}
/*.mywork-item-img img{*/
/*    height: 210px;*/
/*    width: 210px;*/
/*}*/
h3.section-title{
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 24px;
}


@media screen and (max-width: 576px) {
p.main-subtitle {
    color:black;
    background: white;
    font-size: 20px;
    margin: 15px 0 20px 0px;
    border-radius: 10px;
    padding-left: 10px;
}
h1.main-title {
    background: white;
    font-size: 30px;
    color: black;
    border-radius: 10px;
    padding-left: 10px;
}
}