* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family:
        -apple-system,
        /* macOS, iOS */
        BlinkMacSystemFont,
        /* Chrome on macOS */
        "Segoe UI",
        /* Windows */
        Roboto,
        /* Android */
        "Helvetica Neue", Helvetica, Arial,
        /* другие системы */
        "Noto Sans Hebrew",
        /* поддержка иврита */
        "Rubik",
        /* запасной вариант */
        sans-serif;
}

.service-btn-more, .btn-more {
	text-decoration: none;
    color: #000;
    background-color: #f4f4f4;
    padding: 15px 32px;
    border-radius: 50px;
}
.service-btn-more:hover, .btn-more:hover {
	background-color: #edecea;
}

.callback-btn-white {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.callback-btn-white:hover {
	background-color: #eeecea;
}


.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 105px;
}

.header-nav .menu a {
    margin: 0 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.callback-btn {
    font-size: 18px;
    background-color: #E8562C;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}


.header-promotion {
    height: 90vh;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 50px;
}

.designers {
    height: 90vh;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 50px;
    display: flex;
    padding: 0 80px;
    align-items: center;
}

.designers p {
    color: #fff;
    font-size: 18px;
}

.designers button {
    display: inline-block;
}

.header-promotion {
    display: flex;
    align-items: center;
    padding: 0 80px;
}

.header-promotion .column-left,
.designers .column-left {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-promotion .column-right,
.designers .column-right {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.designers .column-right {
    align-items: start;
}

.promotion-heading {
    color: #fff;
    font-size: 80px !important;
    line-height: 90px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 0px;
}

.promotion-contats a {
    display: block;
    color: #fff;
    margin: 15px 0;
    font-size: 20px;
}

.header-promotion .column-right h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.header-promotion .column-right h2 {
    font-size: 24px;
    line-height: 30px !important;
    font-weight: 500;
    color: #fff;
    margin-top: 0px;
}


.designers .column-right h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
}

.designers .column-right h3 {
    font-size: 24px;
    line-height: 30px !important;
    font-weight: 500;
    color: #fff;
    margin-top: 0px;
}

.logo a {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}


#turnkey-services {
    width: 100%;
    padding: 100px 100px;
}

#turnkey-services h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 400;
}

.iterations {
    display: flex;
    justify-content: center;
}

.iteration {
    border-radius: 100%;
    border: 1px solid;
    width: 280px;
    height: 280px;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#turnkey-services .description {
    font-size: 24px;
    margin: 0 auto;
    max-width: 768px;
    text-align: center;
    margin-top: 50px;
}


#services {
    padding: 100px 0px;
    margin: 0 50px;
    padding-top: 0px;
}

#services h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 400;
}

#services .items {
    display: flex;
    flex-wrap: wrap;
    background-color: #EDF5FD;
    padding: 50px 100px;
    border-radius: 50px;
}

#services .items .item {
    width: calc(25% - 30px);
    text-align: center;
    margin: 30px 15px;
    background-color: #fff;
    border-radius: 30px;
}

#services .item img {
    border-radius: 30px;
    object-fit: cover;
    display: block;
    width: 100%;
	aspect-ratio: 9 / 13;
}

#services .item h3 {
    text-align: center;
}

#services .item a {
    display: inline-block;
    margin-bottom: 30px;
}




#our-production h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 400;
}

#our-production p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}


#our-production img {
    width: 100%;
}




#portfolio {
    padding: 100px 0px;
    margin: 0 50px;
    padding-top: 0px;
}

#portfolio h2 {
    text-align: center;
    font-size: 64px;
    font-weight: 400;
}

#portfolio .items {
    display: flex;
    flex-wrap: wrap;
    background-color: #EDF5FD;
    padding: 50px 100px;
    border-radius: 50px;
}

#portfolio .items .item {
    width: calc(25% - 30px);
    text-align: center;
    margin: 30px 15px;
    background-color: #fff;
    border-radius: 30px;
}

#portfolio .item img {
    border-radius: 30px;
    object-fit: cover;
    display: block;
    width: 100%;
}

#portfolio .item h3 {
    text-align: center;
}

#portfolio .item a {
    display: inline-block;
    margin-bottom: 30px;
}



#technologies,
#work-process {
    padding: 0 100px;
}

#technologies h2,
#work-process h2 {
    font-size: 64px;
    font-weight: 400;
    text-align: center;
    margin-top: 100px;
}

#technologies p,
#work-process p {
    max-width: 800px;
    font-size: 24px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

#technologies .items,
#work-process .items {
    display: flex;
    flex-wrap: wrap;
}

