@import 'fonts.css';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
*, *before, *after {
    box-sizing:inherit;
}
img, svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p, figure {
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border:#000;
}
.visually-hidden {
    position: fixed;
    transform: scale(0);
}
iframe {
    border: 0;
}

/* ********** */

:root {
    --container: 1260px;
    --padding-container: 10px;
    
}
html {
    box-sizing:border-box;
    position: relative;
    overflow-x: hidden;
}
body {
    overflow-x:hidden;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: #fff;
    max-width:1920px;
    color: #000;

}
.container {
    max-width: calc(var(--container) + var(--padding-container) * 2);
    padding: 0 var(--padding-container);
    margin: 0 auto;
}
h1 {
    font-weight: 800;
    font-size: clamp(1.563rem, 1.222rem + 1.7vw, 2.5rem);
    line-height: 50px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
h2 {
    font-weight: 600;
    font-size: clamp(1.563rem, 1.357rem + 1.03vw, 2rem);
    line-height: 38px;
    color: rgba(0, 0, 0, 0.8); 
}
strong {
    font-weight: bold;
}
ol {
  list-style-type: decimal;
  margin-left: 90px;
}
.about__container-text-page ol {
	font-size: 16px;
    color: #464343;
    margin-left: 40px;
}
.about__container-text-page a {
	color: #539bae;
}
.about__container-text-page a:hover {
	text-decoration: underline;
}
/* ******** */

/* HEADER */
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.header__container-left {
    max-width: 97px;
    width: 100%;
    padding: 10px;
    
}

.neader__container-center--phone {
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);

}
.neader__container-center--phone a:hover,
.neader__container-center--email a:hover {
    text-decoration: underline;
}
.neader__container-center--email {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);

}
.header__menu {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 620px;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);

}
.header__menu ul {
	display: flex;
    justify-content: space-between;
    gap: 50px;
}
.header__menu .active {
    color: rgba(59, 86, 146, 0.75);
    
}
.header__menu a:hover {
    color: rgba(59, 86, 146, 0.75);
    text-decoration: underline;
}
.header__menu .sub-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #3DA5C0;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
  width: auto;
  min-width: 10em;
  max-width: 1000px;
}
.header__menu .sub-menu a {
  padding: 0 20px;
  text-transform: none;
  color: #ffffffd6;;
  font-weight: 600;
  font-size: 18px;
}
.header__menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__menu .sub-menu li {
  margin: 0;
  padding: 5px;
}
.header__vertical-line {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 0px;
    transform: rotate(-90deg);
}
.header__search {
    display: flex;
    align-items:center;
    width: 40px;
    height: 40px;
    background-color: rgba(59, 86, 146, 1);
    border-radius: 5px;
}
.header__top-search-button  {
    padding: 5px 10px;
}
.popup-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-search form {
    display: flex;
    align-items: center;
    max-width: clamp(28.125rem, 6.641rem + 68.75vw, 62.5rem);
    width: 100%;
    gap: 30px;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.popup-search form input[type="text"] {
    width: 100%;
    padding: 10px;
    /* margin-bottom: 10px; */
}

.popup-search form button[type="submit"] {
    padding: 10px 20px;
    background-color: rgba(59, 86, 146, 1);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.header__top-burger {
    display: none;
}
.menu-panel {
    display: none;
}

/* END HEADER */

/* TOP SLIDER */

.slider__top {
    background-color: #000;
    position: relative;
    margin-bottom: 160px;
    max-height: clamp(15.625rem, 1.784rem + 69.2vw, 53.688rem);
    height: 100%;
}
#slider {
    display: flex;
}
.slider__top-img {
     opacity: 0.4;
}
.slider__top-item {
    position: relative;
}
.slider__top-img img {
    width: 100%;
    display: block;
    
}
.slider__top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); 
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    /* max-height: clamp(25rem, 5.469rem + 62.5vw, 56.25rem); */
    height: auto;
    max-width: clamp(25rem, -6.25rem + 100vw, 56.25rem);
    width: 100%;
}
.slick-current .slider__top-text {
    opacity: 1;
}
.slider__top-text-category {
    margin-bottom: 70px;
}
.slider__top-text-category a {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.slider__top-text-title {
    margin-bottom: clamp(1.25rem, 0.114rem + 5.68vw, 4.375rem);
    color: rgba(255, 255, 255, 0.8);
}
.slider__top-text-title a {
    font-family: Inter;
    font-weight: 900;
    font-size: clamp(1.125rem, 0.266rem + 2.75vw, 2.5rem);
    line-height: clamp(0rem, -1.364rem + 6.82vw, 3.75rem);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.slider__top-text-description {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: clamp(1.25rem, -0.568rem + 9.09vw, 6.25rem);
}
.slider__top-text-description span {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);

}
.slider__top-text-button {
    background: #3da5c0;
    width: 237px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
}
.slider__top-text-button a {
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
.slider__top-text-button--button {
    padding: 10px;
}
.slider__top-text-button:hover {
    opacity: 0.7;
    transition: all 300ms ease-in-out;
}
.slider__top .slick-dots {
    bottom: 100px;
}
.slider__top .slick-dots li.slick-active button::before {
    color:  #3b5692;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slider__top .slick-dots li button::before {
    font-size: 20px;
    line-height: 22px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slider__top .slick-dots li button::before {
    opacity: 1;
    color: #fff;
}
.slider__top .slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
    pointer-events: auto;
}
.slider__top .slick-next::before {
    content: '';
    background-image: url('../img/arow-right.svg');
    background-position: center;
    margin-left: clamp(44.688rem, 7.504rem + 77.37vw, 99.375rem);
    margin-top: -34px;
    pointer-events: all;
    display: block;
    width: 34px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(250, 250, 250, 0);
} 
.slider__top .slick-prev::before {
    content: '';
    background-image: url('../img/arrow-left.svg');
    background-position: center;
    margin-left: clamp(1.25rem, -10.054rem + 23.52vw, 17.875rem);
    margin-top: -34px;
    pointer-events: all;
    display: block;
    width: 34px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    color: rgba(250, 250, 250, 0);
}
/* END TOP SLIDER */

/* ABOUT BLOCK HOME PAGE */

.about__container {
    display: flex;
    flex-direction: column;
    margin-top: -255px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.about__container h1 {
    padding-top: 70px;
    margin:0 auto;
    padding-bottom: 40px;
}
.about__title {
    font-weight: 600;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8);
    margin:0 auto;
    padding-bottom: 30px;
}
.about__content {
    display: flex;
    gap: 77px;
    padding-bottom: 70px;
}
.about__container-left {
    max-width: 620px;
    width: 100%;
    
}
.about__container-top-text {
    position: relative;
    width: clamp(18.75rem, 16.023rem + 13.64vw, 26.25rem);
    height: 135px;
    background: #3da5c0;
    border-radius: 20px;
    z-index: 10;
}
.about__container-top-text span {
    display: block;
    padding: 30px clamp(0.625rem, -0.42rem + 5.23vw, 3.5rem);
    font-weight: 600;
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
    line-height: 104%;
    color: #fff;

}
.about__container-img {
    width: 550px;
    margin-top: -60px;
    padding-left: 70px;
    /* padding-right: 77px; */
    border-radius: 5px;
}
.about__container-right {
    padding-top: 60px;
}
.about__container-text p,
.about__container-text div {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #6e6e6e;
    padding-top: 10px;
    padding-bottom: 10px;
}
.about__container-text ul {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    color: #6e6e6e;
    /* list-style-image: url('/assets/img/marker-li.svg'); */
}

.about__container-text li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.about__container-text ul li {
    position: relative;
    padding-left: 30px;
}
.about__container-text ul li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/marker-li.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
/* END ABOUT BLOCK HOME PAGE */

/* SERVICES BLOCK HOME PAGE */

.services {
    height: auto;
    background: linear-gradient(rgba(59, 86, 146, 0.44), rgba(59, 86, 146, 0.44)), url('../img/bacgr-service.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
}
.service__content {
    padding-bottom: 70px;
}
.service__content-wraper {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
}
.services h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.services__item {
    width: 580px;
    height: 282px;
    background: #fff;
    
}
.services__item-title {
    padding-top: 30px;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
}
.services__item-content {
    display: flex;
    gap: 10px;
    padding-left: 15px;
}
.services__item-text {
    padding-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);

}
.services__item-text ul li {
    position: relative;
    padding-left: 20px;
}
.services__item-text ul li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/marker-service.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* END SERVICES BLOCK HOME PAGE */

/* ADVANTAGES BLOCK HOME PAGE */

.advantages__wraper {
    background: #3da5c0;
    padding-bottom: 70px;
    padding-top: 70px;
    margin-top: 70px;
}
.advantages__wraper h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 70px;
}
.advantages__content {
    padding-left: 220px;
}
.advantages__item {
    display: flex;
    gap: 60px;
    max-width: 730px;
    width: 100%
}
.advantages__item img {
    width: 60px;
}
.advantages__item p,
.advantages__item div {
    font-weight: 500;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    align-items: center;
    display: flex;
}
.advantages__content span {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: clamp(16.25rem, 0.043rem + 81.03vw, 45.625rem);
    height: 0px;
    margin: 40px 0;

}
/* END ADVANTAGES BLOCK HOME PAGE */

/* WORK BLOCK HOME PAGE */

.work {
    padding-top: 70px;
    margin-top: 70px;
    padding-bottom:70px;
    background: linear-gradient(rgba(48, 129, 192, 0.46), rgba(48, 129, 192, 0.46)), url('../img/bacgr-work.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
}
.work__content h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 70px;
}
.work__content-wraper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px 30px;
}
.work__item {
    display: flex;
    max-width: 400px;
    width: 100%;
    height: 350px;
    background: #fff;

}
.work__item-digit {
    width: 85px;
    height: 350px;
    background-color: rgba(59, 86, 146, 1);
    font-weight: 600;
    font-size: 96px;
    color: #c2dae6;
    align-content: center;
    text-align: center;

}
.work__item-content {
    width: 283px;
    height: 220px;
    padding: 40px 0 0 20px;
}
.work__item-title {
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
}
.work__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);

}
/* END WORK BLOCK HOME PAGE */

