/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
}

/* 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;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

body {
  font-family: Inter, Arial, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #1F2A35;
  background: #F8FCFF;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.24;
}

*,
*:active,
*:focus {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
  color: #6E7985;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6E7985;
  opacity: 1;
}

::placeholder {
  color: #6E7985;
  opacity: 1;
}

.page {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 140px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

strong,
b {
  font-weight: 700;
}

em,
p i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

.w-100 {
  width: 100%;
}

.btn {
  display: inline-block;
  transition: all 0.3s ease-out;
  font-family: Inter, Arial, Tahoma, sans-serif;
  padding: 17px 30px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.22;
  border-radius: 0;
  background: #2f4a92;
  color: #fff;
  border-radius: 99px;
  border: none;
}

.btn:hover {
  background: #355abd;
}

.btn.yellow-btn {
  background: #dda23a;
}

.btn.yellow-btn:hover {
  background: #F2AE00;
}

button.btn {
  cursor: pointer;
  font-family: Inter, Arial, Tahoma, sans-serif;
  line-height: 1.22;
}

.simple-form input,
.simple-form textarea,
.simple-form select {
  display: block;
  width: 100%;
  height: 54px;
  transition: border-color 0.3s ease-out;
  padding: 0 29px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 99px;
  border: 1px solid #9BACBF;
  background: #fff;
}

.simple-form input::-webkit-input-placeholder,
.simple-form textarea::-webkit-input-placeholder,
.simple-form select::-webkit-input-placeholder {
  color: #6E7985;
  opacity: 1;
}

.simple-form input:-moz-placeholder,
.simple-form textarea:-moz-placeholder,
.simple-form select:-moz-placeholder {
  color: #6E7985;
  opacity: 1;
}

.simple-form input::-moz-placeholder,
.simple-form textarea::-moz-placeholder,
.simple-form select::-moz-placeholder {
  color: #6E7985;
  opacity: 1;
}

.simple-form input:-ms-input-placeholder,
.simple-form textarea:-ms-input-placeholder,
.simple-form select:-ms-input-placeholder {
  color: #6E7985;
  opacity: 1;
}

.simple-form input:focus,
.simple-form textarea:focus {
  border-color: #DDA23A;
}

.simple-form textarea {
  resize: none;
  height: 171px;
  line-height: 1.35;
  padding: 19px 29px;
  border-radius: 30px;
}

.simple-form .input-block {
  margin-bottom: 20px;
}

.simple-form .btn {
  width: 100%;
}

.form-label {
  color: #748699;
  margin-bottom: 20px;
  line-height: 1.24;
}

.form-note {
  color: #748699;
  line-height: 1.22;
  margin-top: 20px;
  font-size: 14px;
}

.simple-section {
  margin: 120px 0;
}

.simple-section:first-child {
  margin-top: 60px;
}
.home .simple-section:first-child {
    margin-top: 132px;
}
h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #2f4a92;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #2f4a92;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2f4a92;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0px 60px;
  color: #748699;
  line-height: 1.24;
}

.breadcrumbs li {
  position: relative;
  margin: 0 10px 10px;
}

.breadcrumbs li:after {
  content: "/";
  display: inline-block;
  margin-left: 20px;
}

.breadcrumbs li:last-child {
  color: #2F4A92;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #748699;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

header {
  position: fixed;
  z-index: 60;
  width: 100vw;
  left: 0;
  top: 0;
  background: #fff;
  padding-right: 15px;
  box-shadow: 0 4px 20px 0 rgba(168, 207, 240, 0.33);
}

.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  transition: all 0.3s ease-out;
}

.header-content.fixedtop {
  padding: 5px 0;
}

.header-content.fixedtop .main-logo img {
  width: 80px;
}

.header-content.fixedtop .header-options {
  padding-top: 9px;
  padding-bottom: 9px;
}

.main-logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 105px;
}

.main-logo img {
  display: block;
  height: auto;
  transition: all 0.3s ease-out;
}

.header-menu {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu > li {
  margin: 0 20px;
  position: relative;
}

.header-menu > li:hover .header-menu-link {
  color: #2f4a92;
}

.header-menu > li:hover .arrow {
  border-color: #2f4a92;
  transform: rotate(-45deg);
  margin-top: 4px;
}

.header-menu > li:hover .header-menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.header-menu .arrow {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #33475C;
  border-right: 2px solid #33475C;
  transform: rotate(135deg);
  margin-top: -4px;
  transition: all 0.3s ease-out;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-menu-link {
  color: #33475c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.23;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  text-align: center;
}

.header-menu-dropdown {
  transition: all 0.3s ease-out 0.25s;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  padding-top: 14px;
  width: 264px;
  top: 100%;
  left: 50%;
  margin-left: -132px;
}

.header-menu-dropdown-list {
  box-shadow: 0 4px 20px 0 rgba(168, 207, 240, 0.72);
  background: #fff;
  border-radius: 40px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.header-menu-dropdown-list li {
  margin-bottom: 20px;
}

.header-menu-dropdown-list li:last-child {
  margin-bottom: 0;
}

.header-menu-dropdown-list a {
  display: inline-block;
  color: #33475c;
  transition: all 0.3s ease-out;
}

.header-menu-dropdown-list a:hover {
  color: #2f4a92;
}

.header-recall {
  margin-left: 25px;
}

.header-options {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(48, 77, 148, 0.44);
  border-radius: 40px;
  transition: all 0.3s ease-out;
}

.header-options .social-link {
  height: 36px;
  width: 36px;
  margin-left: 10px;
}

.header-phone {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease-out;
  margin-right: 20px;
}

.header-phone:hover {
  color: #2f4a92;
}

.header-phone img {
  display: none;
}

.social-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  width: 60px;
  height: 60px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.social-link:after {
  content: "";
  left: -3px;
  top: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.social-link:hover {
  box-shadow: 0 3px 8px 3px rgba(47, 74, 146, 0.5);
}

.social-link:hover:after {
  opacity: 1;
}

.telegram {
  background: #45abed;
  padding-right: 2px;
}

.whatsapp {
  background: #4ecb38;
}

.facebook {
  background: #4D68AC;
}

.instagram {
  background: radial-gradient(99.11% 99.11% at 26.56% 107.7%, #ffdd55 0%, #ffdd55 10.00000015%, #ff543e 50%, #c837ab 100%);
}

.youtube {
  background: #DB2020;
}

.header-buter,
.header-mobile {
  display: none;
}

.intro-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
    margin-top: -100px;
}

.intro-image {
  -ms-flex-order: 2;
  order: 2;
}

.intro-image .image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.intro-bubble {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -240px;
  margin-left: 10px;
}

.intro-bubble.pic-2 {
  top: -350px;
  margin-left: -60px;
}

.intro-bubble.pic-3 {
  margin-left: -46px;
  top: -400px;
}

.intro-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 570px;
  position: relative;
  z-index: 3;
  padding-right: 10px;
}

.intro-content p {
  margin-bottom: 40px;
  color: #254567;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.intro-content h1 span {
  display: block;
  font-size: 0.625em;
  padding-top: 8px;
}

.small-size h1 {
  font-size: 62px;
}

.small-size p {
  font-size: 24px;
  line-height: 1.33;
}

.intro-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px -30px;
}

.intro-buttons .btn {
  margin: 0 15px 30px;
}

.assortment-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.assortment-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 15px 30px;
  box-shadow: 0 4px 58px 0 rgba(118, 174, 221, 0.29);
  background: #fff;
  border-radius: 40px;
  padding: 30px;
  width: calc(33.333% - 30px);
  transition: all 0.3s ease-out;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.assortment-block:hover {
  box-shadow: 0 4px 58px 0 rgba(118, 174, 221, 0.53);
}

.assortment-block .title {
  margin-bottom: 0px;
    line-height: 1.23;
    font-size: 22px;
    font-weight: 700;
    color: #2f4a92;
    min-height: 55px;
}

.assortment-block p {
  margin-bottom: 20px;
  color: #748699;
}

.assortment-block .btn {
  margin-top: auto;
}

.assortment-block .paper {
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 40px;
}

.assortment-block .paper img {
  display: block;
  height: auto;
}

.assortment-image {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.assortment-image img {
  display: block;
  height: auto;
}

.assortment-image.pic-1 {
  bottom: 2px;
}

.assortment-image.pic-3 {
  right: 9px;
}

.reviews-example {
  display: block;
  height: auto;
  max-width: 100%;
}

.conditions-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -100px;
  padding: 40px 0;
}

.conditions-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 15px 100px;
  width: calc(33.333% - 30px);
}

.conditions-block .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: #ecf7ff;
  width: 81px;
  height: 81px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.conditions-block .image img {
  display: block;
        height: auto !important;
}

.conditions-block .title {
  font-size: 20px;
  font-weight: 700;
  color: #2f4a92;
  margin-bottom: 10px;
  line-height: 1.2;
}

.conditions-block p {
  color: #748699;
}

footer {
  background: #fff;
}

.footer-top {
  padding: 55px 0;
}

.footer-top-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-menu {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 -20px -30px;
  font-size: 15px;
  font-weight: 600;
  color: #33475c;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu li {
  margin-bottom: 30px;
  padding: 0 20px;
  width: 33.333%;
}

.footer-menu a {
  transition: all 0.3s ease-out;
}

.footer-menu a:hover {
  color: #2f4a92;
}

.footer-options {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
  text-align: right;
}

.footer-phone {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.22;
  text-align: center;
}
.footer-phone a:first-child {
     font-size: 20px;
    margin-bottom: 18px;
    display: inline-block;
}.footer-phone a:last-child {
    margin-bottom: 5px;
    display: inline-block;
}
.footer-phone a {
  transition: all 0.3s ease-out;
}

.footer-phone a:hover {
  color: #2f4a92;
}

.footer-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-socials .social-link {
  height: 36px;
  width: 36px;
  margin-left: 28px;
}

.footer-socials .social-link:first-child {
  margin-left: 0;
}

.footer-bottom {
  border-top: 1px solid #DDEFFF;
  padding: 20px 0;
}

.footer-bottom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #33475c;
  line-height: 1.2;
}

.footer-bottom-content a {
  transition: all 0.3s ease-out;
}

.footer-bottom-content a:hover {
  color: #2f4a92;
}

.copyright {
  font-size: 13px;
  font-weight: 500;
}

.description-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.description-tabs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 358px;
  margin-right: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.description-tabs li {
  margin-bottom: 10px;
}

.description-tabs li:last-child {
  margin-bottom: 0;
}

.description-tabs a {
  display: block;
  border-radius: 40px;
  padding: 20px;
  padding-left: 70px;
  position: relative;
  color: #2f4a92;
  transition: all 0.3s ease-out;
}

.description-tabs a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 30px;
  height: 30px;
  background: url("../images/check-check.svg") center no-repeat;
  background-size: 100% auto;
}

.description-tabs a:hover {
  color: #1F2A35;
}

.description-tabs .active {
  box-shadow: 0 4px 20px 0 rgba(168, 207, 240, 0.33);
  background: #fff;
  color: #2f4a92 !important;
}

.description-detail {
  box-shadow: 0 4px 20px 0 rgba(168, 207, 240, 0.33);
  background: #fff;
  padding: 40px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  border-radius: 40px;
}

.description-content {
  display: none;
}

.description-content.visible {
  display: block;
}

.article-block h2 {
  text-align: left;
}

.article-block p {
  margin-bottom: 24px;
}

.article-block p:last-child {
  margin-bottom: 0;
}

.article-block h4 {
  margin-top: 40px;
  text-align: left;
}

.article-block h4:first-child {
  margin-top: 0;
}

.article-block ul {
  line-height: 1.22;
  margin-bottom: 24px;
}

.article-block ul li {
  position: relative;
  padding-left: 26px;
}

.article-block ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #1F2A35;
  border-radius: 50%;
}

.article-block ul:last-child {
  margin-bottom: 0;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2f4a92;
  line-height: 1.23;
}

.blog-filter {
  margin-bottom: 40px;
}

.blog-filter-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
  font-size: 15px;
  color: #5b6a7a;
  line-height: 1.18;
}

.blog-filter-list li {
  margin: 0 5px 10px;
}

.blog-filter-list a {
  display: inline-block;
  transition: all 0.3s ease-out;
  padding: 11px 18px;
  border: 2px solid transparent;
  background: #ECF7FF;
  border-radius: 99px;
}

.blog-filter-list a:hover {
  border-color: #748699;
  background: transparent;
}

.blog-filter-list a.active {
  border-color: #dda23a;
  color: #dda23a;
  background: transparent;
}

.pagination {
  margin: 40px -10px -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  color: #2f4a92;
}

.pagination li {
  margin: 0 10px 10px;
}

.pagination a {
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  background: #ECF7FF;
  border-radius: 50%;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}

.pagination a:hover {
  border-color: #DDA23A;
  color: #dda23a;
  background: transparent;
}

.pagination a:hover i {
  border-color: #DDA23A;
}

.pagination a.active {
  background: #dda23a;
  border-color: #dda23a;
  color: #fff;
}

.pagination .arrow i {
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #2F4A92;
  border-right: 2px solid #2F4A92;
  transition: all 0.3s ease-out;
}

.pagination .prev i {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.pagination .next i {
  transform: rotate(45deg);
  margin-left: -2px;
}

.blog-choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px -28px;
}

.blog-link {
  display: block;
  margin: 0 14px 28px;
  width: calc(25% - 28px);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 4px 58px 0 rgba(118, 174, 221, 0.29);
}

.blog-link:before,
.blog-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.blog-link:before {
  background: linear-gradient(180deg, rgba(168, 207, 240, 0) 0%, rgba(31, 52, 109, 0.9) 100%);
}

.blog-link:after {
  background: linear-gradient(180deg, rgba(168, 207, 240, 0) 0%, rgba(9, 16, 33, 0.9) 100%);
  opacity: 0;
}

.blog-link:hover:before {
  opacity: 0;
}

.blog-link:hover:after {
  opacity: 1;
}

.blog-link .image img {
  display: block;
  height: auto;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.blog-link .inner {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
}

.blog-link .title {
  margin-top: auto;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.blog-link .time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #c2d2e3;
  line-height: 1.3;
}

.blog-link .time img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.hide {
  display: none;
}

.contacts-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.contacts-form {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 524px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
}

.contacts-information {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  border-radius: 160px;
  width: 524px;
  background: #ECF7FF;
}

.contacts-phone {
  font-size: 40px;
  font-weight: 900;
  color: #2f4a92;
  margin-bottom: 40px;
  line-height: 1.22;
  text-align: center;
}

.contacts-phone a {
  transition: all 0.3s ease-out;
}

.contacts-phone a:hover {
  color: #1F2A35;
}

.contacts-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -20px;
}

.contacts-socials .social-link {
  margin: 0 10px 20px;
}

.article-image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 40px;
}

.article-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-quotes-list {
  width: 302px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 70px;
  padding-top: 10px;
        display: none;
}

.article-quotes {
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #dda23a;
  transition: all 0.3s ease-out;
  position: relative;
  padding: 20px;
  border-radius: 0 40px 40px 40px;
  box-shadow: 0 4px 4px 0 rgba(221, 162, 58, 0.31);
  background: #fffbf3;
}

.article-quotes:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -2px;
  top: -16px;
  width: 29px;
  height: 29px;
  background: url("../images/quote.svg") center no-repeat;
  background-size: 100% auto;
}

.article-quotes:hover {
  background: #fff;
}

.article-quotes:last-child {
  margin-bottom: 0;
}

.article-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}

.article-options li {
  margin-right: 30px;
}

.article-options li:last-child {
  margin-left: auto;
  margin-right: 0;
  width: auto;
}

.article-options .tag {
  display: inline-block;
  transition: all 0.3s ease-out;
  padding: 11px 18px;
  border: 2px solid transparent;
  background: #ECF7FF;
  border-radius: 99px;
  font-size: 15px;
  color: #5b6a7a;
  line-height: 1.2;
  text-align: center;
  margin-right: 10px;
    top: -5px;
    position: relative;
}

.article-options .tag:hover {
  border-color: #748699;
  background: transparent;
}

.article-options .info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #5b6a7a;
  line-height: 1.2;
  white-space: nowrap;
}

.article-options .info img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.article-options .sharing {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #2F4A92;
  font-size: 15px;
  line-height: 1.2;
}

.article-options .sharing:hover {
  text-decoration: underline;
}

.article-options .sharing img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.js-slick .slick-arrow {
  position: absolute;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  top: 50%;
  margin-top: -29px;
  border: 2px solid transparent;
  height: 58px;
  width: 58px;
  background: #ecf7ff;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

.js-slick .slick-arrow:hover {
  border-color: #DDA23A;
}

.js-slick .slick-arrow:hover:after {
  border-color: #DDA23A;
}

.js-slick .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: none;
  background: none;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #2F4A92;
  border-right: 2px solid #2F4A92;
  transition: all 0.3s ease-out;
}

.js-slick .slick-arrow.slick-prev {
  left: -80px;
}

.js-slick .slick-arrow.slick-prev:after {
  transform: rotate(-135deg);
  margin-left: -3px;
}

.js-slick .slick-arrow.slick-next {
  right: -80px;
}

.js-slick .slick-arrow.slick-next:after {
  transform: rotate(45deg);
  margin-left: -5px;
}

.js-slick .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.more-blogs-slider .slick-list {
  margin: -14px;
}

.more-blogs-slider .blog-link {
  box-shadow: 0 0 14px 0 rgba(118, 174, 221, 0.6);
  margin: 14px;
  width: auto;
}

/*================= МОДАЛКИ ======================*/