#technologies .item,
#work-process .item {
    width: calc(33.333333% - 30px);
    margin: 15px;
    border-left: 1px dashed;
    padding-left: 15px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#work-process .item {
    width: calc(25% - 30px);
    min-height: 130px;
}

#technologies .item h3,
#work-process .item h3 {
    text-align: left;
    font-size: 26px;
    margin-top: 0px;
}

#technologies .item p,
#work-process .item p {
    text-align: left;
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 0px;
}

#technologies .item a {
    margin-top: 15px;
    display: inline-block;
}

#quote {
    margin-top: 100px;
    background-color: #242424;
    padding: 200px 200px;
    text-align: center;
    color: #fff;
}

#quote h2 {
    font-size: 64px;
    font-weight: 400;
    font-style: italic;
}

.contacts-wrapper {
    background-color: #242424;

}

.contacts {
    display: flex;
    padding: 100px;
    margin: 0px 50px;
    background-color: #FF6016;
    color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}


.contacts h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 64px;
    width: 90%;
}

.contacts-info {
    width: 50%;
}

.contacts-form {
    width: 50%;
}

.contacts-form1 {
    width: 100%;
}

.promo-form {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    border-radius: 50px;
}

.contacts-form .promo-form {
    padding: 25px 50px;
}

.promo-form .field {
    margin: 10px 0;
}

.field input {
    width: calc(100% - 10px);
    padding: 15px 0px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}


.promo-form_send {
    padding: 20px 30px;
    background-color: #2A2E38;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 50px;
}

.promo-form_send1 {
    padding: 20px 30px;
    background-color: #2A2E38;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 50px;
}

.flex {
    display: flex;
}

.contacts-info .row p {
    margin-top: 5px;
}

.flex-end {
    justify-content: flex-end;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 0px 100px 50px 100px;
    background-color: #FF6016;
    color: #fff;
    align-items: flex-end;
    margin: 0 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.footer .col-4 {
    width: calc(25% - 60px);
    margin: 0 30px;
}

.footer .col-4:first-child {
    margin-left: 0px;
}

footer .col-4:last-child {
    margin-right: 0px;
}

.footer-bottom p {
    text-align: center;
    background-color: #0F4EFB;
    margin: 0;
    padding: 15px 0;
    color: #fff;
}

.footer-support-menu a {
    display: block;
    margin: 10px 0;
    color: #fff;
}

.footer-menu a {
    display: block;
    margin: 10px 0;
    color: #fff;
}

.site-description p {
    margin-bottom: 0px;
}

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

.footer-wrapper {
    background-color: #242424;
    padding-bottom: 30px;
}

@media screen and (max-width: 1500px) {
    .header-promotion .column-right h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .promotion-heading {
        font-size: 60px !important;
        line-height: 60px;
    }

    #services .items {
        padding: 50px;
    }

    #portfolio .items {
        padding: 50px;
    }
}

@media screen and (max-width: 1376px) {
    .iteration {
        width: 235px;
        height: 235px;
        font-size: 22px;
    }

    #technologies,
    #work-process {
        padding: 0 50px;
    }

    .contacts {
        padding: 100px 50px;
    }

    .footer {
        padding: 0px 50px 50px 50px;
    }
}

@media screen and (max-width: 1280px) {
    .iteration {
        width: 215px;
        height: 215px;
        font-size: 18px;
    }

    .promotion-heading {
        font-size: 48px !important;
        line-height: 48px;
    }

    .header-promotion .column-right h2 {
        font-size: 18px;
        line-height: 24px !important;
    }

    .designers .column-right h3 {
        font-size: 18px;
        line-height: 24px !important;
    }

    #technologies .item p,
    #work-process .item p {
        font-size: 16px;
    }

    #portfolio .item h3 {
        font-size: 14px;
    }

    #quote h2 {
        font-size: 40px;
    }

    #quote {
        padding: 100px 200px;
    }

    .contacts h2 {
        font-size: 48px;
    }
}

@media screen and (max-width: 1024px) {
    .header-nav {
        margin: 15px 45px;
    }

    .iteration {
        width: 160px;
        height: 160px;
        font-size: 18px;
    }
}

