body {

    position: relative;

}

body:before {

    display: block;

    content: "";

    background: url(../images/photo-14.png) no-repeat;

    background-size: 200px 200px;

    width: 200px;

    height: 200px;

    position: fixed;

    top: 50%;

    left: -100px;

    margin-top: -100px;

    z-index: 0;

}

main,

footer {

    position: relative;

}

.homeTeam {

    margin-top: 109px;

}

.homeTeam_left {

    width: 408px;

}

.homeTeam_right {

    padding: 11px 0 0 61px;

    width: calc(100% - 408px);

    box-sizing: border-box;

}

.homeTeam_right .homeTeam_link {

    display: none;

}

.homeTeam_title {

    font-family: 'Rubik', sans-serif;

    font-size: 64px;

    color: #2D2C2C;

}

.homeTeam_text {

    font-size: 16px;

    line-height: 1.35;

    color: #000000;

    text-align: justify;

    margin-top: 21px;

}

.homeTeam_link {

    width: 235px;

    height: 60px;

    box-sizing: border-box;

    border: 2px solid #276A31;

    background: #276A31;

    border-radius: 29px;

    text-align: center;

    font-weight: 500;

    font-size: 14px;

    color: #fff;

    text-decoration: none;

    margin-top: 49px;

}

.homeTeam_link:hover {

    color: #276A31;

    background: #fff;

}

.all-sliderTeam {

    position: relative;

}

.sliderTeam_pd {

    padding: 0 8px;

    overflow: hidden;

}

.swiper.sliderTeam {

    overflow: visible;

    font-size: 0;

    padding-bottom: 16px;

}

.sliderTeam_item {

    width: 100%;

    height: 347px;

    background: #FCF8F8;

    box-shadow: 0px 8px 8px #D8D8D8;

    border-radius: 10px;

    box-sizing: border-box;

    padding: 38px 0 0 0;

    transition: 0.3s ease all;

}

.sliderTeam_item:hover {

    box-shadow: none;

    transition: 0.3s ease all;

}

.sliderTeam_thumb {

    width: 171px;

    height: 171px;

    overflow: hidden;

    border-radius: 50%;

    margin: 0 auto;

}

.sliderTeam_thumb img.loaded {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}

.sliderTeam_name {

    font-weight: 500;

    font-size: 12px;

    line-height: 1.35;

    text-align: center;

    color: #276A31;

    padding: 17px 10px 0 10px;

    box-sizing: border-box;

}

.sliderTeam_name a {

    color: #276A31;

    text-decoration: none;

}

.sliderTeam_name a:hover {

    text-decoration: underline;

}

.sliderTeam_name span {

    display: block;

}

.sliderTeam_text {

    font-size: 12px;

    line-height: 1.35;

    text-align: center;

    color: #000000;

    box-sizing: border-box;

    padding: 16px 5px 0 5px;

}

.button-next,

.button-prev {

    width: 59px;

    height: 59px;

    box-sizing: border-box;

    border: 1px solid #276A31;

    font-size: 0;

    background: transparent;

    border-radius: 50%;

    position: absolute;

    top: 50%;

    margin-top: -30px;

}

.button-next use,

.button-prev use {

    fill: #276A31;

}

.button-next {

    right: -64px;

    transform: rotate(180deg);

    z-index: 2;

}

.button-prev {

    left: -64px;

}

.button-next:hover,

.button-prev:hover {

    background: #276A31;

}

.button-next:hover use,

.button-prev:hover use {

    fill: #fff;

}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.boxBenefits {

    margin-top: 148px;

    padding-bottom: 86px;

}

.listBenefits {

    padding-top: 162px;



    width: 470px;

}

.listBenefits-li {

    width: 50%;

}

.listBenefits_thumb {

    height: 121px;

    margin-bottom: 4px;

}

.listBenefits_text {

    min-height: 89px;

    font-weight: bold;

    font-size: 18px;

    text-align: center;

    color: #276A31;

    line-height: 1.25;

    padding-top: 21px;

    position: relative;

}

.listBenefits_text:before {

    display: block;

    content: "";

    height: 3px;

    background: #276A31;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    max-width: 142px;

}

.listBenefits-li:nth-child(odd) {

    padding-right: 31px;

}

.listBenefits-li:nth-child(even) {

    padding-left: 31px;

}

.boxBenefits_icons {

    font-size: 0;

    position: relative;

    width: 238px;

    height: 472px;

    margin-left: -50px;

}

.boxBenefits_icons:before {

    display: block;

    content: "";

    position: absolute;

    left: 19px;

    bottom: -22px;

    z-index: -1;

    width: 250px;

    height: 250px;

    background: #D8D8D8;

    border-radius: 50%;

    box-shadow: 0 0 0 62px #F5F5F5;

}

.boxBenefits_icons img:first-child {

    position: relative;

    z-index: 2;

}

.boxBenefits_gif {

    position: absolute;

    bottom: 43px;

    left: 44px;

    right: -13px;

    margin: 0 auto;

    height: 108px;

    mix-blend-mode: multiply;

}

.boxHelp {

    margin-top: 146px;

}

.boxHelp_title {

    font-family: 'Rubik', sans-serif;

    font-size: 64px;

    text-align: center;

    color: #2D2C2C;

    letter-spacing: 0.03em;

}

.boxHelp_text {

    max-width: 848px;

    font-size: 16px;

    line-height: 1.35;

    text-align: center;

    color: #000000;

    margin: 17px auto 0 auto;

}

