@font-face
{
    font-family: 'ardeco';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/ardeco.woff') format('woff'), url('../fonts/ardeco.woff2') format('woff2'), url('../fonts/ardeco.ttf') format('truetype');
}

@font-face
{
    font-family: 'Robotocondensedlight';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Robotocondensedlight.woff') format('woff'), url('../fonts/Robotocondensedlight.woff2') format('woff2'), url('../fonts/Robotocondensedlight.ttf') format('truetype');
}

@font-face
{
    font-family: 'Robotocondensed';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Robotocondensed.woff') format('woff'), url('../fonts/Robotocondensed.woff2') format('woff2'), url('../fonts/Robotocondensed.ttf') format('truetype');
}


*
{
    font: inherit;

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    will-change: all;
}

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

    will-change: all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

html
{
    font-family: sans-serif;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(255,255,255,0);
}

body
{
    font-size: 100%;
    line-height: 1;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a
{
    background: transparent;
}

*:focus,
*:active,
*:hover
{
    outline: 0;
}

hr
{
    box-sizing: content-box;
    height: 0;
}

ol,
ul
{
    list-style: none;
}

pre
{
    white-space: pre-wrap;
    -moz-tab-size: 4;
         tab-size: 4;
}

q
{
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

button,
input
{
    line-height: normal;
}

button,
select
{
    text-transform: none;
}

button
{
    overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

input[type='search'],
input[type='email'],
input[type='password'],
input[type='text'],
input[type='phone']
{
    box-sizing: border-box;

    -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;

    vertical-align: top;
}

button,
input,
select[multiple],
textarea
{
    background-image: none;
}

input,
select,
textarea
{
    border-radius: 0;
    box-shadow: none;
}

input,
textarea
{
    resize: none;
    -webkit-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

.mainScreen
{
    margin-top: 25px;
    margin-right: 0;
    margin-left: 5%;

    background-image: url('../img/main.jpg');
    background-repeat: no-repeat;
}

.mainScreen__title-block
{
    padding-top: 188px;
}

.mainScreen__button-block
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    padding-top: 90px;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.mainScreen__wrapper
{
    padding-left: 300px;
}

.titleBlock__text
{
    font-family: ardeco, sans-serif;
    font-size: 70px;

    color: #fff;
}
.menu-item a{
    font-size: 22px;
    line-height: 26px;
    font-family: Robotocondensedlight, sans-serif;
    color:#2D2D2D !important;
    text-decoration: none;
    margin-right: 50px;

}
.buttonMain__link
{
    font-family: ardeco, sans-serif;
    font-size: 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    text-decoration: none;

    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.buttonMain__img
{
    margin-left: 50px;
}

.mainScreen__button-block
{
    padding-bottom: 250px;
}

.aboutCompany
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    margin-top: 150px;
}

.aboutCompany__title
{
    margin-left: 100px;
}

.aboutCompany__text
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 22px;

    width: 60%;
    margin-top: 20px;

    color: #2d2d2d;
}

.blockImg__back
{
    position: absolute;
    z-index: -1;
    top: 15%;

    width: 45%;
    height: 90%;

    background-color: #434241;
}

.blockImg__picture
{
    width: 100%;
    margin-left: 400px;
}

.titleBlock__text-dark
{
    color: #2d2d2d;
}

.titleBlock__text-dark::after
{
    display: block;

    width: 100%;
    height: 1px;
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: -100px;

    content: '';

    background-color: #2d2d2d;
}

.services
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.servicesList__item img
{
    width: 100%;
}

.servicesList
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; */
}

.servicesList__item
{
    margin-right: 10px;
    margin-top: 20px;
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
            flex-direction: column;

    width: 250px;
    height: 475px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.servicesList__title
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 22px;

    margin-top: -150px;
    padding-right: 22px;
    padding-left: 22px;

    text-align: center;

    color: #fff;
}

.servicesList__link
{
    text-decoration: none;

    color: #fff;
}

.servicesList__container
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.servicesList__btn
{
    padding: 50px;

    background-image: url('../img/oval.png');
    background-repeat: no-repeat;
    background-position: center;
}

.advantages
{
    background-color: #2d2d2d;
    background-size: 20px;
}

.advantages__wrapper
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
}

.advantages__container
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
}

