@import "./fonts.css";

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 10px;
    font-family: "Lato", "Verdana", sans-serif;
    color: #767e9e;
    scroll-behavior: smooth;
}

body {
    font-size: 1.8rem;
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

h1,
h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #666d89;
}

h2 {
    font-size: 1.8rem;
}

ul {
    list-style: none;
}

.header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 25;
    max-width: 100%;
    font-weight: 700;
    background-color: #2d303a;
    color: #ffffff;
    padding: 18px 30px 10px 30px;
}

.header-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 10px;
    
}

.header-logo {
    display: block;
    width: 100%;
    align-items: flex-end;
    font-size: 2.5rem;
    line-height: 0.6rem;
    letter-spacing: -0.06rem;
    margin: 23px 0 32.68px 0;
}

.link-logo,
.navigation a {
    text-decoration: none;
    color: #ffffff;
}

.header-logo-color {
    color: #f06c64;
}

.header-navigation {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 0.6rem;
    letter-spacing: -0.002rem;
    margin: 4px 0 0 0;
}

.navigation {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 10;
    list-style-type: none;
}

.navigation li a:hover {
    color: #f06c64;
}

a.active {
    color: #f06c64;
}

.navigation li:nth-child(n + 2)::before  {
    color: #767e9e;
    content: "·";
    padding-left: 12.7px;
    padding-right: 12.6px;
}

.header-bottom {
    height: 6px;
    background-color: #323746;
}

/* Image iphones */

#home {
    position: relative;
    top: -50vh;
}

.carousel {
    display: flex;
    position: relative;
    align-items: center;
    background: #f06c64;
    width: 100%;
    font-size: 0;
    transition: 0.5s;
}

.images-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}

.slide {
    display: none;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    animation: 0.5s ease-in-out;
}

.slide-slide2 {
    border-bottom: 6px solid rgb(113, 151, 247);
}

.current,
.next {
    display: block;
}

.next {
    width: 100%;
    margin: 0%;
}

.images-two-iphones {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.iphone-vertical {
    display: block;
    position: relative;
    flex-basis:  30%;
    margin: 5.2% 5.8% 6.27% 11%;
    width: 100%;
}

.iphone-horizontal {
    display: block;
    position: relative;
    flex-basis:  70%;
    align-self: center;
    margin: -1% 0 0 0;
    width: 100%;
}

.non-screen {
    position: absolute;
    z-index: 3;
    background: #000000;
}

.home1,
.home2 {
    position: absolute;
    padding-top: 7.5%;
    width: 7.5%;
    border-radius: 50%;
    background-color: black;
    cursor: pointer;
    opacity: 0;
}

.home1{
    padding-top: 17.5%;
    width: 17.5%;
    top: 84%;
    left: 33.5%;
}

.home2{
    top: 35%;
    left: 1.1%;
}

.opacity {
    opacity: 0;
}

.vertical {
    top: 13.4%;
    left: 5.4%;
    height: 69.1%;
    width: 73.9%;
}

.horizontal {
    height: 79%;
    width: 56.1%;
    top: 5.5%;
    left: 9.9%;
}

.phone-vert {
    width: 94%;
}

.phone-horz {
    width: 81%;
}

.arrows {
    display: block;
    background: none;
    position: absolute;
    top: 47%;
    z-index: 15;
    width: 0.65%;
    
}

.arrows.left {
    left: 4.5%;
}

.arrows.right {
    left: 94%;
}

.arrow-left,
.arrow-right {
    padding-top: 240%;
    padding-left: 240%;
    border-top: 0.4vw solid #ca4549;
    border-left: 0.4vw solid #ca4549;
    border-radius: 15%;
    transform: rotate(315deg);
    cursor: pointer;
}

.arrow-left:hover,
.arrow-right:hover {
    border-top: 0.4vw solid #000000;
    border-left: 0.4vw solid #000000;
}

.arrow-right {
    transform: rotate(135deg);
}

.to-left {
    animation-name: left;
}
  
.from-right {
    animation-name: right;
}
  
.to-right {
    animation-name: right;
    animation-direction: reverse;
}
  
.from-left {
    animation-name: left;
    animation-direction: reverse;
}

@keyframes left {
    from {
      left: 0;
    }
    to {
      left: -100%;
    }
}
  
  @keyframes right {
    from {
      left: 100%;
    }
    to {
      left: 0;
    }
}

/* services */

#services {
    position: relative;
    top: -15vh;
}

