/*
Theme Name: Naftogaz GRMU Theme
Version: 1.1.3
*/

@font-face {
    font-family: "Circe";
    src: url("fonts/Circe/Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Circe/Circe-Regular.woff") format("woff"), url("fonts/Circe/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("fonts/Circe/Circe-ExtraLight.eot");
    src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("fonts/Circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Circe/Circe-ExtraLight.woff") format("woff"),
        url("fonts/Circe/Circe-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("fonts/Circe/Circe-Thin.eot");
    src: local("Circe Thin"), local("Circe-Thin"), url("fonts/Circe/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/Circe/Circe-Thin.woff") format("woff"), url("fonts/Circe/Circe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("fonts/Circe/Circe-Light.eot");
    src: local("Circe Light"), local("Circe-Light"), url("fonts/Circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Circe/Circe-Light.woff") format("woff"), url("fonts/Circe/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("fonts/Circe/Circe-Bold.eot");
    src: local("Circe Bold"), local("Circe-Bold"), url("fonts/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Circe/Circe-Bold.woff") format("woff"), url("fonts/Circe/Circe-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Circe";
    src: url("fonts/Circe/Circe-ExtraBold.eot");
    src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("fonts/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Circe/Circe-ExtraBold.woff") format("woff"),
        url("fonts/Circe/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
:root {
    --very-light-grey: #959494;
    --light-grey: #585e63;
    --light-blue: #00a0df;
    --blue: #116ab3;
    --yellow: #fbbc07;
}
:focus {
    outline: none;
}
html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size: 15px;
    font-family: "Circe";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #212121;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #00a0df;
}

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

p {
    font-family: "Circe";
    margin: 0px;
    font-size: 14px;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}
div {
    box-sizing: border-box;
}

/* ScrollToTop */
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0e498d;
    border-radius: 0px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}

#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.sk-circle {
    margin: 0px auto;
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #e91e63;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    min-height: 58px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    z-index: 100;
}

header .logo {
    width: 220px;
    display: flex;
    align-items: center;
    height: 100%;
}
header .logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
header .logo img {
    width: 100%;
    height: auto;
}
.inside_header {
    display: flex;
    height: 100%;
    justify-content: space-between;
    gap: 16px;
}
.desctope_top_menu {
    display: none;
    /* width: calc(100% - 220px); */
}
.desctope_top_menu li {
  position: relative;
}
.desctope_top_menu ul.menu {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    gap: 1em;
}
.desctope_top_menu ul.menu > li {
  max-width: min-content;
}
/* .desctope_top_menu ul.menu > li + li {
  margin-left: 16px;
} */
.desctope_top_menu ul li a {
    text-decoration: none;
    font-family: "Circe";
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.7;
    color: #10181f;
}
.desctope_top_menu ul.menu > li.nav-special > a {
    background-color: #425cc8;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0 20px;
}
.desctope_top_menu ul.menu ul {
  /* background-color: #fff; */
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px #ccc;
  display: none;
  height: auto;
  position: absolute;
  padding: 0;
}
.desctope_top_menu ul.menu ul li {
  background-color: #fff;
  padding: 8px;
}
.desctope_top_menu ul.menu ul li.nav-special {
    padding: 1px 0 0;
}
.desctope_top_menu ul.menu ul li + li {
	border-top: 1px solid #eee;
}
.desctope_top_menu ul.menu ul li.nav-special + li,
.desctope_top_menu ul.menu ul li + li.nav-special {
	border-top: none;
}
.desctope_top_menu ul.menu ul li.nav-special > a {
    background-color: #dae1ff;
    min-height: 40px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
}
.desctope_top_menu ul li.menu-item-has-children:hover > ul,
.desctope_top_menu ul li.menu-item-has-children:focus > ul {
  display: block;
  min-width: 100%;
}
/* .desctope_top_menu ul.menu li.menu-item-has-children:hover > ul,
.desctope_top_menu ul.menu li.menu-item-has-children:focus > ul {
  right: 0;
} */
.desctope_top_menu ul.menu ul li.menu-item-has-children:hover > ul,
.desctope_top_menu ul.menu ul li.menu-item-has-children:focus > ul {
  right: calc(100% + 2px);
  top: 0;
}

.inside_header,
.container,
.container-flex {
    margin: 0 auto;
    max-width: 1280px;
    width: 95%;
}

.container {
    display: flex;
}

.container-flex {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.direction_column {
    flex-direction: column;
}
input {
    padding-left: 30px;
}
.block25 {
    width: 25%;
}
footer ul li a {
    font-size: 16px;
    color: #000000;
    font-family: "Circe";
    text-transform: none;
    line-height: 1.8;
}

footer p,
footer a {
    font-size: 18px;
    color: #000000;
    font-family: "Circe";
}
footer p a:hover {
    border-bottom: 1px solid #00498d;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #00498d;
    font-family: "Circe";
    font-size: 14px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #00498d;
    font-family: "Circe";
    font-size: 14px;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #00498d;
    font-family: "Circe";
    font-size: 14px;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #00498d;
    font-family: "Circe";
    font-size: 14px;
}
#nav-icon1 {
    width: 30px;
    height: 30px;
    margin-top: 13px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #00498d;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
    width: 70%;
    left: 9px;
}

#nav-icon1 span:nth-child(3) {
    top: 18px;
}

#nav-icon1.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.body_main_mob_menu {
    position: absolute;
    width: 100%;
    top: 55px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    left: 0;
    overflow: hidden;
    height: 1px;
}
.body_main_mob_menu .header_menu {
    display: block;
    background: #fff;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    padding: 5% 10% 10% 10%;
}
.open_mob_menu {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    display: flex;
    top: 55px;
    height: 100vh;
    background: #00a0df;
    width: 100%;
    padding-top: 20%;
    padding-left: 10%;
}
.body_main_mob_menu ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}
.body_main_mob_menu .header_menu a {
    border-right: none;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    padding-top: 10px;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    color: #00498d;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.body_main_mob_menu li.menu-item-has-children ul {
    padding-left: 2em;
}
.mob_cheker {
    position: absolute;
    right: 20px;
    height: 50px;
}
a:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
#overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

#form_result_error {
    color: #f00;
    text-align: center;
}
#form_result_success {
    color: #396b05;
    text-align: center;
}
.column {
    flex-direction: column;
}
.information_in_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.information_in_header ul li a {
    color: #00498d !important;
}