/* TEXT BLOCK HOME PAGE */

.text__container {
    padding-bottom: 70px;
}
.text__container h2 {
    padding-top: 70px;
    padding-bottom: 30px;
    text-align: center;

}
.text__home-content {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: rgba(0, 0, 0, 0.6);
}
.text__home-content p,
.text__home-content div {
    padding-top: 15px;
    padding-bottom: 15px;
} 
.text__home-content ul li::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('../img/marker-text.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.text__home-content ul li {
    position: relative;
    padding-left: 30px;
    margin-left: 40px;
}
/* END TEXT BLOCK HOME PAGE */
/* SERTIFICAT CAROUSEL HOME PAGE */

.sert__container {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #3da5c0;

}
.sert__container h2 {
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
}
.sert__carousel {
    max-width: calc(100% - 40px); 
    margin: 0 auto; 
    padding: 20px 0 70px 0; 
}

.sert__carousel-item {
    padding: 0 10px; 
}

.sert__carousel-item img {
    width: 100%;
    max-width: 330px;
    height: auto;
    max-height: 475px;
    border: 2px solid #ccc;
    border-radius: 5px;
    object-fit: contain;
}
.sert__carousel .slick-prev,
.sert__carousel .slick-next {
    position: absolute;
    top: 44%; 
    transform: translateY(-50%);
    background: none;
    border: none; 
    z-index: 10; 
    pointer-events: auto;
}

