/*!
Theme Name: cost
Theme URI:
Author:
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cost
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* 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,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* 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;
}

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

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

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

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

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

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

body {
  background: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #191919;
}
a {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

* {
  outline: none !important;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid-3 .column {
  width: -webkit-calc(33.33333333333333% - 10px);
  width: calc(33.33333333333333% - 10px);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.justify-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-item-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header {
  position: relative;
  z-index: 11111111 !important;
  background-color: #5e6f4b;
}

.main-header .top-header {
  background-color: #5e6f4b;
  height: initial;
  padding: 10px;
  position: relative;
}

.main-header .bottom-header{
  background-color: #5e6f4b;
  position: relative;
}
.main-header .bottom-header:after {
  position: absolute;
  transform: rotate(180deg);
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/pattern.svg");
  background-repeat: repeat-x;
  opacity: 0.3;
}
.main-header .top-header:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/pattern.svg");
  background-repeat: repeat-x;
  opacity: 0.3;
}

.main-header .top-header .container {
  height: 100%;
  position: relative;
  z-index: 11;
}
.main-header .top-header .right-part ul,
.main-header .top-header .right-part ul a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}
.main-header .top-header .right-part ul a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.main-header .top-header .right-part ul a:hover {
  opacity: 0.5;
}
.main-header .top-header .right-part ul li,
.main-header .top-header .right-part .langs {
  margin-left: 15px;
}

.main-header .top-header .right-part .langs li {
  margin-left: 15px;
}
.main-header .top-header .right-part .langs li:first-child {
  margin-left: 0;
}
.main-header .top-header .right-part .langs li.current a {
  color: #ffcd31;
}
.main-header .top-header .right-part ul a img {
  margin-right: 10px;
  width: 22px;
}

.main-header .bottom-header .svg path {
  fill: #5e6f4b;
}
.main-header .bottom-header .main-menu {
  width: 100%;
}
.main-header .bottom-header .main-menu > ul {
  height: initial;
  padding-top: 3px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 15;
}
.main-header .bottom-header .parrent-link.active  a{
  color: #000;
}
.main-menu .grid-posts .column a{
  flex-direction: column;
}
.main-header .bottom-header .main-menu ul li a {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;

}

.main-header .bottom-header .main-menu > ul > li > a {
  opacity: 1 !important;
}

.main-header .bottom-header .main-menu > ul > li > a > svg {
  width: 28px;
  margin-right: 10px;
}
.main-menu .parrent-link {
  height: 100%;
}
.main-menu .parrent-link > a {
  position: relative;
  height: 100%;
  padding: 15px;
}
.main-menu > ul {
  width: -webkit-calc(100% + 30px) !important;
  width: calc(100% + 30px) !important;
  margin-left: -15px;
}
.main-menu .parrent-link > a:after {
  position: relative;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("images/arrow-bottom.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 5px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.main-menu .parrent-link.nochild > a:after {
  display: none;
}

.main-menu .parrent-link.active > a:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-menu-child-menu {
  /*min-height: 430px;*/
  background: #ededeb;
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
}
.parrent-link {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.parrent-link.active {
  background: #ededeb;
}

.main-menu-child-menu .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  padding: 35px 0;
}

.box-shadow {
  -webkit-box-shadow: 0 15px 30px rgba(93, 113, 129, 0.22);
  box-shadow: 0 15px 30px rgba(93, 113, 129, 0.22);
}
.post-card {
  background: #fff;
}

.post-card .heaer-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-card .heaer-card .type {
  color: #749256;
  font-size: 12px;
  font-weight: 500;
  /*line-height: 36px;*/
}
.post-card .heaer-card .date {
  position: relative;
  margin-right: -20px;
  background: #3f542b;
  padding: 5px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1.6px;
}

.post-card .inner-card {
  padding: 10px 20px 20px;
  width: calc(100% - 40px);
}
.post-card .body-card .title {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.main-menu .grid-posts {
  width: 71%;
}
.main-menu .grid-posts .column {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 20px;
}
.main-menu .grid-posts .column:hover {
  -webkit-box-shadow: 0 0px 30px rgba(93, 113, 129, 0.7);
  box-shadow: 0 0px 30px rgba(93, 113, 129, 0.7);
}
.main-menu-child-menu .menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-menu-child-menu .menu-right a {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.main-header .bottom-header .main-menu .main-menu-child-menu .menu-right a:hover {
  opacity: 0.5 !important;
}
.main-menu-child-menu .menu-right li {
  margin-bottom: 15px;
}
.main-menu-child-menu .menu-right ul:nth-child(2) li {
  margin-bottom: 20px;
}
.main-menu-child-menu .menu-right ul:nth-child(2) a {
  color: #3f542b !important;
}

.grid-circles-menu {
  width: 90%;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid-circles-menu .column {
  margin-bottom: 50px;
}
.grid-circles-menu {
  padding-top: 50px;
}

.grid-circles-menu .circle-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 108px;
}
.grid-circles-menu .circle-item * {
  position: relative;
  z-index: 1;
}
.grid-circles-menu .circle-item img {
  height: 72px;
}
.grid-circles-menu .circle-item .text {
  max-width: 115px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.57px;
  margin-left: 30px;
  color: #868686 !important;
}
.grid-circles-menu .circle-item:before {
  position: absolute;
  content: "";
  left: 20%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section-home-1 {
  height: 100vh !important;
  overflow: hidden;
}

.slider-1 .slide {
  height: 100vh !important;
}

.slider-1 .slide .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  padding-top: 60px;
  padding-bottom: 30px;
  max-width: 735px;
}

.slider-1 .slide .text {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  max-width: 665px;
  margin-bottom: 55px;
}

.slider-1 .slide a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.8px;
  padding: 19px 37px;
  background: rgba(255, 255, 255, 0.8);
  color: #191919;
  text-decoration: none;
}

.slider-1 .slide a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}
.slider-1 .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-1 .slick-dots button {
  display: none;
}

.slider-1 .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 15px;
  cursor: pointer;
}

.slider-1 .slick-dots li.slick-active {
  opacity: 1;
  width: 14px;
  height: 14px;
}
.section-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 45px;
}

.slider-2 .slide img {
  height: 111px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.4;
}
.slider-type-2 .slick-list{
  padding: 40px 0;
}
.slider-2 .slick-current.show{
  overflow: visible;
}
.slider-2 .slick-current.show img {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7);
  opacity: 1;
  cursor: pointer;
}