.listHelp_margin {

    margin-left: -15px;

    margin-right: -15px;

}

.listHelp {

    margin-top: 132px;

}

.listHelp li {

    display: inline-block;

    vertical-align: top;

    width: 33.33%;

    box-sizing: border-box;

    padding: 0 15px 30px 15px;

}

.listHelp_item {

    display: block;

    width: 100%;

    background: #FCF8F8;

    box-shadow: 0px 8px 8px #D8D8D8;

    border-radius: 10px;

    box-sizing: border-box;

    padding: 40px 0 45px 0;

    transition: 0.3s ease all;

}

.listHelp_item:hover {

    box-shadow: none;

    transition: 0.3s ease all;

}

.listHelp_thumb {

    width: 238px;

    height: 238px;

    border-radius: 50%;

    overflow: hidden;

    margin: 0 auto 63px auto;

}

.listHelp_thumb img.loaded {

    width: 100%;

    height: 100%;

    object-position: center;

    object-fit: cover;

}

.listHelp_title {

    font-family: 'Rubik', sans-serif;

    font-size: 36px;

    text-align: center;

    color: #276A31;

    box-sizing: border-box;

    padding: 0 10px;

    text-transform: uppercase;

}

.listHelp_text {

    font-size: 16px;

    line-height: 1.35;

    text-align: center;

    color: #000000;

    height: 65px;

    overflow: hidden;

    margin: 18px 30px 0 30px;

}

.listHelp_link {

    display: block;

    width: 209px;

    height: 60px;

    box-sizing: border-box;

    background: #276A31;

    border-radius: 29px;

    border: 2px solid #276A31;

    margin: 26px auto 0 auto;

    font-weight: 500;

    font-size: 14px;

    color: #FFFFFF;

    text-align: center;

    line-height: 56px;

    text-decoration: none;

}

.listHelp_link:hover {

    background: #fff;

    color: #276A31;

}

.boxTool {

    margin-top: 300px;

}

.boxTool_left {

    width: 53.7%;

}

.boxTool_right {

    width: 46.3%;

    position: relative;

}

.boxTool_width {

    width: 792px;

    margin-left: auto;

    box-sizing: border-box;

    padding: 15px 14% 45px 0;

}

.boxTool_title {

    font-family: 'Rubik', sans-serif;

    font-size: 64px;

    color: #2D2C2C;

}

.boxTool_text {

    font-size: 16px;

    line-height: 1.35;

    color: #000000;

    text-align: justify;

    max-width: 462px;

    margin-top: 67px;

}

.boxTool_link {

    display: block;

    width: 235px;

    height: 60px;

    background: #276A31;

    border-radius: 29px;

    box-sizing: border-box;

    border: 2px solid  #276A31;

    font-weight: 500;

    font-size: 14px;

    color: #FFFFFF;

    text-decoration: none;

    line-height: 56px;

    text-align: center;

    margin-top: 68px;

}

.boxTool_link:hover {

    color: #276A31;

    background: #fff;

}

.boxTool_thumb {

    height: 811px;

    overflow: hidden;

    font-size: 0;

    -webkit-clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);

    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);

}

.boxTool_thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}

.boxTool_icons {

    font-size: 0;

    position: absolute;

    top: 128px;

    left: -14%;

    z-index: 2;

}

.boxTool_leaf {

    font-size: 0;

    position: absolute;

    left: -35%;

    bottom: -18%;

    z-index: -1;

}

.boxCustomers {

    margin-top: 245px;

}

.boxCustomers_title {

    font-family: 'Rubik', sans-serif;

    font-size: 64px;

    text-align: center;

    color: #2D2C2C;

}



.listCustomers {

    font-size: 0;

    margin-top: 105px;

} 

.listCustomers_li {

    /*width: 16.66%;*/

    width: 12.5%;

    box-sizing: border-box;

    padding: 0 10px 30px 10px;

} 

/*.listCustomers_li:first-child {

    padding-left: 0;

}

.listCustomers_li:last-child {

    padding-right: 0;

}*/

.sliderCustomers_thumb {

    height: 88px;

}

/*.sliderCustomers {

	font-size: 0;

	margin-top: 105px;

}

.sliderCustomers .swiper-slide {

	width: auto !important;

	min-width: 117px;

}

.sliderCustomers_thumb {

	display: block;

	height: 88px;

}

.swiper-pagination  {

	font-size: 0;

	text-align: center;

	margin-top: 30px;

}

.sliderCustomers .swiper-pagination-lock {

	display: none;

}

.sliderCustomers .swiper-pagination-bullet {

	display: inline-block;

	vertical-align: top;

	width: 18px;

	height: 18px;

	border-radius: 50%;

	background: #ccc;

	cursor: pointer;

	transition: 0.3s ease all;

	margin: 0 5px;

}

.sliderCustomers .swiper-pagination-bullet:hover,

.sliderCustomers .swiper-pagination-bullet-active {

	background: #276A31;

	transition: 0.3s ease all;

}*/

.boxBase {

    margin-top: 200px;

}

.boxBase_title {

    font-family: 'Rubik', sans-serif;

    font-size: 64px;

    text-align: center;

    color: #2D2C2C;

    letter-spacing: 0.03em;

}

.boxBase_text {

    max-width: 848px;

    font-size: 16px;

    line-height: 1.35;

    text-align: center;

    color: #000000;

    margin: 27px auto 0 auto;

}

.listBase {

    margin-top: 86px;

}