.sert__carousel .slick-prev {
    left: 10px;
    width: 45px;
    height: 45px;
    pointer-events: auto!important; 
}

.sert__carousel .slick-next {
    right: 10px;
    width: 45px;
    height: 45px;
    pointer-events: auto!important; 
}

.sert__carousel .slick-prev img,
.sert__carousel .slick-next img {
    width: 45px; 
    height: auto;
}

.sert__carousel .slick-prev:hover img,
.sert__carousel .slick-next:hover img {
    opacity: 0.8; 
}
.sert__carousel .slick-next::before, .slick-prev::before {
    content: ''!important;
    font-size: 0px!important;
}
/* END SERTIFICAT CAROUSEL BLOCK HOME PAGE */

/* CALLBACK BLOCK HOME PAGE */

.callback {
    margin-top: 70px;
    margin-bottom: 70px;
    background-color:rgba(59, 86, 146, 1)
}
.callback__container h2 {
    padding-bottom: 22px;
    padding-top: 70px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.callback__form-description {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding-bottom: 40px;
}
#wpcf7-f13-o1 .wpcf7-text  {
    max-width: 400px;
    width: 30%;
    height: 60px;
    margin-right: 50px;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border: 1px solid #C2DAE6;
}
.callback__form {
    padding-bottom: 50px;
}
.callback__form-form {
    padding-bottom: 20px;
}
.wpcf7-submit {
    max-width: 305px;
    width: 23%;
    height: 60px;
    background: #3da5c0;
    color:#fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: clamp(1.125rem, -0.067rem + 1.92vw, 1.375rem);
    line-height: 28px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 14px 10px;
}
.wpcf7-submit:hover {
    opacity: 0.8;
    transition: all 300ms ease-in-out;
}
.callback__form-politics {
    font-weight: 100;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

/* END CALLBACK BLOCK HOME PAGE */

/* REVIEWS BLOCK HOME PAGE */

.reviews__container {
    padding-bottom: 70px;
}
.reviews__container h2{
    margin-bottom: 70px;
    text-align: center;
}
.reviews__carousel {
    max-width: 1227px;
    width: 100%
}
.reviews__carousel-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 1260px;
    width: 100%;
    height: 470px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
}
.reviews__carousel-item--content {
    display: flex;
}
.reviews__carousel-item--text {
    /* padding: 54px 20px 0 20px; */
    margin-top: clamp(1.25rem, -1.131rem + 11.9vw, 6.25rem);
    margin-left: clamp(0.625rem, -1.161rem + 8.93vw, 4.375rem);
    border-radius: 5px;
    max-width: 770px;
    width: 100%;
    height: 209px;
    background: rgba(61, 165, 192, 0.14);
    
}
.reviews__carousel-item--text img {
    margin-top: -35px;
    margin-left: clamp(11.563rem, -2.872rem + 72.17vw, 41.875rem);
    width: clamp(1.875rem, 0.387rem + 7.44vw, 5rem);
    height:clamp(1.563rem, 0.223rem + 6.7vw, 4.375rem);
}
.reviews__carousel-item--text p {
    padding: 15px 20px 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    color: rgba(0, 0, 0, 0.7);
}
.reviews__carousel-item--avatar img {
    border-radius: 100%;
    margin-top: 50px;
    margin-left: clamp(0rem, -11.44rem + 18.43vw, 2.5rem);
    width: clamp(11.25rem, -23.746rem + 56.39vw, 19.25rem);
    /* width: 100%; */
    
}
.reviews__carousel-item--avtor {
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 90px;
}
.reviews__carousel-item--bottom {
    max-width: 200px;
    width: 100%;
    margin-left: 640px;
    margin-top: -42px;
    display: flex;
    flex-direction: column;
}
.reviews__carousel-arrows {
    display: flex;
    margin-top: 20px;
    margin-left: 75px;
    padding-bottom: 20px;
    gap: 30px;
    text-align: right;
    display: none;
}
.reviews__carousel .slick-prev {
    transform: translate(-3px,147px);
    left: 59%;
    width: 47px;
    height: 58px;
}
.reviews__carousel .slick-next {
    transform: translate(-3px,127px);
    left: 65%;
    width: 47px;
    height: 58px;
}
.reviews__carousel .slick-next::before,
.reviews__carousel .slick-prev::before {
    opacity: 0;
}
.reviews__carousel .slick-next:focus::before,
.reviews__carousel .slick-next:hover::before {
    opacity: 0;
}
/* END REVIEWS BLOCK HOME PAGE */

