@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-UltraLight.ttf);
  font-weight: 100
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Light.ttf);
  font-weight: 200
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Regular.ttf);
  font-weight: 300
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Medium.ttf);
  font-weight: 400
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Semibold.ttf);
  font-weight: 500
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Bold.ttf);
  font-weight: 600
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Extrabold.ttf);
  font-weight: 700
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Black.ttf);
  font-weight: 800
}
@font-face{
  font-family: "Gilroy";
  src: url(/fonts/gilroy/Gilroy-Heavy.ttf);
  font-weight: 900
}


@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-ExtraLight.ttf);
  font-weight: 100
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-Light.ttf);
  font-weight: 200
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-Regular.ttf);
  font-weight: 300
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-Medium.ttf);
  font-weight: 400
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-SemiBold.ttf);
  font-weight: 500
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-Bold.ttf);
  font-weight: 600
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-ExtraBold.ttf);
  font-weight: 700
}
@font-face{
  font-family: "Raleway";
  src: url(/fonts/raleway/Raleway-Black.ttf);
  font-weight: 800
}


*{
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.homePage .videosBlock .block:hover {
    cursor: pointer;
    opacity: 0.8;
}
a.absoluteLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.homePage .priceBlock .iconsList .block {
    transition: .2s linear;
}
.homePage .priceBlock .iconsList .block:hover {
    cursor: pointer;
    opacity: 0.7;
}
header ul.socialList li a {
    color: #0a2f14;
    text-decoration: underline;
}
.onlinePage .onlineConsultationBlock .dashedList {
    margin-bottom: 40px;
}
.homePage .priceBlock .iconsList .block {
    box-shadow: 0 2px 14px rgba(24,118,49,.25);
}
.burgerMenuMain .sideBar ul.menu {
    max-height: calc(100svh - 340px);
    overflow-y: auto;
}
.burgerMenuMain .sideBar ul.menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #fff;
}
.burgerMenuMain .sideBar ul.menu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #008000;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.formBlock {
    position: relative;
}

.formBlock .formInBlock {
    display: block;
    position: relative;
    width: 100%;
    padding: 80px 50px;
    border-radius: 40px;
    background: linear-gradient(120deg,#0b9530 0,#187631 100%);
    text-align: center;
}

.formBlock .formInBlock p.bigTitle {
    display: inline-block;
    margin: 0;
    color: #fafafa;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    width: 30%;
}

.formBlock .formInBlock form {
    display: inline-block;
    text-align: center;
    max-width: calc(100% - 35%);
    width: 100%;
    vertical-align: middle;
    margin: 0;
}

.formBlock .formInBlock form input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 8px;
    padding: 0 18px;
    border: 1px solid #fafafa;
    background: #fafafa;
    color: #000;
    height: 44px;
}

.formBlock .formInBlock form button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    height: 44px;
    border-radius: 8px;
    padding: 0 18px;
    border: 1px solid #fafafa;
    background: #fafafa;
    min-width: 27%;
    font-weight: 500;
}

*, p.text {
    line-height: 1.7;
}
.middleLabel {
    line-height: 1.3;
}
.defaultButton.transparentStyle {
    background: #187631;
    color: #fff;
}
.onlinePage .onlineConsultationBlock .dashedList .block p.num {
    line-height: 1.5;
}

header ul.menu li a:hover {
    color: #129c37;
}

header ul.menu {
    width: auto;
    max-width: 100%;
    justify-content: center;
    gap: 3%;
}

.defaultButton.withShadow {
    box-shadow: 0 2px 14px rgba(24,118,49,.65);
}

header ul.socialList li a:hover img {
    scale: 1.1;
    opacity: 1;
}

header ul.socialList li a img {
    transition: .1s linear;
}

header ul.socialList li a:hover {
    opacity: 1;
}

header ul.socialList li:last-child a {
    font-weight: 500;
    color: #187631;
}
.burgerMenuMain .sideBar ul.menu li a img {
    right: 8px;
    transition: .2s linear;
}