.listBase li {

    display: inline-block;

    vertical-align: top;

    width: 50%;

    box-sizing: border-box;

    padding-bottom: 42px;

}

.listBase li:nth-child(odd) {

    padding-right: 15px;

}

.listBase li:nth-child(even) {

    padding-left: 15px;

}

.listBase_item {

    background: #FCF8F8;

    box-shadow: 0px 8px 8px #D8D8D8;

    border-radius: 10px;

    box-sizing: border-box;

    padding: 48px 30px 51px 48px;

    transition: 0.3s ease all;

}

.listBase_item:hover {

    box-shadow: none;

    transition: 0.3s ease all;

}

.listBase_thumb {

    width: 207px;

    height: 207px;

    border-radius: 50%;

    overflow: hidden;

}

.listBase_thumb img.loaded {

    width: 100%;

    height: 100%;

    object-position: center;

    object-fit: cover;

}



.listBase_right {

    width: 100%;

    padding: 7px 0 0 38px;

}

.listBase_top {

    font-size: 15px;

}

.listBase_txt-1 {

    font-weight: 500;

    color: #000;

    text-decoration: underline;

    padding-right: 7px;

}

.listBase_txt-2 {

    font-weight: 300;

    color: #000;

    margin-left: 5px;

}

.listBase_title {

    height: 46px;

    overflow: hidden;

    font-weight: bold;

    font-size: 20px;

    line-height: 1.1;

    color: #2D2C2C;

    margin-top: 45px;

}

.listBase_title a {

    color: #2D2C2C;

    text-decoration: none;

}

.listBase_title a:hover {

    color: #276A31;

}

.listBase_text {

    height: 87px;

    overflow: hidden;

    font-size: 16px;

    line-height: 1.35;

    color: #000000;

    text-align: justify;

    margin-top: 16px;

}

.boxBase_link {

    display: block;

    width: 262px;

    height: 60px;

    background: #276A31;

    border-radius: 29px;

    box-sizing: border-box;

    border: 2px solid #276A31;

    line-height: 56px;

    text-align: center;

    text-decoration: none;

    font-weight: 500;

    font-size: 14px;

    color: #FFFFFF;

    transition: 0.3s ease all;

    margin: 29px auto 0 auto;

}

.boxBase_link:hover {

    background: #fff;

    color: #276A31;

    transition: 0.3s ease all;

}

.boxInteresting {

    margin-top: 224px;

    padding-bottom: 52px;

}

.boxInteresting_left {

    width: 50%;

}

.boxInteresting_right {

    width: 50%;

    box-sizing: border-box;

    padding: 49px 5% 0 26px;

}

.boxInteresting_title {

    font-size: 64px;

    color: #2D2C2C;

}

.listInteresting {

    margin-top: 78px;

    text-align: justify;

}

.listInteresting a {
    color: #276A31;
    text-decoration: none;
}
.listInteresting a:hover {
	text-decoration: underline;
}

.listInteresting li {

    margin-bottom: 73px;

}

.listInteresting li:last-child {

    margin-bottom: 0;

}

.listInteresting_title {

    font-weight: bold;

    font-size: 17px;

    line-height: 1.35;

    color: #2D2C2C;

}

.listInteresting_text {

    font-size: 16px;

    line-height: 1.35;

    color: #000000;

    margin-top: 31px;

}

.boxInteresting_thumb {

    font-size: 0;

    width: 400px;

    height: 440px;

    position: relative;

    margin-left: 79px;

    overflow: visible;

}

.boxInteresting_thumb:before {

    display: block;

    content: "";

    position: absolute;

    left: -16px;

    bottom: -96px;

    z-index: -1;

    width: 432px;

    height: 432px;

    background: #D8D8D8;

    border-radius: 50%;

    box-shadow: 0 0 0 82px #f5f5f5;

}

.boxQuestion {

    margin-top: 204px;

}

.boxQuestion_left {

    width: 52%;

}

.boxQuestion_right {

    width: 48%;

    position: relative;

}

.boxQuestion_thumb {

    height: 752px;

    overflow: hidden;

    font-size: 0;

    -webkit-clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);

    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);

}

.boxQuestion_thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}

.boxQuestion_width {

    width: 762px;

    margin-left: auto;

    box-sizing: border-box;

    padding: 80px 62px 0 0;

}

.boxQuestion_title {

    font-size: 48px;

    text-align: right;

    color: #2D2C2C;

}

.formQuestion {

    margin-top: 114px;

}

.formQuestion_item {

    margin-bottom: 22px;

}

.formQuestion_input {

    display: block;

    width: 100%;

    height: 50px;

    background: #FFFFFF;

    border: 1px solid #C4C4C4;

    box-sizing: border-box;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);

    border-radius: 10px;

    line-height: 50px;

    font-weight: 500;

    font-size: 12px !important;

    color: #727272;

    padding: 0 24px;

}

.formQuestion_input.formQuestion_area {

    height: 166px;

    resize: none;

    line-height: 1;

    padding-top: 18px;

    padding-bottom: 18px;

}

.formQuestion_button {

    width: 241px;

    height: 60px;

    box-sizing: border-box;

    border: 2px solid #276A31;

    background: #276A31;

    border-radius: 29px;

    font-weight: 500;

    font-size: 14px;

    color: #FFFFFF;

    margin-top: 22px;

}

.formQuestion_button:hover {

    color: #276A31;

    background: #fff;

}