.titleNoline__text
{
    font-family: ardeco, sans-serif;
    font-size: 48px;

    color: #2d2d2d;
}

.advantagesList
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.advantagesList__title
{
    width: 50%;
    font-family: Robotocondensed, sans-serif;
    font-size: 26px;
}

.advantagesList__opisanie
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 22px;
}

.advantagesList__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
            flex-direction: column;

    width: 40%;
    height: 150px;
    margin-top: 150px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.advantagesList__item:nth-child(2n)
{
    color: #fff;
}

.advantages__title
{
    position: relative;
}

.boxBack
{
    position: absolute;
    z-index: -1;
    right: 0;

    width: 50%;
    height: 800px;
    margin-top: -50px;

    background-color: #434241;
}

.contactForm
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    margin-top: 90px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.contactFormBlock
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
    padding-right: 20px;
    padding-left: 20px;
}

.contactForm__input
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 22px;

    border: none;
    border-bottom: 1px solid #2d2d2d;
}

.contactForm__button
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
}

.contactForm__link
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 20px;

    margin-right: 10px;

    color: #2d2d2d;
    border: none;
    background-color: #fff;
}

.footer
{
    margin-top: 200px;

    background-color: #434241;
}

.footer__block
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.navList__item
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 22px;

    display: block;

    margin-bottom: 20px;

    text-decoration: none;

    color: #fff;
}

.copyright
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    max-width: 1200px;
    margin: 0 auto;
    margin-top: 130px;
    padding-right: 20px;
    padding-left: 20px;
	padding-bottom: 10px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.copyright__img
{
    margin-left: 10px;
}

.copyright__logo
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
}

.copyright__text
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 20px;

    color: #fff;
}

.popup-fade
{
    display: none;
}

.popup-fade:before
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .7;
    background: #000;
}

.popup
{
    position: fixed;
    z-index: 99999;
    top: 50%;
    left: 50%;
    height: 90%;
    width: 50%;
    padding: 70px 50px;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 1;
    background: #fff;
}

.bodyModal
{
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

.bodyModal__text
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 20px;
}

.bodyModal__item
{
    margin-bottom: 15px;
}

.headerModal__title
{
    font-family: ardeco, sans-serif;
    font-size: 50px;
}

.popup-close
{
    position: absolute;
    top: 20px;
    right: 20px;
	cursor: pointer;
}

.headerModal::after
{
    position: absolute;
    left: 0;

    display: block;

    width: 60%;
    height: 1px;
    margin-top: 35px;

    content: '';

    background-color: #000;
}

.buttonMain__modal
{
    font-family: Robotocondensedlight, sans-serif;
    font-size: 20px;

    padding-left: 50px;

    text-decoration: none;
}

.buttonMain
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
}

.navContainer,
.navWrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    margin-top: 36px;
    margin-right: 150px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;
}

.nav__item
{
    margin-right: 40px;

    text-decoration: none;
}

.nav__link
{
    font-family: Robotocondensed, sans-serif;
    font-size: 22px;

    text-decoration: none;

    color: #2d2d2d;
}

.contactMobile__link
{
    font-size: 22px;

    text-decoration: none;

    color: #2d2d2d;
}

#nav
{
    position: absolute;
    top: 45px;

    overflow: hidden;

    width: 100%;
    height: 0;
    max-height: 0;
    padding-left: 0;

    list-style-type: none;

    -webkit-transition: linear 1s;
            transition: linear 1s;

    background: #fff;
    box-shadow: 0 4px 4px rgba(169,169,169,.25);
}

#nav.open
{
    height: auto;
    max-height: 100%;

    -webkit-transition: linear 1s;
            transition: linear 1s;
}