.burgerMenuMain .sideBar ul.menu li a:hover img {
    right: 0;
}

.burgerMenuMain .sideBar ul.menu li a:hover {
    opacity: 1;
    color: #187631;
}

.burgerMenuMain {
    background: rgba(75,129,90,.30);
}

.homePage .firstBlock .block .overlay {
    background: linear-gradient(180deg, rgba(24,118,49,0) 0, rgba(42,149,71,.69) 75%)
}
.homePage .firstBlock .block .overlay {
    background: #000;
    opacity: 0.5;
}
.homePage .firstBlock .block a.bigSize, .homePage .firstBlock .block p.bigSize {
    padding: 6px 12px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: unset;
    height: auto;
}
.homePage .priceBlock h2 {
    font-weight: 500;
}
.homePage .priceBlock .iconsList .block:hover {
    opacity: 1;
    box-shadow: 0 2px 14px rgba(24,118,49,.70);
    background: #baeec8;
    scale: 1.05;
}
.faqBlock .accordionList .accordionItem .title img, .vacanciesPage .accordionList .accordionItem .title img {
    background: #e1e1e1;
    padding: 5px;
    border-radius: 50%;
}
.homePage .videosBlock .block .imageBlock .overlay img, .newsPage .videoSlick .slick-slide .block .imageBlock .overlay img {
    background: #25a748;
    border-radius: 50%;
    box-shadow: 0 0 13px #187631;
}
.homePage .videosBlock .block p, .newsPage .videoSlick .slick-slide .block p {
    text-decoration: underline;
}
.homePage .newsBlock .arrows .arrow {
    background: #fff;
    border-radius: 50%;
    padding: 7px;
}

.formBlock .formInBlock form .inputBlock {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}

.formBlock .formInBlock form .inputBlock input {
    padding-left: 40px;
}

.formBlock .formInBlock form .inputBlock span {position: absolute;left: 22px;top: 50%;transform: translate(0, -50%);font-size: 16px;}

.formBlock .formInBlock form input {
    box-shadow: 0 0 13px #00ff45;
}

.formBlock .formInBlock form input::placeholder{
    color: #333;
}
.formBlock .formInBlock form button {
    background: #fff;
    border: 1px solid #07ad33;
    box-shadow: 0 0 13px #52c16f;
    color: #0b5c21;
    text-transform: uppercase;
    font-weight: 600;
}

.contactsBlock ul.socialList li a img, .contactsPage ul.socialList li a img {width: 40px;}

.contactsBlock .addressItemBlock .miniInfo a img, .contactsPage .addressItemBlock .miniInfo a img {
    height: 25px;
}

.contactsBlock .addressItemBlock p.name, .contactsPage .addressItemBlock p.name {
    font-size: 24px;
    font-weight: 500;
    min-height: 62px;
}

.contactsBlock .addressItemBlock .miniInfo, .contactsPage .addressItemBlock .miniInfo {
    min-height: 104px;
}

.contactsBlock .addressItemBlock, .contactsPage .addressItemBlock {
    margin-bottom: 50px;
}
.contactsBlock h1 span, .contactsBlock h4 span, .contactsPage h1 span, .contactsPage h4 span {
    display: inline;
    font-size: 22px;
    vertical-align: middle;
}
.defaultButton.orangeStyle {
    background: #9E2F20!important;
    border-color: #9E2F20!important;
    color: #fff!important;
}

.defaultButton.withShadow.orangeStyle {
    box-shadow: 0 2px 14px rgb(118 63 24 / 65%);
}
.homePage .aboutBlock h2 {
    font-weight: 500;
}
.homePage .priceBlock .iconsList .block .content p>img {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: auto;
    margin: -2px 0 0 5px;
}
.faqBlock .accordionList .accordionItem .title:after, .vacanciesPage .accordionList .accordionItem .title:after {
    height: 34px;
    width: 34px;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    border-radius: 50%;
    background: #187631;
    transform: translate(0,-50%);
    z-index: 1;
}