/* FOOTER */

.footer {
    background: #3da5c0;

}
.footer__container--top {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;

}
.footer__container--logo {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}
.footer__container--logo-bac {
    background-color: #97c3cf ;
}
.footer__container--logo img {
    max-width: 304px;
    width: 100%;
    height: 292px;

}
.footer__container--logo span {
    padding-top: 26px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    color: #fff;
}
.footer__container--menu-service--title,
.footer__container--nenu-company--title {
    padding-bottom: 10px; 
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    text-transform: uppercase;
    color: rgba(253, 249, 249, 0.89);   
}
.footer__container--menu-service ul,
.footer__container--nenu-company ul {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5);

}
.footer__container--menu-service ul li,
.footer__container--nenu-company ul li {
    padding-bottom: 10px;
}
.footer__container--contacts--title {
    padding-bottom: 10px; 
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 117%;
    text-transform: uppercase;
    color: rgba(253, 249, 249, 0.89);;   
}
.footer__contact-address,
.footer__contact-phone,
.footer__contact-email,
.footer__contact-time {
    display: flex;
    padding-bottom: 25px;
    max-width: 300px;
    width: 100%;
}
.footer__contact-address p {
    margin-left: 21px;
}
.footer__contact-address img,
.footer__contact-phone img,
.footer__contact-email img,
.footer__contact-time img {
    padding-right: 18px;
    margin-top: -4px;
    width: 40px;
    align-items: center;
}
.footer__container--social {
    display: flex;
    max-width: 627px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.footer__container-telegram {
    width: 248px;
    height: 50px;
    background-color: rgba(32, 160, 225, 1);
    border-radius:20px;
    margin: 30px auto 25px auto;
    display: flex;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}
.footer__container-telegram-button p,
.footer__container-telegram-button span {
    padding: 10px 5px;
}
.footer__container-whatsapp {
    width: 248px;
    height: 50px;
    background-color: rgba(81, 200, 93, 1);
    border-radius:20px;
    margin: 30px auto 25px auto;
    display: flex;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}
.footer__container-whatsapp-button,
.footer__container-telegram-button {
    display: flex;
}
.footer__container-whatsapp-button p {
    padding: 10px 5px;
}
.footer__container-whatsapp-button span {
    padding: 9px 3px 14px 5px;
}
.footer__container-whatsapp-button p:hover,
.footer__container-telegram-button p:hover {
    color: rgb(24, 25, 26);;
    transition: all 300ms ease-in-out;
}
.footer__container--copyright--line {
    display: block;
    max-width: 1255px;
    width: 100%;
    height: 1px;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    /* margin: 0 auto; */
}
.footer__copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
}
.footer__copyright--politics a:hover {
    color: rgb(242, 245, 247);
}
/* END FOOTER */
a[href="#top"] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}