.slider-2 .slick-list {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  width: 55%;
  margin: 0 auto;
}
.slider-2 .slick-slide {
  outline: none !important;
}
.slick-arrow {
  position: absolute;
  height: 50px;
  opacity: 0.8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slider-2 .slick-arrow-prev {
  left: 0;
}
.slider-2 .slick-arrow-next {
  right: 0;
}
.slider-2-description {
  text-align: center;
  /* max-width: 270px; */
  margin: 0 auto;
  margin-top: 20px;
}
.slider-2-description .title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.slider-2-description .text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

/* .slider-2-description a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: #fff;
  letter-spacing: 0.8px;
  background-color: #4c4c5d;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.section-home-2 {
  padding-bottom: 60px;
}

.section-home-2 h2{
  opacity: 0.5;
}

.section-home-2 {
  background-image: url("images/Layer_1008.png");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center -130%;
  background-repeat: no-repeat;
}

.section-home-3 {
  background: #f7f6ee;
}
.post-card a {
  color: #191919;
  text-decoration: none;
}

.slider-3 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slider-3 .post-card {
  height: 100%;
}

.slider-3 .slick-slide {
  margin: 0 24px;
  outline: none !important;
  height: auto !important;
}

.slider-3 .slick-list {
  margin: 0 -24px;
}

.slider-3 .slick-list {
  padding: 40px 5px;
}
.slider-3 .box-shadow {
  -webkit-box-shadow: 0 15px 20px rgba(93, 113, 129, 0.22);
  box-shadow: 0 15px 20px rgba(93, 113, 129, 0.22);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.slider-3 {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}
.slider-3 .box-shadow:hover {
  -webkit-box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
  box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
}
.slider-3 .post-card .heaer-card .date {
  position: absolute;
  top: -29px;
  font-size: 14px;
  padding: 5px 10px;
}
.slider-3 * {
  outline: none !important;
}
.slider-3 .post-card .title {
  font-size: 18px;
  line-height: 24px;
}
.slider-3 .post-card .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #a4a4a4;
  margin-top: 10px;
}

.slider-3 .slick-arrow {
  height: 16px;
}

.slider-3 .slick-arrow {
  top: inherit !important;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  bottom: -20px;
  opacity: 1 !important;
  fill: #749256;
}
.slider-3 .slick-arrow-next {
  left: 40px;
}
.section-home-3 .section-title {
  opacity: 0.5;
  padding-bottom: 30px;
}

.after-slider {
  text-align: right;
  padding-bottom: 40px;
}

.after-slider a {
  color: #749256;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.section {
  padding: 70px 0;
}

.gray-button {
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: #fff;
  letter-spacing: 0.8px;
  background-color: #4c4c5d;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-box-right {
  padding-left: 45px;
}
.text-box-left {
  padding-right: 45px;
}
.section .section-title {
  padding-top: 0;
  text-align: left;
  padding-bottom: 40px;
}

.section p {
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}

.section-home-5 {
  background: #f7f6ee;
}

.section-home-6 .flex-container > div {
  width: 50%;
  position: relative;
  padding-left: 40px;
  margin-top: 50px;
}
.section-home-6 .flex-container > div img {
  position: absolute;
  left: 0;
  top: -70px;
}
.section-home-6 .flex-container > div div {
  z-index: 11;
  position: relative;
}
.section-home-6 .section-title {
  padding-bottom: 20px;
  font-weight: 700;
}
.section-home-6 .numbers {
  color: #3f542b;
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-home-6 .numbers span {
  font-size: 18px;
}

.subscribe-section {
  height: 160px;
  background-color: #7e916b;
  padding: 0;
  position: relative;
  background-image: url("images/pattern2.jpg");
  background-repeat: repeat-x;
  background-position: center;
}

.subscribe-section .section-title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}

.subscribe-section .container,
.subscribe-section .flex-container {
  height: 100%;
}

.subscribe-section .container-check {
  display: inline-block;
}
/* .subscribe-section:after{
  position: absolute;
  content: '';
  background-image: url('images/patern2.png');
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
} */

/* Customize the label (the container) */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 40px;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #191919;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subscribe-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subscribe-email * {
  font-size: 14px;
  font-weight: 600;
  padding-top: 19px;
  padding-bottom: 19px;
  border: 0;
  letter-spacing: 0.8px;
}
.subscribe-email [type="email"] {
  padding-left: 20px;
  padding-right: 20px;
  width: 235px;
}
.subscribe-email [type="email"]::-webkit-input-placeholder {
  color: #749256;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.subscribe-email [type="email"]::-moz-placeholder {
  color: #749256;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.subscribe-email [type="email"]:-ms-input-placeholder {
  color: #749256;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.subscribe-email [type="email"]::-ms-input-placeholder {
  color: #749256;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.subscribe-email [type="email"]::placeholder {
  color: #749256;
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.subscribe-email [type="email"]:focus::-webkit-input-placeholder {
  opacity: 0;
}

.subscribe-email [type="email"]:focus::-moz-placeholder {
  opacity: 0;
}

.subscribe-email [type="email"]:focus:-ms-input-placeholder {
  opacity: 0;
}

.subscribe-email [type="email"]:focus::-ms-input-placeholder {
  opacity: 0;
}

.subscribe-email [type="email"]:focus::placeholder {
  opacity: 0;
}

.subscribe-email .send-button {
  color: #fff;
  background: #3f542b;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  padding-left: 35px;
  padding-right: 35px;
}

.subscribe-email .send-button:hover {
  opacity: 0.6;
}

.section-home-7 {
  background: #fff;
}
.slider-4 img {
  margin: 0 auto;
  max-width: 100%;
}

.slider-4 svg {
  fill: #c3c3c3;
  height: 28px;
}
.slider-4 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.slider-4 a {
  height: auto !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-4.slider-2 .slick-list {
  padding: 0 !important;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

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

.section-home-7 .section-title {
  padding-bottom: 10px;
}

.main-footer {
  background-color: #282828;
  padding-top: 20px;
  padding-bottom: 40px;
}

.main-footer .logo {
  width: 88px;
}
.main-footer .logo {
  margin-bottom: 28px;
}

.main-footer .social img {
  height: 14px;
}
.main-footer .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
}

.main-footer .bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-footer a {
  color: #fff;
  text-decoration: none !important;
  font-size: 15px;
  margin-right: 24px;
}

.main-footer {
  color: #fff;
  font-size: 15px;
}
.main-footer .copy {
  padding-top: 15px;
}
.main-footer .flex-container > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculators .box-shadow {
  background: #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  width: -webkit-calc(50% - 26px);
  width: calc(50% - 26px);
}

section.section-page.calculators{
  margin-top: 112px;
}

section.section-page.calculator{
  margin-top: 112px;
}

section.section-page.palne{
  margin-top: 100px;
}

section.section-page.about_us{
  margin-top: 100px;
}

.calculators .flex-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calculators .box-shadow .inner-box {
  padding: 30px;
}

.calculators .box-shadow .inner-box > div:nth-child(1) {
  width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.calculators .box-shadow .inner-box > div:nth-child(2) {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.calculators .box-shadow {
  text-decoration: none !important;
  margin-bottom: 52px;
}
.calculators .box-shadow:hover {
  -webkit-box-shadow: 0 0px 30px rgba(93, 113, 129, 1);
  box-shadow: 0 0px 30px rgba(93, 113, 129, 1);
}
.calculators .box-shadow .inner-box > div:nth-child(2) .title {
  color: #2e2e2e;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 25px;
}

.calculators .box-shadow .inner-box > div:nth-child(2) .text {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  max-width: 255px;
}

.calculators .box-shadow .inner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.calculators .box-shadow .inner-box > div:nth-child(1) img {
  max-width: 100%;
  height: auto;
}

.calculators .box-shadow .inner-box .arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.calculators .section-title {
  padding-bottom: 50px;
}

.hamburger {
  display: none;
  padding: 8px 0px !important;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff !important;
}

#my-menu .langs {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#my-menu .langs li {
  border-bottom: none;
}

#my-menu .langs li.current a {
  color: #ffcd31;
}

#my-menu .langs li:after {
  display: none;
}

.section-home-4 .flex-container>div,.section-home-5 .flex-container>div{
  width: 50%;
}


/*** interactive-school-budget ***/
.row {
    display: inline-block;
    width: 100%;
}
.col-6 {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.i-school-search {
  display: inline-block;
  width: 100%;
  height: 430px;
  background-image: url(images/search-fon.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 80px;
}
.i-school-search .container {
  max-width: 1160px;
}
.i-school-search .title {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 65px;
}
.i-school-search .sort-select-wrap {
    display: inline-block;
    width: calc(100% - 20px);
    border-radius: 40px;
    border: 10px solid rgba(255,255,255,.3);
    line-height: 0;
}
.i-school-search .sort-select {
    display: inline-block;
    width: calc(100% - 25px);
    background-color: #fff;
    border-radius: 40px;
    padding: 0 0 0 25px;
}
.i-school-search .sort-select .sort-select-box {
    display: inline-block;
   /* width: calc(100% - 180px);*/
    width: calc(100%);
}
.i-school-search .sort-select .select {
    float: left;
    display: inline-block;
    position: relative;
    width: calc(25% - 1px);
    height: 58px;
    margin: 0;
    border-left: 1px solid #bfbfbf;
}
.i-school-search .sort-select .select.wrap-select-school {
    width: 25%;
}
.select.wrap-select-school {
    border-radius: 0 40px 38px 0;
    overflow: hidden;
}
.i-school-search .sort-select .select:nth-child(1) {
    border-left: 0;
}
.i-school-search .select select {
    color: #191919;
    width: 100%;
    display: inline-block;
    height: 58px;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 58px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
#search-school-btn {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    text-align: center;
    background-color: #ffcd31;
    height: 58px;
    line-height: 58px;
    width: 172px;
    padding: 0;
    border: none;
    border-radius: 40px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    float: right;

    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;

    -webkit-box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.3);
}
#search-school-btn:hover, #search-school-btn:active {
    -webkit-box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.5);
}