.faqBlock .accordionList .accordionItem .title img, .vacanciesPage .accordionList .accordionItem .title img {
    padding: 0;
    background: transparent;
    z-index: 2;
    filter: brightness(0)invert(1);
}
.homePage .newsBlock .arrows .arrow {
    background: #187631;
}

.homePage .newsBlock .arrows .arrow>img {
    filter: brightness(0)invert(1);
}

.partnersPage .secondBlock .iconsList .block .content img {
    margin: 0 auto 13px;
}

.partnersPage .secondBlock .iconsList .block .content p span {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    color: #0f3e1b;
}

.partnersPage .secondBlock .iconsList .block .content p {
    line-height: 1.3;
    padding: 0;
}

.partnersPage .secondBlock .iconsList .block {
    transition: .2s linear;
}

.partnersPage .secondBlock .iconsList .block:hover {
    scale: 1.1;
    box-shadow: 0 0 13px #dbf8e3;
    background: #dbf8e3;
}
.partnersPage .block4 .dashedList .block p.num {
    width: 40px;
    height: 40px;
    top: -20px;
    font-size: 20px;
    line-height: 1.7;
}
.newsPage .newsSlick .slick-slide .block p.title {
    font-weight: 600;
}
.partnersPage .secondBlock .iconsList .block .content p span {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
}

.partnersPage .secondBlock .iconsList .block .content p {
    font-weight: 500;
}
.licenseBlock {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
}

.licenseBlock>img {
    display: block;
    width: 200px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 13px #eee;
    background: #fff;
}

.licenseBlock p.title {
    display: block;
    margin: 18px 0 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}
.licenseBlock>img {
    margin: 0 ;
    transition: .2s linear;
}

.licenseBlock:hover img {scale: 1.05;
    box-shadow: 0 0 18px #a1baa8;}
.licenseBlock:hover{
    cursor: pointer;
}
.licenseBlock:hover p.title{
    color: #187631;
}

.licenseBlock p.title{
    transition: .2s linear;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
    display: table;
}
.fancybox__content>.f-button.is-close-btn svg {
    stroke: #fff;
    opacity: 1;
}
footer a.mobile {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
}

footer a.mobile img {
    filter: brightness(0)invert(1);
}

footer p.label {
    display: block;
    margin: 0 0 15px;
    color: #fff;
    font-weight: 600;
}

footer .list {
    display: block;
    margin: 0;
    padding: 0;
}

footer .list li {
    display: block;
    margin: 0;
    padding: 0;
}

footer .list li a {
    display: block;
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}

footer .socialList {
    display: block;
    margin: 0;
    padding: 0;
}

footer .socialList li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 13px 0;
}

footer .socialList li a {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

footer .socialList li a img {
    display: block;
    width: 32px;
    height: 32px;
}
footer .container img.logo {
    height: auto;
    margin: 60px auto 15px;
}

footer .container p.title {
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}

footer .container .copyright {
    display: block;
    margin: 60px auto 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.defaultButton.onlyIcon {
    line-height: 1.3;
}

.modalBlock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 9999;
    display: none;
}

.modalBlock .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0A2F14;
    opacity: 0.5;
}

.modalBlock .inBlock {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 650px;
    max-width: calc(100% - 30px);
    border-radius: 16px;
    padding: 32px 32px 35px;
}

.modalBlock .inBlock p.title {
    display: block;
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 1.3;
    color: #187631;
    font-weight: 600;
}

.modalBlock .inBlock form {
    display: block;
    width: 100%;
    margin: 0;
}

.modalBlock .inBlock form label {
    display: block;
    margin: 0;
    font-size: 16px;
}

.modalBlock .inBlock form input, .modalBlock .inBlock form textarea {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    height: 52px;
    padding: 0 15px;
    margin: 0 0 24px;
}

.modalBlock .inBlock form .defaultButton {
    margin: 5px 0 0;
    height: 54px;
}
.modalBlock .inBlock button.defaultButton.onlyIcon {
    position: absolute;
    right: 34px;
    top: 34px;
}

