header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0;
    z-index: 9999;
}

header .burger-menu {
    display: none;
}

header.header-scrolled {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

header .scrolled {
    display: none;
}

header.header-scrolled .scrolled {
    display: block;
}

header.header-scrolled .top-menu {
    display: none;
}

header.header-scrolled span.logo,
header.header-scrolled nav a,
header.header-scrolled .phone-info a.phone {
    color: #333333;
}

header nav {
    margin-right: 57px;
}

header nav a {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.035em;
    color: #FFFFFF;
    margin-right: 67px;
}

header nav a:last-of-type {
    margin-right: 0;
}

header nav a:hover {
    color: #DBCCC8;
}

header .phone-info a.phone {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

header .phone-info a.phone:hover {
    color: #DBCCC8;
}

header .phone-info a.consulting {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.035em;
    text-decoration-line: underline;
    color: #DBCCC8;
}

header .phone-info a.consulting:hover {
    color: #FFFFFF;
}

header span.logo {
    z-index: 999;
}

.hero {
    min-height: 100vh;
    width: 100%;
}

.hero img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.hero h1 {
    padding: 36px;
    text-align: center;
    margin-bottom: -16px;
}

.hero h2 {
    padding: 36px;
    margin: 0 auto -52px auto;
    text-align: center;
    color: white;
}

.hero span.description {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.035em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 36px;
}

.about-bg {

}

.about {
    width: 100%;
    padding: 29px 0 29px 0;
}

.about .text-wrapper {
    max-width: 834px;
    margin: 0 auto;
}

.about p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 30px;
    line-height: 149%;
    text-align: center;
    letter-spacing: 0.035em;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.about .divider {
    max-width: 113px;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    margin: 0 auto;
}

.whoIAm {
    padding: 36px 0;
}

.whoIAm .inner-bg {
    position: absolute;
    bottom: -67px;
    left: 0;
    z-index: -1;
    width: 297px;
    height: 384px;
    background: rgba(219, 204, 200, 0.25);
}

@media screen and (max-width: 768px) {
    .whoIAm img {
        max-width: 100%;
    }

    .whoIAm .inner-bg {
        display: none;
    }
}

.whoIAm .divider {
    max-width: 113px;
    width: 100%;
    height: 3px;
    background: #C3B1BC;
    /*margin: 0 auto;*/
}

.whoIAm p.about-text {
    margin: 23px 0 38px 0;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.whoIAm .about-item {
    margin-bottom: 6px;
}

.whoIAm .about-item img {
    margin-right: 15px;
}

.whoIAm .about-item span {
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.tariff-item {
    background: #C3B5B1;
    height: 100%;
    margin: 0 5px;
    padding: 36px 36px 45px 36px;
    border-radius: 15px;
}

.tariff .tariff-item ul {
    gap: 15px;
}

.tariff .tariff-item li {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;

    color: #3F3C41;
    margin-bottom: 20px;
}

.tariff .tariff-item li s {
    text-decoration-color: white;
}

.tariff .tariff-item .tariff_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid rgba(0, 0, 0, 0.25);
    margin-top: 15px;
}

.tariff .tariff-item .tariff_price p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 27px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #fff;
}

.tariff .tariff-item .tariff_price p s {
    font-weight: 400;
    font-size: 17px;
}

.tariff .tariff-item .tariff_price small {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.035em;
    color: #3F3C41;
    margin-top: 10px;
    background: rgba(255, 255, 255, .25);
    padding: 10px 15px;
    border-radius: 20px;
}

.tariff .tariff-item .tariff_price small b{
    font-weight: bold;
    font-size: 14px;
}

.button_cons {
    margin-top: -16px;
    background: #C6AFA9;
    border: 2px solid #C6AFA9;
    max-width: 100%;
    width: 230px;

    padding: 12px 0;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.tariff .tariff-item button {
    background: rgb(255 236 136);
    padding: 10px 15px;
    border-radius: 10px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.035em;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 175px;
}

.tariff .tariff-item button:hover {
    background: rgba(219, 204, 200, .75);
}

.price {
    padding: 36px 0;
}

.price h2 {
    margin-bottom: 66px;
}

.price .price-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.price .price-item p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.035em;
    color: #3F3C41;
    margin-bottom: 16px;
}

.flex-column ul {
    margin-bottom: 16px;
    padding-left: 20px;
    margin-left: 14%;
}

.flex-column ul li {
    list-style-type: circle;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.035em;
    color: #FFEC88;
    margin-bottom: 10px;
}


.price .price-item ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

.price .price-item ul li {
    list-style-type: circle;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.035em;
    color: #3F3C41;
    margin-bottom: 10px;
}

.price .price-item a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.035em;
    text-decoration-line: underline;
    color: #C6AFA9;
}

.text-center img {
    width: 40px;
}

.price .price-item a:hover {
    color: #4A4A4A;
}

.writting {
    padding: 36px 0;
}

.writting h2 {
    margin-bottom: 16px;
}

.writting .item {
    height: 100%;
    border-top: 8px solid #C6AFA9;
    margin: 0 5px;
    background: rgba(219, 204, 200, 0.25);
    padding: 36px 36px 45px 36px;
}

.writting .item p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 18px;
    line-height: 149%;
    text-align: center;
    letter-spacing: 0.035em;
    color: #3F3C41;
    margin-top: 14px;
}