/* ABOUT PAGE */
.about__page {
    padding-bottom: 70px;
}
.sert__home-about-page {
    padding-bottom: 70px;
}
.about__page_title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about__page_title h1 {
    letter-spacing: 10%;
    line-height: 50px;
}
.about__container-text-page p {
    font-size: 16px;
    color: #6e6e6e;
}
.about__container-text-page ul {
    font-size: 16px;
    color: #464343;
    margin-left: 40px;
}
.about__container-text-page h2,
.about__container-text-page h3,
.about__container-text-page h4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.about__container-text-page h3 {
    font-size: 28px;
    font-weight: 500;
}
.about__container-text-page h4 {
    font-size: 25px;
    font-weight: 400;
}
/* END ABOUT PAGE */

/* CONTAKTS PAGE */

.contacts__page-content-data p {
    font-size: 16px;
    color: #6e6e6e;
}
.contacts__page-content-datae ul {
    font-size: 16px;
    color: #464343;
    margin-left: 40px;
}
.contacts__page-content-data h2,
.contacts__page-content-data h3,
.contacts__page-content-data h4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contacts__page-content-data h3 {
    font-size: 28px;
    font-weight: 500;
}
.contacts__page-content-data h4 {
    font-size: 25px;
    font-weight: 400;
}
.map .map__block-h2 {
	text-align: center;
    padding-bottom: 50px;
}
 #wpcf7-f82-o1 .wpcf7-text {
    width: clamp(16.875rem, -2.827rem + 98.51vw, 58.25rem);
    max-width: none;
    height: 60px;
    margin-bottom: 20px;
    margin: 20px auto;
    display: flex;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    border: 1px solid #C2DAE6;
}
#wpcf7-f82-o1 .wpcf7-textarea {
    width: clamp(16.875rem, -2.827rem + 98.51vw, 58.25rem);
    max-width: none;
    height: 100px;
    margin-bottom: 20px;
    margin: 20px auto;
    display: flex;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
}
#wpcf7-f82-o1 .wpcf7-submit {
    margin: 0 auto;
    display: flex;
    margin-top: 40px;

}
/* END CONTAKTS PAGE */