.pricingPage .priceSecondBlock p.text.descr {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    background: #eee;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 80%;
}
.homePage .newsBlock .newsContentSlick .slick-slide .block p.middleLabel {
    font-weight: 600;
}
.onlinePage .onlineConsultationBlock .dashedList .block {
    justify-content: normal;
}
.homePage .priceBlock .iconsList .block .content p {
    padding: 0 20px;
}

img.defaultTextIcon {
    display: inline;
    height: 20px;
    width: 20px;
    object-fit: contain;
    line-height: 2;
    vertical-align: middle;
    margin: -3px 2px 0 0;
}
.forMobile {
    display: none!important;
}
.pricingPage .pricePackagesBlock .daysType1 .packageBlock {
    background: linear-gradient(120deg, #0f8d6a 0, #0a5f34 100%);
}
.pricingPage .priceSecondBlock p.text.descr {
    width: 100%;
    max-width: 100%;
    padding: 24px 40px;
    border-radius: 0;
    background: #DBF8E380;
    border-left: 2px solid #187631;
    line-height: 1.3;
}
footer .socialList li a img {
    display: inline-block;
}

footer .socialList li a {
    color: #fff !important;
    font-size: 16px;
    text-decoration: underline;
}
.homePage .videosBlock .block p, .newsPage .videoSlick .slick-slide .block p {
    font-weight: 600;
}
.contactsBlock h1 img, .contactsBlock h4 img, .contactsPage h1 img, .contactsPage h4 img {
    margin: -6px 5px 0 0;
    width: 28px;
    height: 28px;
}
.burgerMenuMain .sideBar .bottomBlock a img {
    height: 20px;
    width: 20px;
    object-fit: contain;
    object-position: center;
}
.burgerMenuMain .sideBar .bottomBlock a img {
    filter: brightness(0)invert(0.2);
}
.faqBlock .accordionList .accordionItem .title, .vacanciesPage .accordionList .accordionItem .title {
    font-weight: 600;
}
.homePage .firstBlock .block .overlay {
    opacity: 0.3;
}
.homePage .firstBlock .block a.packages:hover, .homePage .firstBlock .block p.packages:hover {
    cursor: pointer;
}
.homePage .teamBlock .customRow .block .content p b {
    color: #187631;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(.95);
    }
}
header button.defaultButton.withShadow.orangeStyle {
    animation: pulse 1.6s infinite ease-in-out;
}

.defaultButton.withShine{
    position: relative;
    overflow: hidden;
}

button.defaultButton.withShine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-50deg);
    animation: shine 1.5s infinite linear;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}
.homePage .firstBlock h1 span {
    font-size: var(--text-size-big-title);
    line-height: 120%;
    margin: 0;
    color: #187631;
}
header ul.menu li a {
    font-weight: 600;
}
.homePage .teamBlock .customRow .block {
    background: #dbf8e3;
}
.pricingPage .priceSecondBlock .tabsList button {
    margin: 0 5px 12px 0;
}
.onlineConsultationBlock b.bigTitle {
    margin: 12px 0 -12px;
    display: block;
    font-weight: 700;
    color: #126528;
}
.onlineConsultationBlock b.bigLabel {
    font-size: 24px;
    margin: 15px 0 10px;
    color: #126528;
    display: block;
}
.modalBlock .inBlock form textarea {
    padding: 10px 15px;
    height: auto;
}

.modalBlock .inBlock form textarea:focus {
    outline: none;
}
.modalBlock .inBlock form .vacanciesInputs {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: none;
}

.modalBlock .inBlock form.forVacancies .vacanciesInputs {
    display: block;
}

.homePage .firstBlock h1 {
    position: relative;
    overflow: hidden;
}

.homePage .firstBlock h1::after {
    content: "";
    position: absolute;
    top: -25%;
    left: 0;
    width: 100%;
    height: 160%;
    background-color: #fafafa;
    filter: blur(20px);
    transform: rotate(10deg);
    animation: revealText 2.6s ease-out forwards;
}