.popup-modal {
  max-width: 524px;
  margin: 20px auto;
  position: relative;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px;
}

.popup-modal .mfp-close {
  top: 16px;
  right: 16px;
  line-height: 1px;
  opacity: 1;
  width: 36px;
  height: 36px;
}

.popup-modal .mfp-close img,
.popup-modal .mfp-close i {
  pointer-events: none;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.6;
}

.popup-modal .mfp-close:hover img,
.popup-modal .mfp-close:hover i {
  opacity: 1;
  filter: grayscale(0);
}

.mfp-bg {
  background: #0D1938;
}

.mfp-wrap ~ .page header,
.mfp-wrap ~ .page .main-content,
.mfp-wrap ~ .page footer {
  filter: blur(6px);
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.65);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.6;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.65);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*================= Media ======================*/

@media (min-width: 0) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }

  .header-mobile {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1420px) {
  .container {
    width: 1320px;
  }
}

@media (max-width: 1419px) {
  .header-menu > li {
    margin: 0 20px;
  }

  .header-options {
    padding: 20px;
  }

  .header-recall {
    margin-left: 15px;
  }

  .description-tabs {
    margin-right: 50px;
  }

  .contacts-information {
    width: 500px;
  }

  .contacts-form {
    width: 500px;
  }

  .intro-bubble.pic-2 {
    margin-left: -40px;
  }

  .js-slick .slick-arrow.slick-prev {
    left: -38px;
  }

  .js-slick .slick-arrow.slick-next {
    right: -38px;
  }

  .article-quotes-list {
    margin-left: 50px;
  }

  .article-options li {
    margin-right: 30px;
  }
}

