/*----Specification-----*/
html {
    overflow-x: hidden;
    margin-top: 0 !important;
}

.over {
    overflow-y: hidden;
}

body {
    font-family: "Nunito Sans", sans-serif;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
    color: #323232;
    background: #fdfdfd;
    leading-trim: both;
}

div,
p,
form,
input,
a,
span,
button {
    box-sizing: border-box;
}

p {
    margin: 0;
    z-index: 99;
}

ul,
li {
    display: block;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    font-weight: 700;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

a,
button,
input {
    transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
    outline: none;
    transition: all 0.5s ease;
}

.text-align-center {
    text-align: center;
}

.g-0 {
    padding: 0;
}

.pr-0 {
    padding-right: 0;
}

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

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-right {
    justify-content: right;
}

.align-items-center {
    align-items: center;
}

button {
    background: none;
    border: none;
    padding: 0;
}

.strong {
    font-weight: 700;
}

.m-0a {
    margin: 0 auto;
}

.ms-a {
    margin-left: auto;
}

.btn {
    border-radius: 30px;
    background: #ffb966;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 31px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.btn img {
    margin-left: 6px;
}

.btn:hover {
    background: #ffb966;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border: none;
    color: #fff;
}

.image-shadow {
    filter: drop-shadow(6px 6px 3px rgba(50, 50, 50, 0.35));
}

.icon-shadow {
    filter: drop-shadow(3px 3px 2px rgba(50, 50, 50, 0.35));
}

.animate__animated.animate__delay-1s {
    animation-delay: 0.5s;
}

.portfolio__post-block {
    position: relative;
}

.portfolio__logo_link {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.wow {
    visibility: hidden;
}

.chat__sticky {
    position: fixed;
    z-index: 100;
    bottom: 100px;
    right: 100px;
    margin-left: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.chat__sticky.visible {
    opacity: 1;
    visibility: visible;
}

.chat__sticky svg {
    width: 100%;
    height: auto;
}

.wpcf7-form-control-wrap .intl-tel-input {
    display: block;
}

/*   <<<---   HEADER   --->>>   */

.header {

}

.header__dots {
    position: absolute;
    top: 32px;
    left: -30px;
    width: 6vw;
    min-width: 50px;
}

.header__dots-2 {
    top: 232px;
}

.header__elem-line {
    position: absolute;
    top: 0;
    right: 13vw;
    width: 12.25vw;
    min-width: 150px;
    z-index: -1;
}

.header__elem-top {
    position: absolute;
    top: 0;
    left: 15.5vw;
    z-index: -1;
    width: 3.75vw;
    min-width: 25px;
}

.header__content {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #3232324D;
    position: relative;
}

.header__content .header__content_logo {
    width: 120px;
}

.header__content .header__content_logo img {
    width: 100%;
}

.header__content .header__content_request {
    margin-left: auto;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #323232;
    padding: 13px 17px;
    max-width: 240px;
    width: 100%;
    border-radius: 50px;
    border: 2px solid #FFB966;
	text-align: center;
}

/*---menu---*/
.menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-left: 20px;
}

.menu-toggle span {
    width: 32px;
    height: 1px;
    background-color: #323232;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -385px;
    width: 385px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 999;
    padding: 70px;
}

.side-menu.active {
    right: 0;
}

.side-menu__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #000;
    z-index: 1000;
}

.side-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu__list li {
    position: relative;
}

.side-menu__list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 20px;
}

.side-menu__list .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 15px;
}

.side-menu__list li.menu-item-has-children > a {
    position: relative;
}