@keyframes revealText {
    0% {
        left: 0;
        width: 100%;
        filter: blur(20px);
    }
    50% {
        filter: blur(10px);
    }
    100% {
        left: 100%;
        width: 0;
        filter: blur(0px);
    }
}
.homePage .firstBlock .block a.packages, .homePage .firstBlock .block p.packages {font-size: 16px;}
.teamSlickSlider {
    width: 100%;
}

.teamSlickSlider .slick-slide img {
    display: block;
    width: 100%;
}

.teamSlickSlider .slick-dots {
    display: block;
    text-align: center;
    position: absolute;
    z-index: 3;
    bottom: 80px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.teamSlickSlider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 0;
}

.teamSlickSlider .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #dbf8e3;
    background: #dbf8e3;
    color: transparent;
    font-size: 0;
}

.teamSlickSlider .slick-dots li.slick-active button {
    background: #16af3f;
}
.fancybox__toolbar__column.is-right svg, .fancybox__toolbar__column.is-right svg * {
    color: #fff;
}
.homePage .firstBlock .block a.packages, .homePage .firstBlock .block p.packages {
    background: #9e2f20;
}

.langsBlock{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
}
.langsBlock div.langs {
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
    transform: translate(-50%, 0);
    margin: 5px 0 0;
    padding: 5px 0;
    background: #fff;
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 8px #eee;
}

.langsBlock div.langs a {
    display: block;
    margin: 0;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #0a2f14;
    line-height: 1;
}

.langsBlock div.langs a.active {
    color: #127b2e;
    text-decoration: underline;
}

button.defaultButton.orangeStyle.transparentStyle.phoneButtons {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0;
    width: 49%;
}

button.defaultButton.orangeStyle.transparentStyle.phoneButtons+button.defaultButton.orangeStyle.transparentStyle.phoneButtons {
    margin-left: .5%;
}