@media (max-width: 1259px) {
  body {
    font-size: 16px;
  }

  .main-logo {
    width: 80px;
  }

  .main-logo img {
    max-width: 100%;
  }

  .header-menu > li {
    margin: 0 15px;
  }

  .header-menu-link {
    font-size: 16px;
  }

  .header-options {
    padding: 15px;
  }

  .header-phone {
    font-size: 15px;
    margin-right: 0;
  }

  .header-recall {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-content {
    padding-top: 116px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  .simple-section {
    margin: 90px 0;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .intro-content {
    max-width: 490px;
  }

  .intro-content p {
    font-size: 25px;
  }

  .small-size h1 {
    font-size: 52px;
  }

  .small-size p {
    font-size: 21px;
  }

  .assortment-list {
    margin: 0 -10px -20px;
  }

  .assortment-block {
    margin: 0 10px 20px;
    padding: 25px;
    width: calc(33.333% - 20px);
  }

  .assortment-block .title {
    font-size: 20px;
  }

  .conditions-list {
    padding: 30px 0;
    margin-bottom: -70px;
  }

  .conditions-block {
    margin-bottom: 70px;
  }

  .conditions-block .image {
    width: 74px;
    height: 74px;
    margin-right: 20px;
  }

  .conditions-block .image img {
    height: auto;
    max-width: 51px;
  }

  .conditions-block .title {
    font-size: 18px;
  }

  .description-tabs {
    margin-right: 30px;
    font-size: 18px;
    width: 280px;
  }

  .description-tabs a::before {
    top: 16px;
  }

  .article-block ul li:before {
    top: 6px;
  }

  .blog-choice {
    margin: 0 -7px -14px;
  }

  .blog-link {
    margin: 0 7px 14px;
    width: calc(25% - 14px);
  }

  .blog-link .inner {
    padding: 25px;
  }

  .blog-link .title {
    font-size: 18px;
  }

  .contacts-outer {
    margin-top: -30px;
  }

  .contacts-information {
    padding: 0;
    background: transparent;
    width: auto;
  }

  .contacts-form {
    padding: 30px;
    width: 450px;
  }

  .intro-bubble.pic-2 {
    left: -60px;
    margin-left: 0;
  }

  .intro-buttons {
    margin: 0 -5px -20px;
  }

  .intro-buttons .btn {
    margin: 0 5px 20px;
  }

  .more-blogs-slider .slick-list {
    margin: -7px;
  }

  .more-blogs-slider .blog-link {
    box-shadow: 0 0 7px 0 rgba(118, 174, 221, 0.6);
    margin: 7px;
    width: auto;
  }

  .article-quotes-list {
    margin-left: 20px;
    width: 250px;
  }

  .article-quotes {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .article-options {
    margin-top: 40px;
  }

  .article-options li {
    margin-right: 20px;
  }
}

@media (max-width: 1019px) {
  html.no-scroll {
    overflow: hidden;
  }

  body {
    font-size: 15px;
  }

  .btn {
    font-size: 15px;
  }

  header {
    padding-right: 0;
  }

  h1 {
    font-size: 48px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }

  .simple-section {
    margin: 70px 0;
  }

  .simple-section:first-child {
    margin-top: 50px;
  }

  .breadcrumbs {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .header-content {
    padding: 10px 0;
  }

  .header-content.fixedtop .main-logo img {
    width: 60px;
  }

  .main-logo {
    width: 75px;
  }

  .header-menu {
    display: none;
  }

  .header-options {
    margin-left: auto;
    padding: 0 !important;
    border: none;
  }

  .header-options .social-link {
    width: 40px;
    height: 40px;
  }

  .header-phone {
    margin-right: 10px;
    font-size: 18px;
  }

  .header-recall {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 25px;
  }

  .main-content {
    padding-top: 95px;
  }

  .header-buter {
    display: block;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 25px;
  }

  .header-buter:hover span {
    background: #000;
  }

  .header-buter span {
    display: block;
    height: 2px;
    width: 26px;
    margin: 6px 0;
    background: #2F4A92;
    border-radius: 10px;
    transition: all 0.3s ease-out;
  }

  .header-mobile {
    padding: 20px;
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
  }

  .header-close {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .mobile-logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    margin-bottom: 6px;
  }

  .mobile-logo img {
    display: block;
    height: auto;
    width: 100%;
  }

  .mobile-menu {
    font-size: 15px;
    font-weight: 600;
    color: #33475c;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .mobile-menu li {
    border-bottom: 1px solid #DDEFFF;
  }

  .mobile-menu a {
    display: block;
    padding: 14px 0;
    transition: all 0.3s ease-out;
  }

  .mobile-menu a:hover {
    color: #2f4a92;
  }

  .mobile-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .mobile-options .social-link {
    height: 36px;
    width: 36px;
    margin-left: 10px;
  }

  .mobile-phone {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease-out;
    margin-right: auto;
  }

  .mobile-phone:hover {
    color: #2f4a92;
  }

  .mobile-phone img {
    display: none;
  }

  .mobile-recall {
    width: 100%;
  }

  .intro-content {
    max-width: 440px;
  }

  .intro-content p {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .small-size h1 {
    font-size: 43px;
  }

  .small-size p {
    font-size: 18px;
  }

  .assortment-block {
    width: calc(50% - 20px);
    min-height: 340px;
  }

  .conditions-list {
    padding: 20px 0;
    margin-bottom: -40px;
  }

  .conditions-block {
    margin-bottom: 40px;
    width: calc(50% - 30px);
  }

  .footer-top {
    padding: 45px 0;
  }

  .footer-menu li {
    width: 50%;
  }

  .description-outer {
    display: block;
  }

  .description-tabs {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 16px;
    width: 100%;
  }

  .description-tabs li {
    margin-bottom: 0;
  }

  .description-tabs a {
    padding: 15px 20px;
    padding-left: 65px;
  }

  .description-tabs a:before {
    top: 8px;
  }

  .description-detail {
    padding: 30px;
  }

  .article-block p {
    margin-bottom: 20px;
  }

  .article-block h4 {
    margin-top: 30px;
  }

  .article-block ul {
    line-height: 1.24;
    margin-bottom: 20px;
  }

  .blog-filter {
    margin-bottom: 30px;
  }

  .blog-choice {
    margin: 0 -5px -10px;
  }

  .blog-link {
    margin: 0 5px 10px;
    width: calc(33.333% - 10px);
  }

  .blog-link .inner {
    padding: 20px;
  }

  .pagination {
    margin: 30px -5px 10px;
  }

  .pagination li {
    margin: 0 5px 10px;
  }

  .pagination a {
    width: 50px;
    height: 50px;
  }

  .contacts-outer {
    margin-top: -20px;
  }

  .contacts-phone {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .contacts-socials {
    margin: 0 -7px -14px;
  }

  .contacts-socials .social-link {
    margin: 0 7px 14px;
    width: 48px;
    height: 48px;
  }

  .contacts-socials .social-link img {
    max-width: 24px;
    max-height: 24px;
  }

  .contacts-form {
    padding: 25px;
    width: 380px;
  }

  .intro-buttons {
    display: block;
    margin: 0 0 -20px;
  }

  .intro-buttons .btn {
    width: 100%;
    max-width: 320px;
    margin: 0 0 20px;
  }

  .js-slick .slick-arrow {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }

  .js-slick .slick-arrow.slick-prev {
    left: -34px;
  }

  .js-slick .slick-arrow.slick-next {
    right: -34px;
  }

  .article-outer {
    display: block;
  }

  .article-quotes-list {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .article-options {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    font-size: 14px;
    padding: 14px 30px;
  }

  .simple-form input,
  .simple-form textarea,
  .simple-form select {
    height: 44px;
  }

  h1 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .simple-section {
    margin: 50px 0;
  }

  .simple-section:first-child {
    margin-top: 27px;
  }

  .breadcrumbs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .header-options {
    margin: 0 auto;
  }

  .header-phone {
    font-size: 16px;
  }

  .header-recall {
    display: none;
  }

  .header-buter {
    margin-left: 0;
  }

  .intro-outer {
    display: block;
    text-align: center;
      margin-top: 0;
  }

  .intro-image {
    margin-bottom: 28px;
    position: relative;
  }

  .intro-image .image {
    width: 289px;
    margin: 0 auto;
  }

  .intro-bubble {
    position: absolute;
    z-index: -1;
    left: 50% !important;
    top: auto !important;
    bottom: 40px;
    width: 800px;
    margin-left: -400px !important;
  }

  .intro-bubble.pic-2 {
    bottom: 15px;
  }

  .intro-bubble img {
    max-width: 100%;
    height: auto;
  }

  .intro-content {
    max-width: 100%;
    padding-right: 0;
  }

  .intro-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .intro-content .btn {
    width: 100%;
  }

  .small-size h1 {
    font-size: 38px;
  }

  .small-size p {
    font-size: 16px;
  }

  .assortment-block {
    min-height: 300px;
  }

  .assortment-block .title {
    font-size: 18px;
  }

  .assortment-block .paper {
    right: 25px;
    width: 182px;
  }

  .assortment-block .paper img {
    max-width: 100%;
  }

  .assortment-image img {
    max-width: 100%;
  }

  .assortment-image.pic-1 {
    width: 101px;
  }

  .assortment-image.pic-2 {
    width: 119px;
  }

  .assortment-image.pic-3 {
    right: 6px;
    width: 120px;
  }

  .assortment-image.pic-4 {
    width: 101px;
  }

  .assortment-image.pic-5 {
    width: 119px;
  }

  .assortment-image.pic-6 {
    width: 166px;
  }

  .conditions-list {
    padding: 0;
    margin: 0 -10px -20px;
  }

  .conditions-block {
    display: block;
    text-align: center;
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }

  .conditions-block .image {
    margin: 0 auto 10px;
  }

  .conditions-block .title {
    font-size: 16px;
         max-width: 166px;
    margin-left: calc(50% - 84px);
  }

  .footer-top {
    padding: 35px 0;
  }

  .footer-top-content {
    display: block;
    text-align: center;
  }

  .footer-menu {
    margin-bottom: 10px;
  }

  .footer-menu li {
    margin-bottom: 20px;
  }

  .footer-options {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-socials {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom {
    padding: 30px 0;
  }

  .footer-bottom-content {
    display: block;
    text-align: center;
    font-size: 15px;
  }

  .copyright {
    margin-top: 10px;
  }

  .description-detail {
    padding: 20px;
  }

  .blog-filter {
    margin: 0 -10px 10px;
    padding: 0 10px;
    overflow: auto;
  }

  .blog-filter::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }

  .blog-filter::-webkit-scrollbar-thumb {
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .blog-filter-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .blog-filter-list li {
    margin-bottom: 0;
  }

  .blog-link {
    border-radius: 30px;
  }

  .blog-link .inner {
    padding: 15px;
  }

  .blog-link .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .pagination {
    margin-top: 20px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pagination a {
    width: 44px;
    height: 44px;
  }

  .contacts-outer {
    display: block;
    margin-top: 0;
  }

  .contacts-information {
    padding-right: 0;
    margin-bottom: 40px;
    position: relative;
  }

  .contacts-form {
    padding: 30px;
    width: 100%;
    box-shadow: 0 4px 20px 0 rgba(168, 207, 240, 0.33);
  }

  .intro-buttons .btn {
    max-width: 100%;
  }

  .article-image img {
    min-height: 150px;
    object-fit: cover;
  }

  .article-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -15px;
  }

  .article-options li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .article-options li:nth-of-type(odd) {
    padding-right: 10px;
  }

  .article-options li:nth-of-type(even) {
    text-align: right;
    padding-left: 10px;
  }

  .article-options li:last-child {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .article-options .tag {
    font-size: 14px;
  }

  .more-blogs-slider .slick-list {
    margin: -8px 0;
    overflow: visible;
  }

  .more-blogs-slider .blog-link {
    box-shadow: 0 0 40px 0 rgba(118, 174, 221, 0.3);
    margin: 8px;
    width: 220px;
  }
}

@media (max-width: 500px) {
  .header-phone {
    margin-right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f4a92;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-phone img {
    display: block;
  }

  .header-phone span {
    display: none;
  }

  .intro-image .image {
    width: 160px;
  }

  .intro-bubble {
    bottom: 20px;
    width: 600px;
    margin-left: -300px !important;
  }

  .assortment-block {
    min-height: 270px;
    width: calc(100% - 20px);
  }

  .footer-menu {
    display: block;
    margin-bottom: 30px;
  }

  .footer-menu li {
    width: 100%;
  }

  .footer-phone {
    font-size: 16px;
  }

  .popup-modal {
    padding: 30px;
  }

  .popup-modal .mfp-close {
    top: 7px;
    right: 7px;
  }

  .blog-link {
    width: calc(50% - 10px);
  }

  .more-blogs-slider .blog-link {
    width: 180px;
  }
}

body.page {
    overflow-y: visible;
}ul.breadcrumbs .rasd {
    margin: 0 20px;
    display: inline-block;
}.hidfg {
    position: absolute;
    right: 0;
    width: 100%;
    min-width: 282px;
    display: none;
    bottom: -40px;
}

ul.article-options li {
    position: relative;
}

.sharing {
    cursor: pointer;
}
a.blog-link .image img {
    min-height: 380px;
    object-fit: cover;
    object-position: center;
}
.sharing.openeed ~ .hidfg {display:inline-block}
ul.swit li {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 8px;
    position: relative;
    /* border: 1px solid rgb(87 87 87 / 22%); */
    box-shadow: 0 -1px 1px #00000036;
    transition: 0.4s;
}

.lang-item-ru {
    background: url(/wp-content/uploads/2024/05/i-e1715526859181.webp);
    background-size: cover;
    border-radius: 999px;
}

li.lang-item.lang-item-13.lang-item-uk.no-translation {}

.lang-item-uk {
    background: url(/wp-content/uploads/2024/05/i-1-e1715526845351.webp);
    background-size: cover;
    border-radius: 999px;
}

ul.swit img {
    display: none;
}

ul.swit li a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

ul.swit {
    margin-right: 20px;
        margin-top: 4px;
}

ul.swit li:hover {
    opacity: 0.8;
}
footer ul.swit {
    float: right;
    margin: 0;
    /* margin-top: 20px; */
}

footer ul.swit li:last-child {
    /* margin-right: 0; */
}

footer ul.swit li {
    width: 36px;
    height: 36px;
}


ul.swit li.lang-item-ru {
    float: right;
    background: none;
    box-shadow: none;
    font-size: 0;
}
ul.swit li.lang-item-uk {
    background-repeat: no-repeat;
    box-shadow: none;
    font-size: 0;
    background-size: 20px;
    background-size: 20px;
    width: 45px;
    height: 30px;
    background-position: left;
}
ul.swit li.lang-item-ru a:before {
    content: "RU";
    font-size: 17px;
    border-left: solid 1px #000;
    padding-left: 8px;
    line-height: 30px;
}

ul.swit li.lang-item-uk a:before {
    content: "UA";
    font-size: 17px;
    padding-left: 28px;
    line-height: 30px;
}
img.raty-cancel {
    display: none;
}

span#button-text {}

label.file-ct span {
    font-weight: 300 !important;
    font-size: 15px !important;
}

div#testimonialModal input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    padding-left: 20px;
    padding-right: 20px;
}
div#testimonialModal p.submit-buttons button.mfp-close {
    font-size: 14px !important;
}

div#testimonialModal {
    width: 100%;padding: 0px;
}

.popup-content {
    width: 100%;
}

.lwpcngNotice_accept.js-lwpcngAccept {
    display: inline-block;
    transition: all 0.3s ease-out;
    font-family: Inter, Arial, Tahoma, sans-serif;
    padding: 17px 30px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.22;
    border-radius: 0;
    background: #2f4a92;
    color: #fff !important;
    border-radius: 99px;
    border: none;
    background: #dda23a !important;
}

.lwpcngNotice_message {
    display: inline-block !important;
    text-align: left;
    /* float: left; */
    font-weight: bold;
    color: #222;
}
section.simple-section ul {
    margin: 20px 0;
    list-style-type: disc;
    padding-left: 20px;
    line-height: 26px;
}
section.simple-section ul.description-tabs {
    margin: 0;
    padding-right: 30px;
    padding-left: 0;
}
.lwpcngNoticeBar-bottom.lwpcngNotice-sticked {
    padding: 5px 20px !important;
}
html[lang="uk"] .ru-kuk {display:none}
html[lang="ru-RU"] .uk-kuk {display:none}
ul.breadcrumbs {
    padding: 0 5px !important;
}
.description-outer * {
    list-style-type: none;
}
body.page-template.page-template-spasibo h1 {
    text-align: center;
}

body.page-template.page-template-spasibo section.simple-section {
    text-align: center;
}

html[lang="uk"] a.home:before {
    content: "Головна";
    font-size: 17px;
}

html[lang="uk"] a.home {
    font-size: 0;
}
html[lang="uk"] a.archive.post-service-archive:before {
    content: "Послуга";
    font-size: 17px;
}

html[lang="uk"] a.archive.post-service-archive {
    font-size: 0;
}


.fixedtop a.main-logo {
    background: url(/wp-content/uploads/2024/05/log.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 0;
}

.fixedtop a.main-logo img {
    visibility: hidden;
}

a.main-logo img {
     transition: 0.4s; 
}

a.main-logo img {
    visibility: hidden;
}

a.main-logo {
    background: url(/wp-content/themes/blankslate/images/main-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   
}
.header-content.fixedtop {
    padding: 0;
}
.header-content.fixedtop .main-logo img {
    height: 55px;
}
ul.blog-filter-list {
    padding: 0 !important;
    list-style-type: none !important;
}
ul.article-options {
    padding: 0 !important;
    list-style-type: none !important;
}
body.blog .simple-section:first-child {
    margin-top: 0;
}

body .simple-section:first-child ul.breadcrumbs {
    /* margin: 10px 0; */
}

body.blog .simple-section:first-child h1 {
    font-size: 40px;
    display: none;
}
div#cop-b {
    width: 34px;
    height: 34px;
    border: solid 2px #dedede;
    border-radius: 6px;
    cursor: pointer;
    float: left;
    margin-top: 4px;
    margin-left: 2px;
}

div#cop-b img {
    width: 70%;
    margin: 15%;
}

div#cop-b:hover {
    opacity: 0.7;
}

.uSocial-Share {
    max-width: 170px;
    float: left;
}

.hidfg {
    min-width: 200px;
}
span.ico_uscl_soc.ico_uscl.ico_uscl-twi.uscl-twi {
     background: url(/wp-content/uploads/2024/05/x_twitter_logo_3-e1716836256479.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}
span.ico_uscl_soc.ico_uscl.ico_uscl-twi.uscl-twi:before {
    visibility: hidden;
}
html[lang="uk"] .lwpcngNotice_accept.js-lwpcngAccept {
    font-size: 0;
}

html[lang="uk"] .lwpcngNotice_accept.js-lwpcngAccept:before {
    font-weight: 700;
    font-size: 16px;
    content: "Зрозуміло";
}

.social-form {
    text-align: center;
   /* margin-bottom: 10px;*/
}

.social-form a {
    display: inline-block;
    margin: 5px 10px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-radius: 20px !important;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.social-form a img {
    float: left;
    margin-right: 10px;
}

.social-form a:after {
    border-radius: 20px !important;
}
.home .intro-image {
    max-height: 380px;
}

.home .intro-image .image {
    height: 100%;
}

.home .intro-image .image img {
    height: 100%;
}
.test-slider {
    font-weight: normal;
}
button.slick-prev.slick-arrow {
    margin-left: -40px;
}

button.slick-next.slick-arrow {
    margin-right: -40px;
}

@media (max-width: 1366px){
ul.swit {
    /* position: absolute; */
    left: 120px;
    bottom: 0;
    margin-right: 0;
}

.header-recall {
    font-size: 14px;
    padding: 17px 10px;
}

.header-menu-link {
    font-size: 14px;
}

.header-menu > li {
    margin: 0 12px;
}


ul.header-menu {
    margin-left: 20px;
}}


@media (max-width: 1019px) and (min-width: 767px) {

 ul.swit {
    margin-left: 35px;
}   
    
}







@media (max-width: 767px){
    

    
    
.header-content.fixedtop .main-logo img {
    height: 50px;
}    
section.simple-section ul {
    padding-left: 0;
}   
ul.swit {
    margin: 0;
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}

ul.swit li {
    width: 39px;
    height: 39px;
}
footer ul.swit {
    width: 100%;
    display: inline-block;
    float: none;
    text-align: center;
    max-width: 125px;
}    
footer ul.swit li {
    float: none;
    display: inline-block;
    margin: 10px;
} 
    
   ul.header-menu ~ ul.swit {
    display: none;
} 
    .header-mobile ul.swit {
    display: inline-block !important;
    position: absolute;
    top: 30px;
    left: 150px;
}footer ul.swit li {
    margin: 10px 0;
    width: 52px !important;
    box-shadow: none;
}

footer ul.swit li:first-child {border-left: solid 1px #000;border-radius: 0;margin-left: 5px;}

.lwpcngNotice_accept.js-lwpcngAccept {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}

.lwpcngNotice_message {
    text-align: center;
    margin: 10px 0;
}

footer ul.swit li.lang-item-ru a:before {
    padding: 0;
    border: 0;
}

footer ul.swit li.lang-item-ru a {
    text-align: left;
    padding-left: 10px;
}
 .home .simple-section:first-child {
    margin-top: 32px;
}       
 html[lang="uk"] a.home:before {
    font-size: 15px;
}

html[lang="uk"] a.archive.post-service-archive:before {
    font-size: 15px;
}   
 .test-slider button.slick-prev.slick-arrow {bottom: 0;top: auto !important;margin: 0;left: 35% !important;}

.test-slider button.slick-next.slick-arrow {
    bottom: 0;
    top: auto !important;
    margin: 0;
    right: 35% !important;
}

.test-slider button.slick-next.slick-arrow:before {
   
    line-height: 25px;
}.test-slider button.slick-prev.slick-arrow:before {
   
    line-height: 25px;
}
    
   .test-slider button.slick-prev.slick-arrow, .test-slider button.slick-next.slick-arrow {
    width: 49px;
    height: 49px;
    padding: 0;
}

.test-slider button.slick-prev.slick-arrow:before, .test-slider button.slick-next.slick-arrow:before {
    font-size: 25px;
    
    width: 49px;
    height: 49px;
    display: inline-block;
    line-height: 49px;
} 
    
}
.content-404-outer {
  -ms-flex-align: center;
  align-items: center;
  padding-top: 26px;
}

.image-404 {
  margin-right: -8px;
}

.image-404 h1 {
  display: none;
}

.content-404 {
  max-width: 530px;
  width: 100%;
}

.content-404 h1 {
  text-align: center;
}

.block-404 {
  padding: 50px;
  border-radius: 30px;
  background: #fff;
  margin-top: 60px;
}

.block-404 p {
  color: #748699;
  margin-bottom: 30px;
}

.block-404 .btn {
  -ms-flex-positive: 1;
  flex-grow: 1;
}body.error404 .simple-section:first-child {
    margin-top: -1px;
}

body.error404.logged-in.wp-embed-responsive {}

body.error404 .simple-section .content-404-outer.intro-outer {
    margin: 0;
}
html[lang="uk"] span.archive.post-service-archive.current-item:before {
    content: "Послуга";
    font-size: 17px;
}html[lang="uk"] span.archive.post-service-archive.current-item {
    font-size: 0px;
}
ul.breadcrumbs {
    padding: 0 5px !important;
    z-index: 9;    
    position: relative;
}span.abo {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 12px;
}section.simple-section ul {
    margin-top: 40px;
}

.article-options .tag {
    margin-bottom: 5px;
}

.wp-pagenavi a {
    height: auto !important;
    min-height: 0 !important;
    display: inline-block;
    display: inline-block;
    webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #2f4a92;
    font-weight: 600;
    font-size: 20px;
    padding: 12px !important;
    text-align: center;
    border-radius: 99px;
    line-height: 1em;
    background: #ffffff;
    border: none;
    min-width: 48px !important;
    border: solid 2px #2f4a92 !important;
    text-align: center;
    float: left;
}

.wp-pagenavi span.pages {
    display: none !important;
}

.wp-pagenavi * {
    text-align: center !important;
}

.wp-pagenavi span {
    display: inline-block !important;
}

.wp-pagenavi span.current {
    float: left;
}

.wp-pagenavi {
    display: inline-block;
}

.navigation {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}.wp-pagenavi span.current {
    color: #fff !important;
    background: #2f4a92 !important;
}


div#widget_logo div.active {
    /* opacity: 0; */
    /* animation: 1s swing ease; */
    animation-name: flipInX !important;
    animation-duration: 5s !important;
  /*  animation-iteration-count: infinite;*/
}