.side-menu__list li.menu-item-has-children > a::after {
    content: '';
    float: right;
    font-size: 0.8em;
    transform: rotate(180deg);
    width: 12px;
    height: 6px;
    background-image: url(../img/menu_arr.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.side-menu__list li.menu-item-has-children.open > a::after {
    transform: rotate(0deg);
}

.side-menu__list li.menu-item-has-children.open > .sub-menu {
    max-height: 500px;
}

.side-menu__list li.menu-item-has-children .sub-menu a {
    font-size: 16px;
}

.floating-menu-btn {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    border: none;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 998;
    flex-direction: column;
    gap: 10px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.floating-menu-btn.visible {
    opacity: 1;
    pointer-events: auto;
}

.floating-menu-btn span {
    width: 32px;
    height: 1px;
    background-color: rgb(50, 50, 50);
}


/*---menu---*/

/*---lang-switch---*/

.lang-chose {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.lang-chose:focus {
    outline: none;
    user-select: none;
}

.lang-switch{
	position: relative;
}

.lang-switch ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    flex-direction: column;
    z-index: 9;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.lang-switch ul {
    border-top: none;
    top: 46px;
}

.lang-switch ul li {
    list-style-type: none;
}

.lang-switch ul li a {
    color: #150A0680;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-switch ul li a img {
    width: 40px;
    height: 40px;
}

/*---lang-switch---*/

/*   <<<---   HEADER   --->>>   */

/* OFFER */

.offer {
    margin-top: 20px;
    position: relative;
}

.offer__logo {
    width: 100%;
}

.offer .container {
    position: relative;
    padding-bottom: 91px;
    overflow: hidden;
}

.offer p {
    max-width: 351px;
    margin-top: 42px;
    margin-bottom: 42px;
}

.offer h1 {
    margin-top: 85px;
}

.elem-t {
    right: 75px;
    top: 99px;
    position: absolute;
}

.offer__circle {
    bottom: -10.75vw;
    left: 33%;
    position: absolute;
    width: 17vw;
    min-width: 125px;
}

.elem__header-2 {
    position: absolute;
    left: 1vw;
    bottom: -5.15vw;
    width: 11.5vw;
    min-width: 75px;
}

.elem__header-3 {
    position: absolute;
    bottom: -3vw;
    right: 16.15vw;
    width: 5.5vw;
    min-width: 25px;
}

.elem-header-line {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 9.75vw;
    min-width: 75px;
}

.offer__img-block {
    display: flex;
    align-items: center;
    height: 100%;
}

.offer__img-block img {
    width: 100%;
}

.offer__logo-png {
    display: block;
}

.offer__logo-gif {
    display: none;
}

.offer__img-block.animate .offer__logo-png {
    display: none;
}

.offer__img-block.animate .offer__logo-gif {
    display: block;
}

.offer__img-block:hover .offer__logo-png {
    display: none;
}

.offer__img-block:hover .offer__logo-gif {
    display: block;
}

/* services */

.services {
    position: relative;
    padding-top: 50px;
}

.services h2 {
    margin-bottom: 20px;
}

.services h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.services .container {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 8px 8px 4px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 50px;
}

.services__block span {
    display: block;
    font-size: 14px;
}

.services__block-3 br {
    display: none;
}

@media (min-width: 992px) {
    .services .col-10:nth-child(2) .services__block {
        animation-delay: 0.25s;
    }

    .services .col-10:nth-child(3) .services__block {
        animation-delay: 0.5s;
    }

    .services .col-10:nth-child(4) .services__block {
        animation-delay: 0.75s;
    }
}

.serv__line {
    position: absolute;
    right: 7.3vw;
    top: 6.8vw;
    width: 20.75vw;
    z-index: -1;
}

.process {
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}

.process__text-title {
    max-width: 506px;
    margin: 0 auto;
}

.process__line {
    position: absolute;
    left: 0;
    top: 5.25vw;
    width: 20.75vw;
}

.process__circle {
    position: absolute;
    top: -15vw;
    left: 20vw;
    width: 17.1vw;
    min-width: 125px;
    z-index: -1;
}

.process__circle-2 {
    position: absolute;
    top: 5.25vw;
    right: -0.55vw;
    width: 13.4vw;
    min-width: 125px;
}

.container__process {
    padding-top: 55px;
    background: url(../img/process-back-line.svg) no-repeat;
    background-position-x: 10px;
    background-position-y: 2px;
    padding-bottom: 20px;
    position: relative;
}

.process__around {
    border: 1px solid #ffb966;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.process__subaround {
    background: #ffb966;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.process__block-title {
    display: flex;
    align-items: center;
}

.process__title {
    color: #ffb966;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 17px;
}

.process__text {
    margin-top: 30px;
    max-width: 463px;
}

.process__img-2 {
    margin-top: -155px;
}

.process__btn {
    margin-left: auto;
    margin-top: 75px;
    max-width: max-content;
}

.process__block-4 {
    margin-top: 55px;
}

.process__elem-2 {
    left: 0;
    position: absolute;
    top: 24.8vw;
    width: 11.6vw;
    min-width: 125px;
}

.process__elem-3 {
    right: 0;
    position: absolute;
    bottom: 24.3vw;
    width: 5.55vw;
    min-width: 50px;
}

.process__circle-3 {
    position: absolute;
    bottom: 18vw;
    left: 0;
    width: 8.85vw;
    min-width: 75px;
}

.process__elem-4 {
    right: 0;
    position: absolute;
    bottom: 0;
    width: 9.5vw;
    z-index: -1;
}

/* FACTS */

.facts {
    padding-top: 155px;
    position: relative;
    padding-bottom: 17px;
}

.facts .container {
    position: relative;
}

.fact__block {
    display: flex;
    align-items: center;
    margin-bottom: 61px;
}

.fact__block h2 {
    color: #767676;
    margin-left: 25px;
    margin-bottom: 0;
    line-height: 40px;
    font-size: 30px;
}

.fact__block h2 span {
    opacity: 0;
}

.facts__text-title {
    margin-bottom: 50px;
    margin-top: 21px;
}

.facts__elem-1 {
    position: absolute;
    top: 3.1vw;
    left: 0;
    width: 10vw;
    min-width: 50px;
}

.facts__elem-2 {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 8.35vw;
    min-width: 75px;
}

.facts__elem-4 {
    top: 1vw;
    right: 0;
    position: absolute;
    width: 7.8vw;
    min-width: 50px;
}

.work {
    padding-top: 107px;
    position: relative;
    padding-bottom: 20px;
    overflow-y: hidden;
}

.work .container {
    position: relative;
}

.work h2 {
    text-align: center;
}

.work__text-title {
    margin-top: 21px;
    text-align: center;
}

.work__link {
    color: #ffb966;
    font-weight: 600;
}

.work__link:hover {
    /* color: #f4911d; */
}

.work__link img {
    margin-left: 9px;
}

.work__items {
    display: flex;
}

.work__items p {
    margin-right: 19px;
}

.work__block {
    margin-left: 15%;
    margin-top: 90px;
}

.work__discription {
    background: rgba(229, 246, 238, 0.57);
    padding: 65px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
}

.work__task {
    color: #616161;
    margin-bottom: 10px;
    display: block;
}

.work__text {
    max-width: 311px;
}

.work__client {
    max-width: 311px;
    display: flex;
    align-items: center;
    margin-top: 61px;
}

.work__img-client {
    margin-right: 30px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.work__img-client img {
    border-radius: 50%;
    width: 100%;
}

.work__status {
    color: #616161;
    margin-bottom: 5px;
}

.work__name {
    font-weight: 700;
    margin-bottom: 5px;
}

.work__img {
    width: 100%;
    margin-top: 50px;
}

.works__btn {
    margin: 0 auto;
    margin-top: 50px;
    max-width: max-content;
}

.works__elem-1 {
    position: absolute;
    top: 0;
    left: -1vw;
    width: 11.6vw;
    min-width: 100px;
}

.works__elem-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20.75vw;
    min-width: 125px;
    z-index: -1;
}

.works__elem-3 {
    position: absolute;
    top: 46.2vw;
    width: 13.3vw;
    min-width: 125px;
    right: 0;
    z-index: -1;
}

/* .works__elem-4 {
	position: absolute;
	left: 20%;
	top: 1478px;
	z-index: -1;
} */

.works__elem-5 {
    position: absolute;
    right: 0.75vw;
    bottom: 51vw;
    width: 13.3vw;
    min-width: 125px;
    z-index: -1;
}

.works__elem-6 {
    position: absolute;
    left: 20vw;
    width: 9.5vw;
    min-width: 100px;
    bottom: 0;
    z-index: -1;
}

.works__elem-7 {
    position: absolute;
    right: 0;
    bottom: -5.25vw;
    width: 11.6vw;
    min-width: 100px;
    z-index: -1;
}

.reviews {
    padding-top: 160px;
    position: relative;
}

.reviews .container {
    position: relative;
}

.reviews h2 {
    text-align: center;
}

.reviews__elem {
    position: absolute;
    left: 0;
    top: 2.7vw;
    width: 13.1vw;
    min-width: 85px;
}

.reviews__elem-2 {
    position: absolute;
    right: 2.7vw;
    top: 1.6vw;
    width: 11.6vw;
    min-width: 100px;
    z-index: -1;
}

.reviews__text-title {
    max-width: 553px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}

.reviews__block {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 348px;
    position: relative;
    padding: 56px 32px 24px 22px;
    margin-bottom: 20px;
}

.reviews__block[data-slick-index="1"] {
    animation-delay: 0.25s;
}

.reviews__block[data-slick-index="2"] {
    animation-delay: 0.5s;
}

.reviews__logo {
    right: 16px;
    top: 8px;
    position: absolute;
    width: 65.745px;
}

.multiple-items .slick-track {
    display: flex;
    gap: 20px;
}

.reviews__img {
}

.reviews__img img {
    border-radius: 50%;
    max-width: 74px;
    max-height: 76px;
}

.reviews__text {
    overflow-y: scroll;
    max-height: 102px;
}

.reviews__subblock {
    display: flex;
}

.reviews__name {
    font-weight: 700;
}

.reviews__status {
    font-size: 16px;
    line-height: 18px;
}

.reviews__text {
    margin-top: 22px;
    line-height: 22px;
}

.reviews__disc {
    margin-left: 16px;
}

.reviews__social {
    display: flex;
    margin-top: 23px;
    align-items: center;
}

.reviews__instagram {
    margin-right: 22px;
}

.reviews__facebook {
    margin-right: 9px;
}

.reviews__btn {
    max-width: max-content;
    margin: 0 auto;
    margin-top: 70px;
}

.multiple-items .slick-prev,
.multiple-items .slick-prev:hover,
.multiple-items .slick-prev:focus {
    left: -25px;
}

.multiple-items .slick-next,
.multiple-items .slick-next:hover,
.multiple-items .slick-next:focus {
    right: -40px;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url(../img/left-arrow.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url(../img/right-arrow.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #cacaca;
}

.slick-dots li button:before {
    font-size: 17px;
    color: #e9e9e9;
    opacity: 1;
}

.questions {
    padding-top: 180px;
    position: relative;
    padding-bottom: 66px;
}

.questions .container {
    position: relative;
}

.questions h2 {
    text-align: center;
}

.questions__text-title {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.questions__block {
    min-height: 78px;
    border-radius: 10px;
    background: #f3f3f3;
    width: 100%;
    margin-bottom: 30px;
}

.questions__block button {
    color: #7fab99;
    font-size: 50px;
    margin-left: 31px;
    margin-right: 64px;
}

.questions__block h3 {
    margin-bottom: 0;
}

.questions__close {
    display: none;
}

.questions__text {
    display: none;
}

.questions__subblock {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.questions__opened .questions__open {
    display: none;
}

.questions__opened .questions__close {
    display: block;
}

.questions__opened .questions__text {
    display: inline-block;
    margin-left: 113px;
    margin-right: 100px;
    margin-bottom: 25px;
}

.questions__elem {
    position: absolute;
    top: 3.7vw;
    left: -7.3vw;
    width: 16.85vw;
    min-width: 125px;
}

.questions__elem-2 {
    position: absolute;
    top: -2.7vw;
    right: 0;
    width: 20.75vw;
    min-width: 125px;
    z-index: -1;
}

.questions__elem-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.5vw;
    min-width: 50px;
    z-index: -1;
}

.contacts {
    padding-top: 90px;
    position: relative;
    padding-bottom: 160px;
}

.contacts h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: initial;
}

.contacts .container {
    position: relative;
}

.contacts__text-title {
    max-width: 516px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.contacts__block {
    margin-left: 30px;
}

.contacts__block a {
    display: block;
    color: #323232;
    margin-bottom: 47px;
    align-items: center;
}

.contacts__block a img {
    margin-right: 18px;
}

.contact__logo {
    margin: 0 auto;
    width: 100%;
}

.contacts__form {
    padding: 46px 60px 0 60px;
    border-radius: 10px;
    background: #f3f3f3;
}

.contacts__form-text {
    font-weight: 600;
    margin-bottom: 12px;
}

.contacts__form-text:not(:first-of-type) {
    margin-top: 12px;
}

.contacts__form input {
    border: none;
    width: 100%;
    height: 54px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
}

input.contacts__btn {
    margin: 0 auto;
    width: 164px !important;
    border-radius: 10px !important;
    height: 37px !important;
    background: #ffb966 !important;
}

.contacts__form-text br {
    display: none;
}

.contacts__area {
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    height: 151px;
    padding: 10px 20px;
}

.contacts__elem {
    position: absolute;
    top: 2.6vw;
    right: 9.4vw;
    width: 20.75vw;
    min-width: 125px;
    transform: rotate(68.074deg);
    z-index: -1;
}

.contacts__elem-2 {
    position: absolute;
    top: 170px;
    z-index: -1;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    width: 17.1vw;
    min-width: 125px;
}

.contacts__elem-3 {
    position: absolute;
    left: 0;
    bottom: 6vw;
    width: 6.55vw;
    min-width: 50px;
}

.contacts__elem-4 {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 54%;
    margin-right: -54%;
    width: 11.6vw;
    min-width: 100px;
    transform: translate(-54%, 0);
}

.contacts__block-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.contacts__block-img img {
    width: 100%;
}

.contacts__block-img.animate .offer__logo-png {
    display: none;
}

.contacts__block-img.animate .offer__logo-gif {
    display: block;
}

.footer {
    display: flex;
    flex-direction: column;
}

.footer .footer__top {
    background-color: #BEDFD1;
    padding: 65px 0 55px;
    color: #263238;
}

.footer .footer__top h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.footer .footer__top .small-text {
    max-width: 857px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #575757;
}

.footer .footer__top h3 {
    line-height: 26px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 857px;
    margin: 0 auto 20px;
}

.footer .footer__top .secondary-small-text {
    max-width: 857px;
    margin: 20px auto 60px;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #575757;
}

.footer .footer__top ul {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto 60px;
}

.footer .footer__top ul li {
    position: relative;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer .footer__top ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-image: url(../img/hugeicons_checkmark-circle-03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .footer__top ul li p.title {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 30px;
}

.footer .footer__top ul li p.text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #575757;
}

.footer .footer__top h4 {
    line-height: 38px;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    max-width: 740px;
    margin: 0 auto 20px;
}

.footer .footer__top .footer__center-btn {
    color: #6CB1A8;
    font-weight: 700;
    font-size: 40px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 15px 35px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.footer .footer__top .footer__center-btn:hover {
    color: #ffffff;
    background-color: transparent;
}

.footer .footer__bottom {
    background-color: #6CB1A8;
    padding: 50px;
}

.footer__bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer__bottom .footer__bottom-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 34px;
}

.footer__bottom .footer__bottom-line.footer__bottom-line-mob {
    display: none;
}

.footer__bottom_logo,
.footer__bottom .footer__bottom-line .brand img {
    max-width: 76px;
    width: 100%;
}

.footer__bottom,
.footer__bottom a {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}

.footer__bottom .footer__bottom-line .brand {
    display: flex;
    align-items: center;
    gap: 35px;
}

.lang-item {
    padding: 6px 0;
}

.lang-item .work__link img {
    width: 46px;
    height: auto;
}

.pll-parent-menu-item > a img {
    width: 46px;
}

/* .pll-parent-menu-item::before {
	background: url(../img/arabic1.svg) no-repeat;
	content: '';
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: block;
	background-size: contain;
} */

/* .pll-parent-menu-item a {
	display: none;
} */

.pll-parent-menu-item .sub-menu a {
    display: block;
}

/* .lang-item a::before {
  content: url(../img/arabic1.svg);
  width: 20px;
  height: 20px;
} */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d9d9d9;
    border-radius: 8px;
    background-color: #d9d9d9;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 8px;
    border: 2px solid #d9d9d9;
}

/* P_ABOUT */

.p-about {
    padding-top: 90px;
    position: relative;
}

.p-about .container {
    position: relative;
}

.p-about__dots {
    position: absolute;
    left: -40px;
    top: 35%;
    z-index: -1;
}

.p-about__elem {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.p-about h2 {
    margin-bottom: 30px;
}

.p-about__text {
    max-width: 453px;
    margin: 0 auto;
}

.p-about .process__around {
    height: 27px;
    width: 27px;
}

.p-about .process__subaround {
    height: 15px;
    width: 15px;
}

.p-about .process__title {
    font-size: 20px;
}

.p-about .process__text {
    margin-top: 20px;
    max-width: 100%;
}

.p-about .process__block {
    margin-top: 34px;
}

.p-about .process__block-2 {
    max-width: 524px;
}

.p-about .process__block-3 {
    display: flex;
    align-items: end;
    justify-content: end;
}

.p-about .process__block-4 {
    margin-left: 20px;
}

.process__subblock-3 {
    max-width: 535px;
    padding-left: 30px;
}

.p-about .container {
    background: url(../img/line__back-about.svg) no-repeat;
    background-size: contain;
    background-position: 0 120px;
}

.p-about .process__block-1,
.p-about .process__block-5 {
    margin-left: 30px;
}

.p-about .process__block-5 {
    margin-left: 40px;
}

.p-about__logo {
    width: 100%;
    padding-right: 10%;
}

.p-about .offer__btn {
    margin-top: 30px;
}

.modal__form {
    border-radius: 10px;
    background: #f3f3f3;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 76px;
    position: relative;
}

.arcticmodal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: unset;
    font-size: 24px;
    cursor: pointer;
}

.modal__form input,
.modal__form textarea {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    padding: 10px 20px;
}

.modal__form input {
    height: 54px;
}

.modal__form textarea {
    height: 215px;
}

.modal__form .contacts__form-text {
    margin-top: 30px;
}

.modal__form .contacts__form-text span {
    color: #ea5656;
}

.intl-tel-input {
    display: block;
}

.form__submit {
    border-radius: 30px !important;
    background: #ffb966 !important;
    display: block;
    width: auto !important;
    padding: 14px 57px !important;
    height: auto !important;
    font-size: 20px !important;
    margin: 0 auto;
    margin-top: 50px;
}

.modal__form-text {
    max-width: 495px;
    margin: 0 auto;
    margin-top: 20px;
}

/* portfolio__tabs */

.portfolio__tabs {
    margin-top: 90px;
}

.portf__dots {
    left: 15px;
    z-index: -1;
}

.portfolio__offer .elem-t {
    right: 0;
    top: 0;
    position: absolute;
}

.portfolio__offer .elem-header-line {
    right: 0;
    bottom: 12vw;
    position: absolute;
}

#corporate::before {
    display: block;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}

.tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 18px;
    margin-bottom: 70px;
}

.tab {
    border-top: 155px solid transparent;
    margin-top: -155px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.tab .tab-block {
    border-radius: 10px;
    background: #f3f3f3;
    width: 100%;
    padding: 24px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    color: #323232;
    cursor: pointer;
    height: 100%;
}

.portfolio__tabs .active .tab-block {
    background: #6cb1a8;
    color: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.portfolio__tabs .tab:nth-child(2) {
    animation-delay: 0.25s;
}

.portfolio__tabs .tab:nth-child(3) {
    animation-delay: 0.5s;
}

.portfolio__tabs .tab:nth-child(4) {
    animation-delay: 0.75s;
}

.portfolio__elem {
    position: absolute;
    bottom: -20px;
    left: 40%;
    width: 12.15vw;
    min-width: 100px;
}

.tab__img {
    margin-right: 30px;
}

.tab__img-active {
    display: none !important;
}

.active .tab__img-active {
    display: block !important;
}

.active .tab__img-pass {
    display: none !important;
}

.portfolio__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 22px;
}

.page__portfolio {
    visibility: hidden;
}

.page__portfolio.active {
    visibility: visible;
}

.portfolio__blocks .portfolio__block:nth-child(2) {
    animation-delay: 0.25s;
}

.portfolio__blocks .portfolio__block:nth-child(3) {
    animation-delay: 0.5s;
}

.portfolio__blocks .portfolio__block:nth-child(4) {
    animation-delay: 0.75s;
}

.portfolio__blocks .portfolio__block:nth-child(5) {
    animation-delay: 1s;
}

.portfolio__blocks .portfolio__block:nth-child(6) {
    animation-delay: 1.25s;
}

.portfolio__blocks .portfolio__block:nth-child(7) {
    animation-delay: 1.5s;
}

.portfolio__blocks .portfolio__block:nth-child(8) {
    animation-delay: 1.75s;
}

.portfolio__blocks .portfolio__block:nth-child(9) {
    animation-delay: 2s;
}

.portfolio__blocks .slick-dots {
    display: none !important;
}

.portfolio__block {
    position: relative;
    height: 456.699px;
    margin-bottom: 50px;
    background-size: cover;
}

/* .portfolio__block .work__link {
  position: absolute;
  bottom: 10px;
  left: 8%;
} */

.portfolio__block h3 {
    margin-left: 15%;
    margin-top: 4%;
}

.slick-dots > li:only-child {
    display: none;
}

.faden {
    animation-duration: 1.55s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

.fadein {
    animation-duration: 1.35s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* portfolio__post */

.portfolio__post {
    padding-top: 120px;
    padding-bottom: 50px;
}

.portfolio__post-main {
    padding-bottom: 77px;
    max-width: 473px;
    padding-left: 12%;
}

.portfolio__post h1 {
    font-size: 30px;
    font-weight: 700;
}

.portfolio__skils {
    display: flex;
    margin-top: 25px;
}

.portfolio__skils p {
    margin-right: 14px;
    color: #7fab99;
}

.portfolio__site-link {
    margin-top: 10px;
    display: block;
}

.portfolio__post-block {
    background: #e5f6ee;
    padding-top: 45px;
    padding-bottom: 50px;
    height: 100%;
}

.portfolio__post-block-1 {
    padding-bottom: 70px;
    width: 100%;
    height: 100%;
    padding-left: 12%;
}

.portfolio__post-block-2 {
    padding-top: 70px;
    padding-left: 12%;
}

.portfolio__post-block-3 .portfolio__post-text {
    max-width: 100%;
    width: 100%;
}

.portfolio__post-block-4 {
    padding-top: 0;
    padding-left: 6%;
}

.portfolio__post-text {
    max-width: 473px;
}

.portfolio__post-block-title {
    color: #ffb966;
    font-size: 25px;
    font-weight: 700;
}

.portfolio__post-img {
    width: 100%;
}

.portfolio__post-img-b {
    width: 100%;
}

/* testimonials */

.testimonials {
    padding: 90px 0;
    position: relative;
}

.testimonials h1 {
    font-size: clamp(25px, 5vw, 40px);
    text-align: center;
}

.testimonials__text-title {
    max-width: 553px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.testimonials__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 17px;
}

.testimonials__block {
    background: url(../img/free-icon-right-quote-sign-568261.svg), #f3f3f3;
    background-repeat: no-repeat;
    background-position: 53px center;
    padding: 21px 114px 34px 73px;
    margin-top: 50px;
    border-radius: 10px;
}

.testimonials__block:nth-child(n + 2):nth-child(-n + 3) {
    background: url(../img/free-icon-right-quote-sign-568261.svg), #e5f6ee;
    background-repeat: no-repeat;
    background-position: 53px center;
}

.testimonials__block:nth-child(n + 6) {
    background: url(../img/free-icon-right-quote-sign-568261.svg), #e5f6ee;
    background-repeat: no-repeat;
    background-position: 53px center;
}

.testimonials__block-top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.testimonials__subblock {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.testimonials__img img {
    max-width: 89px;
    max-height: 89px;
    border-radius: 50%;
    margin-right: 21px;
}

.testimonials__name {
    font-weight: 700;
}

.testimonials__status {
    font-size: 16px;
}

.testimonials__logo {
    max-width: 63px;
}

.testimonials__text {
    margin-top: 73px;
}

.testimonials__social {
    margin-top: 45px;
}

.client__dots {
    top: 19.45vw;
    position: absolute;
    left: 0.9vw;
    width: 11.85vw;
    min-width: 100px;
    z-index: -1;
}

.client__elem {
    position: absolute;
    top: 7.85vw;
    right: 5.25vw;
    width: 20.7vw;
    min-width: 125px;
    transform: rotate(68.074deg);
    z-index: -1;
}

.client__elem-2 {
    position: absolute;
    bottom: -180px;
    left: 150px;
    width: 268px;
    height: 268px;
    z-index: -1;
}

.client__elem-3 {
    position: absolute;
    bottom: -69px;
    right: 350px;
    width: 221.792px;
    height: 217px;
    z-index: -1;
}

/* posts */

.posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 22px;
}

.byline,
.entry-footer {
    display: none;
}

.updated {
    display: none;
}

.blog__page {
    padding-top: 90px;
    padding-bottom: 175px;
    position: relative;
}

.blog__page h1 {
    text-align: center;
}

.blog__post__text {
    text-align: center;
    margin: 0 auto;
    max-width: 416px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.blog__page .entry-content {
    margin: 0;
    /* Убираем внешний отступ */
    -webkit-line-clamp: 7;
    /* Число отображаемых строк */
    display: -webkit-box;
    /* Включаем флексбоксы */
    -webkit-box-orient: vertical;
    /* Вертикальная ориентация */
    overflow: hidden;
    margin-top: 30px;
    max-width: 276px;
}

.entry-title {
    line-height: 30px;
}

.entry-meta {
    color: #999;
    margin-top: 30px;
}

.posts .post {
    border-radius: 10px;
    background: #f3f3f3;
    padding: 44px 24px 38px 44px;
    position: relative;
    margin-top: 50px;
}

.entry-title a {
    color: #323232;
    font-size: 25px;
    font-weight: 700;
}

.posts .post:nth-child(2n) {
    background: #e5f6ee;
}

.more-link {
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #ffb966;
    font-weight: 700;
}

.more-link::after {
    content: "";
    width: 35px;
    height: 30px;
    background: url(../img/Next-work.svg);
    margin-left: 9px;
    margin-bottom: 5px;
}

.post__temp {
    display: flex;
    align-items: center;
    padding: 0;
}

.post__temp .post__temp-block {
    border-radius: 10px;
    background: #f3f3f3;
    padding: 50px 0;
    padding-left: 10%;
    width: 50%;
}

.post__temp h1 {
    margin-bottom: 58px;
    font-size: 30px;
    font-weight: 700;
    max-width: 526px;
}

.categories {
    margin-top: 30px;
}

.categories a {
    color: #709887;
    margin-right: 9px;
    margin-left: 9px;
}

.categories a:first-child {
    margin-left: 0;
}

.post__block {
    margin-top: 50px;
    line-height: 22px;
}

.post__block h3 {
    margin-bottom: 30px;
}

.blog__img {
    width: 50%;
}

.post__temp .entry-title {
    text-align: start;
    text-transform: initial;
    line-height: 30px;
    font-size: 30px;
}

.blog__img-bottom {
    margin-top: 50px;
    width: 100%;
}

.post__temp-2 {
    padding: 0;
    padding-right: 5%;
}

.post__temp-3 {
    padding-left: 2%;
}

.blog__single-page {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.blog__single-page h1 {
    text-align: center;
    font-size: 40px;
}

.blog__single-page .nav-links {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.blog__single-page .nav-links a {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border-radius: 10px;
    background: #aeaeae;
    width: 156px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: #f3f3f3;
    margin-right: 20px;
    margin-left: 20px;
}

.blog__single-page .nav-links a:active,
.blog__single-page .nav-links a:hover,
.blog__single-page .nav-links a:focus {
    color: #fff;
    background: #aeaeae;
}

.blog__single-elem {
    position: absolute;
    bottom: -77px;
    left: 10%;
    width: 268px;
    height: 268px;
    z-index: -1;
}

.blog__single-elem-2 {
    position: absolute;
    top: 140px;
    right: 39px;
    width: 397px;
    height: 397px;
    transform: rotate(68.074deg);
    z-index: -1;
}

.blog__single-dots {
    top: 320px;
}

.blog__page .page-numbers {
    background: #f3f3f3;
    width: 35px;
    display: flex;
    height: 35px;
    border-radius: 50%;
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    color: #323232;
    font-size: 20px;
    font-weight: 600;
}

.blog__page .current {
    background: #aeaeae;
    color: #fff;
}

.blog__page .next,
.blog__page .prev {
    color: #fff0;
    background: url(../img/right-arrow3.svg) no-repeat center, #f3f3f3;
    width: 35px;
    display: block;
    height: 35px;
    border-radius: 50%;
}

.blog__page .prev {
    transform: rotate(180deg);
}

.blog__page .nav-links {
    display: flex;
    align-items: center;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.blog__elem-2 {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 10.4vw;
    width: 17.1vw;
    min-width: 125px;
}

.blog__elem-3 {
    position: absolute;
    bottom: 0;
    right: 7.85vw;
    width: 11.6vw;
    min-width: 100px;
}

/* services-block */

.services-block .col-lg-7,
.services-block .col-lg-3 {
    animation-delay: 0.5s;
}

.services-block__img {
    width: 100%;
}

.services-page {
    padding-top: 90px;
}

.services-page h1 {
    font-size: clamp(25px, 5vw, 40px);
    text-transform: none;
}

.services-page__text-title {
    max-width: 553px;
    margin: 0 auto;
    margin-top: 30px;
}

.services-block {
    margin-top: 50px;
}

.services-block .container {
    border-radius: 20px;
    background: #f3f3f3;
    padding: 50px 0;
}

.services-block-2 .container,
.services-block-4 .container {
    background: #e5f6ee;
}

.services-block-4 {
    margin-bottom: 90px;
}

.services-block__skill {
    color: #709887;
    margin-top: 30px;
    margin-bottom: 30px;
}

.services-block__text {
    max-width: 553px;
}

.services-block__skill p {
    margin-right: 19px;
    display: inline-block;
}

.services-block__skill p::before {
    content: "•";
    color: #000;
    margin-right: 19px;
}

.services-block__skill p:first-child::before {
    content: "";
    margin-right: 0;
}

.services-block__btn {
    margin-top: 30px;
}

/* Thanks */

.thanks__container {
    width: 646px;
    border-radius: 10px;
    background: #e5f6ee;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 50px;
    text-align: center;
    margin: 0 auto;
}

.thanks__container h3 {
    text-transform: uppercase;
    margin-top: 15px;
}

.thanks__container {
    margin-top: 30px;
}

.blog__post:nth-child(3n + 2) {
    animation-delay: 0.2s;
}

.blog__post:nth-child(3n + 3) {
    animation-delay: 0.4s;
}

.tpl-single-post p {
    margin: revert-layer;
    margin-top: 0;
}

.tpl-single-post ul,
.tpl-single-post li {
    padding: revert-layer;
    margin: revert-layer;
}

.tpl-single-post li {
    display: list-item;
}

.tpl-single-post .main_banner {
    background-color: #f3f3f3;
    padding-top: 100px;
    padding-bottom: 250px;
}

.tpl-single-post .main_banner-title {
    text-align: center;
    font-size: 65px;
    line-height: 75px;
    text-transform: none;
    font-weight: 500;
}

.tpl-single-post .post_info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    font-size: 18px;
    color: #709887;
    list-style: none;
}

.tpl-single-post .post_info li.separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #121212;
    display: block;
}

.tpl-single-post .post_main_img {
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    background-size: cover;
}

.tpl-single-post .main_section {
    margin-top: -150px;
}

.tpl-single-post .post_content {
    text-align: justify;
    color: #201F1F;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    gap: 15px;
}

.tpl-single-post .post_content figure {
    margin-top: revert;
    margin-bottom: revert;
}

.tpl-single-post .post_content .post_content_left,
.tpl-single-post .post_content .post_content_right {
    width: 25%;
}

.tpl-single-post .post_content .post_content_center {
    width: 50%;
}

.tpl-single-post .post_content .post_content_nav {
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    border-radius: 10px;
    background: #f3f3f3;
    margin: 0;
    text-align: left;
}

.post_content .post_content_nav li:first-of-type {
    font-weight: bold;
}

.tpl-single-post .post_content .post_content_nav li a {
    color: #201F1F;
}

.tpl-single-post .post_content .post_content_nav li a:hover {
    color: #709887;
}

.tpl-single-post .post_content .post_content_callback {
    background: #e5f6ee;
    padding: 30px 40px 30px 25px;
    text-align: center;
    border-radius: 10px;
}

.tpl-single-post .nav-links a {
    color: #323232;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border-radius: 10px;
    width: 156px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: #f3f3f3;
    margin: 50px auto 0;
}

.tpl-single-post .nav-links a:active, .tpl-single-post .nav-links a:hover, .tpl-single-post .nav-links a:focus {
    color: #fff;
    background: #aeaeae;
}

.tpl-single-post .btn {
    border-radius: 30px;
    min-height: 45px;
    padding: 0 15px;
    font-size: 20px;
    margin-top: 15px;
}

.tpl-single-specialization .main_banner {
    background-color: transparent;
    padding-bottom: 180px;
}

.tpl-single-specialization .post_main_img {
    height: 560px;
    border-radius: 20px;
}

.tpl-single-specialization .main_banner-title {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #323232;
    text-transform: math-auto;
}

.tpl-single-specialization .main_banner-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #323232;
}

.tpl-single-specialization .post_content .post_content_left,
.tpl-single-specialization .post_content .post_content_right {
    width: 22%;
}

.tpl-single-specialization .post_content .post_content_center {
    flex: 1;
}

.tpl-single-specialization .post_content .wp-block-heading {
    font-family: 'Nunito Sans';
    font-size: 20px;
    line-height: 27px;
    color: #323232;
}

.tpl-single-specialization .post_content {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}

.tpl-single-specialization .post_content .wp-block-image img {
    width: 100% !important;
    object-fit: cover;
    border-radius: 20px;
}

.tpl-single-specialization .post_content_spec .post_content_spec_list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.tpl-single-specialization .post_content_spec .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.tpl-single-specialization .post_content_spec .item img {
    width: 100%;
    height: 140px;
    border-radius: 20px;
    object-fit: cover;
}

.tpl-single-specialization .post_content_spec .item .title {
    color: #323232;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto;
    margin-bottom: 0;
}

.reviews_list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.reviews_list .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews_list .name {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #323232;
    margin: 0;
}

.reviews_list .position {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #323232;
    margin: 0;
}

.reviews_list .text {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #323232;
    margin: 0;
}

.tpl-single-specialization .post_content .post_content_spec,
.tpl-single-specialization .post_content .reviews_spec {
    background: #F3F3F3;
    padding: 0;
    text-align: center;
    border-radius: 10px;
}

.tpl-single-specialization .post_content_spec > p,
.tpl-single-specialization .reviews_spec > p {
    padding: 30px 15px 34px;
    border-bottom: 1px solid #709887;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.tpl-single-specialization .post_content .post_content_spec .post_content_spec_list,
.tpl-single-specialization .post_content .reviews_spec .reviews_list {
    padding: 34px 30px 30px;
}

.tpl-single-specialization .post_content .btn {
    border-radius: 30px;
    min-height: 35px;
    padding: 0 15px;
    font-size: 16px;
    margin-top: 0;
}

.tpl-single-specialization .portfolio-block .portfolio-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tpl-single-specialization .portfolio-block .portfolio-list .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #323232;
}

.tpl-single-specialization .portfolio-block .portfolio-list .link {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #323232;
    display: block;
    margin-bottom: 10px;
}

.tpl-single-specialization .portfolio-block .portfolio-list .gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tpl-single-specialization .portfolio-block .portfolio-list .gallery img {
    width: calc(50% - 10px);
    border-radius: 25px;
}

.tpl-single-specialization .portfolio-block .portfolio-list .gallery img:first-of-type {
    width: 100%;
}

/*   Meia Queries   */
/*1500 - 1600 px*/
@media screen and (max-width: 1700px) {
    /* .works__elem-3 {
          position: absolute;
          top: 815px;
          right: 0px;
          z-index: -1;
      } */
    .post__temp .post__temp-block {
        width: 50%;
    }

    .blog__img {
        width: 50%;
    }
}

/*1500 - 1600 px*/
@media screen and (max-width: 1500px) {
    /* .works__elem-3 {
          top: 760px;
      } */
    .work__client {
        margin-top: 41px;
    }

    .work__discription {
        padding: 40px 0;
    }

    /* .works__elem-4 {
          top: 1306px;
      } */
    /* .works__elem-5 {
          bottom: 710px;
          right: 15px;
      } */
}

/*1200 - 1400 px*/
@media screen and (max-width: 1400px) {
    .p-about .container {
        background: none;
    }

    /* .process__circle-2 {
          width: 200px;
      } */
    .container__process {
        background-position-x: 0px;
        background-position-y: 10px;
        background-size: contain;
    }

    .process__img {
        width: 100%;
    }

    .process__block-3 {
        margin-top: 100px;
    }

    .work__img {
        width: 100%;
        margin-top: 100px;
    }

    /* .questions__elem-3 {
          right: -30px;
      } */
    .p-about .process__block-1 {
        margin-top: 50px;
    }

    .p-about .process__block-1,
    .p-about .process__block-5 {
        margin-left: 0px;
    }

    .process__block-4 {
        margin-top: 70px;
    }

    .tab .tab-block {
        font-size: 26px;
    }
}

/*993 - 1200 px*/
@media screen and (max-width: 1200px) {
    .offer__logo {
        width: 100%;
    }

    /*
      .offer__circle {
          display: none;
      }

      .process__circle-2 {
          display: none;
      }

      .process__elem-3 {
          display: none;
      } */
    .process__img-2 {
        margin-top: 0;
    }

    .container__process {
        /* background: none; */
    }

    .process__block-2 {
        margin-top: 50px;
    }

    /* .process__circle-3 {
          display: none;
      }

      .facts__elem-1,
      .facts__elem-2,
      .facts__elem-4 {
          display: none;
      } */
    .facts__img-1 {
        width: 100%;
    }

    .fact__block {
        margin-bottom: 37px;
    }

    .work__discription {
        margin-top: 15px;
        padding: 20px 0;
    }

    .work__client {
        margin-top: 11px;
    }

    .work__items p {
        margin-right: 12px;
        font-size: 16px;
    }

    .work__text,
    .work__post,
    .work__name {
        font-size: 16px;
    }

    .works__elem-3 {
        display: none;
    }

    /* .works__elem-3,
      .works__elem-4,
      .reviews__elem,
      .reviews__elem-2,
      .questions__elem-3,
      .contacts__elem,
      .contacts__elem-3,
      .contacts__elem-2,
      .contacts__elem-4 {
          display: none;
      } */
    .portfolio__block {
        height: 366px;
    }

    .portfolio__block h3 {
        margin-left: 5%;
    }

    .posts {
        grid-template-columns: 1fr 1fr;
    }

    .reviews__block {
        height: 380px;
    }

    .tab__img {
        margin-right: 20px;
    }

    .tab-block p {
        font-size: 20px;
    }

    .tabs {
        display: flex;
    }

    .tab {
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .tabs .slick-dots {
        display: none !important;
    }

    .multiple-items-3 .slick-list {
        padding: 0 20% 0 0;
    }

    .footer__bottom, .footer__bottom a {
        font-size: 14px;
        line-height: 20px;
    }
}

/*768 - 992 px*/
@media screen and (max-width: 992px) {
    .chat__sticky {
        right: 10px;
    }

    .works__elem-5 {
        bottom: auto;
        top: 10vw;
    }

    .contacts__elem-2 {
        top: 145px;
    }

    .contacts__elem-3 {
        left: auto;
        right: 0;
    }

    .blog__single-dots {
        top: 22vw;
    }

    .works__elem-2 {
        display: none;
    }

    .elem-t {
        display: none;
    }

    .offer h1 {
        margin-top: 40px;
    }

    /* .elem__header-3,
      .elem__header-2,
      .elem-header-line {
          display: none;
      } */
    .offer .container {
        padding-bottom: 50px;
    }

    /* .serv__line,
      .process__circle,
      .process__line,
      .process__elem-2,
      .process__elem-4,
      .p-about__dots,
      .p-about__elem,
      .blog__elem-3,
      .blog__elem-2,
      .portfolio__elem {
          display: none;
      } */
    .process {
        padding-top: 100px;
    }

    .process__text {
        max-width: 100%;
    }

    .process__block {
        margin-top: 50px;
    }

    .process__btn {
        margin-top: 50px;
        margin-right: auto;
    }

    .container__process {
        padding-top: 0;
    }

    .facts {
        padding-top: 100px;
    }

    .fact__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 32px;
    }

    .fact__block h2 {
        font-size: 30px;
    }

    /* .works__elem-1,
      .works__elem-2,
      .works__elem-5,
      .works__elem-6,
      .works__elem-7 {
          display: none;
      } */
    .work__mobile-block {
        background: rgba(190, 223, 209, 0.57);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .work__mobile-block h3 {
        margin-left: 20px;
    }

    .work__mobile-block .work__img {
        margin-top: 20px;
        width: 100%;
    }

    .multiple-items-2 .slick-prev {
        top: -50px;
        left: 85%;
    }

    .multiple-items-2 .slick-next {
        top: -50px;
        left: 90%;
    }

    .work__link {
        color: #ffb966;
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-left: 20px;
    }

    .work__items {
        justify-content: center;
        margin-top: 20px;
    }

    .work__text-title {
        margin-bottom: 126px;
    }

    .work {
        overflow: hidden;
    }

    .reviews {
        padding-top: 80px;
    }

    .questions {
        padding-top: 100px;
        padding-bottom: 0;
    }

    /* .questions__elem,
      .questions__elem-2 {
          display: none;
      } */
    .contacts__block-img {
        display: none;
    }

    .contact__logo {
        display: none;
    }

    .container-contact {
        max-width: 100%;
        padding: 0;
    }

    .contacts__block {
        margin-left: 45px;
        margin-top: 50px;
    }

    .contacts {
        padding-bottom: 0;
    }

    .slick-prev,
    .slick-next {
        opacity: 0.7;
        width: 40px;
        height: 40px;
    }

    .slick-prev:focus,
    .slick-next:focus {
        opacity: 1;
    }

    .p-about .process__text,
    .p-about .process__block-2 {
        max-width: 100%;
    }

    .process__subblock-3 {
        max-width: 100%;
        padding-left: 0;
    }

    .p-about .process__block-3 {
        display: none;
    }

    .p-about .process__block-4 {
        margin-left: 0;
    }

    .p-about__logo {
        margin-top: 60px;
    }

    .portfolio__block {
        height: 266px;
    }

    .portfolio__block h3 {
        margin-left: 5%;
        font-size: 20px;
    }

    .portfolio__block .work__link {
        font-size: 16px;
    }

    .portfolio__block .work__link img {
        width: 30px;
    }

    .portfolio__tabs {
        margin-top: 0px;
    }

    .portfolio__post {
        padding-left: 0;
        background: #f4f9f7;
        margin-top: 30px;
    }

    .portfolio__post-main,
    .portfolio__post-block {
        padding-left: 6%;
        padding-right: 6%;
        max-width: 100%;
        background: #f4f9f7;
    }

    .portfolio__post-text {
        max-width: 100%;
    }

    .portfolio__post-block-2 {
        padding-top: 0;
    }

    .portfolio__post-block-1 {
        padding-bottom: 50px;
    }

    .testimonials__blocks {
        display: block;
    }

    /* .client__dots,
      .client__elem,
      .client__elem-2,
      .client__elem-3 {
          display: none;
      } */
    .testimonials__text-title {
        margin-bottom: 50px;
        padding: 0 8%;
    }

    .testimonials .multiple-items-2 .slick-next,
    .testimonials .multiple-items-2 .slick-prev {
        top: 0;
    }

    .testimonials .slick-dots {
        bottom: -50px;
    }

    .testimonials__block:nth-child(n + 2):nth-child(-n + 3),
    .testimonials__block:nth-child(n + 6) {
        background: url(../img/free-icon-right-quote-sign-568261.svg), #f3f3f3;
        background-repeat: no-repeat;
        background-position: 53px center;
    }

    .post__temp-2,
    .post__temp-3 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .post__temp {
        flex-direction: column;
    }

    .blog__img {
        max-width: 100%;
        width: 100%;
    }

    .blog__single-elem {
        display: none;
    }

    .services-block .container {
        max-width: 100%;
        width: 100%;
        padding: 50px 5%;
    }

    .services-block__img {
        display: none;
    }

    .tabs {
        margin-bottom: 40px !important;
    }

    .tab {
        font-size: 20px;
    }

    .post__temp .post__temp-block {
        width: 100%;
    }

    .blog__single-page .container {
        display: none;
    }

    .reviews__block {
        height: 348px;
    }

    .services__block {
        margin-top: 20px;
    }

    .p-about__logo {
        padding-right: 0;
    }

    .multiple-items-3 .slick-dots li.slick-active button:before {
        color: #6cb1a8;
    }

    .multiple-items-3 .slick-dots {
        bottom: -40px;
    }

    .tab-block p {
        font-size: 18px;
    }

    .multiple-items-3 .slick-list {
        padding: 0 15% 0 0;
    }

    .process__title,
    .process__text {
        text-align: center;
        margin: 0 auto;
    }

    .process__text {
        margin-top: 15px;
    }

    .process__block {
        border-radius: 20px;
        background: #f3f3f3;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 20px 10%;
    }

    .process__block-2,
    .process__block-4 {
        background: #e5f6ee;
    }

    .process__around {
        display: none;
    }

    .tabs .slick-prev,
    .tabs .slick-next {
        width: 20px;
        height: 20px;
    }

    .contact-page__contact-block {
        display: none;
    }

    .tpl-single-post .post_content {
        flex-direction: column;
        padding-top: 30px;
    }

    .tpl-single-post .post_content .post_content_left,
    .tpl-single-post .post_content .post_content_center,
    .tpl-single-post .post_content .post_content_right {
        width: 100%;
    }

    .tpl-single-specialization .post_content .post_content_right {
        margin-top: 50px;
    }

    .tpl-single-specialization .post_content_spec .post_content_spec_list {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tpl-single-specialization .post_content_spec .item {
        max-width: calc(50% - 17px);
        width: 100%;
    }

    .sticky_elem {
        position: unset !important;
    }

    .footer .footer__top p {
        font-size: 21px;
        line-height: 36px;
    }

    .footer .footer__top h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .footer .footer__bottom {
        padding: 30px 0;
    }

    .footer__bottom .container {
        gap: 10px;
    }

    .footer__bottom .footer__bottom-line.footer__bottom-line-desc {
        display: none;
    }

    .footer__bottom .footer__bottom-line.footer__bottom-line-mob {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .footer__bottom .footer__bottom-line.footer__bottom-line-mob .item:first-of-type {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .footer__bottom .footer__bottom-line.footer__bottom-line-mob .item:last-of-type img {
        max-width: 65px;
    }
}

/*577 - 768 px*/
@media screen and (max-width: 767px) {
    .header__content {
        gap: 10px;
    }

    .menu-toggle {
        margin-left: 10px;
    }

    .header__content .header__content_request {
        font-size: 14px;
        padding: 13px 5px;
        max-width: 150px;
    }

    .side-menu__close {
        right: 10px;
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transition: right 0.3s ease;
        z-index: 999;
        padding: 50px 20px;
    }

    .floating-menu-btn {
        right: 20px;
    }

    .portfolio__post-block {
        height: auto;
    }

    .thanks__container {
        width: 100%;
    }

    .offer {
        margin-top: 60px;
    }

    .offer h1 {
        margin-top: 0;
        font-size: 30px;
        text-align: center;
    }

    .offer p {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .offer__btn {
        margin: 0 auto;
    }

    .offer__logo {
        margin-top: 30px;
    }

    .services .container {
        border-radius: 0;
        background: none;
        box-shadow: none;
        padding-bottom: 0;
    }

    .services__block {
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 22px;
    }

    .services h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 35px;
    }

    .process {
        padding-top: 90px;
    }

    .container__process {
        padding-bottom: 0;
    }

    .facts {
        padding-top: 80px;
    }

    .fact__block {
        flex-direction: column;
    }

    .fact__block h2 {
        margin-left: 0;
        margin-top: 20px;
        font-size: 20px;
    }

    .work {
        padding-top: 59px;
        padding-bottom: 0;
    }

    .multiple-items .slick-track {
        gap: 0;
    }

    .multiple-items .slick-prev,
    .multiple-items .slick-prev:hover,
    .multiple-items .slick-prev:focus {
        left: -30px;
    }

    .questions {
        padding-top: 80px;
    }

    h3 {
        font-size: 25px;
    }

    .questions__block button {
        font-size: 40px;
        margin-left: 30px;
        margin-right: 20px;
    }

    .questions__opened .questions__text {
        display: inline-block;
        margin-left: 69px;
        margin-right: 50px;
        margin-bottom: 25px;
    }

    .questions__subblock {
        margin-right: 20px;
    }

    .contacts {
        padding-top: 60px;
    }

    .contacts__block a {
        font-weight: 600;
    }

    .p-about {
        padding-top: 0;
    }

    .p-about .container {
    }

    .modal__form {
        padding: 30px;
    }

    .modal__form .contacts__form-text {
        margin-top: 15px;
    }

    .portfolio__block {
        height: 366px;
    }

    .portfolio__block .work__link {
        font-size: 20px;
    }

    .portfolio__block h3 {
        margin-left: 8%;
        font-size: 25px;
    }

    .portfolio__block .work__link img {
        width: auto;
    }

    .page__portfolio {
        display: block;
    }

    .portfolio__blocks {
        display: block;
        padding: 0 8%;
    }

    .portfolio__blocks .slick-prev {
        left: 0 !important;
    }

    .portfolio__blocks .slick-next {
        right: 0 !important;
    }

    .tabs {
        display: block;
        margin-bottom: 0;
    }

    .portfolio__tabs .multiple-items-2 .slick-prev {
        top: -30px;
        left: 80%;
    }

    .portfolio__tabs .slick-dots {
        bottom: 5px;
    }

    .portfolio__tabs .multiple-items-2 .slick-next {
        top: -30px;
    }

    .tab .tab-block {
        padding: 12px 12px;
        margin-top: 17px;
    }

    .tab__img {
        margin-right: 20px;
    }

    .portfolio__tabs {
        padding-bottom: 40px;
    }

    .portfolio__post {
        padding-top: 50px;
    }

    .contacts {
        padding-bottom: 20px;
    }

    .posts {
        display: block;
    }

    .portfolio__contact {
        display: none;
    }

    .work__mobile-block .work__img {
        max-height: 460px;
    }

    .services__block {
        margin-top: 0;
    }

    .page__portfolio-title {
        font-size: 25px;
        margin-left: 10%;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .process__btn {
        margin-top: 40px;
    }

    .fact__block h2 {
        line-height: normal;
        text-align: center;
    }

    .tab p {
        display: none;
    }

    .tab__img {
        margin: 0 auto;
    }

    .portfolio__tabs .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .reviews .slick-prev {
        left: 82% !important;
        top: -30px !important;
    }

    .reviews .slick-next {
        top: -30px !important;
        left: 92% !important;
    }

    .multiple-items-3 .slick-next,
    .multiple-items-3 .slick-prev {
        display: none !important;
    }

    .tpl-single-post .post_main_img {
        height: 400px;
    }

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

    .footer .footer__top h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .footer .footer__top .small-text,
    .footer .footer__top .secondary-small-text {
        font-size: 14px;
        line-height: 20px;
    }

    .footer .footer__top .secondary-small-text {
        margin-bottom: 30px;
    }

    .footer .footer__top h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .footer .footer__top ul li {
        padding-left: 45px;
        gap: 10px;
    }

    .footer .footer__top ul li:before {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .footer .footer__top ul li p.title {
        font-size: 16px !important;
        line-height: 22px;
    }

    .footer .footer__top ul li p.text {
        font-size: 16px;
        line-height: 22px;
    }

    .footer .footer__top h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .footer .footer__top .footer__center-btn {
        font-size: 20px;
        width: 100%;
        padding: 9px;
    }
}

/*320 - 576 px*/
@media screen and (max-width: 576px) {
    .chat__sticky {
        width: 50px;
        height: 50px;
    }

    .offer p {
        font-size: 14px;
    }

    .elem-header-line {
        bottom: 45vw;
    }

    .elem__header-2 {
        bottom: 29vw;
    }

    .reviews__elem {
        top: 6.8vw;
    }

    .serv__line {
        right: 5px;
        top: 15vw;
    }

    .offer h1 {
        font-size: 25px;
    }

    .btn {
        font-weight: 600;
        font-size: 14px;
        min-height: 34px;
        padding: 0 21px;
    }

    .btn img {
        width: 14px;
    }

    .services {
        padding-top: 0;
    }

    h3 {
        font-size: 20px;
    }

    .services__block p {
        font-size: 14px;
    }

    h2 {
        font-size: 25px;
    }

    body {
        font-size: 14px;
    }

    .process__block {
        margin-top: 20px;
    }

    .process__title {
        font-size: 20px;
    }

    .process__btn {
    }

    .fact__block h2 {
        font-size: 16px;
    }

    .facts__img-1 {
        width: 100%;
        margin-top: -40px;
    }

    .work__text-title {
        margin-bottom: 90px;
    }

    .slick-next,
    .slick-prev {
        background-size: contain;
    }

    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
    }

    .multiple-items-2 .slick-prev {
        left: 82%;
    }

    .work__link img {
        width: 22px;
        margin-left: 6px;
    }

    .work__items p {
        font-size: 14px;
    }

    .slick-dots li button:before {
        font-size: 14px;
    }

    .questions__block {
        align-items: center;
        display: flex;
    }

    .questions__opened {
        display: block;
    }

    .contacts__form-text {
        font-size: 18px;
    }

    .contacts__block a {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .form__submit {
        padding: 6px 42px !important;
        font-size: 18px !important;
        margin: 0 auto;
        margin-top: 20px;
    }

    .portfolio__tabs .multiple-items-2 .slick-prev {
        top: -30px;
        left: 84%;
    }

    .testimonials__block {
        padding: 40px 20px 34px 20px;
    }

    .testimonials__text {
        margin-top: 30px;
    }

    .testimonials__subblock {
        margin-top: 0;
    }

    .post__temp h1 {
        margin-bottom: 20px;
    }

    .categories {
        margin-top: 20px;
    }

    .post__temp .post__temp-block {
        padding-bottom: 20px;
    }

    .post__block {
        margin-top: 40px;
    }

    .post__block h3 {
        margin-bottom: 20px;
    }

    .blog__single-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog__page .entry-content p {
        margin-top: 15px;
        max-width: 100%;
    }

    .entry-meta {
        margin-top: 15px;
    }

    .blog__page .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .posts .post {
        margin-top: 20px;
    }

    .blog__page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .services-block .container {
        padding: 40px 5%;
    }

    .services-block__skill {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services-block__skill p {
        margin-right: 12px;
    }

    .services-block__skill p::before {
        margin-right: 12px;
    }

    .services-page {
        padding-top: 50px;
    }

    .services-block-4 {
        margin-bottom: 40px;
    }

    .contacts__form {
        padding: 22px 5% 0px 5%;
        border-radius: 10px;
        background: #f3f3f3;
    }

    .blog__post__text {
        padding: 0 20px;
    }

    .work__mobile-block .work__img {
        max-height: 360px;
    }

    /* .tab {
      margin-left: 0;
    } */
    .multiple-items-3 .slick-list {
        padding-left: 0 !important;
    }

    .facts .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .fact__grid {
        grid-column-gap: 15px;
    }

    .services-block__skill p:first-child::before {
        content: "•";
        color: #000;
        margin-right: 12px;
    }

    .contacts h1 {
        font-size: 30px;
    }

    .tpl-single-specialization .post_content_spec .item {
        max-width: 100%;
    }

    .footer .footer__top h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

/*320 - 576 px*/
@media screen and (max-width: 450px) {
    .portfolio__block {
        height: 280px;
    }

    .portfolio__block .work__link {
        font-size: 16px;
        bottom: 0;
    }

    .portfolio__block .work__link {
        font-size: 14px;
    }

    .portfolio__block .work__link img {
        width: 28px;
    }
}

/*320 - 576 px*/
@media screen and (max-width: 420px) {
    .portfolio__block {
        height: 230px;
    }
}

/*# sourceMappingURL=main.css.map */