.boxQuestion_leaf {

    position: absolute;

    font-size: 0;

    left: -32%;

    bottom: -16%;

    z-index: -1;

}

footer {

    padding: 50px 0 50px 0;

    margin-top: 70px;

    overflow: hidden;

}

.footer-icons {

    position: absolute;

    bottom: -100px;

    right: -40px;

    z-index: -1;

    font-size: 0;

    width: 192px;

    height: 192px;

}

.footerTop_item {

    box-sizing: border-box;

    padding-right: 20px;

    padding-bottom: 30px;

}

.footerTop_item-1 {

    width: 16.8%;

}

.footerTop_item-2 {

    width: 16.8%;

}

.footerTop_item-3 {

    width: 16.8%;

}

.footerTop_item-4 {

    width: 16.8%;

}

.footerTop_item-5 {

    width: 16.8%;

    padding-right: 50px;

}

.footerTop_item-6 {

    width: 16%;

    padding-right: 0;

}

.footeLogo {

    display: block;

    font-size: 0;

    max-width: 105px;

}

.footer-title {

    font-weight: bold;

    font-size: 18px;

    color: #276A31;

    line-height: 1.35;

}

.footerMenu {

    margin-top: 28px;

}

.footerMenu li {

    margin-bottom: 17px;

}

.footerMenu li:last-child {

    margin-bottom: 0;

}

.footerMenu a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    color: #2D2C2C;
    position: relative;
}
.footer-link a,
.footerContacts a {
    position: relative;
}
.footer-link a:after,
.footerContacts a:after,
.footerMenu a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    height: 1px;
    background: #276A31;
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    transition: 0.3s ease all;
}
.footer-link a:hover:after,
.footerContacts a:hover:after,
.footerMenu li.menu-item-object-custom a:after,
.footerMenu a:hover:after {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
    transition: 0.3s ease all;
}



.footerMenu a:hover {

    color: #276A31;

}

.footerContacts {

    margin-top: 20px;

}

.footerContacts p {

    font-size: 14px;

    line-height: 2.3;

    color: #2D2C2C;

    margin-bottom: 2px;

}

.footerContacts p:last-child {

    margin-bottom: 0;

}

.footerContacts p a {

    text-decoration: none;

    color: #2D2C2C;

}

.footerContacts p a:hover {

    color: #276A31;

}

.footerbottom {

    padding-top: 16px;

}

.social-networks {

    margin: 44px 0 0 0;

}

.social-networks a {

    line-height: 1;

    font-size: 0;

    display: block;

    margin: 0 22px 11px 0;

}

.social-networks a:last-child {

    margin-right: 0;

}

.social-networks a:hover {

    opacity: 0.7;

}

.boxCopyright {

    width: 16.8%;

    font-weight: 500;

    font-size: 12px;

    line-height: 1.25;

    color: #2D2C2C;

}

.footer-link {

    margin-top: 13px;

}

.footer-link a {
    font-size: 12px;
    line-height: 1.25;
    color: #2D2C2C;
    text-decoration: none;
}
.footer-link a:hover {
    color: #276A31;
}

.boxGallery {

    margin-top: 30px;

}











@media screen and (max-width: 1640px) {

    .homeTeam_right {

        padding: 11px 70px 0 68px;

    }











}

@media screen and (max-width: 1550px) {

    .boxAnalyzed {

        max-width: 1200px;

        height: 111px;

        background-size: contain;

        background-repeat: no-repeat;

    }

    .boxAnalyzed_item {

        height: 98px;

        padding: 0 60px 2px 60px;

    }

    .boxAnalyzed_title,

    .boxAnalyzed_text {

        font-size: 36px;

    }

    .boxAnalyzed_number {

        font-size: 74px;

    }

    .boxAnalyzed_icons {

        top: 49px;

        left: 7px;

        right: 13px;

    }

    .homeTeam_title {

        font-size: 46px;

    }

    .listBenefits-li:nth-child(odd) {

        padding-right: 15px;

    }

    .listBenefits-li:nth-child(even) {

        padding-left: 15px;

    }

    .listBenefits {

        width: 400px;

    }

    .boxBenefits {

        margin-top: 90px;

    }

    .boxHelp {

        margin-top: 80px;

    }

    .boxHelp_title {

        font-size: 46px;

    }

    .listHelp {

        margin-top: 60px;

    }

    .listHelp_title {

        font-size: 26px;

    }

    .listHelp_thumb {

        margin-bottom: 30px;

    }

    .listHelp_item {

        padding: 25px 0 30px 0;

    }

    .boxTool {

        margin-top: 80px;

    }

    .boxTool_width {

        width: 649px;

        padding: 15px 14% 45px 0px;

    }

    .boxTool_thumb {

        height: 500px;

    }

    .boxTool_icons {

        top: 64px;

        max-width: 500px;

    }

    .boxTool_title {

        font-size: 46px;

    }

    .boxTool_link,

    .boxTool_text {

        margin-top: 30px;

    }

    .boxTool_leaf {

        left: -28%;

        bottom: -22%;

        max-width: 240px;

    }

    .boxCustomers_title {

        font-size: 46px;

    }

    .listCustomers {

        margin-top: 60px;

    }

    .boxCustomers {

        margin-top: 150px;

    }

    .boxBase {

        margin-top: 100px;

    }

    .boxBase_title {

        font-size: 46px;

    }

    .boxBase_text {

        margin-top: 15px;

    }

    .listBase {

        margin-top: 60px;

    }

    .listBase_item {

        padding: 25px;

    }

    .listBase_title {

        margin-top: 20px;

    }

    .boxBase_link {

        margin-top: 10px;

    }

    .boxInteresting {

        margin-top: 100px;

    }

    .boxInteresting_title {

        font-size: 46px;

    }

    .listInteresting_text {

        margin-top: 10px;

    }

    .listInteresting li {

        margin-bottom: 35px;

    }

    .listInteresting {

        margin-top: 60px;

    }

    .boxQuestion_width {

        width: 626px;

        padding: 0px 60px 0 0px;

    }

    .boxQuestion_title {

        font-size: 36px;

    }

    .formQuestion {

        margin-top: 60px;

    }

    .boxQuestion_thumb {

        height: 582px;

    }

    .boxQuestion_leaf {

        max-width: 240px;

    }

    footer {

        margin-top: 100px;

    }

    .footerTop_item-5 {

        padding-right: 20px;

    }









}