.services {
    background-color: #f2f2f2;
    padding: 68px 30px 30px 30px;
    color: #767e9e;
}

.layout-3-colum {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 0 auto;
    margin-top: 45px;
    height: 100%;
}

.services-title {
    line-height: 0.595;
}

.layout-3-colum h2 {
    line-height: 0.992;
    margin-bottom: 10px;
}

.our-services {
    padding: 0 10px 0 10px;
}

.our-services p {
    line-height: 3rem;
    font-weight: 300;
    margin-top: 28px;
    letter-spacing: 0.015rem;
}

.layout-3-colum article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 33px;
    flex: 1 0 33.3%;
}

.layout-3-colum p {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.797;
    font-weight: 400;
    overflow: hidden;
    height: 63px;
    padding-top: 1px;
}

.colum_icon,
.colum_text {
    padding: 0 10px 0 10px;
}

.colum_icon {
    padding-top: 2px;
}

.colum_text {
    text-align: justify;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.services-bottom {
    height: 6px;
    background-color: #ffffff;
}

/* Portfolio */

#portfolio{
    position: relative;
    top: -7vh;
}

.portfolio {
    padding: 9px 0 10px 0;
    width: 100%;
    background-color: #2d303a;
    border-bottom: 6px solid #323746;
    font-weight: 300;
    color: #767e9e;
}

.portfolio h1,
.about h1,
.about h2 {
    line-height: 18px;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
}

.portfolio p {
    line-height: 30px;
    letter-spacing: 0.4px;
    padding: 16px 0 0 0;
}

.portfolio_wrapper {
    margin: 60px 0 48.6px 0;
    padding: 0 30px 0 30px;
    width: 100%;
}

.portfolio-title {
    margin: 0 10px 0 10px;
}

.portfolio-filter-buttons{
    display: flex;
    flex-direction: row;
    margin: 9px 10px 9px 10px;
}

.filter-param {
    border-radius: 5px;
    border: 1px solid #666d89;
    background-color: #2d303a;
    font-size: 1.2rem;
    color: #767e9e;
    line-height: 20px;
    font-weight: 400;
    font-family: "Lato", "Verdana", sans-serif;
    cursor: pointer;
    padding: 0 7px 0 7px;
    margin-right: 10px;
    letter-spacing: -0.25px;
}

.filter-param:hover {
    color: #dedede;
    border: 1px solid #c5c5c5;
    transition: 0.5s;
}

.filter-active {
    color: #dedede;
    border: 1px solid #c5c5c5;
    outline: none;
}

.layout-4colum {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    height: 100%;
}

.project-item {
    cursor: pointer;
}

.layout-4colum li {
    margin: 10px;
    background-size: cover;
    flex: 1 0 19%;
}

.layout-4colum li::before {
    content: "";
    float: left;
    padding-top: 85%;
}

.focus {
    border: 5px solid #F06C64;
}

.layout-4colum li:nth-child(n + 13) {
    display: none;
}

.layout-4colum li:nth-child(1) {
    background: url("./assets/images/portfolio/layer1.png") center no-repeat;
    order: 1;
}

.layout-4colum li:nth-child(2) {
    background: url("./assets/images/portfolio/layer2.png") center no-repeat;
    order: 2;
}

.layout-4colum li:nth-child(3) {
    background: url("./assets/images/portfolio/layer3.png") center no-repeat;
    order: 3;
}

.layout-4colum li:nth-child(4) {
    background: url("./assets/images/portfolio/layer4.png") center no-repeat;
    order: 4;
}

.layout-4colum li:nth-child(5) {
    background: url("./assets/images/portfolio/layer5.png") center no-repeat;
    order: 5;
}