#nav li
{
    float: none;

    width: 100%;
    margin: 0;

    -webkit-transition: linear 1s;
            transition: linear 1s;
    text-align: center;
    text-decoration: none;
}

#nav li a
{
    font-family: ardeco, sans-serif;

    display: block;

    margin: 0;
    padding: 10px;

    -webkit-transition: linear 1s;
            transition: linear 1s;

    color: #2d2d2d;
}

.mobile-nav__link
{
    font-size: 20px;

    text-decoration: none;
}
/* .mobile-wrapp{
    position: relative;
    z-index: 99999;
} */
#contain
{
    position: absolute;
    top: 5px;
    right: 0;

    display: none;

    cursor: pointer;
}

.bar1,
.bar2,
.bar3
{
    width: 35px;
    height: 5px;
    margin: 6px 0;

    -webkit-transition: .2s;
            transition: .2s;

    background-color: #3f3f3f;
}

.change .bar1
{
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
            transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2
{
    opacity: 0;
}

.change .bar3
{
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
            transform: rotate(45deg) translate(-8px, -8px);
}

.hover .bar1
{
    background-color: #f00;
}

.hover .bar2
{
    background-color: #f00;
}

.hover .bar3
{
    background-color: #f00;
}
.popup
{
    overflow-x: hidden;
}

.popup
{
    overflow-y: auto;
}
.practics{
    padding-top: 200px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.practics__block{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.practics__list{
    font-size: 26px;
    margin-right: 15%;
    font-family: 'Robotocondensed', sans-serif;
}
.practics__item{
    margin-top: 15px;
    font-size: 22px;
    font-family: Robotocondensedlight, sans-serif;
}
.practics__link{
    margin-top: 60px;
    font-size: 22px;
    font-family: Robotocondensedlight, sans-serif;
}
.practics__text{
    margin-bottom: 20px;
}
.practics__link-link{
    margin-right: 50px;
    text-decoration: none;
    font-family: 'Robotocondensed', sans-serif;
    color:#434241;
}
.practics__link-link:hover{

    color:blue;
}
.wpcf7-form{
    margin-top: 10%;
    display: flex;
}
.wpcf7-text{
    border-style: none;
    border-bottom: 1px solid #2D2D2D;
    width: 80%;
}
.wpcf7-submit{
    position: relative;
    border-style: none;

}

.wpcf7-submit::after{
   position: absolute;
   display: block;
   top:0;
   right: 0;
   content: url('../img/btn-dark.svg');
   position: absolute;
   width:100%
    
}
.navList li a{
    color:#fff !important;
}
@media screen and (max-width: 1400px)
{
    .arrow_modal{
        margin-left: 0px;
    }

    .popup{
        width: 70%;
    }
    .mainScreen__wrapper
    {
        padding-left: 120px;
    }

    .aboutCompany__title
    {
        margin-left: 30px;
    }

    .aboutCompany__text
    {
        width: 90%;
    }

    .blockImg__back
    {
        width: 35%;
    }

    .blockImg__back
    {
        height: 87%;
    }

    .blockImg__picture
    {
        margin-left: 200px;
    }

    .titleBlock__text-dark::after
    {
        margin-left: 0;
    }

    .navContainer,
    .navWrapper
    {
        margin-right: 50px;
    }

    .nav
    {
        -webkit-justify-content: space-around;
                justify-content: space-around;
    }

    .contactMobile
    {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
                order: 2;
    }
    .buttonMain__modal img{
        margin-left: 0px;
    }
}

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

    .nav
    {
        margin-left: 0;
    }

    #contain
    {
        display: inline-block;
    }
	
	.blockImg__back
    {
        display: none;
    }

    .blockImg__picture
    {
        margin-left: 20px;
    }

    .services
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .advantages__wrapper
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .contactFormBlock
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer__block
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .copyright
    {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 480px)
{
    .practics__link{
        margin-top: 20px;
    }
    .practics__list{
        padding-bottom: 20px;
    }
    .advantagesList__title {
		width: 100%;
	}
    .practics{
        padding-top: 50px;
    }
    .mainScreen
    {
        margin-left: 0;
    }

    .mainScreen
    {
        margin-right: 0;
    }

    .mainScreen
    {
        padding: 20px;
    }

    .mainScreen__wrapper
    {
        padding-left: 0;
    }

    .titleBlock__text
    {
        font-size: 56px;
    }

    .mainScreen__button-block
    {
        padding-bottom: 180px;
    }

    .aboutCompany
    {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .aboutCompany
    {
        margin-top: 30px;
    }

    .aboutCompany__title
    {
        margin-left: 0;
    }

    .aboutCompany__title
    {
        padding: 20px;
    }

    .aboutCompany__text
    {
        width: 100%;
    }

    .blockImg__back
    {
        display: none;
    }

    .blockImg__picture
    {
        margin-left: 0;
    }

    .titleBlock__text-dark::after
    {
        margin-left: 0;
    }

    .titleBlock__text-dark::after
    {
        margin-top: 20px;
    }

    .titleBlock__text-dark::after
    {
        margin-bottom: 20px;
    }

    .titleBlock__text-dark::after
    {
        display: none;
    }

    .services
    {
        margin-top: 30px;
    }

    .blockImg__picture img
    {
        width: 100%;
    }

    .servicesList
    {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .servicesList
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
    }

    .servicesList__item
    {
        margin-top: 20px;
    }

    .servicesList__item
    {
        width: 100%;
    }

    .advantages__container
    {
        display: block;
    }

    .advantagesList__item
    {
        margin-top: 56px;
    }

    .advantagesList__item
    {
        width: 100%;
    }

    .advantagesList__item-order1
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
                order: 1;
    }

    .advantagesList__item-order1
    {
        color: #fff;
    }

    .advantagesList__item-order2
    {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
                order: 2;
    }

    .advantagesList__item-order2
    {
        color: #fff;
    }

    .advantagesList__item-order3
    {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
                order: 3;
    }

    .advantagesList__item-order3
    {
        color: #2d2d2d !important;
    }

    .advantagesList__item-order4
    {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
                order: 4;
    }

    .advantagesList__item-order4
    {
        color: #2d2d2d !important;
    }

    .boxBack
    {
        width: 100%;
    }

    .boxBack
    {
        margin-top: 10px;
    }

    .boxBack
    {
        height: 100%;
    }

    .contactForm
    {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .contactForm
    {
        margin-top: 20px;
    }

    .contactFormBlock
    {
        margin-top: 50px;
    }

    .contactForm__input
    {
        margin-bottom: 10px;
    }

    .contactForm__button
    {
        margin-top: 10px;
    }

    .footer
    {
        margin-top: 20px;
    }

    .footer__block
    {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .copyright
    {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .copyright
    {
        margin-top: 50px;
    }

    .copyright__text
    {
        font-size: 16px;
    }

    .popup
    {
        height: 80%;
    }

    .popup
    {
        width: 90%;
    }

    .popup
    {
        padding: 10px 30px;
    }

  

    .bodyModal
    {
        padding: 70px 10px;
    }

    .bodyModal__text
    {
        font-size: 16px;
    }

    .headerModal__title
    {
        font-size: 36px;
    }

    .buttonMain__modal
    {
        padding-left: 10px;
    }

    .navContainer,
    .navWrapper
    {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
    }

    .navContainer,
    .navWrapper
    {
        margin-top: 0;
    }

    .contactMobile
    {
        margin-top: 15px;
    }

    .contactMobile__link
    {
        font-size: 20px;
    }

    .contactMobile__link
    {
        padding-top: 15px;
    }

    .contactMobile__link
    {
        font-family: Robotocondensed, sans-serif;
    }

    #contain
    {
        display: inline-block;
        z-index: 999999;
    }

    #contain
    {
        right: 10px;
    }
}