@media screen and (max-width: 1279px) {

    .homeTeam {

        margin-top: 80px;

    }

    .homeTeam_left {

        width: 408px;

        padding: 0 15px;

        box-sizing: border-box;

    }

    .homeTeam_right {

        padding: 0 70px 0 68px;

    }

    .homeTeam_link {

        margin-top: 20px;

    }

    .listBenefits_text {

        min-height: 68px;

        font-size: 16px;

        padding-top: 15px;

    }

    .listHelp_margin {

        margin-left: 0;

        margin-right: 0;

    }

    .boxTool_width {

        width: 100%;

        padding: 15px 14% 45px 15px;

    }

    .listCustomers {

        box-sizing: border-box;

        padding: 0 15px;

    }

    .listBase {

        box-sizing: border-box;

        padding: 0 15px;

    }

    .boxQuestion_width {

        width: 100%;

        padding: 0px 60px 0 15px;

    }

    .footerTop,

    .footerbottom {

        box-sizing: border-box;

        padding: 0 15px;

    }

    .boxInteresting_thumb {

        width: 330px;

        height: 330px;

        margin-left: 100px;

    }

    .boxInteresting_thumb:before {

        left: -5px;

        bottom: -70px;

        width: 330px;

        height: 330px;

        box-shadow: 0 0 0 74px #f5f5f5;

    }

    .boxInteresting_right {

        padding: 0 5% 0 26px;

    }

    .boxQuestion {

        margin-top: 100px;

    }

    .boxBase_title,

    .boxCustomers_title,

    .boxHelp_title,

    .boxHelp_text,

    .boxBase_text {

        box-sizing: border-box;

        padding: 0 15px;

    }

    .mobile-menu {

        display: block;

        position: fixed;

        top: 0;

        bottom: 0;

        left: 0;

        background: #fff;

        box-sizing: border-box;

        width: 360px;

        z-index: 998;

        -webkit-transform: translate3d(-360px, 0, 0);

        transform: translate3d(-360px, 0, 0);

        transition: -webkit-transform .4s ease;

        transition: transform .4s ease;

        transition: transform .4s ease, -webkit-transform .4s ease;

        -webkit-transform-origin: top left;

        -ms-transform-origin: top left;

        transform-origin: top left;

        padding: 10px 20px 20px 20px;

    }

    .open-menu {

        overflow-y: hidden;

    }

    .open-menu:before {

        display: block;

        content: "";

        position: fixed;

        top: 0;

        left: 0;

        z-index: 995;

        width: 100%;

        height: 100%;

        background: rgba(0, 0, 0, 0.77);

    }

    .open-menu .mobile-menu {

        -webkit-transform: translate3d(0,0,0);

        transform: translate3d(0,0,0);

        box-shadow: -21px 0px 26.68px 2.32px rgba(0, 0, 0, 0.22);

    }

    .mobile-menu_scroll {

        height: calc(100% - 50px);

        box-sizing: border-box;

        padding: 15px 5px 11px 0;

        overflow: hidden;

        overflow-y: auto;

        scrollbar-color: rgba(0,0,0,0.1) transparent;

    }

    .mobile-menu_scroll::-webkit-scrollbar-track {

        background: transparent;

    }

    .mobile-menu_scroll::-webkit-scrollbar-thumb {

        background: #276A31;

        border-radius: 10px;

    }

    .mobile-menu_scroll::-webkit-scrollbar {

        background-color: rgba(0,0,0,0.1);

        width: 6px;

        border-radius: 10px;

    }

    .mobile-menu_close {

        display: block;

        font-size: 0;

        background: transparent;

    }

    .mobile-menu_close use {

        fill: #333;

    }

    .mobile-menu .all-boxSearch,

    .mobile-menu .boxSwitch {

        display: flex;

        margin-bottom: 15px;

    }

    .mobile-menu_top {

        margin-bottom: 10px;

    }

    .nav-menu {



    }

    .nav-menu ul {



    }

    .nav-menu li {

        margin-bottom: 15px;

        position: relative;

    }

    .nav-menu li:last-child {

        margin-bottom: 0;

    }

    .nav-menu a {

        display: inline-block;

        vertical-align: top;

        font-size: 18px;

        line-height: 1.15;

        color: #276A31;

        font-family: 'Rubik', sans-serif;

        text-decoration: none;

        position: relative;

        padding-bottom: 2px;

    }

    .nav-menu li.active a:after {

        opacity: 1;

        visibility: visible;

    }

    .nav-menu a:after {

        opacity: 0;

        visibility: hidden;

        content: "";

        height: 2px;

        background: #276A31;

        position: absolute;

        left: 0;

        bottom: -2px;

        width: 100%;

        transition: 0.3s ease all;

    }

    .secondLevel {

        display: none;

        margin-top: 15px;

        box-sizing: border-box;

        padding-left: 15px;

    }

    .secondLevel li {

        margin-bottom: 10px;

    }

    .secondLevel li > a {

        font-size: 15px;

        color: #2D2C2C;

    }

    .buttonDrop {

        display: block;

        position: absolute;

        top: -1px;

        right: 5px;

        width: 18px;

        height: 18px;

        font-size: 0;

        background: transparent;

        z-index: 2;

    }

    .buttonDrop:before,

    .buttonDrop:after {

        display: block;

        content: "";

        background: #276A31;

        position: absolute;

    }

    .buttonDrop:before {

        top: 2px;

        right: 8px;

        height: 14px;

        width: 2px;

    }

    .buttonDrop:after {

        height: 2px;

        width: 14px;

        top: 8px;

        right: 2px;

    }

    .nav-menu ul > li.menu-item-has-children.open .buttonDrop:after {

        background: #276A31;

    }

    .nav-menu ul > li.menu-item-has-children.open .buttonDrop:before {

        display: none;

    }

    .mobile-menu .button-call,

    .mobile-menu .link-addition {

        width: 200px;

        margin: 15px auto;

        display: -webkit-box;

        display: -webkit-flex;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-align: center;

        -webkit-align-items: center;

        -ms-flex-align: center;

        align-items: center;

        -webkit-box-pack: center;

        -webkit-justify-content: center;

        -ms-flex-pack: center;

        justify-content: center;

    }

    .mobile-menu .social-networks a:last-child,

    .mobile-menu .social-networks a {

        margin: 0px 11px 11px 11px;

    }

    body:before {

        display: none;

    }





}