.layout-4colum li:nth-child(6) {
    background: url("./assets/images/portfolio/layer6.png") center no-repeat;
    order: 6;
}

.layout-4colum li:nth-child(7) {
    background: url("./assets/images/portfolio/layer7.png") center no-repeat;
    order: 7;
}

.layout-4colum li:nth-child(8) {
    background: url("./assets/images/portfolio/layer8.png") center no-repeat;
    order: 8;
}

.layout-4colum li:nth-child(9) {
    background: url("./assets/images/portfolio/layer9.png") center no-repeat;
    order: 9;
}

.layout-4colum li:nth-child(10) {
    background: url("./assets/images/portfolio/layer10.png") center no-repeat;
    order: 10;
}

.layout-4colum li:nth-child(11) {
    background: url("./assets/images/portfolio/layer11.png") center no-repeat;
    order: 11;
}

.layout-4colum li:nth-child(12) {
    background: url("./assets/images/portfolio/layer12.png") center no-repeat;
    order: 12;
}


/* About */

#about{
    position: relative;
    top: -10vh;
}

.about {
    padding-top: 10px;
    width: 100%;
    background-color: #f2f2f2;
    border-bottom: 6px solid #ffffff;
}

.about h2 {
    letter-spacing: -0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-title {
    margin: 0 10px 0 10px;
}

.about_wrapper {
    margin: 0px;
    padding: 0 30px 0 30px;
}

.about-title p {
    line-height: 30px;
    margin-top: 18px;
    text-align: justify;
    font-weight: 300;
}

.about h1 {
    letter-spacing: -0.1px;
    margin-top: 58px;
}

.layout-3colum {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin: 45px 0 45.5px 0;
    width: 100%;
}

.person {
    margin: 0 10px 0 10px;
    overflow: hidden;
    width: 31.2%;
}

.person p {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: justify;
    padding-bottom: 1px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person img {
    margin-bottom: 12px;
    width: 100%;
}

.person img::before {
    content: "";
    float: left;
    padding-top: 100%;
}

.social-media {
    display: flex;
    margin: 22px 0 22px 0;
    list-style-type: none;
}

.social-media a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #666d89;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.social-media a:hover {
    -webkit-filter: invert(100%);
}

.facebook {
    background: url("./assets/images/about/icons/facebook.png");
}

.google {
    background: url("./assets/images/about/icons/google+.png");
}

.twitter {
    background: url("./assets/images/about/icons/twitter.png");
}

.linkedin {
    background: url("./assets/images/about/icons/linkedin.png");
}


/* Quote */
#contact {
    position: relative;
    top: -18vh;
}

.top-title,
.info__title {
    line-height: 1.8rem;
    color: #f0d8d9;
}

.info__text {
    margin: 9px 0 21px 0;
    letter-spacing: -0.003rem;
    word-wrap: break-word;
    word-break: break-all;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.get-a-quote {
    background-color: #f06c64;
    border-bottom: 6px solid #ea676b ;
    padding: 68px 0 29px 0;
    font-weight: 300;
    color: #f0d8d9;
}

.get-a-quote_wrapper {
    padding: 0 30px 0 30px;
}

.get-a-quote__top {
    padding: 0 10px 0 10px;
}

.top-title {
    letter-spacing: -0.02rem;
}

.top-description {
    padding: 27px 0 0 0;
    letter-spacing: 0.015rem;
    line-height: 3.1rem;
    margin-bottom: 43px;
}

.get-a-quote__layout {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #f0d8d9;
    font-weight: 400;
    text-align: justify;
}

.quote {
    flex: 2 1 66.55%;
}

.form {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 10px;
}

.form__input {
    margin-bottom: 16px;
    padding: 8.1px 14px 8.1px 14px;
}

.form__textarea {
    margin-bottom: 16px;
    padding: 7px 14px 0 14px;
    height: 202px;
    resize: none;
}

.form__input:focus,
.form__textarea:focus {
    border: 1px solid gold;
}

#message-block {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #0008;
}