#perevagu {
    padding-top: 40px;
    background: #f1f1f1;
    text-align: center;
    color: #00498d;
    min-height: 435px;
}
#perevagu_list {
    margin-top: 73px;
}
#perevagu_list .img {
    margin-bottom: 35px;
}
#perevagu_list .img img {
    height: 75px;
}
#perevagu_list .description {
    line-height: 20px;
    font-size: 16px;
    min-height: 65px;
}
#pruednuysya_list .title {
    text-align: left;
    line-height: 45px;
}
.block80 {
    width: 80%;
    margin: 0;
    padding: 0;
}
.block70 {
    width: 70%;
    margin: 0;
    padding: 0;
}
.block30 {
    width: 30%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.button {
    width: 257px;
    height: 73px;
    font-size: 20px;
    font-family: "Circe";
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    position: relative;
    border: 2px solid #fff;
    border-radius: 80px;
    margin: 20px auto;
    color: #fff;
}
#pruednuysya_list {
    min-height: 200px;
    position: relative;
}
#pruednuysya .block30:before {
    content: "";
    position: absolute;
    width: 345px;
    height: 295px;
    background: linear-gradient(to left top, #245f67, #3ea90d);
    top: -46px;
    margin-left: -27px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
#pruednuysya .block30:hover:before {
    transform: translateY(-3px);
    box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.5);
}
.pricing_item {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.pricing_item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.5);
}
.button:hover {
    color: #00498d;
    background: #ffffff;
}
#numbers {
    background: #f1f1f1;
    text-align: center;
    color: #00498d;
    padding-top: 100px;
}
.current_number {
    background: linear-gradient(#3ea90d, #245f67);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    line-height: 100px;
    font-family: "Circe";
}
.separate_line {
    width: 110px;
    height: 2px;
    margin: 27px auto;
    background: linear-gradient(to right, #245f67, #3ea90d);
}
#numbers .description {
    min-height: 80px;
}
p {
    font-size: 20px;
    color: #00498d;
}
#pricing strong {
    font-size: 23px;
}
.big_price {
    color: #ffffff;
    font-family: "Circe";
    font-size: 30px;
    padding-left: 20px;
    margin-top: 20px;
}
.bot_text_pricing {
    font-size: 14px;
    color: #00498d;
    padding-left: 20px;
}
.small_price {
    color: #ffffff;
    font-size: 17px;
    padding-left: 20px;
}
.pricing_item {
    width: 180px;
    height: 150px;
    background: linear-gradient(to left top, #0f498c, #3ea2d7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 18px;
}
.grid {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 25px;
}
.grid-from-center {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 25px;
}
#pricing hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: none;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
}
p.small_text {
    font-size: 14px;
    margin-top: 30px;
}
.slider_wrap {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
.slider_wrap .left {
    width: 30%;
    float: left;
}
.slider_wrap .right {
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
}
.feedback_img img {
    margin: 0 auto;
}
.bux-prev {
    background-image: url("img/prew.png");
    left: -100px;
}

.bux-next {
    background-image: url("img/next.png");
    right: -100px;
}

.bux-prev,
.bux-next {
    width: 30px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin: auto;
    cursor: pointer;
}
.feedback_title {
    color: #00498d;
    font-style: italic;
    font-size: 18px;
    font-family: "Circe";
}
.feedback_post {
    color: #00498d;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 50px;
}
.feedback_body {
    color: #00498d;
    font-style: italic;
    font-size: 18px;
}
#feedback .title {
    margin-bottom: 50px;
}
#register {
    background: #f1f1f1;
    text-align: center;
    color: #00498d;
    padding-top: 100px;
}
#register p {
    font-size: 23px;
}
.text_block {
    line-height: 33px;
    margin-bottom: 50px;
}
footer ul li {
    font-family: "Circe";
    font-size: 14px;
    color: #00498d;
}
footer ul.menu ul {
    display: none;
}
.navbar-nav {
    margin: 0 auto;
}
.modal a.close-modal {
    width: 21px !important;
    height: 21px !important;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    display: block;
    background-image: url(img/close_img.png) !important;
    background-size: cover;
    overflow: hidden;
    color: transparent;
    top: 10px !important;
    right: 14px !important;
}
.modal a.close-modal:hover {
    background: url(img/close_img.png) #fff;
    background-size: cover;
    overflow: hidden;
    color: transparent;
}