@media screen and (max-width: 1199px) {

    .boxAnalyzed {

        max-width: 980px;

    }

    .boxAnalyzed_number {

        font-size: 60px;

    }

    .boxAnalyzed_title,

    .boxAnalyzed_text {

        font-size: 30px;

    }

    .boxAnalyzed_icons {

        top: 40px;

    }

    .boxAnalyzed_item {

        height: 80px;

    }

    .boxAnalyzed_circle-4 {

        bottom: 40px;

        right: 23px;

    }

    .boxAnalyzed_circle-3 {

        bottom: 40px;

        left: 16px;

    }

    .boxAnalyzed_circle-2 {

        top: 7px;

        right: 16px;

    }

    .boxAnalyzed_circle-1 {

        top: 7px;

        left: 23px;

    }

    .listHelp_thumb {

        width: 200px;

        height: 200px;

        margin: 0 auto 20px auto;

    }

    .listHelp_title {

        font-size: 22px;

    }

    .listHelp_link {

        width: 200px;

        height: 46px;

        line-height: 42px;

    }

    .boxBenefits_icons {

        width: 150px;

        height: 370px;

        margin-left: -25px;

    }

    .boxBenefits_icons:before {

        left: 1px;

        bottom: 41px;

        width: 180px;

        height: 180px;

        box-shadow: 0 0 0 30px #f5f5f5;

    }

    .boxBenefits_gif {

        bottom: 104px;

        left: 30px;

        height: 60px;

        right: 0px;

    }

    .listBenefits_thumb {

        height: 80px;

        margin-bottom: 15px;

    }

    .listBenefits {

        padding-top: 135px;

        width: 380px;

    }

    .boxBenefits {

        padding-bottom: 0;

    }

    .listBase_thumb {

        width: 170px;

        height: 170px;

    }

    .listBase_right {

        width: 100%;

        padding: 0px 0 0 25px;

    }

    .listBase_text {

        margin-top: 10px;

    }

    .listBase_title {

        margin-top: 10px;

    }

    .boxBase_link {

        width: 200px;

        height: 46px;

        line-height: 42px;

    }

    .listInteresting {

        margin-top: 30px;

    }

    .social-networks a {

        margin: 0 15px 11px 0;

    }











}

@media screen and (max-width: 1023px) {

    .boxQuestion_width {

        padding: 0px 15px 0 15px;

    }







}