#message {
    min-width: 300px;
    max-width: 600px;
    max-height: 350px;
    top: 50%;
    height: 50%;
    border: 3px solid #2d303a;
    border-radius: 10px;
    text-align: left;
    background: #ffffff;
    color: black;
    margin: auto;
    padding: 10px;
    margin-top: calc(50vh - 200px);
    word-wrap: break-word;
    word-break: break-all;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.hidden {
    display: none;
}

.message-text{
    font-size: 1.7rem;
    max-height: 220px;
    overflow: hidden;

}

#text-name {
    font-size: 2.5rem;
}

#close-btn {
    height: 30px; 
    width: 80px; 
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
}

.contact-info {
    flex: 1 1 33.3%;
    padding: 0 10px 0 10px;
}

input,
textarea,
.btn-submit {
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-family: "Lato", "Verdana", sans-serif;
    font-weight: 400;
    color: #f0d8d9;
    background-color: #d6564f;
    border-radius: 5px;
    border: none;
}

.form__btn {
    width: 22%;
    padding: 7px 0 7px 0;
    font-size: 1.8rem;
    cursor: pointer;
    color: #886A30;
    background-color: #FBC65F;
 }
 
.btn-submit:hover {
     -webkit-filter: invert(100%);
     transition: 0.5s;
 }

::-webkit-input-placeholder {
    color: #f48c8f;
    font-size: 1.2rem;
    line-height: 2.2rem;
    font-family: "Lato", "Verdana", sans-serif;
    font-weight: 400;
}

.contact__link-list {
    list-style: none;
}

.link-list__item {
    margin-bottom: -1.8px;
}

.item-email {
    margin-top: 2px;
}

.item__link {
    text-decoration: none;
    color: #f0d8d9;
    display: inline-flex;
    align-items: center;
}

.item__link:hover {
    filter: sepia(100%);
}

.link-text {
    margin-left: 10px;
}

.icon {
    width: 13px;
    padding-left: 0;
}

.icon-map {
    display: block;
    height: 11px;
    background: url("./assets/quote/location.png") center no-repeat;
}

.icon-phone {
    display: block;
    height: 11px;
    background: url("./assets/quote/phone.png") center no-repeat;
}

.icon-email {
    display: block;
    height: 8px;
    background: url("./assets/quote/mail.png") center no-repeat;
}

.text-map {
    letter-spacing: -0.015rem;
}

.text-tel {
    margin-top: 1px;
    margin-bottom: -2px;
    letter-spacing: -0.015rem;
}

/* Footer */

.footer {
    background-color: #2d303a;
    display: flex;
    justify-content: space-between;
    padding: 0 32px 0 40px;
}

.footer__copyright {
    padding: 26px 0 0 2px;
}

.copyright {
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #666d89;
    font-weight: 400;
    letter-spacing: -0.025rem;
}

/* ____________________________________1020__________________________________ */

@media (max-width: 1020px) {
/* *******************Sliders*********************** */
.slide-slide2 img {
        width: 100%;
    }

.arrow-left,
.arrow-right {
    border-top: 0.6vw solid #ca4549;
    border-left: 0.6vw solid #ca4549;
}

.arrow-left:hover,
.arrow-right:hover {
    border-top: 0.6vw solid #000000;
    border-left: 0.6vw solid #000000;
}


/* *********************Services************************* */
.services {
    padding: 6.5% 30px 3% 30px;
}

.layout-3-colum {
    margin-top: 5%;
}

/* ********************Portfolio*********************** */
.portfolio {
    padding: 1% 0 0.863% 0;
}

.layout-4colum {
    height: 100%;
}

.portfolio-filter-buttons {
    margin: 9px 1% 9px 1%;
}

/* ********************About*********************** */
.person img {
    width: 100%;
}

.person {
    margin: 0 1.14% 0 1.14%;
}

.person .social-media {
    margin: 8% 0 8% 0;
}

.layout-3colum {
    margin: 4.65% 0 4.577% 0;
}

/* ********************Get quote*********************** */
.get-a-quote {
    padding: 6.8% 0 2.9% 0;
}

.top-description {
    padding-top: 2.5%;
    margin-bottom: 4.8%;
}

.form__input {
    margin-bottom: 2.8%;
    padding: 1.25% 14px 1.25% 14px;
}

.form__textarea {
    margin-bottom: 2%;
    padding: 0.7% 14px 0 14px;
    height: 159px;
}

.info__text {
    margin: 3.5% 0 7% 0;
}

}