.select2-container--default .filter-select {
    border: none!important;
    border-radius: 0px!important;
    height: 58px!important;
}
.select2-container--default .select2-selection--single.filter-select .select2-selection__rendered{
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    padding-left: 10px;
    padding-right: 30px;
    height: 58px!important;
    line-height: 58px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(images/arrow-bottom.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 16px;
    height: 16px;
}
.select2-results__option--highlighted {
  background-color: #808184!important;
  color: #fff;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 180px!important;
  overflow-x: hidden;
  padding-right: 1px;
}
.select2-results__options::-webkit-scrollbar-button{background-repeat:no-repeat;width:6px;height:0px}
.select2-results__options::-webkit-scrollbar-track{}
.select2-results__options::-webkit-scrollbar-thumb{background-color:#068da6;background-position:center;background-repeat:no-repeat;}
.select2-results__options::-webkit-resizer{background-repeat:no-repeat;width:7px;height:0px}
.select2-results__options::-webkit-scrollbar{width:8px;}
.select2-container--disabled .select2-selection__rendered {
    color: rgb(170, 170, 170) !important;
}
.select img.loading {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80%;
    top: 10%;
}



button#search-school-btn[disabled="disabled"] {
    color: #191919;
    background-color: #d3ac32;
    opacity: .8;
    cursor: default;
}
.i-school-search-result {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
}
.school-info-1 .map-for-school {
  width: 40.5%;
  display: inline-block;
  position: relative;
  float: right;
}
.school-info-1 .school-info-data {
  width: 59.5%;
  display: inline-block;
  position: relative;
  float: left;
  padding-top: 10px;
}
.school-title {
  text-align: center;
  margin-bottom: 65px;
}
.school-title .school-name {
  color: #212121;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
.school-title .school-address {
  color: #a4a4a4;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.school-info-data .item-info {
  padding-top: 22px;
}
.school-info-data .item-info .item-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 7px;
}
.school-info-data .item-info .icon-box {
  display: inline-block;
  float: left;
  height: 96px;
  width: 122px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}
.school-info-data .item-info .icon-box .round {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  content: "";
  background-color: rgba(238, 190, 39, 0.8);
  position: absolute;
  bottom: 0;
  left: 22px;
  z-index: -1;
}
.school-info-data .item-info .info-box {
  text-align: left;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  padding-left: 17px;
}
.school-info-data .item-info:nth-child(1) .info-box {
  padding-left: 0;
}
.school-info-data .item-info .info-box .info-label {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 20px;
}
.school-info-data .item-info .info-box .info-value {
  color: #000;
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}
path.active-region, path.active-region-hover {
    fill: #38bcc5;
}
.school-info-2 {
  margin-top: -60px;
  padding-bottom: 53px;
  border-bottom: 2px solid #ebebeb;
  display: flex;
  align-items: flex-end;
}
.school-info-2 .school-vidatky-years {
  width: 57.5%;
  display: flex;
  position: relative;
  float: left;
  align-items: flex-end;//baseline;
}
.school-info-2 .school-vidatky-student {
  width: 42.5%;
  display: inline-block;
  position: relative;
  float: left;
  padding-top: 45px;
  box-sizing: border-box;
  padding-left: 20px;
}
.school-vidatky-student .item-info, .school-vidatky-years .item-info {
  text-align: center;
}
.school-vidatky-student .item-info .icon-box {
  display: inline-block;
  height: 187px;
  width: 187px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}
.school-vidatky-student .item-info .info-box .info-label {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 10px;
}
.school-vidatky-student .item-info .info-box .info-value {
  color: #000;
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}
.school-vidatky-student .item-info .info-box .info-em {
  color: #000;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.school-vidatky-years .item-info {
  padding-left: 20px;
  box-sizing: border-box;
}
.school-vidatky-years .item-info .info-box .info-label {
  color: #000;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 22px;
}
.school-vidatky-years .item-info .info-box .info-year {
  color: #000;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 2px;
}
.school-vidatky-years .item-info .square-box {
  width: 100%;
  height: 147px;
  box-sizing: border-box;

  background: rgba(238,190,39,1);
  background: -moz-linear-gradient(top, rgba(238,190,39,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 0%, rgba(255,204,49,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,190,39,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(0%, rgba(248,181,0,1)), color-stop(100%, rgba(255,204,49,1)));
  background: -webkit-linear-gradient(top, rgba(238,190,39,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 0%, rgba(255,204,49,1) 100%);
  background: -o-linear-gradient(top, rgba(238,190,39,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 0%, rgba(255,204,49,1) 100%);
  background: -ms-linear-gradient(top, rgba(238,190,39,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 0%, rgba(255,204,49,1) 100%);
  background: linear-gradient(to bottom, rgba(238,190,39,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 0%, rgba(255,204,49,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eebe27', endColorstr='#ffcc31', GradientType=0 );

  display: table;
  border-top: 10px solid #ffcd31;

  -webkit-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
}
.school-vidatky-years .item-info .square-cell {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 50px;
  height: 87px;
}
.school-vidatky-years .item-info .square-box .info-value {
  color: #000;
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 200;
  line-height: 1.1;
}
.school-vidatky-years .item-info .square-box .info-em {
  color: #000;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.school-info-3 {
  padding-top: 28px;
  text-align: center;
}
.school-info-3 .more_btn, .school-info-none .join_btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  width: 220px;
  height: 56px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #fff;
  border: 1px solid #38bcc5;
  background-color: #38bcc5;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.school-info-3 .more_btn:hover, , .school-info-none .join_btn:hover {
  opacity: 0.8;
}
.school-vidatky-years .item-info.for-current-year {
  float: none;
  margin: 0 auto;
  padding-left: 0;
  max-width: 315px;
}
.school-vidatky-years .item-info.for-current-year .square-box {
  position: relative;
}
.school-vidatky-years .item-info.for-current-year .square-box:before {
  display: inline-block;
  content: "";
  width: 76px;
  height: 143px;
  background-color: #fef0c1;
  position: absolute;
  bottom: 0;
  left: -76px;
}
.school-vidatky-years .item-info.for-current-year .square-box:after {
  display: inline-block;
  content: "";
  width: 76px;
  height: 200px;
  background-color: #fef0c1;
  position: absolute;
  bottom: 0;
  right: -76px;
}
.school-info-none {
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
}
.school-info-none img.block-img {
  width: 175px;
  height: 175px;
}
.school-info-none .block-title {
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  color: #212121;
  margin-top: 0;
  margin-bottom: 68px;
}
.school-info-none .more_btn {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  color: #000;

  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin-top: 25px;
}

/***/






@media (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .section-home-5 .flex-container > div {
    width: 50%;
  }
  .slider-1 .slick-dots {
    width: 90%;
  }
  .slider-3 .slick-slide {
    margin: 0 12px;
  }
  .slider-3 .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .slider-3 .slick-list {
    margin: 0 -10px;
  }
  .bottom-header {
    display: none;
  }
  .main-header .top-header .right-part ul {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .section-home-2 {
    background-position: center 50%;
  }

  .i-school-search{
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .slider-2 .slick-list {
    width: 70%;
  }
  .slider-2 .slide img {
    height: 90px;
  }
  .section-home-2 {
    background-position: center 67%;
  }
  .flex-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-home-4 .flex-container > div,
  .section-home-5 .flex-container > div {
    width: 100%;
  }
  .section-home-4 .image-box,
  .section-home-5 .image-box {
    margin-bottom: 40px;
    text-align: center;
  }
  .section-home-5 .image-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-home-5 .text-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-home-6 .flex-container > div {
    width: 100%;
    text-align: center;
  }
  .section-home-6 .section-title {
    text-align: center;
  }
  .section-home-6 .flex-container > div img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-home-6 .flex-container > div:nth-child(1) {
    margin-bottom: 40px;
  }
  .subscribe-section .flex-container > div {
    margin-left: auto;
    margin-right: auto;
  }
  .subscribe-section {
    height: auto;
    padding: 40px 0;
    background-image: none;
  }
  .subscribe-email {
    margin-top: 20px;
  }
  .text-box-right {
    padding-left: 0;
  }
  .main-footer .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-footer .flex-container > div {
    text-align: center;
  }
  .main-footer .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-footer a {
    margin-right: 0;
  }
  .main-footer .social {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .main-footer .social a {
    margin: 0 12px;
  }
  .calculators .box-shadow {
    width: 100%;
  }
  .school-info-1 {
    text-align: center;
  }
  .school-info-1 .map-for-school {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .school-info-1 .school-info-data {
    width: 100%;
    float: none;
  }
  .school-info-2 {
    margin-top: 40px;
  }
  .school-vidatky-years .item-info .square-box .info-value {
    font-size: 54px;
  }
}

@media (max-width: 782px) {
  .i-school-search {
      margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .subscribe-section .subscribe-email {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-section .subscribe-email > * {
    width: 100%;
  }
  .subscribe-section .subscribe-email [type="email"] {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .subscribe-section .subscribe-email {
    width: 100%;
  }
  .slider-1 .slide .title {
    font-size: 28px;
    line-height: 38px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .slider-1 .slide .text {
    font-size: 20px;
    line-height: 26px;
  }
  .section-home-6 .numbers {
    white-space: nowrap;
    font-size: 30px;
  }
  .section-home-6 .flex-container > div {
    padding-left: 0;
  }
  .section-home-6 .section-title {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .subscribe-section .container-check:nth-child(1) {
    margin-bottom: 10px;
  }
  .school-info-2 {
    display: inline-block;
  }
  .school-info-2 .school-vidatky-years {
    width: 100%;
  }
  .school-info-2 .school-vidatky-student {
    width: 100%;
    padding-left: 0;
  }
  .school-vidatky-years .item-info:nth-child(1), .school-vidatky-years .item-info:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .i-school-search .title {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .select.wrap-select-school {
    border-radius: 0 0px 0px 0;
    overflow: hidden;
}
  .i-school-search .sort-select .select.wrap-select-school,
  .i-school-search .sort-select .select {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #bfbfbf;
  }
  #search-school-btn {
    float: none;
    margin: 10px auto;
  }

  .i-school-search .sort-select {
    width: calc(100% - 50px);
    border-radius: 30px;
    padding: 5px 25px;
  }
  .i-school-search {
    height: 530px;
  }
  .i-school-search .sort-select .sort-select-box {
    width: 100%;
  }
  .select2-container--default .select2-results > .select2-results__options {
    border-top: 1px solid #bfbfbf;
  }

}
@media (max-width: 600px) {
  .calculators .box-shadow .inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calculators .box-shadow .inner-box > div {
    width: 100% !important;
    text-align: center;
  }
  .calculators .box-shadow .inner-box img {
    height: 145px !important;
  }
  .calculators .box-shadow .inner-box > div:nth-child(2) .text {
    max-width: 100%;
  }
  .school-info-1 .map-for-school {
    width: 100%;
  }
  .school-info-data .item-info {
    width: 100%;
  }
  .school-vidatky-years .item-info .square-box .info-value {
    font-size: 50px;
  }
  .school-info-data .item-info:nth-child(1) .info-box {
    padding-left: 17px;
  }
}

@media (max-width: 480px) {
  .section-home-1 {
    height: 480px;
  }
  .slider-1 .slide {
    height: 480px;
  }
  .school-vidatky-years .item-info .square-box .info-value {
    font-size: 32px;
  }
  .i-school-search .title br {
    display: none;
  }
  .i-school-search {
    height: 570px;
  }
}

@media (max-width: 360px) {
  .school-info-data .item-info .icon-box {
    min-width: 118px;
  }
}

.section-home-1 .slick-arrow.slick-arrow-next {
    right: 2%;
}

.section-home-1 .slick-arrow.slick-arrow-prev {
    left: 2%;
}

.slider-3 .slick-arrow-next svg{
  fill: #c3c3c3;
}
.slider-3 .slick-arrow-next {
    left: auto !important;
    right: -28px;
    top: 45% !important;
    width: 28px;
    height: 28px;
}

.slider-3 .slick-arrow-prev svg{
  fill: #c3c3c3;
}

.slider-3 .slick-arrow-prev {
    left: -28px;
    top: 45% !important;
    top: 45% !important;
    width: 28px;
    height: 28px;
}

@media (max-width: 1270px) {
  .section-home-1 .slick-arrow-next {
    display: none !important;
  }

  .section-home-1 .slick-arrow-prev {
      display: none  !important;
  }
  .section-home-3 .slick-arrow-next {
    /*display: none !important;   */
    right: 0px !important;
  }

  .section-home-3 .slick-arrow-prev {
    /*display: none !important;      */
    left: 0px !important;
  }


}


/* fixed header */
.main-header ,
.left-part,
body.headFixed .main-header .bottom-header .main-menu > ul,
body.headFixed .main-header .left-part,
body.headFixed .main-menu > ul > li > a{
  /*transition: all 0.125s linear;*/
}
.main-header .container{
 transition: all 0.200s cubic-bezier(0, 0, 0.54, 0.07);
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.200s cubic-bezier(0, 0, 0.54, 0.07);
}

.bottom-header{
  opacity: 1;
  height: auto;
  padding-left: 0;
  transition: all 0.200s cubic-bezier(0, 0, 0.54, 0.07);
}
.right-part{
  justify-content: flex-end;
  width: 100%
}
.main-header.headFixed{
  top: -48px;
}
.left-part{
  transition: all 0.200s cubic-bezier(0, 0, 0.54, 0.07);
  position: absolute;

}
.logo{
  transition: all 0.200s cubic-bezier(0, 0, 0.54, 0.07);
}
.main-header.headFixed .logo{
  width: 80px;
}
.left-part{

}
.main-header.headFixed .left-part{
  top: 35px;
}
.main-header.headFixed .container{
  /*max-width: 92%;*/
}

.main-header .bottom-header{
  padding-left: 190px;
}

.section-home-1{
  /*padding-top: 108px;*/
}

.slick-slider{
  height: inherit;
}
.slider-1 .slide{
  height: inherit;
}
.slick-slider .slick-track, .slick-slider .slick-list{
  height: inherit;
}
.slider-1 .slide .container{
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slider-1 .slide{
  -webkit-background-size: cover;
  background-size: cover;
}
.slider-1 .slide a{
  max-width: 100px;
}


/* media */
@media (min-width: 1366px) {
  .container{
    max-width: 90% !important;
  }
}



.main-header .top-header .right-part ul a.social_bar img{
  max-height: 22px;
}

.main-header .top-header .right-part ul{
  margin: 0px;
}

.slider-type-4.slick-initialized .slick-slide{
  color: #fff !important;
}

section.section-page {
    /*padding-top: 100px;*/
    min-height: calc(100vh - 340px);
}

.page-template-page-support .section-page {
    margin-bottom: 100px;
    margin-top: 100px;
}

/*.page-template-page-support .section-page .container{
  width: 60% !important;
}*/

.page-template-page-support h1{
    padding-bottom: 50px;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 60px;
}

.page-template-page-support .section-page a{
  color: #738260;
}
.page-template-page-support .section-page p{
  margin-top: 15px;
}

.page-template-page-support .section-page em{
    color: #627f30;
    font-weight: bold;
}

.page-template-page-support .section-page ul li{
  margin-left: 30px;
  list-style-type: disc;
  word-wrap: break-word;
}


.page-template-page-plug .section-page h3{
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
}
.page-template-page-plug .section-page{
  padding-bottom: 60px;
}
.page-template-page-plug .section-page a{
  text-align: center;
  margin-bottom: 60px;
  width: 200px;
  margin-left: calc(50% - 125px);
  margin-right: calc(50% - 125px);
}


/*Blog*/
.page-template-page-blog .img-blog {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.page-template-page-blog .blog-list{
  display: inline-block;
  width: 100%;
}

.page-template-page-blog .blog-list .post-card{
  display: inline-block;
  width: calc(33% - 40px) !important;
  margin: 20px;
  float: left;
  position: relative;
}

.page-template-page-blog .blog-list .box-shadow{
  transition: 0.3s;
}
.page-template-page-blog .blog-list .box-shadow:hover {
    -webkit-box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
    box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
}

.page-template-page-blog .blog-list .post-card .body-card .title{
  height: 70px;
}

.page-template-page-blog .blog-list .post-card .text {
    height: 134px;
}

.page-template-page-blog .blog-list .post-card:first-child{
  display: inline-block;
  width: calc(66% - 30px) !important;
  margin: 20px;
  float: left;
}
.page-template-page-blog .post-card:first-child .img-blog{
  height: 416px;
}

.page-template-page-blog .blog-list .post-card:first-child .body-card .text{
  display: none;
}

.page-template-page-blog .blog-list .post-card:first-child .inner-card {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,0.6);
}

.page-template-page-blog .blog-list .post-card:first-child a:hover {
    opacity: 1 !important;
}

.nav-links {
    padding: 0px 40px;
}

.page-template-page-blog .blog-list .post-card:last-child{
  display: inline-block;
  width: calc(66% - 30px) !important;
  margin: 20px;
  float: left;
}
.page-template-page-blog .post-card:last-child .img-blog{
  height: 416px;
}

.page-template-page-blog .blog-list .post-card:last-child .body-card .text{
  display: none;
}

.page-template-page-blog .blog-list .post-card:last-child .inner-card {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,0.6);
}

.page-template-page-blog .blog-list .post-card:last-child a:hover {
    opacity: 1 !important;
}

.page-template-page-blog .top-block{
  background-color: rgba(63, 84, 43, 0.2);
  padding: 20px;
  text-align: center;
}

.page-template-page-blog .list-filter-item{
  display: inline-block;
  background-color: rgba(63, 84, 43, 1);
  padding: 10px 20px;
  margin: 8px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.page-template-page-blog .list-filter-item:hover{
  background-color: rgba(63, 84, 43, 0.8);
}

.navigation .screen-reader-text{
  display: none !important;
}
.navigation.pagination{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 20px;
    color: #000;
    text-decoration: none;
}

.navigation.pagination .page-numbers{
    color: #000;
    text-decoration: none;
    margin: 10px;
}

.navigation.pagination .page-numbers.current{
  color:   rgba(63, 84, 43, 1);
}

@media (max-width: 1024px) {
  .page-template-page-blog .blog-list .post-card:first-child{
    width: calc(100%) !important;
    margin: 0px;
    margin-bottom: 20px;
  }
  .page-template-page-blog .blog-list .post-card{
    width: calc(100%) !important;
    margin: 0px;
    margin-bottom: 20px;
  }
  .page-template-page-blog .blog-list .post-card:last-child{
    width: calc(100%) !important;
    margin: 0px;
    margin-bottom: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

}



/*Category*/
.archive .img-blog {
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.archive .blog-list{
  display: inline-block;
  width: 100%;
}

.archive .blog-list .post-card{
  display: inline-block;
  width: calc(33% - 40px) !important;
  margin: 20px;
  float: left;
  position: relative;
}

.archive .blog-list .box-shadow{
  transition: 0.3s;
}
.archive .blog-list .box-shadow:hover {
    -webkit-box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
    box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
}

.archive .blog-list .post-card .body-card .title{
  height: 70px;
}

.archive .blog-list .post-card .text {
    height: 120px;
}

.archive .blog-list .post-card:first-child{
  display: inline-block;
  width: calc(66% - 30px) !important;
  margin: 20px;
  float: left;
}
.archive .post-card:first-child .img-blog{
  height: 403px;
}

.archive .blog-list .post-card:first-child .body-card .text{
  display: none;
}

.archive .blog-list .post-card:first-child .inner-card {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,0.6);
}

.archive .blog-list .post-card:first-child a:hover {
    opacity: 1 !important;
}

.nav-links {
    padding: 0px 40px;
}

.archive .blog-list .post-card:last-child{
  display: inline-block;
  width: calc(66% - 30px) !important;
  margin: 20px;
  float: left;
}
.archive .post-card:last-child .img-blog{
  height: 416px;
}

.archive .blog-list .post-card:last-child .body-card .text{
  display: none;
}

.archive .blog-list .post-card:last-child .inner-card {
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(0,0,0,0.6);
}

.archive .blog-list .post-card:last-child a:hover {
    opacity: 1 !important;
}

.archive .top-block{
  background-color: rgba(63, 84, 43, 0.2);
  padding: 20px;
  padding-top: 100px;
  text-align: center;
}

.archive .list-filter-item{
  display: inline-block;
  background-color: rgba(63, 84, 43, 1);
  padding: 10px 20px;
  margin: 8px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.archive .list-filter-item.active{
  background-color: rgba(63, 84, 43, 0.6);
}

.archive .list-filter-item:hover{
  background-color: rgba(63, 84, 43, 0.8);
}

.navigation .screen-reader-text{
  display: none !important;
}
.navigation.pagination{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 20px;
    color: #000;
    text-decoration: none;
}

.navigation.pagination .page-numbers{
    color: #000;
    text-decoration: none;
    margin: 10px;
}

.navigation.pagination .page-numbers.current{
  color:   rgba(63, 84, 43, 1);
}

@media (max-width: 1024px) {
  .archive .blog-list .post-card:first-child{
    width: calc(100%) !important;
    margin: 0px;
    margin-bottom: 20px;
  }
  .archive .blog-list .post-card{
    width: calc(100%) !important;
    margin: 0px;
    margin-bottom: 20px;
  }
  .archive .blog-list .post-card:last-child{
    width: calc(100%) !important;
    margin: 0px;
    margin-bottom: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

}


/*Single post*/
.single h1{
  font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 15px;
    text-align: left;
}

.single .single-img{
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 30px;
}

.single .banner{
  margin-bottom: 30px;
}

.single .banner img{
  width: 100%;
}

.single .calc{
  margin: 30px 0px;
}

.social-date{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.single .single-social{
  display: inline-block;
  width: 50%;
  float: left;
}

.single .single-date{
  display: inline-block;
/*  width: 50%;*/
  float: left;
  /*text-align: right;  */
}

.single .single-date span{
    color: #3f542b;
}
.single .single-content{
  margin: 25px 0px;
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}

.single .single-sidebar{
  display: inline-block;
  width: 30%;
  float: left;
}

.single .single-content-text{
  display: inline-block;
  width: calc(70% - 60px);
  float: left;
  margin-right: 60px;
}

.single .single-content-text h2{
  font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 40px;
    text-align: left;
}

.single .single-content-text h3{
  font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 30px;
    text-align: left;
}

.single .single-content-text p{
  font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: left;
}
.single .single-content-text strong{
  font-weight: 700;
}

.single .single-content-text em{
  font-style: italic;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


.single .single-content-text ul {
  list-style-type: circle;
    list-style-position: inside;
}

.single .single-content-text ul li{
  font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: left;
}


.last-post-card {
  background: #fff;
  margin-bottom: 30px;
}
.last-post-card a{
  text-decoration: none;
}

.last-post-card .heaer-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.last-post-card .heaer-card .type {
  color: #749256;
  font-size: 12px;
  font-weight: 500;
  line-height: 36px;
}


.last-post-card .inner-card {
  padding: 10px 20px 20px;
  width: calc(100% - 40px);
}
.last-post-card .body-card .title {
  font-size: 18px;
  color: #2e2e2e;
  line-height: 24px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
}

.last-post-card .body-card .text{
  font-size: 14px;
  color: #a4a4a4;
  line-height: 20px;
  text-align: left;
}

.last-post-list .date{
  display: inline-block;
  height: 25px;
}
.last-post-list .date span {
  margin-left: 20px;
  background: #3f542b;
  padding: 5px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 1.6px;
}

.last-post-list .more-post{
  font-size: 15px;
  line-height: 26px;
  color: #749256;
  transition: 0.3s;
  text-align: right;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

.last-post-list .more-post:hover{
  color: #3f542b;
}

.last-post-list .box-shadow{
  transition: 0.3s;
}

.last-post-list .box-shadow:hover{
  -webkit-box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
    box-shadow: 0 0px 20px rgba(93, 113, 129, 0.7) !important;
}

.single section.section-page {
    margin-top: 140px;
}

.breadcrumb .breadcrumbs__link{

}


.breadcrumb .breadcrumbs__link{
  color: #749256;
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumb{
  margin: 20px 0px;
}

.breadcrumb .breadcrumbs__link:hover{
  color: #3f542b;
}

.category .breadcrumb{
  margin: 20px;
}

span.breadcrumbs__separator {
    margin: 0px 5px;
}

span.breadcrumbs__current {
    font-size: 14px;
    color: #749256 !important;
}

.breadcrumbs span{
    font-size: 14px;
    color: #a4a4a4;
}

@media (max-width: 1100px) {
  .single .single-content-text{
    width: 50%;
  }

  .single .single-sidebar{
    width: calc(50% - 60px);
  }
}

@media (max-width: 769px) {
  .single .single-content-text{
    width: 100%;
    margin-right: 0px;
  }

  .single .single-sidebar{
    width: 100%;
    margin-top: 60px;
  }
}

/*About US*/
.page-template-page-about h1{
    padding-bottom: 50px;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 60px;
}
.page-template-page-about h3{
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0px;
}

.page-template-page-about p{
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
}

.page-template-page-about .block-1{
  width: 100%;
  display: inline-block;
  margin: 60px 0px;
}

.page-template-page-about .block-1 .left{
  width: 30%;
  display: inline-block;
  float: left;
}

.page-template-page-about .block-1 .right{
  margin-left: 60px;
  width: calc(70% - 60px);
  display: inline-block;
  float: left;
}

.page-template-page-about .block-2{
  width: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-about .block-2 .left{
  width: 50%;
  display: inline-block;
  float: left;
  padding: 30px 0px;
}

.page-template-page-about .block-2 .right{
  width: 50%;
  display: inline-block;
  float: left;
}

.page-template-page-about .block-2 a{
  padding: 20px 35px;
  background-color: #f5f7f8;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  margin-top: 60px;
}

.page-template-page-about .img-block-2{
  display: inline-block;
  float: right;
  margin-top: -100px;
}



.page-template-page-about .person-foto .social{
  padding:  15px;
}

.page-template-page-about .person-foto .social .social-link{
  padding:  5px;
  display: inline-block;
}

.page-template-page-about .person-foto .social .social-link img{
  height: 30px;
}

.person-slider .slick-arrow-prev {
  left: -30px;
}
.person-slider .slick-arrow-next {
  right: -30px;
}

.person-slider .slick-current{
  text-align: left;
  width: 380px;
}

.person-slider .text{
  display: none;
  transition: 0.3s;
}

.person-slider .slick-current .text{
  display: inline-block;
  transition: 0.3s;
}

.page-template-page-about .person-slider .person-foto{
  min-height: 460px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-about .person-slider .slick-current  .person-foto{
  height: 400px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-about .person-slider .slick-current{
  -webkit-box-shadow: 0px 0px 40px 0px rgba(93, 113, 129, 0.55);
    box-shadow: 0px 0px 40px 0px rgba(93, 113, 129, 0.55);
}

.page-template-page-about .person-slider .slick-current  .text-block .title{
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
  color: #191919;
}

.page-template-page-about .person-slider .slick-current  .text-block .post{
  font-size: 14px !important;
  line-height: 30px !important;
  text-align: left !important;
  color: #cf883e;
  margin: 10px 0px;
}

.page-template-page-about .person-slider .slick-current  .text-block .text{
    font-size: 13px;
  line-height: 22px;
  text-align: left;
  color: #191919;
}

.page-template-page-about .person-slider .slick-slide{
  opacity: 0;
  transition: 0.3s;
}

.page-template-page-about .person-slider .slick-active{
  margin: 80px 0px;
  margin-top: 120px;
  transform: scale(0.9);
  opacity: 0.7;
}

.page-template-page-about .person-slider .slick-current{
  padding-top: 0px;
  opacity: 1;
    transform: scale(1);
    z-index: 99999;
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin: 40px 0px;
}

.page-template-page-about .person-slider{
  padding: 80px 0px;
}


.page-template-page-about .person-slider .slick-active .title{
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  color: #191919;
}

.page-template-page-about .person-slider .slick-active .text-block .post{
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #cf883e;
  margin: 10px 0px;
}

.page-template-page-about .person-slider .slick-active .text-block{
  margin:  30px;
}


@media (max-width: 1100px) {
  .page-template-page-about .person-slider .slick-current .person-foto{
    height: 400px;
  }
  .page-template-page-about .person-slider .person-foto{
    min-height: 360px;
  }
}

@media (max-width: 800px) {
  .page-template-page-about .person-slider .slick-current .person-foto{
    height: 600px;
  }
  .page-template-page-about .person-slider .person-foto{
    min-height: 450px;
  }
}

@media (max-width: 600px) {
  .page-template-page-about .person-slider .slick-current .person-foto{
    height: 300px;
  }
  .page-template-page-about .person-slider .person-foto{
    min-height: 260px;
  }
}


@media (max-width: 1200px) {
  section.section-page {
      margin-top: 65px;
  }

  section.section-page.calculators{
    margin-top: 65px;
  }
  section.section-page.calculator{
    margin-top: 65px;
  }
  section.section-page.palne{
    margin-top: 65px;
  }

section.section-page.single-page{
    margin-top: 65px;
}

  .page-template-page-budget .block1{
    padding-top: 0px;
  }

  .page-template-page-support .section-page {
      margin-top: 65px;
  }
  section.section-page.about_us{
    margin-top: 65px;
  }

/*  .mm-slideout {
      top: 0px !important;
      position: fixed;
  }*/
  .main-header .logo {
    display: inline-block;
    height: 50px !important;
    margin-bottom: 0px !important;
  }

  .section-home-1{
    padding-top: 65px;
  }

  .main-header.headFixed {
      top: 0px;
  }

  .main-header.headFixed .left-part {
       top: auto;
  }
}


.main-header .logo {
  display: inline-block;
    margin-bottom: -70px;
    height: 80px;
    transition: 0.3s;
}


/*.wrap-content-inner[data-v-e14f4052] {
    background: #fff !important;
}

.total_result[data-v-e14f4052]{
    background: #fff !important;
}*/


.page-template-page-calculator{
    background: #eef3f7 !important;
}
.main-header.headFixed .logo{
    margin-bottom: 0px;
}

.container1 {
    width: 275px;
    margin: 50px auto;
}

/*Бюджет*/
/*
.page-template-page-budget
*/

.page-template-page-budget h1{
  font-size: 67px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10vh;
  display: inline-block;
  width: 100%;
}

.page-template-page-budget h2{
  margin-bottom: 10vh;
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    margin-top: 50px;
    display: block;
    width: 100%;
}

.page-template-page-budget .budget_button{
    margin-top: 45px;
    padding: 20px 50px;
    font-size: 30px;
    color: #fff;
    display: block;
    border: none;
    outline: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: rgba(39, 102, 194,1);
    cursor: pointer;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  text-align: center;
  text-decoration: none;
  max-width: 450px;
  margin: 60px auto;
  margin-bottom: 70px;
}

.page-template-page-budget .budget_button:hover {
    background: rgba(39, 102, 194, 0.6);
}

.page-template-page-budget .block1{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: calc(100vh - 100px);
  padding-top: 100px;
}


.page-template-page-budget .services{
  margin-top: 45px;
  display: inline-block;
  width: 100%;
}
.page-template-page-budget .services .service{
  width: calc(50% - 60px);
  margin: 30px;
  display: inline-block;
  float: left;
}


.page-template-page-budget .services .service .service-foto{
  width: calc(40% - 20px);
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.page-template-page-budget .services .service .service-text{
  width: 60%;
  display: inline-block;
  float: left;
}

.page-template-page-budget .services .service .service-text .title{
  font-weight: bold;
  display: block;
  padding-right: 40px;
    font-size: 30px;
    color: #333332;
}

.page-template-page-budget .services .service .service-text .text{
padding-right: 40px;
    font-size: 30px;
    color: #333332;
}

.page-template-page-budget .block3 h3{
    font-size: 36px;
    color: #2766c2;
    margin-bottom: 45px;
    margin-top: 45px;
    text-align: center;
}

.page-template-page-budget .block3 img{
      margin: 0px auto;
    display: inherit;
}

.page-template-page-budget .block3 a{
position: relative;
    text-decoration: none;
    color: #2766c2;
-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.page-template-page-budget .block4 h3{
    font-size: 36px;
    color: #2766c2;
    margin-bottom: 45px;
    margin-top: 45px;
    text-align: center;
}

.page-template-page-budget .you_do{
  margin-top: 45px;
  display: inline-block;
  width: 100%;
align-items: center;
    padding-top: 40px;
    border-top: 1px dashed #D5D5D5;
    margin-bottom: 40px;
}

.page-template-page-budget .you_do .you_do-text{
  width: calc(50% - 40px);
  margin-right: 20px;
  display: inline-block;
  float: left;
   margin: 125px 0px;
}

.page-template-page-budget .you_do .you_do-text span.number{
  display: inline-block;
  float: left;
    width: 100px;
    height: 100px;
    background: #2766C2;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
}


.page-template-page-budget .you_do .you_do-text span.text{
    color: #2766c2;
    font-size: 28px;
    position: relative;
    width: calc(100% - 150px);
  display: inline-block;
  float: left;
}

.page-template-page-budget .you_do .you_do-text span.text:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 195px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../cost/images/arrow.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-page-budget .you_do .you_do-foto{
  width: 50%;
  display: inline-block;
  float: left;
}


@media (max-width: 769px) {
  .page-template-page-budget .services .service{
    width: 100%;
    margin: 10px;
  }

  .page-template-page-budget .you_do .you_do-text{
    width: 100%;
    padding: 30px 0px;
    margin: 30px 0px;
  }
  .page-template-page-budget .you_do .you_do-text span.text{
    padding: 30px 0px;
  }

  .page-template-page-budget .you_do .you_do-foto{
    width: 100%;
  }
}

@media (max-width: 450px) {
.page-template-page-budget h1 {
    font-size: 42px;
}
.page-template-page-budget .services .service .service-text .title{
  font-size: 24px;
}
.page-template-page-budget .services .service .service-text .text{
  font-size: 24px;
}

.page-template-page-budget .services .service{
  margin: 30px 10px;
}

.page-template-page-budget .you_do .you_do-text span.text:after{
  display: none;
}

.page-template-page-budget .you_do .you_do-text span.text {
    padding: 0px 0px;
    font-size: 20px;
}

.page-template-page-budget .budget_button{
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
}

/*Калькулятор*/
.calculator .img1{
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  background-position: top center;
  background-color: #0054e8;
}


/*Popup*/

.pum-active {
    opacity: 1 !important;
}

@media only screen and (min-width: 1024px){
  .pum-container.pum-responsive.pum-responsive-small {
      margin-left: 30% !important;
      width: 40% !important;
      margin-top: 100px;
  }
}

.pum-container.pum-responsive.pum-responsive-small .pum-title{
  text-align: center;
  font-weight: bold;
    display: block;
    padding-right: 40px;
    font-size: 30px;
    color: #333332;
    margin-bottom: 40px;
}

.pum-container.pum-responsive.pum-responsive-small .wpcf7-submit{
    padding: 20px 50px;
    font-size: 24px;
    color: #fff;
    display: block;
    border: none;
    outline: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    background: rgba(39, 102, 194,1);
    cursor: pointer;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    max-width: 450px;
    margin: 20px auto;
}

.pum-container.pum-responsive.pum-responsive-small .wpcf7-form-control.wpcf7-text{
  margin: 10px 0px;
  width: 100%;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 10px;
    font-size: 24px;
    display: block;
    border: 1px #b7b7b7 solid;
}

.pum-container.pum-responsive.pum-responsive-small .wpcf7-form-control.wpcf7-textarea{
  margin: 10px 0px;
  width: 100%;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 10px;
    font-size: 24px;
    display: block;
}

.pum-container.pum-responsive.pum-responsive-small label {
    font-size: 20px;
    font-weight: 400;
}

.subscribe-section{
  display: none;
}

.link_work_calc:second-child{
  display: none;
}

.main-footer .jb a{
  padding-top: 20px;
  font-size: 10px;
  font-weight: 300;
}

.menu-right ul {
    height: 100%;
    position: relative;
}

.menu-right ul li:last-child{
    display: inline-block;
    /*position: absolute;*/
    color: #fff !important;
    padding: 0;
    width: 100%;
}

.menu-right ul li:last-child a {
    font-weight: 600 !important;
    color: #868686 !important;
}
.menu-right li a{
  color: #868686 !important;
}
.grid-circles-menu .column:last-child .circle-item:before{
  display: none;
}

/*09062020*/
/*.grid-circles-menu .column:last-child{
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: 20px;
}*/

.grid-circles-menu .column:last-child {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-right: 20px;
    /* margin-top: 50px; */
    /* padding-top: 50px !important; */
    margin-bottom: 30px;
    width: 200px;
}


.grid-circles-menu .column:last-child .circle-item{
  height: auto;
}

.grid-circles-menu .column:last-child .circle-item .text{
  width: 100%;
  max-width: none;
  font-weight: 600 !important;
  color: #868686 !important;

}

.pum-container.pum-responsive.pum-responsive-small {
    opacity: 1 !important;
}

ul.langs {
    display: none !important;
}

@media only screen and (max-width: 1024px){
.page-template-page-calculator .container{
  padding: 0px !important;
}

section.section-page.calculator>.container {
    padding: 0 0 !important;
    width: 100% !important;
}
}

@media (min-width: 1024px){
  .page-template-page-calculator .container {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
}

@media (max-width: 599px){
  .range_input[data-v-12c9400c] {
      width: 200px !important;
  }
}

.main-footer ul{
  margin: 15px 0px;
}

.right-part{
  position: relative;
  right: -30px;
}

.main-menu .grid-posts >div:nth-child(4),
.main-menu .grid-posts >div:nth-child(5),
.main-menu .grid-posts >div:nth-child(6){
  display: none;
}
/*@media (max-width: 1440px){
  .main-header .bottom-header{
    padding-left: 60px;
  }
  .main-header .logo{
    height: 50px;
  }
  .left-part{
    left: -70px;
  }
  .right-part{
    right: -20px;
  }
}*/
.section-home-4 .flex-container>.image-box{
  text-align: right;
}
.section-home-4 .flex-container>.image-box a{
  padding-right: 35px;
}
.section-home-2 .slide.slick-slide  a{
  color: transparent;
}


@media (max-width: 1440px){
  .main-header .bottom-header {
    padding-left: 190px;
    padding-right: 20px;
  }
  .right-part{
    right: -10px;
  }
/*  .main-header .logo{
        margin-left: 20px;
  }

  .top-header .container{
    margin-right: 5px !important;
    max-width: 100% !important;
  }*/
}

@media (max-width: 1360px){
  .main-header .logo{
        margin-left: 20px;
  }

  .right-part{
    right: 0px;
  }
  .top-header .container{
    margin-right: 5px !important;
    max-width: 100% !important;
  }

  .main-menu-child-menu .container{
    width: 90%;
  }
}

.mm-listitem__btn:not(.mm-listitem__text){
  border-left-width: 0px !important;
}

@media (max-width: 769px){
  .page-template-page-about .block-1 .left{
    width: 100%;
    text-align: center;
  }
  .page-template-page-about .block-1 .right{
    margin-left: 0px;
    width: 100%;
  }
  .issuuembed.issuu-isrendered {
      width: 100% !important;
  }
  .page-template-page-about .block-2 .left{
    width: 100%;
  }
  .page-template-page-about .block-2 .right{
    width: 100%;
  }

  .page-template-page-about .block-2 a{
    margin-bottom: 40px;
    margin-top: 0px;
  }
}

@media (max-width: 1200px){
  .person-slider .slick-arrow-prev{
    left: -10px;
  }
  .person-slider .slick-arrow-next{
    right: -10px;
  }
}

@media (max-width: 1200px) {
  .page-template-page-budget .block1{
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

body.page-template.page-template-page-support.page-template-page-support-php.page.page-id-323.page-child.parent-pageid-365 .section-page img{
  width: 100%;
  height: auto;
  max-width: 900px;
}

section.section-page.single-page img{
  width: 100%;
  height: auto;
  max-width: 900px;
}

.donate {
    width: 100% !important;
    height: auto;
    max-width: 48px;
    background: #E69A5A;
    padding: 3px 0;
    border-bottom: none;
    border-bottom-right-radius: 4px;
}
@media (max-width: 1024px) {
  .donate {
      padding: 0px 10px;
      padding-top: 5px;
      border-bottom-right-radius: 0px;
  }
}

#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-right-radius: none !important;
}

.st-toggle {
    display: none !important;
}
.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 420px){
  .i-school-search {
      margin-top: 64px;
  }
}
.loading-data span img {
    display: block;
    margin: 0 auto;
    width: 71px;
    margin-top: 23px;
}
.loading-data span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 20px;
    color: white;
    vertical-align: top;
    left: 0;
    right: 0;
    text-align: center;
}
.loading-data {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 78%);
    top: 0;
    left: 0;
    border-radius: 40px;
}
.save-box-input label {
    font-size: 16px;
    vertical-align: top;
    font-weight: normal;
    line-height: 1;
}
.save-box-input input {
    vertical-align: top;
    margin: 0 0;
    display: inline-block;
    line-height: 1;
    margin-top: 4px;
}
.save-box-input {
    vertical-align: top;
    display: inline-block;
    float: right;
    margin-right: 60px;
    line-height: 1;
    position: relative;
    top: -9px;
}

.section-page.blog .section-title{
  padding: 40px 0 20px 0;
}

body.admin-bar .section-page.blog .section-title {
  padding: 0 0 20px 0;
}

.single .single-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.sidebar .sidebar__inner{
  height: 100%;
}

.sidebar .sidebar__inner .last-post-list{
  height: 100%;
}

.sidebar .sticky-block {
  position: sticky;
  top: 100px;
}


body.civicrm-event div#crm-container p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: left;
}
body.civicrm-event div#crm-container strong {
    font-weight: 700;
}
body.civicrm-event div#crm-container em {
    font-style: italic;
}
body.civicrm-event div#crm-container ul li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: left;
}
body.civicrm-event div#crm-container ul {
    list-style-type: circle;
    padding-left: 30px;
}
.crm-section.event_summary-section {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: left;
}
body.civicrm-event div#crm-container li p {
    padding: 0 0;
}
div#crm-container {
    margin-bottom: 50px;
}
body.civicrm-event .single-img {
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-bottom: 30px;
}
body.civicrm-event .container.single-content-text {
      margin-top: 140px;
}
body.civicrm-event .container.single-content-text h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 15px;
    text-align: left;
}
body.civicrm-event .crm-container .crm-section .label {
    float: left;
    width: auto;
    text-align: right;
}
body.civicrm-event .crm-container .crm-section .content {
    float: left;
    margin-left: 10px;
}
body.civicrm-event .crm-container .crm-submit-buttons, 
body.civicrm-event .crm-container .action-link {
    height: auto;
    padding: 0 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*CiviCRM*/

.page-template-page-civicrm .section-page {
    margin-bottom: 100px;
    margin-top: 100px;
}

.page-template-page-civicrm .single-content{
  margin: 25px 0px;
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}

.page-template-page-civicrm .single-sidebar{
  display: inline-block;
  width: 30%;
  float: left;
}

.page-template-page-civicrm .single-content-text{
  display: inline-block;
  width: calc(70% - 60px);
  float: left;
  margin-right: 60px;
}

@media (max-width: 1100px) {
  .page-template-page-civicrm .single-content-text{
    width: 50%;
  }

  .page-template-page-civicrm .single-sidebar{
    width: calc(50% - 60px);
  }
}

@media (max-width: 769px) {
  .page-template-page-civicrm .single-content-text{
    width: 100%;
    margin-right: 0px;
  }

  .page-template-page-civicrm .single-sidebar{
    width: 100%;
    margin-top: 60px;
  }

  .archive .top-block {
      padding: 20px;
  }

}

.page-template-page-civicrm .crm-container .crm-button{
  /*display: inline-block;*/
  background-color: rgba(63, 84, 43, 1);
  padding: 10px 20px;
  margin: 8px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}

.page-template-page-civicrm .crm-container .crm-button:hover {
    background-color: rgba(63, 84, 43, 0.6);
      border: none;
  border-radius: 0px;
}

.page-template-page-civicrm #crm-container.crm-public #crm-submit-buttons {
     margin-top: 0px; 
}

.page-template-page-civicrm .crm-container .crm-submit-buttons,.page-template-page-civicrm  .crm-container .action-link {
    height: 50px;
}

.page-template-page-civicrm .crm-container a.button,.page-template-page-civicrm  .crm-container a.button:link,.page-template-page-civicrm  .crm-container a.button:visited{
  /*disp.page-template-page-civicrm lay: inline-block;*/
  background-color: rgba(63, 84, 43, 1);
  padding: 10px 20px;
  margin: 8px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}

.page-template-page-civicrm .crm-container .status{
  background-color: #FFD18E;
  background-image: none;
  border: 1px solid #FFD18E;
  border-radius: unset;
}

#crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select{
  padding: 10px 20px !important;
  font-size: 13px !important;
  border-radius: unset !important;
  background-image: none !important;
}

.page-template-page-civicrm .select2-container .select2-choice{
  border-radius: unset !important;
  background-image: none !important;
}

.page-template-page-civicrm #paypalExpress .section {
    padding: 10px 0 !important;
}

.page-template-page-civicrm .crm-container .crm-section .content {
    margin-left: 0% !important;
}

.page-template-page-civicrm .crm-container .crm-section .label {
    width: 30% !important;
}

.page-template-page-civicrm p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.page-template-page-civicrm .crm-container .crm-section .label label {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}

.page-template-page-civicrm .crm-section ul li {
    margin-left: 30px;
    list-style-type: disc;
}

.page-template-page-civicrm .crm-section ol li {
    margin-left: 30px;
    list-style-type: disc;
}

.page-template-page-civicrm #crm-container.crm-public .label,.page-template-page-civicrm #crm-container.crm-public .price-field-amount{
  font-weight: 600;
  margin-right: 30px;
}

.page-template-page-civicrm #crm-container.crm-public .calc-value,.page-template-page-civicrm  #crm-container.crm-public .content{
  font-size: 15px;
}

.page-template-page-civicrm .crm-container .select2-container .select2-choice > .select2-chosen{
  color: #000;
  font-size: 13px !important;
}

.page-template-page-civicrm .crm-container.crm-public .select2-container,.page-template-page-civicrm  .crm-container.crm-public .select2-results {
    margin-left: 0px;
}

.page-template-page-civicrm .select2-container .select2-choice .select2-arrow{
  border: 0px !important;
  background: transparent !important; 
}

.page-template-page-civicrm .select2-dropdown-open .select2-choice{
  background: transparent !important; 
}

.page-template-page-civicrm .select2-drop {
    margin-top: -33px !important;
}

.page-template-page-hidden #st-2 {
    display: none !important;
}

.page-template-page-hidden #__ybug-launcher {
    display: none !important;
}

/*CRM_Event_Form_Registration_Register*/

.crm-container a.button, .crm-container a.button:link, .crm-container .crm-button{
  /*display: inline-block;*/
  background-color: rgba(63, 84, 43, 1) !important;
  padding: 10px 20px !important;
  margin: 8px !important;
  color: #fff !important;
  transition: 0.3s !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0px !important;
}

.crm-container a.button:hover, .crm-container .crm-button:hover {
  background-color: rgba(63, 84, 43, 0.6) !important;
  border: none !important;
  border-radius: 0px !important;
}

.crm-container div.status{
  background-color: #FFD18E !important;
  background-image: none !important;
  border: 1px solid #FFD18E !important;
  border-radius: unset !important;
}

.crm-container .crm-section .label label {
    font-size: 18px !important;
    line-height: 40px !important;
    text-align: left !important;
}

body.civicrm-event .crm-container .crm-section .label {
    width: 30% !important;
}

.crm-container .crm-inline-error {
    background: transparent !important;
}

.crm-container .help, .crm-container #help{
  border: 0px !important;
  border-radius: 0px !important;
}

.crm-container .header-dark{
  border-radius: 0px !important;
}

.simulatordisc {
  padding: 0 14%;
    padding-bottom: 20px;
}

.wp-image-custom {
  padding: 0 13px;
}

.page-template-page-civicrm h1.title {
font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 15px;
    text-align: left;
}
.page-template-page-civicrm span.price-set-option-content {
    min-width: 120px;
    display: inline-block;
}
@media (min-width: 465px) {
.page-template-page-civicrm .crm-section.z8zsygdekmankxwfvkxgvdzgvioinewzfprjegsheji5lv2ti82xbftjqe7wsjbj4xqjrxqnjxapsklwwhm16mtshoj9bdrhwwc4so0eyhxkau8izrilz0jntsttklodymubvcq134b6hpddfwbhym20lbbsnn4tlgy2wwjwlcmr4rxwoi2mldliualofuna86gncw6b4wmqnqbuqy4mrtlhnayp4kxismfwajyfer9xsgpoma-section .label{
    height: 120px;
}
}

/*CiviCRM 2*/

.page-template-page-civicrm-2 .section-page {
    margin-bottom: 100px;
    margin-top: 100px;
}

.page-template-page-civicrm-2 .single-content{
  margin: 25px 0px;
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}

.page-template-page-civicrm-2 .single-sidebar{
  display: inline-block;
  width: 30%;
  float: left;
}

.page-template-page-civicrm-2 .single-content-text{
  display: inline-block;
  width: calc(70% - 60px);
  float: left;
  margin-right: 60px;
}

@media (max-width: 1100px) {
  .page-template-page-civicrm-2 .single-content-text{
    width: 50%;
  }

  .page-template-page-civicrm-2 .single-sidebar{
    width: calc(50% - 60px);
  }
}

@media (max-width: 769px) {
  .page-template-page-civicrm-2 .single-content-text{
    width: 100%;
    margin-right: 0px;
  }

  .page-template-page-civicrm-2 .single-sidebar{
    width: 100%;
    margin-top: 60px;
  }

  .archive .top-block {
      padding: 20px;
  }

}

.page-template-page-civicrm-2 .crm-container .crm-button{
  /*display: inline-block;*/
  background-color: rgba(63, 84, 43, 1);
  padding: 10px 20px;
  margin: 8px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}

.page-template-page-civicrm-2 .crm-container .crm-button:hover {
    background-color: rgba(63, 84, 43, 0.6);
      border: none;
  border-radius: 0px;
}

.page-template-page-civicrm-2 #crm-container.crm-public #crm-submit-buttons {
     margin-top: 0px; 
}

.page-template-page-civicrm-2 .crm-container .crm-submit-buttons,.page-template-page-civicrm-2  .crm-container .action-link {
    height: 50px;
}

.page-template-page-civicrm-2 .crm-container a.button,.page-template-page-civicrm-2  .crm-container a.button:link,.page-template-page-civicrm-2  .crm-container a.button:visited{
  /*disp.page-template-page-civicrm-2 lay: inline-block;*/
  background-color: rgba(63, 84, 43, 1);
  padding: 10px 20px;
  margin: 8px;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}

.page-template-page-civicrm-2 .crm-container .status{
  background-color: #FFD18E;
  background-image: none;
  border: 1px solid #FFD18E;
  border-radius: unset;
}

#crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select{
  padding: 10px 20px !important;
  font-size: 13px !important;
  border-radius: unset !important;
  background-image: none !important;
}

.page-template-page-civicrm-2 .select2-container .select2-choice{
  border-radius: unset !important;
  background-image: none !important;
}

.page-template-page-civicrm-2 #paypalExpress .section {
    padding: 10px 0 !important;
}

.page-template-page-civicrm-2 .crm-container .crm-section .content {
    margin-left: 0% !important;
}

.page-template-page-civicrm-2 .crm-container .crm-section .label {
    width: 30% !important;
}

.page-template-page-civicrm-2 p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: left;
}

.page-template-page-civicrm-2 .crm-container .crm-section .label label {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}

.page-template-page-civicrm-2 .crm-section ul li {
    margin-left: 30px;
    list-style-type: disc;
}

.page-template-page-civicrm-2 .crm-section ol li {
    margin-left: 30px;
    list-style-type: disc;
}

.page-template-page-civicrm-2 #crm-container.crm-public .label,.page-template-page-civicrm-2 #crm-container.crm-public .price-field-amount{
  font-weight: 600;
  margin-right: 30px;
}

.page-template-page-civicrm-2 #crm-container.crm-public .calc-value,.page-template-page-civicrm-2  #crm-container.crm-public .content{
  font-size: 15px;
}

.page-template-page-civicrm-2 .crm-container .select2-container .select2-choice > .select2-chosen{
  color: #000;
  font-size: 13px !important;
}

.page-template-page-civicrm-2 .crm-container.crm-public .select2-container,.page-template-page-civicrm-2  .crm-container.crm-public .select2-results {
    margin-left: 0px;
}

.page-template-page-civicrm-2 .select2-container .select2-choice .select2-arrow{
  border: 0px !important;
  background: transparent !important; 
}

.page-template-page-civicrm-2 .select2-dropdown-open .select2-choice{
  background: transparent !important; 
}

.page-template-page-civicrm-2 .select2-drop {
    margin-top: -33px !important;
}

.page-template-page-civicrm-2 h1.title {
font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 15px;
    text-align: left;
}
.page-template-page-civicrm-2 span.price-set-option-content {
    min-width: 120px;
    display: inline-block;
}
@media (min-width: 465px) {
.page-template-page-civicrm-2 .crm-section.z8zsygdekmankxwfvkxgvdzgvioinewzfprjegsheji5lv2ti82xbftjqe7wsjbj4xqjrxqnjxapsklwwhm16mtshoj9bdrhwwc4so0eyhxkau8izrilz0jntsttklodymubvcq134b6hpddfwbhym20lbbsnn4tlgy2wwjwlcmr4rxwoi2mldliualofuna86gncw6b4wmqnqbuqy4mrtlhnayp4kxismfwajyfer9xsgpoma-section .label{
    height: 120px;
}
}

#toTo_button {
    position: fixed;
    bottom: 80px;
    right: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    background: #2745c4;
    overflow: hidden;
    width: 47px;
    height: 47px;
    line-height: 47px;
    z-index: 999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
}

a#toTo_button img {
    height: 24px;
    margin: 12px;
    display: inline-block;
}