@media screen and (max-width: 979px) {

    .boxAnalyzed {

        max-width: 768px;

        height: 72px;

        margin: 80px auto 0 auto;

    }

    .boxAnalyzed_number {

        font-size: 46px;

    }

    .boxAnalyzed_item {

        height: 63px;

    }

    .boxAnalyzed_icons {

        top: 31px;

        left: 4px;

        right: 9px;

    }

    .boxAnalyzed_title,

    .boxAnalyzed_text {

        font-size: 25px;

    }

    .boxAnalyzed_circle-4 {

        bottom: 18px;

        right: 18px;

    }

    .boxAnalyzed_circle-3 {

        bottom: 18px;

        left: 11px;

    }

    .boxAnalyzed_circle-1 {

        top: 7px;

        left: 18px;

    }

    .boxAnalyzed_circle-2 {

        top: 7px;

        right: 13px;

    }

    .homeTeam {

        display: block;

        margin-top: 60px;

    }

    .homeTeam_left {

        width: 100%;

        text-align: center;

    }

    .homeTeam_text {

        margin-top: 10px;

    }

    .homeTeam_left .homeTeam_link {

        display: none;

    }

    .homeTeam_right {

        width: 100%;

    }

    .button-next,

    .button-prev {

        width: 36px;

        height: 36px;

    }

    .button-next {

        right: -35px;

    }

    .button-prev {

        left: -35px;

    }

    .homeTeam_right {

        padding: 30px 40px 0 40px;

    }

    .homeTeam_right .homeTeam_link {

        display: flex;

        margin: 15px auto 0 auto;

        width: 210px;

        height: 46px;

    }

    .boxBenefits_icons {

        display: none;

    }

    .boxBenefits {

        margin-top: 70px;

        box-sizing: border-box;

        padding: 0 15px;

    }

    .listBenefits {

        padding-top: 0;

        width: 50%;

    }

    .boxHelp_text {

        margin: 10px auto 0 auto;

    }

    .listHelp_text {

        font-size: 14px;

        height: 95px;

        margin: 15px 15px 0 15px;

    }

    .listHelp_title {

        font-size: 16px;

    }

    .listHelp {

        margin-top: 35px;

    }

    .listHelp_thumb {

        width: 170px;

        height: 170px;

    }

    .boxTool_link {

        width: 216px;

        height: 46px;

        line-height: 42px;

    }

    .boxTool_thumb {

        height: 370px;

    }

    .boxTool_icons {

        top: 60px;

        max-width: 330px;

    }

    .listCustomers {

        margin-top: 25px;

    }

    .homeTeam_title,

    .boxHelp_title,

    .boxTool_title,

    .boxBase_title,

    .boxCustomers_title {

        font-size: 36px;

    }

    .listBase li {

        width: 100%;

        padding-bottom: 25px;

    }

    .listBase li:nth-child(odd) {

        padding-right: 0;

    }

    .listBase li:nth-child(even) {

        padding-left: 0;

    }

    .listBase {

        margin-top: 30px;

    }

    .boxInteresting_left {

        display: none;

    }

    .boxInteresting {

        display: block;

        margin-top: 70px;

        padding-bottom: 0;

    }

    .boxInteresting_right {

        padding: 0 15px;

        width: 100%;

    }

    .boxInteresting_title {

        font-size: 36px;

        text-align: center;

    }

    .boxQuestion {

        margin-top: 70px;

        display: block;

    }

    .boxQuestion_right {

        display: none;

    }

    .boxQuestion_left {

        width: 100%;

    }

    .boxQuestion_title {

        text-align: center;

    }

    .formQuestion {

        margin-top: 35px;

    }

    .boxQuestion_width {

        max-width: 600px;

        margin: 0 auto;

    }

    .formQuestion_button {

        width: 240px;

        height: 46px;

        display: block;

        margin: 0 auto;

    }

    footer {

        margin-top: 60px;

    }

    .footerTop {

        flex-wrap: wrap;

    }

    .footerTop_item {

        width: 33.33% !important;

    }

    .footerMenu li {

        margin-bottom: 10px;

    }

    .footerMenu {

        margin-top: 15px;

    }

    .footerContacts {

        margin-top: 11px;

    }

    .footerContacts p {

        line-height: 1.7;

    }

    .social-networks {

        margin: 20px 0 0 0;

    }

    .boxCopyright {

        width: 33.33%;

    }

    .boxBase {

        margin-top: 60px;

    }













}

@media screen and (max-width: 799px) {



}

@media screen and (max-width: 768px) {

    .boxAnalyzed {

        max-width: 600px;

        height: 56px;

        margin: 33px auto 0 auto;

    }

    .boxAnalyzed_icons {

        top: 24px;

    }

    .boxAnalyzed_title,

    .boxAnalyzed_text {

        font-size: 20px;

    }

    .boxAnalyzed_number {

        font-size: 32px;

    }

    .boxAnalyzed_item {

        height: 48px;

    }

    .boxAnalyzed_circle {

        width: 6px;

        height: 6px;

    }

    .boxAnalyzed_circle-1 {

        top: 5px;

        left: 16px;

    }

    .boxAnalyzed_circle-2 {

        top: 5px;

        right: 11px;

    }

    .boxAnalyzed_circle-3 {

        bottom: 13px;

        left: 10px;

    }

    .boxAnalyzed_circle-4 {

        bottom: 13px;

        right: 16px;

    }

    .homeTeam_title, .boxHelp_title, .boxTool_title, .boxBase_title, .boxCustomers_title {

        font-size: 30px;

    }

    .boxTool_text,

    .boxHelp_text,

    .homeTeam_text {

        font-size: 14px;

    }

    .boxBenefits {

        padding: 0 8px;

    }

    .listBenefits_text {

        min-height: 68px;

        font-size: 14px;

    }

    .listBenefits-li {

        padding: 0 7px;

    }

    .listBenefits-li:nth-child(odd) {

        padding-right: 7px;

    }

    .listBenefits-li:nth-child(even) {

        padding-left: 7px;

    }

    .listHelp_margin {

        width: 100%;

        min-height: .01%;

        overflow-y: hidden;

        overflow-x: auto;

        -ms-overflow-style: -ms-autohiding-scrollbar;

        position: relative;

        z-index: 1;

    }

    .listHelp {

        padding: 0 8px;

        box-sizing: border-box;

    }

    .listHelp li {

        display: table-cell;

        width: auto;

        padding: 0 7px 30px 7px;

    }

    .listHelp_item {

        width: 250px;

    }

    .boxTool_leaf {

        display: none;

    }

    .boxTool {

        margin-top: 60px;

    }

    .boxCustomers {

        margin-top: 60px;

    }

    .boxTool_width {

        padding: 0 14% 0 15px;

    }

    .boxBase_text {

        margin-top: 10px;

        font-size: 14px;

    }

    .listBase_title {

        height: 40px;

        font-size: 18px;

    }

    .boxBase {

        margin-top: 50px;

    }

    .boxQuestion_title,

    .boxInteresting_title {

        font-size: 30px;

    }

    .footer-icons {

        display: none !important;

    }







}