/* ____________________________________768__________________________________ */

@media (max-width: 768px) {
/* *******************Header*********************** */
.header {
    padding: 2.7% 4% 1.8% 4%;
}

.header-navigation {
    margin-top: -1%;
}

.navigation li {
    flex: 1 0 11%;
}

/* *******************Sliders*********************** */
.arrows {
        width: 0.8%;
}

.arrow-left,
.arrow-right {
    border-top: 0.7vw solid #ca4549;
    border-left: 0.7vw solid #ca4549;
}

.arrow-left:hover,
.arrow-right:hover {
    border-top: 0.7vw solid #000000;
    border-left: 0.7vw solid #000000;
}

/* *********************Services************************* */
.layout-3-colum article {
    flex: 1 0 50%;
    padding-bottom: 54px;
}

.layout-3-colum p {
    padding-right: 33px;
}

.services {
    padding-bottom: 16px;
}

/* ********************Portfolio*********************** */
.layout-4colum {
    margin-top: 2.7%;
    height: 100%;
}

.layout-4colum li {
    height: 22.5%;
    flex-basis: 24%;
}

.layout-4colum li::before {
    padding-top: 85%;
}

.portfolio-filter-buttons {
    margin: 9px 1.5% 9px 1.5%;
}

/* ********************About*********************** */
.about {
    padding: 0.5% 0 1% 0;
}

.layout-3colum {
    margin: 5.4% 0 45.5px 0;
    width: 100%;
}

.person {
    width: 32%;
}

.about h2 {
    padding-bottom: 1%;
}

.person .social-media {
    margin: 5% 0 5% 0;
}

.person p {
    height: 18%;
}

/* ********************Get quote*********************** */
.get-a-quote {
    padding: 8% 0 5.195% 0;
}

.top-description {
    padding-top: 4%;
    margin-bottom: 3.3%;
}

.quote {
    flex: 2 1 61.55%;
}

.form__input {
    margin-bottom: 2.8%;
    padding: 1.9% 10px 1.9% 10px;
}

.form__textarea {
    margin-bottom: 4%;
    padding: 0.7% 10px 0 10px;
}

.form__btn {
    width: 31%;
}

 .contact-info {
    padding: 0 10px 0 18px;
    flex: 1 1 33%;
}

.info__text {
    margin: 2.5% 0 5% 0;
    letter-spacing: 0.03rem;
}
}

/* ____________________________________375__________________________________ */

@media (max-width: 375px) {
/* ***************Header****************** */
.header {
    padding: 2.4% 5.5%;
}

.header.open {
    padding: 9.5% 5.5%;
}

.header-bottom {
    height: 0.15vh;
    background-color: #323746;
}

.header-flex {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0;
}

.header-flex.open {
    position: fixed;
    align-items: baseline;
    background-color: #2d303a;
    top: 0;
    left: 0;
    width: 74.1%;
    height: 100vh;
}

main.open {
    background-color: #2d303a;
    opacity: 60%;
}

.header-logo {
    width: 30%;
    font-size: 1.9rem;
    margin: 8% 0 6.5% 0;
}

.header-logo.open {
    position: absolute;
    top: 1.6%;
    left: 27%;
}

.header-navigation {
    width: 39%;
    margin: 0;
}

.header-navigation.open {
    width: 90%;
    position: relative;
    top: 3.4%;
    left: 8%;
}

.header-navigation::before {
    content: url("assets/images/header/Burger-menu-icon.svg");
    cursor: pointer;
}

.header-navigation.open::before {
    content: url("assets/images/header/Burger-menu-icon-90.svg");
}

.navigation {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 10px;
    width: 100%;
}

.navigation.open {
    display: block;
    position: relative;
    left: 17%;
    padding-left: 2%;
    margin-top: 77.4%;
}

.navigation.open li {
    width: 40%;
    height: 15%;
    margin-bottom: 21.2%;
    font-size: 2.4rem;
    letter-spacing: -0.6px;
}

.navigation li:nth-child(n + 2)::before  {
    display: none;
}

/* *******************Sliders*********************** */
.arrows {
    width: 1.5%;
}

.arrows.right {
    left: 92%;
}

.arrows.left {
    left: 3.5%;
}

.arrow-left,
.arrow-right {
border-top: 1vw solid #ca4549;
border-left: 1vw solid #ca4549;
}

.arrow-left:hover,
.arrow-right:hover {
border-top: 1vw solid #000000;
border-left: 1vw solid #000000;
}

.slide-slide2 {
    border-bottom: 2px solid rgb(113, 151, 247);
}

/* *********************Services************************* */
#services {
    top: -12vh;
}