#slow_scrol {
    position: absolute;
    bottom: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

a.scroll_down_img {
    cursor: pointer;
    right: 80px;
    background: none;
    width: auto;
    height: auto;
    margin-right: 0px !important;
}
.item_number:first-child {
    margin-right: 63px;
}
.title h2 {
    font-size: 32px;
}

.fixed-top {
    display: flex;
    position: fixed;
    width: 100%;
}
ul.main_menu {
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

@supports (-ms-ime-align: auto) {
    .class_for_ie {
        display: flex;
        padding-top: 12px;
    }
    #main-navbar {
        width: auto;
        margin-left: auto;
    }
    .span_last_for_ie {
        max-width: 470px !important;
    }
    .span_last_for_ie input {
        width: 380px;
    }
}

.scroll_down_img:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(img/after_scroll_img.svg);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    position: absolute;
    top: 43px;
    left: 3px;
    background-repeat: no-repeat;
    background-size: contain;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

footer .nav-link {
    padding: 0;
    width: 175px;
}

.the_content {
    margin-top: 55px;
}
#documentu {
    background: #f1f1f1;
}
#documentu .title {
    color: #000;
    font-family: "Circe";
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 77px;
}

#documentu .title_small {
    font-size: 16px;
    font-family: "Circe";
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
    padding-right: 20px;
}

.dark_blue_color {
    background: #00498d;
}

.blue_color {
    background: #3ea2d7;
}

.white_color {
    background: #ffffff;
}

#documentu .dark_blue_color a {
    color: #ffffff;
    text-decoration: none;
}
#documentu .blue_color a {
    color: #ffffff;
    text-decoration: none;
}
#documentu .white_color a {
    color: #00498d;
    text-decoration: none;
}
.shadow_block {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.14);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
.shadow_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.14), 0 5px 10px rgba(0, 0, 0, 0.28);
}
.container-grid {
    max-width: 1060px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#contacts {
    width: 100%;
    min-height: 440px;
    background: url(img/contact_bg.jpg);
    background-size: cover;
    background-position: 50%;
    display: flex;
    align-items: center;
}
#contacts .container-flex {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 990px;
}
#contacts p,
#contacts a {
    color: #ffffff;
}
#contacts p {
    font-family: "Circe";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-shadow: rgb(51, 51, 51) 0px 1px 2px;
}
.text_uppercase {
    text-transform: uppercase;
}
#contacts a {
    font-family: "Circe";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-shadow: rgb(51, 51, 51) 0px 1px 2px;
    transition: 0.3s;
    text-decoration: none;
}
#contacts .section_title {
    font-family: "Circe";
    font-weight: normal;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: rgb(51, 51, 51) 0px 1px 2px;
}
footer {
    background: #f1f1f1;
    padding-top: 40px;
    border-bottom: 10px solid #00498d;
    padding-bottom: 30px;
}
.block_with_footer_logo img {
    max-width: 295px;
    width: 100%;
}
.block_with_footer_logo p {
    font-family: "Circe";
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
}
.block35 {
    width: 35%;
}
.block40 {
    width: 40%;
}
footer .block40 {
    display: flex;
    flex-direction: column;
}
footer .block40 a,
footer .block40 p {
    text-align: right;
    margin-bottom: 10px;
}
.copyright {
    margin-top: 10px;
    padding-left: 8px;
}
footer .block25 ul li a {
    cursor: pointer;
}
a.back-to-top i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(img/after_scroll_img.svg);
    background-repeat: no-repeat;
    left: 8px;
    top: 8px;
    transform: rotate(180deg);
}
.inside_slider {
    display: flex;
    height: 100%;
    width: 100%;
    min-height: 530px;
    flex-direction: column;
    justify-content: center;
    background-size: cover !important;
}