@media screen and (max-width: 639px) {

    .boxTool_link, .boxTool_text {

        margin-top: 15px;

    }

    .boxAnalyzed_title, .boxAnalyzed_text {

        font-size: 16px;

    }

    .boxAnalyzed_number:after {

        height: 2px;

        margin-top: -1px;

    }

    .boxAnalyzed {

        max-width: 480px;

        height: 46px;

        margin: 30px auto 0 auto;

    }

    .boxAnalyzed_item {

        height: 40px;

        padding: 0 30px 0px 30px;

    }

    .boxAnalyzed_title, .boxAnalyzed_text {

        font-size: 16px;

    }

    .boxAnalyzed_number {

        font-size: 24px;

    }

    .boxAnalyzed_icons {

        top: 19px;

        right: 7px;

        height: auto;

    }

    .homeTeam {

        margin-top: 40px;

    }

    .footer-title {

        font-size: 16px;

    }

    .listCustomers_li {

        width: 25%;

    }















}

@media screen and (max-width: 479px) {

    .homeTeam_right {

        padding: 30px 50px 0 50px;

    }

    .button-next {

        right: -40px;

    }

    .button-prev {

        left: -40px;

    }

    .boxBenefits {

        display: block;

    }

    .listBenefits {

        width: 100%;

        margin: 30px 0;

    }

    .boxTool {

        display: block;

    }

    .boxTool_left {

        width: 100%;

    }

    .boxTool_width {

        padding: 0 15px 30px 15px;

        text-align: center;

    }

    .boxTool_link {

        margin-left: auto;

        margin-right: auto;

    }

    .homeTeam_title, .boxHelp_title, .boxTool_title, .boxBase_title, .boxCustomers_title {

        font-size: 26px;

    }

    .boxTool_right {

        width: 100%;

    }

    .boxTool_thumb {

        -webkit-clip-path: none;

        clip-path: none;

    }

    .boxTool_icons {

        left: 0;

        right: 0;

        max-width: 100%;

        box-sizing: border-box;

        padding: 0 20px;

    }

    .boxQuestion_title, .boxInteresting_title {

        font-size: 26px;

    }

    .footerTop_item {

        width: 50% !important;

    }

    .boxCopyright {

        width: 50%;

    }

    .listBase_item {

        width: 250px;

        padding: 25px 15px;

        display: block;

    }

    .listBase_thumb {

        margin: 0 auto;

    }

    .listBase_right {

        padding: 15px 0 0 0;

    }

    .listBase_top {

        font-size: 12px;

    }

    .listBase_title {

        height: 36px;

        font-size: 16px;

    }

    .listBase_text {

        height: 114px;

        font-size: 14px;

    }

    .listCustomers_scroll,

    .listBase_scroll {

        width: 100%;

        min-height: .01%;

        overflow-y: hidden;

        overflow-x: auto;

        -ms-overflow-style: -ms-autohiding-scrollbar;

        position: relative;

        z-index: 1;

    }

    .listCustomers,

    .listBase {

        display: table;

        font-size: 0;

        width: 100%;

    }

    .listCustomers_li,

    .listBase li {

        display: table-cell;

        width: auto;

        padding-right: 15px !important;

        vertical-align: top;

    }

    .listCustomers_li:last-child,

    .listBase li:last-child {

        padding-right: 0 !important;

    }

    .listInteresting_title {

        font-size: 16px;

    }

    .sliderCustomers_thumb {

        width: 100px;

        height: 60px;

    }

    .listCustomers_scroll {

        padding-bottom: 15px;

    }





    .boxAnalyzed_title,

    .boxAnalyzed_text {

        font-size: 18px;

    }

    .boxAnalyzed_number {

        font-size: 36px;

        padding: 5px 0 0 0;

    }

    .boxAnalyzed_icons,

    .boxAnalyzed_number:after {

        display: none;

    }

    .boxAnalyzed_item {

        height: auto;

        padding: 15px 30px 24px 30px;

        display: block;

        text-align: center;

    }

    .boxAnalyzed {

        height: auto;

        background-size: cover;

        background-position: center;

    }

    .boxAnalyzed_circle-1 {

        left: 5px;

    }

    .boxAnalyzed_circle-2 {

        right: 5px;

    }

    .boxAnalyzed_circle-3 {

        bottom: 19px;

        left: 5px;

    }

    .boxAnalyzed_circle-4 {

        bottom: 19px;

        right: 5px;

    }







}

@media screen and (max-width: 374px) {



}

@media screen and (max-width: 359px) {

    .swiper.sliderTop {

        height: auto;

    }

    .footerMenu a,

    .footerContacts p {

        font-size: 12px;

    }

    .footer-title {

        font-size: 14px;

    }

    .footer-link {

        margin-top: 0;

    }

    .mobile-menu {

        width: 100vw;

        -webkit-transform: translate3d(-100vw, 0, 0);

        transform: translate3d(-100vw, 0, 0);

    }



}