.full-height-image {
    min-height: 100vh;
    width: 100%;
}


.full-height-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.portfolio {
    margin-top: 50px;
}

.portfolio h2 {
    margin-bottom: 66px;
}

.portfolio .accordion {
    list-style: none;
    padding: 0;
    margin: 0 0 0 40px;
}

.portfolio .accordion li {
    border-bottom: 1px solid #DBCCC8;
    padding: 24px 40px 20px 40px;
}

.collapse:not(.show) {
    /*display: block !important;*/
    display: none !important;
    height: 0px;
}

a.item-head {
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.035em;
    color: #3F3C41;
    text-decoration: none;
    border-bottom: 1px solid #DBCCC8;
    padding: 20px 25px 20px 25px;
}

a.item-head .span {

}

.portfolio .item.slick-slide {
    opacity: .5;
}

.portfolio .item.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.portfolio-container .inner h5 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.portfolio .faq-item .item p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.portfolio .faq-item a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

a.item-head .symbol {
    color: #FFFFFF;
    background: #DBCCC8;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
}

/*.portfolio-container {*/
/*    max-width: 1000px;*/
/*}*/

.portfolio-container .inner {
    max-height: 384px;
    overflow-y: scroll;
    padding: 31px;
    /*overflow: visible;*/
    background: rgba(246, 242, 241, 0.51);
    text-align: left;
    font-family: "Montserrat";
    color: #3F3C41;
    /*display: none;*/
    font-size: 19px;
    /*max-width: 1061px;*/
    line-height: 29px;
    /*margin: 0 57px 0 0;*/
    letter-spacing: -1px;

}

.portfolio .portfolio-container .swiper-slide {
    max-width: 400px;
}

.portfolio-container {
    width: 100%;
    height: 100%;
}

.portfolio-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.howWorks {
    padding: 36px 0;
}

.howWorks h2 {
    margin-bottom: 66px;
}

.howWorks .number {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #B59E97;
    background: #FFFFFF;
    border: 1px solid #B59E97;
    box-sizing: border-box;
    max-width: 82px;
    width: 100%;
    margin-right: 16px;
}

.howWorks .content {
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.reviews {
    padding: 36px 0;
}

.reviews h2 {
    margin-bottom: 25px;
}

.reviews .reviews-bg {
    background: #C3B5B1;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.reviews .swiper-container {
    text-align: center;
}

.reviews .swiper-pagination-bullet {
    background: rgba(219, 204, 200);
    opacity: 0.5;
}

.reviews .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.reviews .swiper-slide {
    margin-bottom: 50px;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
    color: #FFFFFF;
}

.swiper-container {
    width: 467px;
    /*height: 390px;*/
    padding: 50px;
}

.reviews .swiper-slide {
    height: 100%;
    margin: auto;
}

.reviews .swiper-slide img {
    width: 353px;
    /*height: 372px;*/
}

.reviews .swiper-pagination-fraction,
.reviews .swiper-pagination-custom,
.reviews .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -1px;
}

footer {
    padding: 57px 0 62px 0;
}

footer span.logo {
    color: #333333;
    margin-bottom: 25px;
}

footer a.contact-info {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.035em;
    color: #8B8B8B;
    margin-bottom: 16px;
}

footer a:hover {
    color: #333333;
}

footer .social-icons a {
    background: #B59E97;
    border: 1px solid #B59E97;
    padding: 2px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 0 12px;
}

footer .social-icons a:hover {
    background: transparent;
    border: 1px solid #B59E97;
}

footer .social-icons a svg {
    margin: auto;
    height: 100%;
}

footer .social-icons a:hover svg path {
    fill: #333333;
}

/**/