/* REVIEWS BLOCK HOME PAGE */

.reviews__container {
    padding-bottom: 70px;
}
.reviews__container h2{
    margin-bottom: 70px;
    text-align: center;
}
.reviews__page-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 1260px;
    width: 100%;
    height: 470px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 20px;
    height: auto;
}
.reviews__page-item--content {
    display: flex;
}
.reviews__page-item--text {
    margin-top: clamp(1.25rem, -1.131rem + 11.9vw, 6.25rem);
    margin-left: clamp(0.625rem, -1.161rem + 8.93vw, 4.375rem);
    border-radius: 5px;
    max-width: 770px;
    width: 100%;
    height: 209px;
    background: rgba(61, 165, 192, 0.14);
    
}
.reviews__page-item--text img {
    margin-top: -35px;
    margin-left: clamp(11.563rem, -2.872rem + 72.17vw, 41.875rem);
    width: clamp(1.875rem, 0.387rem + 7.44vw, 5rem);
    height:clamp(1.563rem, 0.223rem + 6.7vw, 4.375rem);
}
.reviews__page-item--text p {
    padding: 15px 20px 0 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    color: rgba(0, 0, 0, 0.7);
}
.reviews__page-item--avatar img {
    border-radius: 100%;
    margin-top: 50px;
    margin-left: clamp(0rem, -11.44rem + 18.43vw, 2.5rem);
    width: clamp(11.25rem, -23.746rem + 56.39vw, 19.25rem);
    /* width: 100%; */
    
}
.reviews__page-item--avtor {
    font-weight: 500;
    font-size: 15px;
    line-height: 187%;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 90px;
}
.reviews__page-item--bottom {
    max-width: 200px;
    width: 100%;
    margin-left: 640px;
    margin-top: -42px;
    display: flex;
    flex-direction: column;
}
.reviews__page-item--link {
    font-size: 18px;
    padding-bottom: 15px;
    color: #3081C0;
}
.reviews__page-item--link a:hover{
    color: #3B5692;
    text-decoration-line: underline;
}

/* END REVIEWS PAGE */


/* SERVICES PAGE */