@media(max-width: 1300px) and (min-width: 925px){
    .homePage .firstBlock .block a.bigSize, .homePage .firstBlock .block p.bigSize {
        font-size: 12px;
        right: 15px;
        top: 15px;
    }

    .homePage .firstBlock .block a.packages, .homePage .firstBlock .block p.packages {
        left: 15px;
        top: 15px;
    }
    .partnersPage .secondBlock .iconsList .block .content p span {
        font-size: 14px;
    }
    .partnersPage .secondBlock .iconsList .block .content img {
        height: 50px;
        margin-bottom: 0;
    }

    .partnersPage .secondBlock .iconsList .block .content p {
        line-height: 1.2;
        font-size: 14px;
        font-weight: 600;
    }
    .homePage .priceBlock .iconsList .block .content p {
        padding: 0 5px;
    }
    .homePage .firstBlock .block a.packages, .homePage .firstBlock .block p.packages {
        font-size: 13px;
    }
    .formBlock .formInBlock {
        padding-left: 30px;
        padding-right: 30px;
    }

    .formBlock .formInBlock form {
        max-width: calc(100% - 32%);
    }
    .formBlock .formInBlock form input {
        max-width: 200px;
    }
}
@media(max-width: 925px) {
    header a.logo:after {
        display: none;
    }
    .homePage .firstBlock h1 {
        margin: 0;
    }

    .homePage .firstBlock .line {
        display: block;
        margin: 35px 0;
    }

    #mainBlock .container.firstBlock {
        padding-bottom: 20px;
    }
    .onlinePage .onlineConsultationBlock .dashedList {
        margin-bottom: 15px;
    }
    .burgerMenuMain .sideBar ul.childMenu {
        margin: 15px 0 0;
        padding: 12px 15px;
        background: #eee;
        border-radius: 8px;
    }

    .burgerMenuMain .sideBar ul.childMenu li a {}

    .burgerMenuMain .sideBar ul.menu {
        max-height: calc(100svh - 280px);
        overflow-y: auto;
    }

    .burgerMenuMain .sideBar ul.menu li a.withChildMenu img {
        display: none;
    }
    header ul.menu {
        display: none;
    }
    .homePage .firstBlock .block.lastItem img {
        object-position: center -60px;
    }
    .formBlock .formInBlock {
        padding: 30px 15px;
        border-radius: 0;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }

    .formBlock .formInBlock p.bigTitle {
        display: block;
        margin: 0 0 15px;
        width: 100%;
        text-align: center;
    }

    .formBlock .formInBlock form {
        max-width: 100%;
    }

    .formBlock .formInBlock form input {
        margin: 10px 0;
        width: 80%;
    }

    .formBlock .formInBlock form button {
        margin: 10px auto 10px;
    }

    .formBlock {
        padding-bottom: 0 !important;
    }
    .homePage .firstBlock .block a.bigSize, .homePage .firstBlock .block p.bigSize {
        font-size: 14px;
    }
    .faqBlock .accordionList .accordionItem .title img, .vacanciesPage .accordionList .accordionItem .title img {
        padding: 3px;
        right: 5px;
        height: 26px;
    }
    .homePage .newsBlock .arrows .arrow {
        padding: 1px;
    }

    .homePage .newsBlock .arrows .arrow img {
        padding: 2px;
    }
    .formBlock .formInBlock form .inputBlock {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .formBlock .formInBlock form .inputBlock input {
        width: 100%;
        padding-left: 30px;
    }

    .formBlock .formInBlock form .inputBlock span {
        left: 10px;
        font-size: 12px;
    }
    .formBlock .formInBlock form button {
        width: 80%;
    }

    .contactsBlock ul.socialList li a img, .contactsPage ul.socialList li a img {
        width: 32px;
    }

    .contactsBlock .addressItemBlock p.name, .contactsPage .addressItemBlock p.name {
        font-size: 20px;
        min-height: 0;
    }

    .contactsBlock .addressItemBlock .miniInfo, .contactsPage .addressItemBlock .miniInfo {
        min-height: 0;
    }

    .contactsBlock .addressItemBlock, .contactsPage .addressItemBlock {
        margin: 24px 0 10px;
    }
    .homePage .newsBlock .newsContentSlick .slick-slide .block p.middleLabel {
        font-weight: 500;
    }
    .homePage .firstBlock .block.lastItem img {
        object-position: center -230px;
    }
    .homePage .priceBlock .iconsList .block .content p>img {
        height: 16px;
        margin: -2px 0 0 2px;
    }
    .faqBlock .accordionList .accordionItem .title img, .vacanciesPage .accordionList .accordionItem .title img {
        padding: 0;
    }

    .faqBlock .accordionList .accordionItem .title:after, .vacanciesPage .accordionList .accordionItem .title:after {
        right: 3px;
        width: 30px;
        height: 30px;
    }
    .partnersPage .secondBlock .iconsList .block .content p span {
        font-size: 12px;
    }

    .partnersPage .secondBlock .iconsList .block .content p {
        line-height: 1;
    }

    .partnersPage .secondBlock .iconsList {
        grid-template-columns: repeat(2, 1fr);
    }
    .partnersPage .block4 .dashedList .block p.num {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .licenseBlock p.title {
        font-size: 16px;
    }

    .licenseBlock>img {
        height: 200px;
        width: 150px;
        padding: 5px;
        border-radius: 6px;
    }

    .licenseBlock {
        margin: 20px 0 0;
    }
    .partnersPage .secondBlock .iconsList .block .content img {
        height: 30px;
        margin-bottom: 0;
    }

    .partnersPage .secondBlock .iconsList .block .content p {
        font-size: 14px;
        font-weight: 500;
    }
    .partnersPage .secondBlock .iconsList {
        display: block;
        width: 100%;
    }

    .partnersPage .secondBlock .iconsList .block {
        aspect-ratio: unset;
        display: block;
        margin: 0 0 15px;
    }

    .partnersPage .secondBlock .iconsList .block .content {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        margin: 0 auto;
        padding: 30px 0;
    }

    .partnersPage .secondBlock .iconsList .block .content img {
        height: 50px;
    }

    .partnersPage .secondBlock .iconsList .block .content p {
        font-size: 16px;
        line-height: 1.2;
    }

    .partnersPage .secondBlock .iconsList .block .content p span {
        font-size: 14px;
    }

    .partnersPage .secondBlock .iconsList .block:hover {
        scale: 1;
    }
    footer p.label {margin: 30px 0 5px;font-size: 16px;text-align: center;}

    footer .container img.logo {
        margin: 60px auto 20px;
        height: 40px;
        width: auto;
    }

    footer .container p.title {
        font-size: 16px;
    }

    footer .container .copyright {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    footer a.mobile {
        text-align: center;
    }

    footer .defaultButton {
        margin: 0 auto;
        display: block;
    }

    footer .list {
        text-align: center;
    }

    footer .list li a {
        font-size: 14px;
        padding: 3px 0;
    }

    footer .socialList {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    footer .socialList li {
        margin: 10px 5px 5px;
    }
    .modalBlock .inBlock p.title {
        font-size: 18px;
    }

    .modalBlock .inBlock {
        padding: 24px 24px 28px;
    }

    .modalBlock .inBlock button.defaultButton.onlyIcon {
        right: 24px;
        top: 24px;
        height: 35px;
        width: 35px;
    }

    .modalBlock .inBlock form input {
        height: 44px;
    }
    .modalBlock .inBlock form textarea{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .modalBlock .inBlock form label {
        font-size: 14px;
    }

    .modalBlock .inBlock form .defaultButton {
        height: 44px;
    }
    .pricingPage .priceSecondBlock p.text.descr {
        max-width: 100%;
        font-size: 14px;
    }

    .pricingPage .priceSecondBlock .tabsList {
        white-space: normal;
    }

    .pricingPage .priceSecondBlock .tabsList button {
        padding: 5px 8px;
        height: auto;
        font-size: 14px;
        width: 100%;
        margin: 0 0 8px;
    }
    .pricingPage .priceSecondBlock .priceList p:after {
        content: '';
        position: absolute;
        top: 0;
        right: 20%;
        height: 100%;
        width: 1px;
        background: rgba(24,118,49,.5);
    }

    .pricingPage .priceSecondBlock .priceList {
        margin: 10px 0 0;
    }

    .pricingPage .priceSecondBlock .priceList p {
        padding-right: 22%;
    }
    .pricingPage .priceSecondBlock .priceList p span {width: 22%;text-align: right;}
    .homePage .priceBlock .iconsList .block .content p {
        padding: 0;
    }


    img.defaultTextIcon {
        display: inline;
        height: 16px;
        width: 16px;
        margin: -2px 1px 0 0;
    }

    .forMobile {
        display: block!important;
    }
    footer .list li a {
        font-size: 16px;
    }
    .pricingPage .priceSecondBlock p.text.descr {
        padding: 15px;
        line-height: 1.5;
    }
    .contactsBlock h1 img, .contactsBlock h4 img, .contactsPage h1 img, .contactsPage h4 img {
        margin: -4px 3px 0 0;
        width: 18px;
        height: 18px;
    }
    .burgerMenuMain .sideBar .bottomBlock a {
        padding: 3px 0;
    }
    .onlineConsultationBlock b.bigLabel {
        font-size: 18px;
        line-height: 1.3;
    }
    .homePage .firstBlock .block a.packages, .homePage .firstBlock .block p.packages {
        font-size: 14px;
    }
    .teamSlickSlider .slick-dots {
        bottom: 0;
    }

    .teamSlickSlider .slick-dots li {
        margin: 0 7px;
    }

    .teamSlickSlider .slick-dots li button {
        height: 12px;
        width: 12px;
    }
    header {
        overflow: visible;
    }
    header ul.socialList.mobileVisible {
        display: block;
        margin: 15px 0 -10px;
        text-align: left;
    }

    header ul.socialList li {margin: 0 5px;}
    header ul.socialList li a {
        color: #187631;
        text-decoration: unset;
        font-size: 15px;
        font-weight: 600 !important;
    }

    header ul.socialList li a img {
        height: 24px;
        margin: -2px 2px 0 0;
    }

    header ul.socialList.mobileVisible {
        text-align: center;
    }
}