.bux-prev {
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    margin: auto;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    right: unset;
    bottom: 70px;
    z-index: 1;
    top: unset;
    left: 200px;
}
.bux-next {
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 70px;
    margin: auto;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    left: 270px;
    right: unset;
    z-index: 10;
}
.bux-prev:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("img/right-arrow.svg");
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bux-next:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("img/right-arrow.svg");
    top: 10px;
    left: 10px;
}
/* Dots */
.slick-slider {
    position: relative;
}

.slick-dots {
    position: absolute;
    bottom: 80px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.slick-dots li button {
    color: transparent;
    border: 0;
    background: transparent;
    font-family: "Circe";
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li:first-child button:before {
    content: "01";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(2) button:before {
    content: "02";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(3) button:before {
    content: "03";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(4) button:before {
    content: "04";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(5) button:before {
    content: "05";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(6) button:before {
    content: "06";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(7) button:before {
    content: "07";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li:nth-child(8) button:before {
    content: "08";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li.slick-active button:before {
    font-size: 30px;
}
.slick-dots li {
    display: none;
}
.slick-dots li:first-child {
    display: unset;
}
.slick-dots li:last-child {
    display: unset;
}

.hero_slider-wrap {
    min-height: 530px;
}

.section_hero_slider {
    position: relative;
}

.scrollDown {
    width: 55px;
    height: 30px;
    position: absolute;
    bottom: 60px;
    left: calc(50% - 30px);
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.scrollDown img {
    width: 100%;
    height: auto;
}
.scrollDown .text {
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: -90%;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.hero_slider-item .title {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.hero_slider-item .title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-family: "Circe";
    font-size: 20px;
}
.hero_slider-item .text {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.hero_slider-item .text p {
    font-size: 22px;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.menu-main_menu-container {
    height: 100%;
}

/*
* News section
*/
.news_item {
    width: calc(33.3333% - 30px);
    background-color: #fff;
    border: 1px solid #d4e7ec;
    border-radius: 4px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    overflow: hidden;
    color: #10181f;
    margin: 15px;
}
.news_item_body {
    padding: 45px 40px;
    margin: 0;
}

.news_item .title_news,
.news_item .title_news a {
    margin-bottom: 0;
    color: #10181f;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    text-decoration: none;
}
.news_item .excerpt_news,
.news_item .excerpt_news a,
.news_item .excerpt_news p {
    margin-top: 22px;
    font-weight: 300;
    text-decoration: none;
    color: #10181f;
    font-size: 18px;
    line-height: 1.5;
}
.news_item .top_line {
    margin-bottom: 23px;
    color: #585e63;
    font-weight: 400;
    font-size: 14px;
    display: flex;
}
.news_item .category a {
    color: #00a0df;
    text-decoration: none;
}
.news_item .meta-separator {
    margin: 0 10px;
}
.news_item .thumbnail_news img {
    width: 100%;
    height: auto;
}
.home .sectionNews {
    margin-bottom: 65px;
    margin-top: 80px;
}
.sectionNews {
    margin-bottom: 65px;
    margin-top: 20px;
}

.sectionNews .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 10px;
}
.topHeight {
    height: 110px;
}
.category .breadcrumbs {
    padding-left: 10px;
}
.breadcrumbs span {
    color: #959494;
    font-weight: 300;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs span a {
    color: #333;
}
.breadcrumbs span a span {
    color: #333;
}
.single .title_page {
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    color: #10181f;
}
p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.post-body p {
    font-weight: 300;
    line-height: 1.67;
    text-align: justify;
    margin-bottom: 0.74em;
}
.sectionTopPage {
    margin-top: 25px;
    margin-bottom: 25px;
}
.sectionTopPage .meta {
    display: flex;
    margin-top: 20px;
    color: var(--light-grey);
    font-size: 16px;
}
.sectionTopPage .meta-separator {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 18px;
    line-height: 1;
}
.sectionTopPage .views {
    position: relative;
    padding-left: 30px;
    height: 20px;
    line-height: 1.5;
}
.sectionTopPage .views:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clipq)'%3E%3Cpath d='M21.6432 9.96426C20.4085 8.38116 18.8091 7.07169 17.0182 6.17752C15.1899 5.26473 13.2231 4.79113 11.1699 4.7663C11.1134 4.76475 10.8864 4.76475 10.8298 4.7663C8.77668 4.79118 6.80983 5.26473 4.9816 6.17752C3.19062 7.07169 1.59137 8.38112 0.356625 9.96426C-0.119038 10.5741 -0.119038 11.426 0.356625 12.0358C1.59133 13.6189 3.19062 14.9284 4.9816 15.8226C6.80983 16.7353 8.77664 17.2089 10.8298 17.2338C10.8864 17.2353 11.1134 17.2353 11.1699 17.2338C13.2231 17.2089 15.1899 16.7353 17.0182 15.8226C18.8091 14.9284 20.4084 13.619 21.6432 12.0358C22.1188 11.4259 22.1188 10.5741 21.6432 9.96426ZM5.38142 15.0218C3.70908 14.1869 2.21558 12.964 1.06234 11.4854C0.839464 11.1996 0.839464 10.8005 1.06234 10.5147C2.21554 9.03609 3.70904 7.8132 5.38142 6.97824C5.8564 6.74114 6.34143 6.53609 6.83544 6.3625C5.56451 7.50495 4.76379 9.16062 4.76379 11C4.76379 12.8395 5.56456 14.4953 6.83561 15.6377C6.3416 15.4641 5.85644 15.259 5.38142 15.0218ZM10.9999 16.3412C8.05476 16.3412 5.65874 13.9451 5.65874 11C5.65874 8.05482 8.05476 5.65884 10.9999 5.65884C13.9451 5.65884 16.3411 8.05486 16.3411 11C16.3411 13.9452 13.9451 16.3412 10.9999 16.3412ZM20.9375 11.4853C19.7843 12.9639 18.2908 14.1868 16.6184 15.0218C16.144 15.2586 15.6593 15.4628 15.1659 15.6362C16.4359 14.4938 17.236 12.8386 17.236 11C17.236 9.16031 16.4351 7.50443 15.164 6.36198C15.6581 6.53562 16.1434 6.74092 16.6185 6.97815C18.2908 7.81312 19.7843 9.03601 20.9375 10.5146C21.1604 10.8004 21.1604 11.1996 20.9375 11.4853Z' fill='black'/%3E%3Cpath d='M11.0001 8.71411C9.73972 8.71411 8.71436 9.73948 8.71436 10.9998C8.71436 12.2602 9.73972 13.2856 11.0001 13.2856C12.2604 13.2856 13.2858 12.2602 13.2858 10.9998C13.2858 9.73948 12.2605 8.71411 11.0001 8.71411ZM11.0001 12.3907C10.2332 12.3907 9.60926 11.7668 9.60926 10.9998C9.60926 10.2329 10.2331 9.60907 11.0001 9.60907C11.7669 9.60907 12.3908 10.2329 12.3908 10.9998C12.3909 11.7668 11.7669 12.3907 11.0001 12.3907Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clipq'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.post-image {
    max-width: 800px;
    margin: 0px auto 30px auto;
    height: 510px;
    position: relative;
}
.post-image img {
    max-width: 100%;
    height: 100%;
}
.post-body {
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 40px;
}
.share-post {
    margin-bottom: 50px;
    color: #000;
    font-size: 16px;
    padding-top: 30px;
    justify-content: center;
    align-items: center;
}
.share-post .title {
    margin-right: 20px;
}
.share-post .share_item {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.share-post .share_item a {
    display: flex;
    width: 100%;
    height: 100%;
}
.share-post .share_item img,
.share-post .share_item svg {
    width: 100%;
    height: 100%;
}

.titlePage {
    margin-top: 25px;
}
.titlePage .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.sectionUmovuProdagy .titleSection,
.sectionProducts .titleSection,
.sectionDogovoru .titleSection,
.sectionCalc .titleSection {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 50px;
}
.sectionUmovuProdagy .item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.sectionUmovuProdagy .item .img {
    width: 60px;
    height: 60px;
    background: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.sectionUmovuProdagy .item .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}
.sectionUmovuProdagy .item .text {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

/*
* section Products
*/
.sectionProducts {
    margin-top: 100px;
}
.sectionProducts .item {
    width: 300px;
    height: 364px;
    position: relative;
}
.sectionProducts .item a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}
.sectionProducts .item .number {
    width: 100%;
    font-size: 115px;
    font-weight: 900;
    text-align: center;
}
.sectionProducts .item .title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.sectionProducts .item .post_img_small {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sectionProducts .item .post_img_small img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.sectionDogovoru {
    margin-top: 70px;
}
.sectionDogovoru .item {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.sectionDogovoru .item .title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.sectionDogovoru .item .info {
    display: flex;
    margin-top: 0px;
    width: 100%;
}
.sectionDogovoru .item .info .img {
    width: 40px;
    height: 40px;
    background: var(--light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sectionDogovoru .item .info .img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.sectionDogovoru .item .info .type {
    color: var(--light-blue);
    font-size: 25px;
    margin-left: 10px;
}

/*
* Naftoproductu products
*/

.full_products_content {
    margin-top: 60px;
    margin-bottom: 100px;
}
.full_products_content .img_block {
    position: relative;
    display: flex;
    width: 420px;
}
.full_products_content .img_block img {
    max-width: 100%;
    height: 100%;
}
.full_products_content .mark1 {
    font-size: 218px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.full_products_content .mark2 {
    font-weight: 700;
    color: #fff;
    font-size: 19px;
    text-align: center;
}
.full_products_content .img_block .wrap_dop_info {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 30px;
}

.full_products_content .info_block {
    width: calc(100% - 420px);
    padding-left: 100px;
    padding-right: 100px;
}
.full_products_content .info_block .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}
.full_products_content .text_info {
    margin-bottom: 30px;
}
.full_products_content .text_info ul {
    padding-left: 30px;
    margin-top: 30px;
}
.full_products_content .text_info ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.full_products_content .text_info ul li a {
    font-size: 14px;
    font-weight: 300;
}
.full_products_content .doc_info {
    margin-bottom: 50px;
    background: #f1f1f1;
    padding: 30px;
}
.full_products_content .doc_info .doc_item {
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 20px;
}
.full_products_content .doc_info .doc_item:last-child {
    margin-bottom: 0;
}
.full_products_content .doc_info .doc_item a {
    color: #585e63;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
    width: 100%;
}
.full_products_content .doc_info .doc_item a svg {
    margin-right: 10px;
    width: 12px;
    height: 16px;
}
.full_products_content .buttons_prod_buy {
    display: flex;
}
.full_products_content .buttons_prod_buy .button_buy {
    width: 280px;
    height: 50px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.full_products_content .buttons_prod_buy .button_buy a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.full_products_content .buttons_prod_buy .button_buy_text {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.full_products_content .buttons_prod_buy .button_buy_text a {
    color: #10181f;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.full_products_content .buttons_prod_buy .separate_buy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

/*
* Page electroenergiya
*/
.page-template-page-lelctroenergiya .titlePage .title {
    width: 100%;
    font-size: 45px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 20px;
}
.page-template-page-lelctroenergiya .titlePage .text_info {
    width: 830px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.bodyElectroenergiya {
    margin-top: 50px;
}
.bodyElectroenergiya .item {
    width: 100%;
    border-bottom: 1px solid #959494;
    margin-bottom: 30px;
    position: relative;
}
.bodyElectroenergiya .item .title {
    font-size: 25px;
    font-weight: 400;
    min-height: 50px;
    cursor: pointer;
    padding-right: 40px;
}
.bodyElectroenergiya .item .text {
    display: none;
}
.bodyElectroenergiya .item .text p {
    margin-bottom: 10px;
    text-align: justify;
    color: var(--light-grey);
}
.bodyElectroenergiya .item .text a {
    font-size: 18px;
    font-weight: 300;
    color: var(--blue);
}
.bodyElectroenergiya .item .text ul {
    padding-left: 30px;
}
.bodyElectroenergiya .item .text ul li {
    margin-bottom: 5px;
    list-style: disc;
}
.bodyElectroenergiya .open .text img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
.bodyElectroenergiya .open .text {
    display: block;
    margin-bottom: 20px;
}
.bodyElectroenergiya .item .title {
    position: relative;
}
.bodyElectroenergiya .item .title:after {
    content: "+";
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 40px;
    font-weight: 700;
}
.bodyElectroenergiya .item.open .title:after {
    content: "-";
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 40px;
    font-weight: 700;
}

/*
* Contacts page
*/

.bodyContacts {
    padding-bottom: 50px;
}
.bodyContacts .left_part {
    max-width: 300px;
}

.bodyContacts .right_part {
    width: 700px;
    display: flex;
    justify-content: center;
    margin-top: -100px;
}

.bodyContacts .left_part .item {
    margin-bottom: 30px;
}
.bodyContacts .left_part .item .link_on_map a {
    color: var(--blue);
    text-decoration: none;
    border-bottom: 2px dotted var(--blue);
    font-size: 16px;
}
.bodyContacts .left_part .item .title {
    color: var(--very-light-grey);
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
}
.bodyContacts .left_part .item .text {
    font-size: 20px;
    margin-bottom: 10px;
}
.bodyContacts .left_part .item .text a {
    color: #000;
    text-decoration: none;
}
.social_contacts_page {
    max-width: 200px;
}
.social_contacts_page .title_social {
    color: var(--very-light-grey);
    text-transform: uppercase;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.contacts_form_wrap {
    width: 100%;
    background: var(--blue);
    padding: 50px;
}
.contacts_form_wrap .item_contats {
    display: flex;
    margin-bottom: 20px;
}
.contacts_form_wrap .item_contats .label {
    font-size: 20px;
    color: #fff;
    width: 220px;
    display: flex;
    align-items: center;
}
.contacts_form_wrap .item_contats .input_form {
    width: calc(100% - 220px);
}
.contacts_form_wrap .item_contats .input_form input {
    height: 40px;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
}
.contacts_form_wrap .title_form {
    font-size: 25px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}
.contacts_form_wrap .item_contats .input_form select {
    height: 40px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
}
.contacts_form_wrap .item_contats .input_form textarea {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    background: #fff;
    resize: none;
    padding: 10px;
    font-size: 14px;
    height: 110px;
}
.contacts_form_wrap .with_textarea .label {
    align-items: flex-start;
}
.contacts_form_wrap .item_contats .checkbox-other {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    line-height: 22px;
}
.checkbox-other input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: top;
    outline: none;
    transition: background 0.3s ease;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

.checkbox-other input[type="checkbox"]:checked {
    background-image: url(img/tick.svg);
}

.focused input[type="checkbox"] {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.checkbox-other input[type="checkbox"]:hover {
    filter: brightness(110%);
}

.checkbox-other input[type="checkbox"]:active {
    filter: brightness(80%);
}

.checkbox-other input[type="checkbox"]:disabled {
    color: #666;
    cursor: default;
}
.checkbox-other input[type="checkbox"]:disabled {
    filter: grayscale(100%);
    opacity: 0.6;
}

.contacts_form_wrap .item_contats input[type="submit"] {
    width: 250px;
    height: 40px;
    font-size: 16px;
    color: var(--blue);
    padding-top: 10px;
    display: block;
    padding: 7px 40px;
    background: #ffffff;
    border: 2px solid #fff;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 0;
    margin: 0 auto 20px auto;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 30px;
}
div.wpcf7-validation-errors {
    border: 0;
    background: red;
    color: #fff;
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: #fff;
}
.overlay_prod_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.article_content {
    margin-top: 30px;
}
.article_content .post_img img {
    max-width: 600px;
    width: 100%;
    height: auto;
}
.article_content .post_img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.sectionProducts .item {
    margin-bottom: 30px;
}
footer .copyright {
    text-align: left;
}
.sectionProducts .container:after,
.sectionProducts .container:before {
    display: none;
}
.sectionUmovuProdagy .container:after,
.sectionUmovuProdagy .container:before {
    display: none;
}
.sectionCalc .container:after,
.sectionCalc .container:before {
    display: none;
}
.padding-40 {
    padding: 40px;
}

.error-header {
    font-size: 2em;
}

.error-message-big {
    font-size: 5em;
}

.error-message {
    font-size: 1.5em;
}


@media (max-width: 320px) {
    #documentu .title {
        padding-bottom: 50px;
    }
    #contacts p,
    #contacts a {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .body_main_mob_menu .header_menu a {
        font-size: 14px;
    }
    .news_item {
        width: 100%;
    }
    .hero_slider-item .title {
        font-size: 14px;
    }
    .inside_slider {
        background-position: 50% !important;
    }
    .sectionUmovuProdagy .item {
        width: 50%;
    }
    .sectionUmovuProdagy .titleSection,
    .sectionProducts .titleSection,
    .sectionDogovoru .titleSection,
    .sectionCalc .titleSection {
        font-size: 30px;
    }
    .sectionDogovoru .item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .page-template-page-lelctroenergiya .titlePage .img svg {
        display: none;
    }
    .bodyElectroenergiya .item .title {
        font-size: 18px;
        background: #f1f1f1;
        display: flex;
        align-items: center;
        padding-left: 10px;
    }
    .bodyElectroenergiya .item.open .title:after,
    .bodyElectroenergiya .item .title:after {
        font-size: 26px;
        top: 6px;
        right: 10px;
    }
    .contacts_form_wrap .item_contats .label,
    .contacts_form_wrap .item_contats .input_form {
        width: 100%;
    }
    .contacts_form_wrap .item_contats {
        flex-direction: column;
    }
    .article_content .post_img img {
        max-width: 100%;
    }
    .article_content .post_img {
        margin-right: 30px;
        width: 100%;
    }
    .article_content {
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    #four {
        background-attachment: unset;
    }
}

@media (max-width: 580px) {
    #perevagu_list {
        flex-direction: column;
    }
    #perevagu_list .img {
        margin-bottom: 10px;
    }
    #pruednuysya_list {
        flex-direction: column;
    }
    #pruednuysya_list .block30,
    #pruednuysya_list .block70 {
        width: 100%;
    }
    #pruednuysya .block30:before {
        display: none;
    }
    #pruednuysya {
        background: linear-gradient(to left top, #224098 0%, #7cbf2e 100%), linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
        padding: 30px 0;
    }

    #pruednuysya_list .title {
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        line-height: 25px;
    }
    #numbers .container-flex {
        flex-direction: column;
    }
    .item_number {
        margin-bottom: 40px;
    }
    #pricing p {
        text-align: center;
    }
    .slider_wrap .left,
    .slider_wrap .right {
        height: auto;
    }
}

@media (max-width: 700px) {
    .title h2,
    #contacts .section_title {
        font-size: 25px;
    }
    #contacts p,
    #contacts a {
        font-size: 18px;
    }
    footer .container-flex {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    footer .container-flex .block35,
    footer .container-flex .block25,
    footer .container-flex .block40 {
        width: 100%;
    }
    footer .block40 a,
    footer .block40 p {
        text-align: left;
    }
    footer {
        padding-top: 40px;
    }
    footer .block25 {
        padding-left: 0;
        margin-bottom: 30px;
    }
    footer .block40 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .pricing_item {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .news_item {
        width: 70%;
        margin: 10px auto;
    }
    .post-image {
        max-width: 100%;
        height: auto;
    }
    .post-image img {
        width: 100%;
    }
    .bodyContacts .right_part {
        margin-top: 0px;
    }
}

@media (max-width: 990px) {
    .item_number {
        width: 100%;
    }
    .item_number:first-child {
        margin-right: 0;
    }
    #numbers .container-flex {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    #contacts .container-flex {
        max-width: 90%;
    }
    .navbar-nav {
        display: none;
    }
    .slider_wrap {
        max-width: 80%;
    }
    .slider_wrap .left,
    .slider_wrap .right {
        float: none;
        width: 100%;
        text-align: center;
    }
    .feedback_img img {
        margin: 0 auto;
        display: block;
    }
    .bux-prev {
        left: 0px;
    }
    .bux-next {
        right: 0px;
    }
    a.scroll_down_img {
        display: none;
    }
    .for_desktope {
        display: none;
    }
    .button_reestraciya {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .button_reestraciya a {
        padding: 0 !important;
    }
    .form-wrapper {
        flex-direction: row;
    }
    .form-wrapper input {
        width: 100%;
        margin-bottom: 20px;
    }
    .form-wrapper form {
        display: block;
    }
    .form-wrapper button {
        width: 100%;
        margin: 0;
    }
    #four h4 br {
        display: none;
    }
    #four h4 {
        font-size: 23px;
        line-height: 35px;
    }
    #four ul li {
        font-size: 16px;
    }
    #four ul {
        width: 80%;
        padding-left: 30px;
    }
    #four {
        padding-bottom: 50px;
    }
    .timeline_how_it_work {
        flex-direction: column;
    }
    .timeline_how_it_work br {
        display: none;
    }
    .timeline_how_it_work .description {
        min-width: 70px;
    }
    footer .block25 {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .timeline_how_it_work:before {
        display: none;
    }
    .hero_slider-item .title,
    .hero_slider-item .text {
        max-width: 90%;
    }
    .news_item {
        width: 45%;
    }
}

@media (min-width: 1024px) {
    .mob_cheker {
        display: none;
    }
    .desctope_top_menu {
        display: block;
    }
}

@media (max-width: 1060px) {
    .container-grid {
        max-width: 700px;
    }
    footer ul li a {
        font-size: 14px;
    }
    footer p,
    footer a {
        font-size: 14px;
    }
    .block_with_footer_logo img {
        max-width: 230px;
    }
    .block_with_footer_logo p {
        font-size: 10px;
    }
}

@media (min-width: 1152px) {
    .desctope_top_menu ul.menu {
        gap: 1.5em;
    }
}

@media (max-width: 1200px) {
    .hero_slider-item .title,
    .hero_slider-item .text {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .desctope_top_menu ul.menu {
        gap: 2em;
    }
}

@media (max-width: 1290px) {
    .information_in_header {
        display: none;
    }
    .navbar-nav {
        margin: 0 0 0 auto;
    }
}

@media (max-width: 1325px) {
    .information_in_header li:nth-child(1),
    .information_in_header li:nth-child(2),
    .information_in_header li:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .news_item {
        width: calc(33.3333% - 20px);
        margin: 10px;
    }
    .news_item_body {
        padding: 35px 30px;
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .class_for_ie {
        display: flex;
        padding-top: 12px;
    }
    #main-navbar {
        width: auto;
        margin-left: auto;
    }
    .span_last_for_ie {
        max-width: 470px !important;
    }
    .span_last_for_ie input {
        width: 380px;
    }
    .current_number {
        background: none;
    }
}