@media screen and (max-width: 550px) {
    .header-nav .menu {
        display: none;
    }

    .header-nav .callback {
        display: none;
    }

    .header-promotion {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding: 20px;
        border-radius: 30px;
    }

    .header-promotion .column-left,
    .designers .column-left {
        width: 100%;
    }

    .header-promotion .column-right,
    .designers .column-right {
        width: 100%;
    }

    .header-promotion .column-right h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .promotion-heading {
        font-size: 36px !important;
    }

    .promotion-heading {
        margin-bottom: 0px;
    }

    .promotion-contats {
        margin: 0px;
    }

    #turnkey-services {
        padding: 50px 15px;
    }

    #turnkey-services h2 {
        font-size: 30px;
    }

    #turnkey-services .description {
        font-size: 18px;
    }

    .iterations {
        flex-wrap: wrap;
    }

    .iteration {
        margin: 5px;
    }

    #services h2 {
        font-size: 30px;
    }

    #services {
        margin: 0 15px;
    }

    #services .items {
        padding: 15px;
    }

    #services .items .item {
        width: calc(100% - 30px);
    }

    #our-production {
        margin: 0 15px;
    }

    #our-production h2 {
        font-size: 30px;
    }

    #our-production p {
        font-size: 18px;
    }

    .designers {
        flex-direction: column-reverse;
        padding: 20px;
        border-radius: 30px;
    }


    .designers .column-left {
        height: auto;
    }

    .designers .column-right {
        height: auto;
    }

    #portfolio {
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 0px;
    }

    #portfolio .items {
        padding: 0px 15px;
        border-radius: 30px;
    }

    #portfolio .items {
        flex-direction: column;
    }

    #portfolio .items .item {
        width: 100%;
        margin: 15px 0;
    }

    #technologies,
    #work-process {
        padding: 0 15px;
    }

    #technologies .items,
    #work-process .items {
        flex-direction: column;
    }

    #technologies .item,
    #work-process .item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    #technologies h2,
    #work-process h2 {
        font-size: 30px;
    }

    #technologies p,
    #work-process p {
        font-size: 18px;
    }

    #portfolio h2 {
        font-size: 30px;
    }

    #quote {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contacts {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 30px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contacts-info {
        width: 100%;
    }

    .contacts-form {
        width: 100%;
    }

    .contacts-form .promo-form {
        padding: 15px;
    }

    .promo-form {
        border-radius: 30px;
    }

    .footer {
        padding: 15px;
        margin: 0 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .col-4 {
        margin: 15px 0px;
        width: 100%;
    }

    .site-description h2 {
        margin: 0px;
    }

    .footer-logo {
        text-align: left;
    }
}


#product {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#product img {
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
}
/*
#product h1 {
    font-size: 64px;
    font-weight: 400;
    text-align: center;
}

#product h2 {
    font-size: 64px;
    font-weight: 400;
    text-align: center;
}*/

.single-service {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px;
}

#product h1, #product h2, #product h3, #product h4, #product h5, #product h6, #product ul, #product ol, #product a {
    /*max-width: 768px;
    margin: 100px auto;*/
}

#product p {
	/*max-width: 768px;*/
    /* margin: 20px auto; */
}

#product .item {
    /*margin: 100px 0;*/
}

#product p {
    font-size: 18px;
}

#product .item:first-child {
    margin-top: 0px;
}

.p-100 {
    padding-top: 100px;
} 

.m-50 {
    margin-top: 100px;
}

.menu .active {
    border-bottom: 2px solid orangered;
    padding-bottom: 10px;
}

@media screen and (max-width: 550px) {
    
    #product {
        margin: 0 15px;
    }
    
    #product h1, #product h2 {
        font-size: 30px;
    }
    
    #product img {
        border-radius: 15px;
		height: auto!important;
    }
    
    
}


.color-black {
    color: #000;
}
.bg-white {
    background-color: #fff;
}


.services .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.items {
    margin: 0 0px;
}

.services .items .item {
    width: calc(25% - 50px);
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog .item {
    margin-top: 15px;
    margin-bottom: 15px;
}
.bg-light-blue {
    background-color: #F5F8FD;
}

.blog .items .item h2 {
    font-size: 24px;
    width: 100%;
    margin-top: 0px;
}

#blog {
    margin: 0 100px;
    margin-top: 100px;
}

#blog h1 {
    font-size: 48px;
    font-weight: 400;
    text-align: center;
} 


@media screen and (max-width: 550px) {
    #blog {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    #blog h1 {
        font-size: 30px;
    }
    
    .blog .items .item {
        width: calc(90% - 0px) !important;
        padding: 25px !important;
        margin: 15px;
    }
    
    .services .items .item p {
        font-size: 14px;
    }
    
    
}



.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    max-width: 300px;
}

.modal-content .menu-links a {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.close-button {
    background: orangered;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}


.menu-button {
    border-radius: 100px !important;
}
.menu-button {
    position: relative;
    top: 0px;
    left: 0px;
    background: #333;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    display: none;
}
@media only screen and (max-width: 1024px) {
    .menu-button {
        display: block !important;
    }
}