.our-services {
    padding: 0;
}

.layout-3-colum {
    margin-top: 9.5%;
}

.colum_icon {
    padding-left: 0;
}

.colum_text {
    padding: 0 10px 0 10px;
}

.layout-3-colum h2 {
    margin-bottom: 4.8%;
}

.layout-3-colum p {
    padding-right: 3%;
}

.layout-3-colum article {
    flex: 1 0 100%;
    padding-bottom: 8.6%;
}

.services-bottom {
    height: 2px;
}

/* ********************Portfolio*********************** */
.portfolio_wrapper {
    margin: 13% 0 13% 0;
    padding: 0 5.5%;
}

.portfolio-title {
    margin: 0 3%;
}

.portfolio-filter-buttons {
    margin: 5% 0 5% 3%;
}

.layout-4colum li {
    margin: 2.5%;
    flex: 1 0 44%;
}

.filter-param {
    padding: 0 7px 0 7px;
    margin-right: 0;
}

.filter-button {
    margin-right: 3%;
}

.layout-4colum {
    margin-top: 2.7%;
    height: 100%;
}

.layout-4colum li:nth-child(n + 9) {
    display: none;
}

/* ********************About*********************** */
.about {
    padding: 0.5% 0 2.5% 0;
    border-bottom: 0;
}

.about_wrapper {
    padding: 0 5.5%;
}

.about-title {
    margin: 0 3% 0 3%;
}

.about h1 {
    margin-top: 13.5%;
}
.layout-3colum {
    margin: 7.4% 0 0 0;
    flex-wrap: wrap;
}

.person {
    flex: 1 0 92%;
    margin: 0 2.99% 0 2.99%;
}

.about-title p {
    letter-spacing: 0.2px;
}

.person img {
    margin-bottom: 5%;
}

.person p {
    height: 10%;
}

.person .social-media {
    margin: 2% 0 11.7% 0;
}

/* ********************Get quote*********************** */
#contact {
    top: -15vh;
}

.get-a-quote {
    padding: 14.5% 0 8% 0;
}

.get-a-quote_wrapper {
    padding: 0 5.5%;
}

.get-a-quote__top {
    padding: 0 3%;
}

.top-description {
    padding-top: 8.5%;
    margin-bottom: 6.3%;
}

.get-a-quote__layout {
    flex-wrap: wrap;
}

.form__input {
    margin-bottom: 3.8%;
    padding: 2.615% 3% 2.615% 3%;
}

.form__btn {
    width: 100%;
    padding: 5% 0;
}

.contact-info {
    padding: 9.5% 3% 0 3%;
    flex: 1 0 100%;
}

.info__text {
    margin: 0.7% 0 4% 0;
    letter-spacing: 0.03rem;
}

.link-list__item {
    margin-bottom: 1%;
}

/* ********************Footer*********************** */
.footer__copyright {
    display: none;
}

.footer__social-media {
    margin: 0 auto;
}
}