@font-face {
    font-family: 'Lato Light';
    src: url("./assets/fonts/Lato-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Regular';
    src: url("./assets/fonts/Lato-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Bold';
    src: url("./assets/fonts/Lato-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato Black';
    src: url("./assets/fonts/Lato-Black.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 12px;
}   

* {
    box-sizing: border-box;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 19px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.012em;
    text-align: justify;
    color: #767e9e;
    font-family: 'Lato Regular', sans-serif;
    font-size: 12px;
}

.wrapper {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

/*HEADER*/

.header {
    position: sticky;
    top: 0;
    z-index: 3;
}

.header_container {
    display: flex;
    height: 95px;
    background-color: #2d303a;  
    border-bottom: 6px solid #323746;
    justify-content: space-between;
}

.header_container--logo {
    font-family: "Lato Bold";
    font-size: 25.5px;
    color: #ffffff;
    margin: 32px 0px 0px 39px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}

.header_container--logo_star {
    position: relative;
    font-family: "Lato Bold";
    color: #f06c64;
}

.header_container--navigation {
    display: block;
    margin: 43px 40px 0px 0px;
}

.header_container--item {
    display: flex;
}

.header_container--item:not(:last-child)::after {
    content: '\B7';
    font-size: 22px;
    margin: 1.2px 14.3px 1.2px 12px;
    color: #494e62;
}

.header_container--list {
    display: flex;
    font-size: 12px;
    line-height: 13px;
}

.header_container--link {
    font-family: "Lato Bold";
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

.header_container--link-active {
    color: #f06c64;
}

/* SLIDER */

.slider_container {
    position: relative;
}

.item_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 58.8vw;
    max-height: 600px;
    overflow: hidden;
    transition: all 1s ease;
}

.item {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    animation: 0.5s ease-in-out;
}

.item--red {
    background-color: #f06c64;
    border-bottom: 6px solid #ea676b;
}

.item--blue {
    background-color: #648BF0;
    border-bottom: 6px solid rgb(105, 143, 238);
}

.item--active,
.item--next {
    display: flex;
}

.item--next {
    position: absolute;
    top: 0;
    width: 100%;
}

.to_left {
    animation-name: left;
}

.to_right {
    animation-name: right;
    animation-direction: reverse;
}

.from_left {
    animation-name: left;
    animation-direction: reverse;
}

.from_right {
    animation-name: right;
}



/* ARROW */

.slider_container--arrow {
    cursor: pointer;
    transition: transform .2s linear;
    height: 29px;
    top: calc((100% - 31px) / 2);
    width: 16px;
    position: absolute;
    z-index: 2;
}
.slider_container--arrow-previous {
    left: 4%;
    background-image: url(assets/swipe_arrow_previous.svg);
}

.slider_container--arrow-next {
    right: 4%;
    background-image: url(assets/swipe_arrow-next.svg);
}

/* СДАЙЛ ДОТС */

.slider_dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
  
.slider_dots--item {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    padding: 0;
    display: inline-block;
    background-color: #f0d8d9BB;
    border-radius: 5px;
}

.slider_dots--item-curent {
    background-color: #2d303a;
}


/* Phone*/

.iphone {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 215px;
    max-height: 458px;
    width: 21vw;
    height: 44.8vw;
    border-radius: 12%/6%;
    background-color: #f2f2f2;
    box-shadow: 2.1vw 2.2vw 0px 0.4vw rgba(0, 0, 0, 0.15);
}

.iphone_second--left {
    position: absolute;
    max-width: 140px;
    opacity: 0.5;
    max-height: 298px;
    width: 14vw;
    height: 29vw;
    left: 25%;
    top: 26.5%;
}

.iphone_second--center {
    position: absolute;
    max-width: 229.61px;
    max-height: 486.3px;
    width: 23vw;
    height: 47vw;
    left: 37.6%;
    top: 8%;
    z-index: 1;
}

.iphone_second--right {
    position: absolute;
    max-width: 140px;
    opacity: 0.5;
    max-height: 298px;
    width: 14vw;
    height: 29vw;
    right: 26%;
    top: 26.5%;
} 

.iphone--screen {
    width: 90%;
    height: 74%;
    border: 2.4px solid #c6c6c6;
    border-radius: 3px;
    margin: 10% 0px 0px 5.4%;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.iphone--cam {
    width: 4%;
    height: 2%;
    border-radius: 100%;
    border: 2.2px solid #d8d8d8;
    background-color: #eb5055;
    margin: 7.6% 0 0 47.9%;
}

.iphone--speaker {
    width: 16.8%;
    height: 1.1%;
    border-radius: 5px;
    background-color: #acacac;
    margin: 4.9% 0px 0px 41.9%;

}

.iphone--button {
    width: 19%;
    height: 9%;
    border-radius: 100%;
    background-color: #fafafa;
    margin: 3% auto;
    cursor: pointer;
    background-image: url(assets/home_button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48%;
}



.slider_container--iphone-second {
    box-shadow: 2.2vw -2.2vw 0px 0.4vw rgba(0, 0, 0, 0.15);
    transform: rotate(90deg);
    left: 32.5%;
    top: 9.4%;
}

.slider_container--iphone-first {
    top: 9%;
    left: 11%;
}

.iphone--screen_first {
    background-image: url(assets/phone-vertical-display-one.svg);
}

.iphone--screen_second {
    background-image: url(assets/phone-horizontal-display.svg);
}

.iphone--screen_third {
    background-image: url(assets/phone-vertical-display.svg);
}

/*services*/

.services_container {
    display: flex;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    border-bottom: 6px solid #ffffff;
    padding: 6.8% 0px 30px 0px;
}

.services_container--title {
    font-family: "Lato Black";
    font-size: 30px;
    line-height: 16px;
    color: #666d89; 
    letter-spacing: -0.2px;
    padding: 0px 40px;
}


.services_container--text {
    font-size: 18px;
    line-height: 31px;
    color: #767e9e;
    margin-top: 27px;
    font-family: "Lato Light";
    letter-spacing: -0.37px;
    word-spacing: 2.4px;
    text-align: justify;
    padding: 0px 40px;
}

.layout_three_column--services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 44px;
    padding: 0px 36px;
}

.our_services_block--item {
    margin: 5px;
    margin-bottom: 25px;
}

.our_services_block--container {
    width: 100%;
    height: 100%;
    display: flex;
}

.our_services_block--image {
    width: 60px;
    height: 60px;
}

.our_services_block--text_area {
    margin-left: 19.2px;
    width: 219.2px;
}

.our_services_block--title {
    font-size: 18.9px;
    font-family: "Lato Black";
    color: #666d89;
    font-weight: 600;
    letter-spacing: -0.6px;
    word-spacing: 0.3px;
    line-height: 14.5px;
}

.our_services_block--text {
    font-size: 12px;
    line-height: 23px;
    font-family: "Lato Regular";
    color: #767e9e;
    margin: 10px 0px 0px 0px;
    text-align: justify;
    text-overflow: ellipsis;
}

/*portfolio */

.portfolio_container {
    display: flex;
    flex-direction: column;
    background-color: #2d303a;
    border-bottom: 6px solid #323746;
    padding: 62px 0px 56px 0px;
}


.portfolio_container--title {
    font-family: "Lato Black", sans-serif;
    font-size: 30px;
    color: #666d89;
    padding: 0px 40px;
}

.portfolio_container--info {
    font-size: 18px;
    color: #767e9e;
    font-family: "Lato Light", sans-serif;
    margin-top: 27px;
    padding: 0px 40px;
}

.portfolio_container--tags {
    display: flex;
    margin: 17.2px 0px 10px 0px;
    padding: 0px 40px;
}

.portfolio_container--tag {
    font-family: "Lato Regular", sans-serif;
    margin-right: 12px;
    font-size: 12.1px;
    line-height: 16px;
    padding: 2.5px 6.9px;
    color: #767e9e;
    border-radius: 4px;
    border: 0.7px solid #767e9e;
    cursor: pointer;
    letter-spacing: -0.35px;
    transition: all .1s linear;
}

.portfolio_container--tag:last-child {
    margin-right: 0;
}


.portfolio_container--tag-selected {
    color: #dedede;
    border-color: #dedede;
}



/*imG*/
.layout_four_column {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 40px;
}

.img_block {
    margin: 6px 20px 10px 0px;
    flex: 1 0 20%;
}


.img_block::before {
    content: "";
    float: left;
    padding-top: 87%;
}

.img_block:nth-child(n+13){
    display:none;
}

.img {
    width: 100%;
    height: 100%;
}

.img_block:nth-child(4n+4) {
    margin-right: 0;
    float: right;
}


.img_active {
    border: 5px solid #F06C64;
}
/*About-us*/

.about_us_container {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    border-bottom: 6px solid #ffffff;
    padding: 62px 0px 67px 0px;
}

.about_us_container--title {
    font-size: 30px;
    color: #767e9e;
    font-family: "Lato Black", sans-serif;
    padding: 0px 40px;
}

.about_us_container--info {
    font-size: 18px;
    line-height: 30px;
    color: #767e9e;
    font-family: "Lato Light", sans-serif;
    margin-top: 21px;
    text-align: justify;
    padding: 0px 40px;
}

.layout_three_column--employee {
    display: flex;
    margin-top: 43px;
    padding: 0 40px;
}

.employee {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px;
    float: left;
}

.employee:last-child {
    margin-right: 0;
    float: right;
}

.employee--img {
    width: 100%;
}
.employee--title {
    color: #767e9e;
    font-family: 'Lato Black', sans-serif;
    font-size: 18px;
    letter-spacing: -0.006em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 4%;
}

.employee--info {
    color: #767e9e;
    font-family: 'Lato Regular', sans-serif;
    font-size: 12px;
    text-align: justify;
    margin-top: 3%;
    line-height: 22px;
    margin-bottom: 24px;
}

.social--block {
    display: flex;
    height: 32px;
}

.social {
    height: 32px;
    width: 32px;
}

.social:not(:last-child) {
    margin-right: 8px;
}


.social--icon {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;
}




.social--icon-facebook {
    background-image: url("assets/Facebook.svg");
}

.social--icon-google {
    background-image: url("assets/Google.svg");
}

.social--icon-twitter {
    background-image: url("assets/Twitter.svg");
}

.social--icon-linkedIn {
    background-image: url("assets/LinkedIn.svg");
}

/*Contact_us*/

.contact_us_container {
    display: flex;
    flex-direction: column;
    background-color: #f06c64;
    border-bottom: 6px solid #ea676b;
    padding: 62px 0px 58px 0px;
}
 
.contact_us_container--title {
    font-size: 30px;
    color: #f0d8d9;
    font-family: "Lato Black", sans-serif;
    letter-spacing: 0.1px;
    padding: 0px 40px;
}

.contact_us_container--info {
    font-size: 18px;
    line-height: 30px;
    color: #f0d8d9;
    font-family: "Lato Regular", sans-serif;
    margin-top: 21px;
    text-align: justify;
    word-spacing: -0.5px;
    letter-spacing: -0.16px;
    padding: 0 40px;
}

.layout_two_column {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
}

.layout_two_column--form {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    width: calc((100% - 12px)/1.5);
    margin-right: 20px;
    color: #767e9e;
}

.layout_two_column--form_name,
.layout_two_column--form_email,
.layout_two_column--form_subject {
    height: 38.9px;
    border: 0px;
    border-radius: 5px;
    background-color: #d6564f;
    padding: 14px;
    color: #f0d8d9;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: 'Lato Regular';
}

.layout_two_column--form_description {
    border-radius: 5px;
    border: 0px;
    background-color: #d6564f;
    padding: 9px 14px;
    resize: none;
    height: 176px;
    color: #f0d8d9;
    font-size: 12px;
    font-family: 'Lato Regular';
}

.layout_two_column--form > input::placeholder, textarea::placeholder {
    font-size: 12px;
    color: #ee8284;
    font-family: 'Lato Regular';
    margin-left: 20px;
}

.submit {
    background-color: #2d303a;
    width: 22%;
    height: 12%;
    font-size: 1em;
    border-radius: 5px;
    border: 0px;
    color: #767e9e;
    font-family: "Lato Black", sans-serif;
    min-width: max-content;
    margin-top: 14px;
}

.layout_two_column--contact{
    display: flex;
    flex-direction: column;
    margin-top: 42px;
    width: calc((100% - 36px) / 3);
    float: left;
}

.layout_two_column--contact_info {
    font-family: 'Lato Bold';
    font-size: 18px;
    line-height: 23.7px;
    text-align: justify;
    word-spacing: 2.1px;
    margin-top: -0.8px;
    letter-spacing: 0px;
    color: #f0d8d9;
}

.layout_two_column--contact_text {
    font-family: 'Lato Regular';
    font-size: 12px;
    margin-top: 7px;
    line-height: 22px;
    word-spacing: -0.5px;
    letter-spacing: 0.15px;
    text-align: justify;
    color: #f0d8d9;
}

.layout_two_column--contact_link {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
    width: 100%;
}


.mail_address,
.phone_number,
.place {
    font-family: lato regular;
    text-decoration: none;
    color: #f0d8d9;
    font-size: 12px;
    text-align: justify;
    line-height: 20.7px;
    letter-spacing: 0.2px;
}

.ico {
    display: inline-block;
    background-repeat: no-repeat;
    width: 13px;
    height: 11px;
    margin-right: 9px;
    margin-left: 0.9px;
    background-position-x: center;
}

.ico--place {
    background-image: url("assets/location_icon.svg");
}

.ico--phone {
    background-image: url("assets/phone_icon.svg");
}

.ico--email {
    background-image: url("assets/email_icon.svg");
    background-position-y: 8.2px;
    height: 16.5px;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    height: 76px;
    background-color: #2d303a;
    padding: 0 40px;
}

.footer_container--social {
    margin: auto 0;
}

.footer_container--copyright {
    font-family: 'Lato Regular';
    font-size: 12px;
    color: #666d89;
    margin-left: 41px;
    letter-spacing: 0.6px;
    text-align: justify;
    margin: auto 0;
}

a.anchor {
    display: block;
    position: relative;
    bottom: 79px;
    visibility: hidden;
}

.burger {
    display: none;
}



/* MODAL */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 80, 80, 0.4);
}

.modal {
    position: fixed;
    top: 35%;
    max-width: 500px;
    width: 60%;
    padding: 30px 40px;
    border-radius: 5px;
    background-color: #2d303a;
    z-index: 5;
    box-shadow: 0 0 10px black;  
}

.modal p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.message--status {
    margin-top: 0;
    text-align: center;
}

.message--subject {
    white-space: nowrap;
}

.message--description {
    max-height: 207px; 
}

.message--agree-hidden {
    background-color: #f0d8d9;
    border-radius: 5px;
    border: 0px;
    font-family: "Lato Black", sans-serif;
    color: #767e9e;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.scroll-hidden {
    overflow: hidden;
}

@media (hover){
    .header_container--link:hover {
        color: #f06c64;
    }

    .message--agree-hidden:hover {
        cursor: pointer;
        background-color: #323746;
        color: #f2f2f2;
        transition: 0.5s;
    }

    .mail-address:hover,
    .phone-number:hover {
        color: #f0d8d9;
    }

    .submit:hover {
        cursor: pointer;
        background-color: #d6564f;
        color: #f0d8d9;
        transition: 0.5s;
    }

    .iphone--button:hover {
        box-shadow: 0px 0px 0px 0.2vw rgba(0, 0, 0, 0.15) inset;
    }

    .portfolio_container--tag:hover {
        color: #dedede;
        border-color: #dedede;
    }

    .img:hover {
        opacity: 0.5;
        cursor: pointer;
    }

    .social--icon:hover {
        cursor: pointer;
        transform: scale(1.1);
        opacity: 0.5;
    }

    .slider_container--arrow:hover {
        transform: scale(1.1);
        opacity: 0.5;
    }
    
}

@media (min-width: 1020px) {
    .iphone {
        box-shadow: 21px 22px 0px 4px rgba(0, 0, 0, 0.15);
    }

    .slider_container--iphone-second {
        box-shadow: 21px -22px 0px 4px rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 769px) and (max-width: 1019px) {

    .layout_three_column--services {
        justify-content: space-evenly;
    }
}

@media (max-width: 1019px) {

    .img_block:nth-child(4n+4) {
        margin-right: 20px;
    }

    .header_container--navigation {
        margin: 40px 40px 0px 0px;
    }

    .slider_container--arrow-next {
        right: 3.5%;
    }

    .services_container {
        padding: 6.7% 0px 2.2% 0px;
    }

    .services_container--text {
        letter-spacing: -0.17px;
        padding: 0px 57px 0px 40px;
    }

    .layout_three_column--services {
        margin-top: 3.8%;
        padding: 0px 68px 0px 36px;
    }

    .our_services_block--item {
        margin-bottom: 47px;
    }

    .portfolio_container {
        padding: 60px 0px 54px 0px;
    }

    .portfolio_container--info {
        margin-top: 22px;
        padding: 0px 90px 0px 40px;
        line-height: 30px;
    }

    .portfolio_container--tags {
        display: flex;
        margin: 11.2px 0px 10px 0px;
        padding: 0px 40px;
    }

    .layout_four_column {
        padding: 12px 21px 0px 39px;
    }

    .img_block::before {
        padding-top: 85%;
    }

    .about_us_container {
        padding: 55px 0px 68px 0px;
    }

    .about_us_container--info {
        padding: 0px 56px 0px 40px;
    }

    .employee {
        width: calc((100% - 16px * 2) / 3);
        margin-right: 16px;
    }

    .employee--info {
        margin-bottom: 11px;
        margin-top: 1%;
        line-height: 22px;
    }

    .layout_three_column--employee {
        margin-top: 38px;
    }

    .img_block {
        flex: 1 0 25%;
    }

    .img_block:nth-child {
        margin-right: 20px;
    }

    .contact_us_container {
        padding: 56px 0px 40px 0px;
    }
    
    .contact_us_container--info {
        padding: 0 55px 0px 42px;
    }    

    .layout_two_column--form {
        margin-top: 25px;
        width: calc((100% - 26px)/1.5);
        margin-right: 29px;
    }

    .layout_two_column--form_name, 
    .layout_two_column--form_email, 
    .layout_two_column--form_subject {
        padding: 14px 0px 14px 9px;
        color: #f0d8d9;
        margin-bottom: 11px;
        letter-spacing: -0.4px;
    }

    .submit {
        background-color: #2d303a;
        width: 31%;
        height: 12%;
        font-size: 1em;
        border-radius: 5px;
        border: 0px;
        color: #767e9e;
        font-family: "Lato Black", sans-serif;
        min-width: max-content;
        margin-top: 17px;
    }

    .layout_two_column--contact {
        display: flex;
        flex-direction: column;
        margin-top: 23px;
        width: calc((100% - 35px) / 3);
        float: left;
    }

    .layout_two_column--contact_text {
        font-family: 'Lato Regular';
        font-size: 12px;
        line-height: 22px;
        text-align: justify;
        color: #f0d8d9;
        margin-top: 0px;
    }

    .layout_two_column--contact_link {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%;
    }

    .footer_container--copyright {
        font-family: 'Lato Regular';
        font-size: 12px;
        color: #666d89;
        margin-left: 41px;
        letter-spacing: 0.6px;
        text-align: justify;
        margin: auto 0;
    }
}

@media (max-width: 767px) {

    .img_block:nth-child(4n+4) {
        margin-right: 0;
        float: right;
    }

    .scroll-hidden {
        overflow: hidden;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(80, 80, 80, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .header_container {
        height: 71px;
    }

    .burger {
        position: relative;
        left: 20px;
        margin-top: 26px;
        z-index: 9998;
        width: 26px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        animation: 0.5s ease-in;
    }

    .burger-open {
        transform: rotate(90deg);
    }

    .to_open_burger {
        animation-name: burger;
    }

    .to_close_burger {
        animation-name: burger;
        animation-direction: reverse;
    }

    .header_container--logo {
        margin-top: 14px;
        margin: 27px 37% 0px 0px;
        font-size: 19.8px;
        animation: 0.5s ease-in;
        z-index: 9998;
    }

    .header_container--logo-open {
        margin-right: 57%;
    }

    .to_left_logo {
        animation-name: logo_left;
    }

    .to_right_logo {
        animation-name: logo_left;
        animation-direction: reverse;
    }

    .header_container--navigation {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 9997;
        display: flex;
        margin: 0;
        height: 100vh;
        width: 74.1333%;
        background-color: #2d303a;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
        transition: left 0.6s;
    }

    .header_container--navigation-open {
        left: 0;
    }

    .header_container--list {
        position: relative;
        padding-inline-start: 0;
        top: 236px;
        left: 72px;
        display: block;
    }

    .header_container--item {
        display: block;
        margin-bottom: 32px;
    }

    .header_container--link {
        letter-spacing: -0.3px;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -0.04em;
    }

    .header_container--item:not(:last-child)::after {
        display: none;
    }

    .services_container {
        padding: 9.7% 0px 4.9% 0px;
    }

    .services_container--title {
        padding: 0px 33px;
    }

    .layout_three_column--services {
        justify-content: space-between;
        margin-top: 19px;
        padding: 0px 30px 0px 28px;
    }

    .our_services_block--text_area {
        margin-left: 19.2px;
        width: 100%;
        text-align: justify;
    }

    .our_services_block--item {
        margin-bottom: 21px;
    }

    .our_services_block--item:last-child {
        margin-bottom: 0px;
    }

    .services_container--text {
        letter-spacing: -0.17px;
        padding: 0px 43px 0px 32px;
    }

    .slider_container--arrow {
        display: none;
    }

    .portfolio_container {
        padding: 45px 0px 31px 0px;
    }

    .portfolio_container--tag {
        font-size: 80%;
    }
    
    .portfolio_container--title {
        padding: 0px 30px;
    }

    .portfolio_container--tags {
        margin: 14.2px 0px 10px 0px;
        padding: 0px 31px 0px 30px;
    }

    .portfolio_container--info {
        margin-top: 22px;
        padding: 0px 35px 0px 30px;
        line-height: 30px;
    }

    .layout_four_column {
        padding: 9px 30px 0px 30px;
    }

    .img_block {
        flex: 1 0 35%;
        margin: 6px 16px 4px 0px;
    }

    .img_block:nth-child(n+9){
        display:none;
    }

    .img_block:nth-child(2n+2) {
        margin-right: 0;
        float: right;
    }

    .about_us_container {
        padding: 37px 0px 40px 0px;
    }

    .about_us_container--title {
        padding: 0px 29px;
    }

    .about_us_container--info {
        padding: 0px 44px 0px 30px;
    }

    .layout_three_column--employee {
        flex-wrap: wrap;
        padding: 0 30px;
        margin-top: 23px;
        justify-content: center;
    }

    .employee {
        width: auto;
        margin-right: 0px;
        float: left;
        margin-bottom: 34px;
    }

    .employee:last-child  {
        margin-bottom: 0;
    }

    .contact_us_container {
        padding: 46px 0px 35px 0px;
    }

    .contact_us_container--title {
        padding: 0px 30px;
    }

    .contact_us_container--info {
        padding: 0 36px 0px 29px;
    }

    .layout_two_column {
        padding: 0 30px;
    }

    .layout_two_column--form_description {
        height: 185px;
    }

    .layout_two_column--form {
        width: 100%;
        margin-right: 0px;
    }

    .submit {
        width: 100%;
        height: 15%;
        margin-top: 14px;
    }

    .layout_two_column--contact {
        margin-top: 33px;
        width: 100%;
    }

    .layout_two_column--contact_link {
        margin-top: 12px;
    }

    .layout_two_column--contact_link > a {
        margin-top: 4px;
    }

    a.anchor {
        bottom: 70px;
    }

    .footer_container {
        justify-content: center;
    }

    .footer_container--copyright {
        display: none;
    }

    @keyframes burger {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(90deg);
        }
    }

    @keyframes logo_left {
        from {
            margin-right: 37%;
        }
        to {
            margin-right: 57%;
        }
    }

    @keyframes burger {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(90deg);
        }
    }
}

@media (max-width: 375px) {

    .portfolio_container--tag {
        font-size: 3.2vw;
    }
}

@keyframes left {
    from {
        left: 0;
    }
    to {
        left: -100%;
    }
}

@keyframes right {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}

@keyframes header {
    from {
        height: 95px;
    }
    to {
        height: 380px;
    }
}