.hero button.leaveRequest,
.whoIAm button.leaveRequestAbout {
    background: #C6AFA9;
    border: 2px solid #C6AFA9;
    max-width: 100%;
    width: 285px;
    margin: 0 auto;
    padding: 23px 0;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #FFFFFF;
}

.whoIAm button.leaveRequestAbout {
    color: #3F3C41;
    font-weight: 400;
    margin-top: 42px;
}



/*Modal*/

.modal .modal-body {
    padding: 38px 63px;
}

.modal h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.035em;
    color: #3F3C41;
    margin: 0 auto 31px auto;
}

.modal .modal-content {
    position: relative;
}

.modal button {
    margin: 0 auto 0 0;
}

.modal button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    padding: 1px 6px;
}

button:focus {
    outline: none;
}

.modal .formGroup input,
.modal .formGroup textarea {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 14px;
    padding: 15px 20px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.modal .formGroup textarea {
    min-height: 145px;
    resize: none;
}

.modal .formGroup button.submit {
    padding: 15px 0;
    max-width: 186px;
    width: 100%;
    background: #DBCCC8;
    border: 1px solid #DBCCC8;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.modal .formGroup button.submit:hover {
    background: transparent;
}

.modal input:focus,
.modal textarea:focus {
    border: 1px solid #3F3C41;
}


/*Callback button*/

/*кнопка звонка*/

.callback-bt {
    background: #D7C8DB;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.25);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 5%;
    bottom: 8%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .callback-bt .text-call,
    .callback-bt {
        height: 56px;
        width: 56px;
    }
}

.callback-bt:hover i {
    display: none;
}

.callback-bt:hover {
    z-index: 1;
    background: transparent;
    color: transparent;
    transition: .3s;
}

.callback-bt img {
    max-width: 25px;
    transition: .3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt i {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 0 rgba(215, 200, 219, 0.2), 0 0 0 0 rgba(215, 200, 219, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 15px rgba(215, 200, 219, 0.2), 0 0 0 0 rgba(215, 200, 219, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 0 rgba(215, 200, 219, 0.2), 0 0 0 0 rgba(215, 200, 219, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 15px rgba(215, 200, 219, 0.2), 0 0 0 0 rgba(215, 200, 219, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(215, 200, 219, 0.07)
    }
    100% {
        box-shadow: 0 8px 10px rgba(215, 200, 219, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

/* конец кнопки звонка */

.swiper-container.portfolio {
    width: 100%;
}

.swiper-container.portfolio .inner h5 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

.swiper-container.portfolio .faq-item .item p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.035em;
    color: #3F3C41;
}

/*.swiper-container.portfolio .faq-item a {*/
/*    font-family: "Montserrat";*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-size: 26px;*/
/*    line-height: 35px;*/
/*    letter-spacing: 0.035em;*/
/*    color: #3F3C41;*/
/*}*/

a.item-head .symbol {
    color: #FFFFFF;
    background: #DBCCC8;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    font-weight: bold;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 24px;
}

/*.portfolio-container {*/
/*    max-width: 1000px;*/
/*}*/

.swiper-container.portfolio .inner {
    min-height: 100%;
    max-height: 384px;
    overflow-y: scroll;
    padding: 31px;
    background: rgba(246, 242, 241, 0.51);
    text-align: left;
    font-family: "Montserrat";
    color: #3F3C41;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -1px;
}

.swiper-container.portfolio .swiper-slide {
    opacity: .5;
}

.swiper-container.portfolio .swiper-slide-next {
    opacity: 1;
}

.launch {
    margin-top: 16px;
    padding: 25px;
    background: #FAF8F8;
}

.launch p {
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
}

.launch .swiper-button-next {
    margin-left: 50px;
}

.launch .swiper-button-prev,
.launch .swiper-button-next {
    position: initial;
    text-align: center;
}

.launch .swiper-button-prev:after,
.launch .swiper-button-next:after {
    content: none;
}

.swiper-container.portfolio {
    position: relative;
}

.launch .bottom-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 35px;
}

.formGroup .social-icons a svg {
    margin-right: 10px;
}

.formGroup .social-icons a {
    font-family: "Montserrat";
    padding: 0 10px;
    align-items: center;
    background: #DBCCC8;
    border: 1px solid #DBCCC8;
    max-width: 145px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .formGroup .social-icons a {
        max-width: 136px;
    }
}

.formGroup .social-icons a:hover {
    background: transparent;
    color: #333333;
    border: 1px solid #333333;
}

.formGroup .social-icons a:hover svg path {
    fill: #333333;
}