.archive__top-img {
    max-width: 1300px;
    width: 100%;
    height:auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.archive__container {
    display: flex;
}
.archive__content {
    line-height: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-flow: wrap;
    gap: 25px;
    justify-content: center;
}
.archive__post-title {
    max-width: 615px;
    width: 100%;
    background-color: #1F1F2094;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffffe5;
    transition: opacity 0.3s ease;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}
.archive__post-content {
    max-width: 300px;
    width: 100%;
} 
.archive__post-img {
    position: relative;
    display: inline-block;
    max-width: 300px;
    width: 100%;
}
.archive__post-img:hover .archive__post-title {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    transition: opacity 0.3s ease;
}

.archive__post-img:hover img {
    filter: brightness(50%);
}
.archive__container-h2 {
    padding-bottom: 30px;
   text-align: center;
}

/* END SERVICES PAGE */

/* 404 PAGE */

.err {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 4px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.err-content {
  margin-top: 10px;
  margin-bottom: 100px;
  font-size: 25px;
  color: #000000a8;
  text-align: center;
  line-height: 45px;
}
.err-button {
  display: flex;
  max-width: 254px;
  height: 50px;
  background-color: #3da5c0;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 1.7px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 100px;
}
.err-button a {
	align-items: center;
    display: flex;
    margin: 0 auto;
}
.err-button a:hover {
	opacity: 0.7;
    transition: all 300ms ease-in-out;
}
/* END 404 PAGE */

/* Пагинация */

.page__pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
a.page-numbers, 
span.page-numbers.current  {
    padding: 10px 10px;
}
span.page-numbers.current {
    border: 1px solid #A2C4E0;
}
a.page-numbers:hover {
    border: 1px solid #3081C0;
}

/* Конец Пагинации */


/* Хлебные крошки */

.bread {
    background: #3DA5C082;
}
.breadcrumbs .wrapper {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
}

/* Конец Хлебные крошки */




/* Таблицы */

table {
   border-collapse: collapse;
   /*убираем пустые промежутки между ячейками*/
   border: 1px solid grey;
   /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
   margin-top: 30px;
   width: 100%;
}
th {
   background-color: #3DA5C0FA;
   text-transform: uppercase;
   padding: 10px 0;
   color: #fff;
}
td a {
   color: #1966B7;
}
td a:hover {
   text-decoration-line: underline;
}
th, td {
   border: 1px solid grey;
   width: 25%;
   padding: 10px 20px;
}
td:first-child {
   width: 50%;
}
tr:nth-child(2n) {
  background: #3DA5C01A;
}

/* Конец Таблиц */



@media only screen and (max-width: 1300px) {
    .service__content-wraper {
        gap: 50px clamp(0.625rem, -29.375rem + 40vw, 3.125rem);
    }
}


@media only screen and (max-width: 1200px) {
    .services__item {
        margin: 0 auto;
    }
    .reviews__carousel-item--text,
    .reviews__page-item--text {
        margin-top: 45px;
        margin-left: 20px;
    }
    .reviews__carousel-item--avatar img,
    .reviews__page-item--avatar img {
        margin-top: 20px;
        max-width: 250px;
    }
    .reviews__carousel-item--bottom,
    .reviews__page-item--bottom {
        margin-left: clamp(36rem, 11.154rem + 38.46vw, 37rem);
        margin-top: clamp(0.375rem, -16.635rem + 22.6vw, 0.313rem);
    }
    .reviews__carousel .slick-prev {
        transform: translate(-3px,clamp(6.875rem, -4.154rem + 17.79vw, 8.188rem)); 
    }
    .reviews__carousel .slick-next {
        transform: translate(-3px,clamp(5.688rem, -5.043rem + 17.31vw, 6.938rem));
    }
}



@media only screen and (max-width: 1100px) {
    .header__menu {
        gap: 30px;
    }
    .slider__top .slick-dots {
        bottom: clamp(1.25rem, -0.568rem + 9.09vw, 6.25rem);
    }
    .slider__top-text-description {
        max-width: 770px;
        width: 100%;
    }
    .about__container {
        margin-top: 0;
    }
    .slider__top {
        margin-bottom: 20px;
    }
    .about__container h1 {
        padding-top: 20px
    }
    .about__content {
        flex-direction: column;
    }
    .about__container-left {
        margin: 0 auto;
    }
    .about__container-right {
        padding-top: 20px;
        padding-left: 20px;
    }
    .about__container-img {
        margin: -50px auto 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .header__menu {
        display: none;
    }
    .header__top-burger {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding-top: 13px;
        margin-right: 10%;
        cursor: pointer;
        margin: 0 auto;
        align-items: center;
    }
    .header__top-burger span {
        background-color: #000;
        width: 30px;
        height: 2px;
    }
    .menu-panel.active {
        animation: slide-in 0.3s ease-out;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }
    .menu-panel {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: auto;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        overflow-y: auto;
        padding: 30px 20px 40px 20px;
        margin-left: 20px;
    }
    .menu-panel.active a {
        margin-left: 20px;
        margin-left: 20px;
    }
    ul.sub-menu {
        margin-left: 30px;
    }
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 24px;
        font-weight: bold;
        color: var(--c3);
        cursor: pointer;
        z-index: 1100;
    }
    .slider__top-img img {
        height: 500px;
    }
    .advantages__content {
        padding-left: 120px;
    }
    .callback__form-form {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    .callback__form-input,
    .callback__form-button {
        width: 100%;
        margin-right: 0;
    }
    .reviews__carousel-item--content,
    .reviews__page-item--content {
        flex-direction: column;
    }
    .reviews__carousel-item--text,
    .reviews__page-item--text {
        height: auto;
        padding: 0 20px 10px 0px;
        margin:30px auto 0;
    }
    .reviews__carousel-item--avatar,
    .reviews__page-item--avatar {
        width: 180px;
        margin: 0 auto;
    }
    .reviews__carousel-item--bottom,
    .reviews__page-item--bottom {
        margin: 20px auto;
    }
    .reviews__carousel-item--avtor,
    .reviews__page-item--avtor {
        text-align: center;
    }
    .reviews__carousel .slick-next {
        transform: translate(-3px,183px);
        left: clamp(10.938rem, 1.265rem + 48.36vw, 31.25rem);
    }
    .reviews__carousel .slick-prev {
        transform: translate(-3px,203px);
        left: clamp(5rem, -5.417rem + 52.08vw, 26.875rem);
    }
    .footer__container--top {
        flex-direction: column;
        align-items: center;
    }
    #wpcf7-f13-o1 .wpcf7-text {
    	width: clamp(16.875rem, -2.827rem + 98.51vw, 58.25rem);
	    max-width: none;
	    margin-bottom: 20px;
	    margin: 20px auto;
	    display: flex;

    }
    .wpcf7-submit {
	    display: flex;
	    margin: 0 auto;
	    max-width: 320px;
	    width: 100%;
    }
    #wpcf7-f82-o1 .wpcf7-text,
    #wpcf7-f82-o1 .wpcf7-textarea {
        width: clamp(16.875rem, -2.827rem + 98.51vw, 58.25rem);
        max-width: none;
        margin: 20px auto;
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .header__top-burger {
        margin-right: 5%;
    }
    .slider__top-img img {
        height: 400px;
    }
    .slider__top .slick-next::before,
    .slider__top .slick-prev::before {
        display: none;
    }
    .about__container-img {
        width: clamp(19.375rem, 8.685rem + 53.45vw, 34.375rem);
    }
    .advantages__content {
        padding-left: 20px;
    }
    .advantages__item p, 
    .advantages__item div {
        font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
    }
    .advantages__item {
        gap: clamp(0.938rem, -1.071rem + 10.04vw, 3.75rem);
    }
}

@media only screen and (max-width: 550px) {
    .header__container {
        flex-direction: column;
    }
    .header__vertical-line {
        display: none;
    }
    .neader__container-center--email {
        text-align: center;
        padding-bottom: 10px;
    }
    .header__top-burger {
        margin: 0 auto;
        align-items: center;
    }
    .popup-search form {
        flex-direction: column;
        width: 83%;
    }
    .slider__top {
        margin-top: 30px;
    }
    .slider__top-img img {
        height: 350px;
    }
    .about__container-img {
        padding-left: 0px;
    }
    .services__item-img img,
    .reviews__carousel-item--text img {
        display: none!important;
    }
    .footer__container--social,
    .footer__copyright {
        flex-direction: column;
    }

}

@media only screen and (max-width: 400px) {
    .about {
        margin-top: 80px;
    }
    .services__item {
        max-height: 357px;
        height: 100%;
    }
    .work__item-title {
        line-height: 25px;
    }
    .reviews__carousel .slick-next {
        transform: translate(-3px,226px);
        
    }
    .reviews__carousel .slick-prev {
        transform: translate(-3px,246px);
        
    }

}