* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

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

body {
  font-family: "FuturaPTBook";
}

a {
  text-decoration: none;
  color: #3f3e3f;
}

h2,
.section-title,
.secondsection-title {
  color: #3f3e3f;
  font-family: "FuturaPTHeavy";
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
}

h3 {
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.56px;
  margin-bottom: 28px;
}

h4,
.base-title h2 {
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
}

.secondsection-title,
.base-title h2 {
  font-family: "FuturaPTDemi";
}

.base-title h2 {
  margin-top: 30px;
}

p,
li {
  color: #3f3e3f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.38px;
}

em {
  font-size: 18px;
  font-family: "FuturaPTBookObl";
}

.about-us p {
  color: #3f3e3f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.38px;
  margin-bottom: 23px;
}

.wrapper {
  /*        	max-width: 1280px;*/
  margin: auto;
  width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.header {
  position: relative;
}

.main {
  min-height: 900px;
}

.top-header {
  background: linear-gradient(to right, #ffcf45 63%, #e5a430 32%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  padding: 16px 0 23px 0;
}

.top-header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header__text,
.modal-form__text {
  display: inline-flex;
  /*    align-items: center;*/
  font-family: "FuturaPTMedium";
  font-size: 22px;
  font-weight: 500;
  color: #3f3e3f;
  letter-spacing: 0.66px;
}

.top-header__text_bold {
  font-family: "FuturaPTHeavy";
}

.top-header__link {
  margin-left: 34px;
}

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

.link {
  display: inline-block;
  border-radius: 4px;
  font-family: "FuturaPTDemi";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.77px;
  color: #3f3e3f;
  cursor: pointer;
}

.yellow-link {
  padding: 9px 24px;
  background-color: #ffcf45;
}

#tm_builder_outer_content .tm_pb_button.yellow-link {
  display: inline-block;
  border-radius: 8px;
  font-family: "FuturaPTDemi";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.77px;
  color: #3f3e3f;
  cursor: pointer;
  padding: 8px 26px;
  background-color: #ffcf45;
  border: none;
  margin-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_button.yellow-link:hover {
  background-color: #ffcf45;
}

#tm_builder_outer_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_center {
  text-align: left !important
}

/*.blue-link {
  padding: 13px 44px;
  background-color: #78b7e5;
  color: #ffffff;
}*/

#tm_builder_outer_content .tm_pb_button#blue {
  background-color: #78b7e5;
  margin-bottom: 30px;
}

.header {
  /*	margin: 57px 0 69px;*/
  margin-top: 57px;
}

.breadcrumbs {
  margin-bottom: 22px;
}

.breadcrumbs span {
  margin: 0 10px;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.breadcrumbs span a span:hover {
  color: #78b7e5;
}

.breadcrumbs span a span {
  font-size: 14px;
  color: #3f3e3f;
  font-weight: 400;
}

.breadcrumbs span span {
  font-size: 14px;
  color: #78b7e5;
  font-weight: 400;
  margin: 0;
}

.custom-logo {
  display: inline-block;
}

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

.header__main-box {
  display: flex;
  /*    align-items: center;*/
}

.main-menu {
  display: flex;
}

.main-menu a {
  display: inline-block;
  font-family: "FuturaPTMedium";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.66px;
  color: #3f3e3f;
  padding: 0px 10px 32px;
  position: relative;
  min-height: 80px;
}

.main-menu .sub-menu a {
  text-align: center;
  min-height: auto;
}

.menu-item-786,
.preventDefault {
  max-width: 227px;
}

.menu-item-786 a {
  font-family: "FuturaPTDemi";
}

.main-menu li:hover a {
  color: #8db7e3;
}


.menu__mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 50px;
  cursor: pointer;
}

.menu__mobile span {
  width: 30px;
  height: 4px;
  background-color: #2f2d2e;
  margin-bottom: 5px;
  border-radius: 3px;
}

.menu__mobile span:last-child {
  margin-bottom: 0;
}

.blue-link {
  display: inline-block;
  padding: 8px 48px;
  background-color: #78b7e5;
  border-radius: 4px;
  font-family: "FuturaPTDemi";
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}

.lang-box {
  display: flex;
}

.lang-panel span {
  font-size: 22px;
  color: #3f3e3f;
}

.lang-box__mobile {
  display: none;
}

/*
.sign_in {
    margin-left: 16px;
}
*/

.lang-panel a:first-child:before {
  margin-left: 0;
}

.lang-panel a {
  font-size: 22px;
  font-weight: 500;
  color: #3f3e3f;
  padding: 0 10px;
}

.lang-panel a.active,
.lang-panel a:hover {
  color: #78b7e5;
}


.main-menu li:hover .sub-menu {
  display: block;
}

.main-menu li:hover .sub-menu a {
  color: #3f3e3f;
}

.main-menu .sub-menu {
  position: absolute;
  z-index: 11;
  border-radius: 10px;
  background-color: #ffcf45;
  padding: 20px 10px 20px 10px;
  margin: 0px auto 0 0;
  display: none;
}

.main-menu li.menu-item-has-children:hover > a:before {
  content: " ";
  background: url(../img/Vector-Smart-Object.png);
  width: 17px;
  height: 10px;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: auto;
  right: 0;
}

.main-menu .sub-menu a {
  display: block;
}

.main-menu ul.sub-menu a {
  font-family: "FuturaPTBook";
  display: inline-block;
  color: #3f3e3f;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.26px;
  padding: 5px 15px;
  border-radius: 4px;
  width: 100%;
}

.main-menu ul.sub-menu a:hover,
.main-menu ul.sub-menu a.active {
  background: #fff;
}




.section-links {
  margin-bottom: 64px;
  margin-top: 20px;
}

.search-link {
  width: 22px;
  height: 22px;
  margin: 0px 20px;
}

.section-links__box {
  display: flex;
  justify-content: space-between;
}

.section__link {
  display: inline-block;
  border-radius: 10px;
  width: 610px;
  height: 401px;
  box-shadow: 0 30px 30px rgba(52, 52, 52, 0.15);
  display: flex;
  align-items: center;
  /*    justify-content: center;*/
}

.section__link img {
  margin-left: 90px;
}

.section__link span {
  width: 172px;
  margin-left: 40px;
  font-family: "FuturaPTMedium";
  color: #3f3e3f;
  font-size: 42px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.84px;
}

.section__yellow-link {
  border: 2px solid #e5a430;
  background-color: #ffcf45;
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.section__blue-link {
  border: 2px solid #5e8ec0;
  background-color: #78b7e5;
  /*  background-image: linear-gradient(40deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);*/
}

.success {
  margin-bottom: 90px;
}

.success-items {}

.success-item {
  display: flex;
  align-items: center;
  background-color: #f6f7f8;
  border-radius: 10px;
  height: auto;
}

.success-item img {
  width: 530px;
  height: 450px;
  margin-right: 30px;
  object-fit: cover;
}

.success-item__text {
  width: 613px;
  padding: 20px 10px;
}

.success-item__title {
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 28px;
  font-weight: 500;
}

.success-item p {
  font-size: 22px;
  font-weight: 400;
  color: #3f3e3f;
}

.success-item__link {
  margin-top: 40px;
}

.success-item__image {}

.success-item__image img {
  width: 335px;
  height: 335px;
  object-fit: cover;
  border-radius: 50%;
  margin: 15px 75px;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.success-box .bx-wrapper .bx-pager {
  bottom: -53px;
}

.success-box .bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ebebeb;
}

.success-box .bx-wrapper .bx-pager.bx-default-pager a:hover,
.success-box .bx-wrapper .bx-pager.bx-default-pager a.active,
.success-box .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #ffcf45;
}

.success-box .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
}

.attractions {
  margin-bottom: 55px;
}

.attractions-items {
  display: flex;

  margin-bottom: 30px;
}

.lawyers-page .attractions-items {
  margin-top: 25px;
}

.attractions-item__box {
  margin-bottom: 25px;
  width: 400px;
  margin-right: 25px;
}

.attractions-item__box:nth-child(3n-3) {
  margin-right: 0;
}

.attractions-item {
  display: flex;
  align-items: center;
  height: 140px;
  border-radius: 10px;
  padding: 25px;

}

.attractions-item__box:nth-child(3n-2) .attractions-item {
  background-color: #ffcf45;
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.attractions-item__box:nth-child(3n-1) .attractions-item {
  background-color: #ffa146;
  background-image: linear-gradient(40deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
}

.attractions-item__box:nth-child(3n) .attractions-item {
  background-color: #78b7e5;
  /*  background-image: linear-gradient(40deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);*/
}

.attractions-item__title {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.56px;
  margin-bottom: 0px;
  color: #3f3e3f;
}

.attractions-item__title img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin-right: 20px;
  margin-left: 25px;
}

.attractions-home .attractions-item__title img {
  width: 85px !important;
  height: 85px !important;
  object-fit: cover;
  margin-right: 20px;
  margin-left: 0;
}

.attractions-home .attractions-item__title {
  font-size: 27px;
}

.attractions-item p {
  color: #3f3e3f;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 22px;
  letter-spacing: 0.36px;
}

.attractions-item__link {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.downloader-link {
  font-family: "FuturaPTDemi";
  font-size: 19px;
  color: #3f3e3f;
  background-color: #ffcf45;
  border-radius: 4px;
  padding: 13px;
}

.consultation-link {
  font-family: "FuturaPTDemi";
  font-size: 19px;
  color: #fff;
  background-color: #72c5a5;
  border-radius: 4px;
  padding: 13px;
}

.events {
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(../img/eventsbg.png) 100% 100% no-repeat #fef5d3;
}

.events .section-title {
  margin-bottom: 29px;
}

.events-items,
.news-items {
  display: flex;
  margin-bottom: 55px;
}

.podiyi .events-items {
  flex-wrap: wrap;
}

.podiyi .events-item {
  width: 240px;
  height: 175px;
  margin: 15px 5px;
}

.podiyi .events-item p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}

.podiyi .events-item:nth-child(4n) {
  margin-right: 5px;
}

.news-items {
  margin-bottom: 57px;
}

.news-item a {
  display: inline-block;
}

.events-item {
  width: 304px;
  height: 217px;
  border-radius: 10px;
  border: 3px solid #ffcf45;
  background-color: #fef5d3;
  padding: 18px 30px 25px 27px;
  margin-right: 15px;
}

.events-item:nth-child(4n) {
  margin-right: 0;
}

.events-item:hover {
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-color: #ffcf45;
}

.events-item__date {
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, #e5a430 0%, #e5a430 100%);
  background-size: 100% 3px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  text-align: center;
}

.events-item:hover .events-item__date {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 100% 3px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.link-box a.link {
  padding: 8px 40px;
}

.events-item p,
.news-item p {
  color: #3f3e3f;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.36px;
  margin-top: 26px;
}

.news-item p {
  max-height: 66px;
  overflow: hidden;
}

.news {
  margin-top: 10px;
  margin-bottom: 73px;
}

.news .section-title {
  margin-bottom: 35px;
}

.news-item {
  width: 399px;
  /*	height: 400px;*/
  box-shadow: 0 10px 30px rgba(52, 52, 52, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 25px;
}

.news-item:nth-child(3n) {
  margin-right: 0;
}

.news-item__text {
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
}

.news-item__title {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 26px;
  margin-bottom: 0;
  max-height: 78px;
  overflow: hidden;
}

.news-item__excerpt h3 {
  font-size: 20px;
  margin: 10px 0;
}

.news-item a:hover h3 {
  text-decoration: underline;
}

.news-item__img {
  position: relative;
  display: inline-block;
  width: 100%;
}

.news-item__img-bg {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-item__img img:first-child {

  border-radius: 10px;
  /*	width: 399px;*/
  width: 100%;
  height: 191px;
  object-fit: cover;
}

.mailing {
  background-color: #ffcf45;
  text-align: center;
  padding: 15px;
}

.mailing__text {
  display: inline-block;
  font-family: "FuturaPTMedium";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.66px;
}

.mailing__link {
  padding: 10px 45px;
  background-color: #ffffff;
  margin-left: 30px;
}

.footer {
  background-color: #78b7e5;
  padding-top: 44px;
  border-bottom: 7px solid #ffcf45;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer__logo {
  float: left;
  margin-right: 45px;
}

.footer__menu {
  display: inline-flex;
  margin-top: 7px;
}

.footer__menu-item {
  margin-left: 10px;
  margin-right: 10px;
  /*    width: 145px;*/
}

.footer__menu-item a,
.footer__menu-item .contacts,
.footer__menu-item .preventDefault {
  display: block;
}

.footer__menu-item .preventDefault,
.footer__menu-item .contacts {
  font-family: "FuturaPTMedium";
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.66px;
  margin-bottom: 20px;
}

.footer__menu-item a {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.78px;
}

.footer__contacts-box {
  display: flex;
  text-align: right;
  /*	margin-top: 43px;*/
}

.footer__contacts-box span {
  display: block;
  font-family: "FuturaPTMedium";
  color: #000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.66px;
}

.footer__contacts-box a {
  display: block;
  color: #fff;
  font-family: "FuturaPTHeavy";
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.66px;
}

.footer__contacts-item {
  margin-bottom: 12px;
}

.footer__contacts-item:last-child {
  margin-left: 70px;
}

/*
.social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 29px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	font-family: "FuturaPTDemi";
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
*/

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}

.footer__bottom-item p {
  color: #000000;
  font-family: "FuturaPTDemi";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.84px;
}

.footer__item-second {
  display: flex;
  align-items: center;
}

.footer__item-second img {
  margin-right: 35px;
}

.footer__item-second p {
  position: relative;
  color: #fff;
  font-family: "GothamProRegular";
  font-size: 13px;
  padding-left: 20px;
}

.footer__item-second p:before {
  content: url(../img/footer-minbefore.png);
  position: absolute;
  left: 0;
}

.footer__bottom-item .fa:last-child {
  color: #78b7e5;
}

.face-link,
.inst-link {
  display: none;
}


.statistics-block .tm_pb_column .tm_pb_image {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, .07);
}

#tm_builder_outer_content .coordinator__archive .tm_pb_button.yellow-link {
  width: 100%;
  text-align: center;
  padding: 25px;
  font-size: 28px;
}

/*---------------------------ABOUT US START---------------------------*/

.our-team {
  margin-bottom: 60px;
}

.team__items {
  display: flex;
  flex-wrap: wrap;

}

.team__item {
  width: 216px;
  margin-right: 34px;
  margin-top: 40px;
}

.team__item:nth-child(5n) {
  margin-right: 0;
}

/*
.team__item:nth-child(6n) {
	margin-right: 0;
}
*/

.volunteer__items img {
  width: 100%;
}



.team__item img,
#tm_builder_outer_content .coordinators-box .tm_pb_module img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: contain;
  background: #f1f1f1;
}

.team__item-position,
.team__item-title {
  font-size: 19px;
  color: #3f3e3f;
  font-weight: 400;
}

.team__inf {
  margin-top: 30px;
}

.about-us {
  margin-bottom: 35px;
}

.maintext__wrapper {
  max-width: 824px;
  margin-left: 0;
}

/*
.maintext__wrapper h3 {
	text-align: justify;
}
*/

/*
.about-us h3 {
	max-width: 715px;
}
*/

.find-lawyer__items {
  display: flex;
  flex-wrap: wrap;
}

.activities__items {
  display: flex;
  flex-wrap: wrap;
}

.find-lawyer {
  margin-bottom: 100px;
}

.find-lawyer__item {
  width: 400px;
  height: 120px;
  box-shadow: 0 5px 10px rgba(52, 52, 52, 0.15);
  background-color: #ffcf45;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.activities__item {
  height: 140px;
  width: 31.5%;
  margin-right: 25px;
  box-shadow: 0 5px 10px rgba(52, 52, 52, 0.15);
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.activities__item img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin-left: 50px;
}

.find-lawyer__item:nth-child(3n) {
  margin-right: 0;
}

.activities__item:nth-child(3n) {
  margin-right: 0px;
}

.find-lawyer__link-box {
  display: flex;
  width: 100%;
}

.find-lawyer__link {
  width: 100%;
  height: 120px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-lawyer__link-find {
  width: 100%;
  height: 120px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcf45;
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);

}

.find-lawyer__link:first-child {
  margin-right: 25px;
}

.line {
  border-top: 1px solid #c4c4c4;
  margin: 90px 0;
}

.activities__item:nth-child(7n-6) {
  background-color: #ffcf45;
  background-image: -webkit-linear-gradient(220deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-image: -o-linear-gradient(220deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-image: linear-gradient(310deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.activities__item:nth-child(7n-2) {
  background-color: #ffa146;
  background-image: -webkit-linear-gradient(310deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
  background-image: -o-linear-gradient(310deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
  background-image: linear-gradient(40deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
}

.activities__item:nth-child(7n-4) {
  background-color: #78b7e5;
  background-image: -webkit-linear-gradient(310deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
  background-image: -o-linear-gradient(310deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
  background-image: linear-gradient(40deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
}

.activities__item:nth-child(7n-3) {
  background-color: #ff6d6d;
  background-image: -webkit-linear-gradient(310deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
  background-image: -o-linear-gradient(310deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
  background-image: linear-gradient(40deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
}

.activities__item:nth-child(7n-5) {
  background-color: #d5f093;
  background-image: -webkit-linear-gradient(310deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
  background-image: -o-linear-gradient(310deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
  background-image: linear-gradient(40deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
}

.activities__item:nth-child(7n-1) {
  background-color: #ace3f1;
  background-image: -webkit-linear-gradient(310deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  background-image: -o-linear-gradient(310deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  background-image: linear-gradient(40deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
}

.activities__item:nth-child(7n) {
  background-color: #da94ff;
  background-image: -webkit-linear-gradient(310deg, #bc5dee 0%, rgba(224, 52, 255, 0) 100%);
  background-image: -o-linear-gradient(310deg, #bc5dee 0%, rgba(224, 52, 255, 0) 100%);
  background-image: linear-gradient(40deg, #bc5dee 0%, rgba(224, 52, 255, 0) 100%);
}

/*
.find-lawyer__item:nth-child(6n-5) {
	background-color: #ffcf45;
	background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.find-lawyer__item:nth-child(6n-4) {
	background-color: #ffa146;
	background-image: linear-gradient(40deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
}

.find-lawyer__item:nth-child(6n-3) {
	background-color: #78b7e5;
	background-image: linear-gradient(40deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
}

.find-lawyer__item:nth-child(6n-2) {
	background-color: #ff6d6d;
	background-image: linear-gradient(40deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
}

.find-lawyer__item:nth-child(6n-1) {
	background-color: #d5f093;
	background-image: linear-gradient(40deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
}

.find-lawyer__item:nth-child(6n) {
	border: 2px solid #e2e2e2;
}
*/

/*
.find-lawyer__item img {
	margin-left: 86px;
}
*/

.find-lawyer__item span,
.activities__item span,
.find-lawyer__link span,
.find-lawyer__link-find span,
.war__item span {
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 28px;
  font-weight: 500;
  line-height: 29.06px;
  letter-spacing: 0.56px;
  /*    margin-left: 24px;*/
}

.activities__item span {
  /*	font-size: 40px;*/
  margin-left: 35px;
}

.mass-media {
  margin-bottom: 70px;
}

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

.mass-media__item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 4px 0 31px;
  width: 400px;
  height: 200px;
  border-radius: 10px;
  background-color: #f1f1f2;
  background-image: linear-gradient(40deg, #d0d1d3 0%, rgba(241, 241, 242, 0) 100%);
}

.mass-media__item-title {
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.56px;
  display: flex;
  align-items: center;
  height: 100%;
}

.mass-media__item-link {
  padding: 6px 34px;
  border: 2px solid #3f3e3f;
}

.what-section {
  margin-bottom: 50px;
}

.what-section p {
  margin-bottom: 23px;
}

.download-section {
  margin-bottom: 100px;
}

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

.download__item {
  width: 400px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download__item:first-child {
  box-shadow: 0 5px 10px rgba(52, 52, 52, 0.15);
  background-color: #ffcf45;
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.download__item:last-child {
  border: 2px solid #e2e2e2;
}

/*---------------------------ABOUT US END---------------------------*/

.wrapper #tm_builder_outer_content .tm-waypoint {
  opacity: 1;
}

/*---------------------------MODAL FORM START---------------------------*/

.overlay {
  z-index: 4;
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  -moz-opacity: 0.4;
  filter: alpha(opacity=40);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}


.modal-form__outer {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-form {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;
  z-index: 150;
}

.modal-form h2 {
  margin-bottom: 38px;
}

.modal-form__block,
.modal-form__block_val {
  position: absolute;
  z-index: 5;
  padding: 37px 80px 50px 83px;
  width: 765px;
  height: min-content;
  left: 0;
  right: 0;
  top: 6%;
  bottom: 0;
  margin: auto;
  background-color: #ffcf45;
  border-radius: 8px;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, .15);
  cursor: default;
}

.modal-form__block_val {
  display: none;
  padding: 62px 80px 28px 83px;
}

.modal-form__block_val p {
  font-size: 22px;
  font-family: "FuturaPTMedium";
  margin-bottom: 35px;
}

.modal-form__block_blue-val {
  background-color: #78b7e5;
}

.modal-form__block_blue-val h2 {
  color: #fff;
}

.modal-form__block_blue-val img {
  filter: brightness(0) invert(1);
}

.modal-form__close {
  position: absolute;
  top: 22px;
  right: 30px;
  font-weight: 900;
  font-size: 28px;
  cursor: pointer;
  font-family: monospace;
}

/*
.modal-form__box {
  display: flex;
  flex-direction: column;
}
*/

.modal-form__input {
  font-family: "FuturaPTMedium";
  font-size: 22px;
  border: none;
  border-radius: 4px;
  padding: 7px 20px 7px 20px;
  background-color: #fff;
  width: 100%;
  letter-spacing: 1px;
}

.input-label,
.input-labels {
  display: inline-flex;
  /*  align-items: center;*/
  margin-bottom: 13px;
}

.input-labels > span {
  width: 100%;
}

.input-label .modal-form__text {
  margin-top: 5px;
}

.input-labels {
  width: 100%;
}

.modal-form__input-phone {
  display: inline-block;
  /*  width: 170px;*/
}

.modal-form__input-phone.first-child {
  width: 100px;
  margin-right: 15px;
  padding-left: 20px;
}

.modal-form__email-box {
  display: flex;
  /*  align-items: center;*/
  /*  margin-bottom: 15px;*/
}

#want__help-block .modal-form__email-box {
  margin-bottom: 25px;
}

.modal-form__input-email {
  margin-bottom: 0;
  width: 100%;
}

.modal-form__input-email.first {
  text-align: right;
}

.modal-form__email-box .modal-form__text {
  padding: 6px 10px;
}

.modal-form__email-box span:first-child {
  flex-grow: 1.6;
  flex-basis: 0;
}

.modal-form__email-box span:last-child {
  flex-grow: 1;
  flex-basis: 0;
}

.modal-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "FuturaPTMedium";
  font-size: 22px;
  border: none;
  height: 40px;
  width: 170px;
  margin-top: 25px;
  border-radius: 4px;
  color: #fff;
  background-color: #78b7e5;
  box-shadow: 0 0px 30px rgba(52, 52, 52, 0.15);
  cursor: pointer;
}

.modal-form__date-box {
  display: flex;
  margin-top: 30px;
}

.modal-form__date {
  max-width: 245px;
  margin-right: 50px;
}

.modal-form__personal {
  display: inline-block;
  max-width: 225px;
}

.modal-form__date .modal-form__text,
.modal-form__personal .modal-form__text {
  margin-bottom: 15px;
}

.modal-form__date .modal-form__input {
  padding: 4px 0px 4px 30px;
}

.modal-form__textarea {
  padding: 15px;
  width: 100%;
  resize: none;
  border: none;
  margin-top: 15px;
  font-family: "FuturaPTMedium";
  font-size: 22px;
}

.textarea-block {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.acceptance-block {
  margin-top: 15px;
}

.acceptance-block span.wpcf7-list-item {
  margin-left: 0px;
}

.acceptance-block .modal-form__personal {
  max-width: 100%;
}

.modal-form__lawyer {
  margin-top: 15px;
}

.modal-form__personal .input-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.modal-form__personal .modal-form__text {
  position: relative;
  padding-bottom: 55px;
  cursor: pointer;
}

.modal-form__personal .modal-form__text:before {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  transition: .2s;
}

.modal-form__personal .input-checkbox:checked + span .modal-form__text:before {
  background: #72c5a5;
}

.modal-form__personal .input-checkbox:checked + span .modal-form__text:after {
  content: ' ';
  position: absolute;
  bottom: 13.5px;
  left: 13.5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFF;
  transition: .2s;
}


























/*---------------------------MODAL FORM END---------------------------*/

.banner-img {
  margin-bottom: 55px;
}

.wrapper .container {
  max-width: 1250px;
  padding: 0;
}

.osvita .tm_pb_text {
  margin-bottom: 50px;
}

.osvita h2 {
  font-family: "FuturaPTMedium";
}

.osvita li {
  font-family: "FuturaPTBook";
}

.osvita .tm_pb_row_5 li {
  font-family: "FuturaPTMedium";
  margin-bottom: 20px;
}

.osvita .tm_pb_team_member {
  margin-bottom: 60px;
}

/*
ol {
	margin-bottom: 50px;
}
*/

ol > li:before {
  content: counter(list) " ";
  color: #3f3e3f;
  margin-right: 10px;
}

ol.circle-list > li:before {
  background-color: #ffcf45;
  border-radius: 50%;
  margin-right: 20px;
  color: #000000;
  font-family: "FuturaPTHeavy";
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol.circle-list.big > li:before {
  /*	width: 50px;*/
  /*	height: 50px;*/
  font-size: 20px;
  width: auto;
  height: auto;
  padding: 13px 19px;
}

ol > li {
  list-style-type: none;
  counter-increment: list;
  font-family: "FuturaPTMedium";
}

ol.circle-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "FuturaPTBook";
}

ol.circle-list.big > li {
  margin-bottom: 20px;
}

ol.circle-list.medium > li:before {
  width: auto;
  height: auto;
  padding: 4px 12px;
}

.tm_pb_text.project-office {
  margin-bottom: 45px;
}

.tm_pb_text.project-office p {
  margin-bottom: 15px;
}

.proektniy-ofis h2 {
  font-family: "FuturaPTMedium";
}

.attention {
  width: 100%;
  background-color: #ffcf45;
  padding: 30px;
  border-radius: 13px;
}

.osvita .attention p {
  font-family: "FuturaPTMedium";
  font-size: 22px;
  margin-bottom: 0;
}

.attention strong {
  font-family: "FuturaPTDemi";
}

.background-text {
  font-size: 22px;
  border-radius: 13px;
  display: inline-block;
  background-color: #ffcf45;
  padding: 30px;
}

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

.office__link-block p {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.office__link-block a {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 290px;
  text-align: center;
}


#tm_builder_outer_content .tm_pb_text p.background-text:last-of-type {
  padding: 30px;
}

.background-yellow {
  background-color: #ffcf45;
  padding: 0 15px;
}

.explanation {
  margin-top: 50px;
}

.coordinators-box h4 {
  font-family: "FuturaPTMedium";
  font-weight: 600;
  color: #3f3e3f;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

p.tm_pb_member_position {
  max-width: 165px;
  margin-bottom: 20px;
}

.coordinators-box p.tm_pb_member_position {
  min-height: 70px;
}

/*
.coordinators-box {
	margin-bottom: 50px;
}
*/

.tm_pb_team_member_description {
  margin-top: 15px;
}

.title-blue {
  text-transform: uppercase;
  color: #78b7e5;
}

.sample-reports .title-blue {
  min-height: 64px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_text ul {
  margin-bottom: 30px;
}

#tm_builder_outer_content .tm_pb_module ul li {
  list-style-type: circle;
  list-style-position: inside;
}

#tm_builder_outer_content .total-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 285px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffcf45;
  background-image: -webkit-linear-gradient(220deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-image: -o-linear-gradient(220deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-image: linear-gradient(310deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

#tm_builder_outer_content .total-box h2 {
  font-size: 64px;
  margin-bottom: 0;
}

.donors-box p {
  font-family: "FuturaPTMedium";
  font-size: 32px;
  line-height: normal;
}

.donors-box p strong {
  display: block;
  font-family: "FuturaPTHeavy";
  font-size: 50px;
}

.donors-box .tm_pb_text {
  margin-bottom: 70px;
  margin-top: 35px;
}

.partners-box .tm_pb_image {
  margin-bottom: 32px;
}

.attractions__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  /*	justify-content: space-between;*/
}

.attractions__page .attractions__box {
  display: block;
}

.attractions__item-box {
  width: 210px;
  margin: 0 20px 40px 20px;
}


.attractions__box .attractions__item-img {
  position: relative;
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-bottom: 0;
}

.attractions__item {
  position: relative;
  display: block;
  background-color: #ffcf45;
  padding: 25px 0;
  box-shadow: 0 0 3px rgba(52, 52, 52, .3);
}

.attractions__item:before,
.attractions__item:after {
  content: " ";
  position: absolute;
  width: calc( 100% - 14px);
  height: 7px;
  z-index: -1;
  left: 7px;
  background-color: #ffcf45;
  bottom: -7px;
  box-shadow: 0 0 3px rgba(52, 52, 52, .3);
}

.attractions__item:after {
  width: calc( 100% - 28px);
  left: 14px;
  bottom: -14px;
  z-index: -2;
}

.attractions__item .img {
  object-fit: none;
  width: auto;
  height: auto;
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 0;
}

.attractions__item-box__img {
  position: relative;
  padding: 10px 0;
  margin: 0px 25px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}


.attractions__useful-links a,
#tm_builder_outer_content .tm_pb_module .accordion__block-text a,
#tm_builder_outer_content .sample-reports .tm_pb_module a {
  width: 100%;
  padding: 15px 35px;
  background-color: #eeeeee;
  border-radius: 5px;
  font-family: "FuturaPTDemi";
}

#tm_builder_outer_content .tm_pb_module .accordion__block-text a,
#tm_builder_outer_content .sample-reports .tm_pb_module a {
  display: inline-block;
  margin: 5px 0;
}

#tm_builder_outer_content .sample-reports .tm_pb_column {
  padding: 0 5px;
}


.attractions__useful-links p {
  display: inline-flex;
}

.attractions__documents {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecee;
}

.attractions__documents-image__box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 15px;
  width: 155px;
  height: 100%;
  box-shadow: 0px 2px 2px rgba(49, 49, 48, .3);
}

.attractions__documents-imagebox {
  padding-top: 15px;
  border-top: 2px solid #000;
}

.attractions__documents-imagebox img {
  width: 80px;
}

.attractions__documents-item {
  max-width: 420px;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: flex-end;
}

.attractions__documents-item:nth-child(2n-1) {
  margin-right: 50px;
}

.attractions__documents-image {
  height: 150px;
  display: inline-block;
  padding: 30px 0px;
  width: 100%;
  border-top: 2px solid #000;
}

.attractions__documents-image span {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 85px;
  overflow: hidden;
  /*  font-size: 20px;*/
  font-size: 18px;
  font-family: "FuturaPTHeavy";
  padding: 13px;
  padding-bottom: 0;
}

.attractions__documents-image__box:hover .attractions__documents-image span {
  height: auto;
  min-height: 85px;
  background-color: #f2f2f2;
}

.attractions__documents-image__box:hover .attractions__documents-image {
  height: auto;
  min-height: 150px;
}

.attractions__documents-image img {
  width: 80px;
}

.attractions__documents-link {
  font-size: 15px;
  padding: 9px 15px;
}

.attractions__documents-link:last-child {
  margin-top: 15px;
}

.attractions__documents-link-box {
  margin-left: 25px;
  display: flex;
  flex-direction: column;
}

.attractions__help {
  display: flex;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
}

.analinics.attractions__page {
  margin-bottom: 0;
}

.attractions__help-link {
  font-size: 19px;
}

.yellow-link.attractions__help-link {
  margin-right: 40px;
}

.attractions__help-text {
  max-width: 300px;
  margin-right: 5px;
}

.attractions__help .attractions__help-text p {
  margin-bottom: 0;
  font-size: 26px;
  font-family: "FuturaPTDemi";
}

.bills__item.attractions__box {
  margin-right: 62px;
}

.link__item {
  display: inline-block;
  width: 200px;
}

.heralds__items .link__item {
  width: auto;
}

.attractions__item-title {
  display: inline-block;
  font-size: 22px;
  line-height: normal;
  margin: 40px 0;
}

.attractions__tag {
  margin: 80px 0 60px 0;
  display: flex;
  flex-wrap: wrap;
}

.attractions__tag-link {
  display: inline-block;
  font-family: "FuturaPTDemi";
  font-size: 20px;
  color: #3d3c3d;
  background-color: #eeeeee;
  padding: 15px 25px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.attractions__tag-link:hover,
.ui-tabs-active .attractions__tag-link {
  background-color: #ffcf4b;
}

.modal-form__checkbox {
  margin-top: 15px;
  margin-bottom: 10px;
}

.modal-form__checkbox > span {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 14px;
}

.modal-form__checkbox label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.modal-form span.wpcf7-list-item {
  margin: 0;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox + span {
  cursor: pointer;
  font-family: "FuturaPTMedium";
  font-size: 18px;
  color: #e0e0e0;
}

.checkbox + span:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 45px;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  border: none;
  transition: .2s;
}

.checkbox:checked + span:before {
  background: #72c5a5;
}

.checkbox:checked + span {
  color: #277859;
}

.modal-form__info p {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #72c5a5;
  color: #277859;
  width: 45px;
  height: 40px;
  font-family: "FuturaPTMedium";
  font-size: 18px;
  margin-right: 15px;
}

.modal-form__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.modal-form__info .info-box {
  width: 265px;
  display: none;
  margin-bottom: 20px;
  margin-right: 15px;
}

.modal-form__info .info-box input {
  border-radius: 4px;
  border: none;
  font-family: "FuturaPTMedium";
  font-size: 22px;
  padding-left: 40px;
  width: 200px;
  height: 100%;
}

.tm_pb_text p {
  margin-bottom: 30px;
}

.two-column {
  margin-bottom: 30px;
  max-width: 665px;
}

.two-column ol p {
  margin-bottom: 0;
  display: inline-block;

}

ol li {
  text-align: left;
}

.two-column ol li {
  display: inline-flex;
  width: 100%;
}

.two-column ol p:first-child {
  flex-grow: 1.5;
  flex-basis: 0;
  margin-right: 30px;
}

.two-column ol p:last-child {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
}

#tm_builder_outer_content .tm_pb_image.certificates-image,
#tm_builder_outer_content .tm_pb_text_align_left.certificates-text {
  margin-left: 80px;
}

.certificates-text p {
  display: inline-block;
  text-align: left;
}

.certificates-image {
  margin-top: 70px;
  margin-bottom: 30px;
}

.zmi-text {
  overflow: hidden;
  height: 92px;
}

/*---------------------------HOT LINE START---------------------------*/

.coordinator {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 8px;
  background-color: #ffcf45;
  padding: 37px 20px 20px 20px;
  margin-bottom: 30px;
}

.coordinator__item {
  position: relative;
  padding: 0 45px;
}

.coordinator__item:last-child {
  padding: 0 22px;
}

.coordinator__item-first {
  width: 360px;
  text-align: center;
}

.coordinator__item img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.coordinator__photo-title {
  margin-top: 20px;
  margin-bottom: 5px;
}

.coordinator__photo-text {
  text-align: left;
  margin-left: 20px;
}

.coordinator__photo-position {
  width: 220px;
}

.coordinator__item:nth-child(2):after,
.coordinator__item:nth-child(2):before {
  content: url(../img/rectangle.png);
  position: absolute;
  top: 60px;
}

.coordinator__item:nth-child(2):after {
  right: 0;
}

.coordinator__item:nth-child(2):before {
  left: 0;
}

.coordinator__item-title {
  font-family: "FuturaPTDemi";
  font-size: 36px;
}

.coordinator__item-number {
  display: inline-block;
  text-align: center;
  font-family: "FuturaPTDemi";
  font-size: 50px;
  line-height: normal;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(52, 52, 52, 0.15);
  padding: 3px 27px;
  margin-bottom: 30px;
}

.coordinator__item-work p {
  font-family: "FuturaPTDemi";
  font-size: 24px;
  margin-bottom: 10px;
}


.statistics-item {
  border-radius: 10px;
  background-color: #78b7e5;
  padding: 75px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.statistics-item h2 {
  font-family: "FuturaPTHeavy";
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 1.68px;
  color: #ffffff;

}

.statistics-item h3 {
  color: #ffffff;
  font-family: "FuturaPTDemi";
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.statistics-item .text {
  margin-left: 75px;
  max-width: 760px;
}

.coordinator__item-links {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

.coordinator__item-second {
  padding-top: 47px;
}

.want-volunteer,
.notcall-back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  box-shadow: 0 5px 10px rgba(52, 52, 52, 0.15);
  border-radius: 10px;
  cursor: pointer;
}

.notcall-back {
  margin-bottom: 35px;
}

.want-volunteer {
  background-color: #78b7e5;
  background-image: linear-gradient(40deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
}

.notcall-back {
  background-color: #ff3e3e;
  background-image: linear-gradient(40deg, #ff9278 0%, rgba(255, 89, 89, 0) 100%);
}

.want-volunteer p,
.notcall-back p {
  color: #fff;
  font-family: "FuturaPTHeavy";
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
}

.hotline-link {
  margin-bottom: 65px;
}

.garyacha-liniya {
  margin-bottom: 40px;
}

.garyacha-liniya h2 {
  margin-bottom: 35px;
}

/*---------------------------HOT LINE END---------------------------*/

/*---------------------------REPORTS START---------------------------*/

.reports__items {
  display: flex;
  flex-wrap: wrap;
}

.reports__item {
  margin-bottom: 25px;
  width: 30%;
  margin-right: 25px;
}

.reports__item:nth-child(3n-3) {
  margin-right: 0;
}

.reports__item-inf {
  background-color: #ffcf45;
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  display: flex;
  flex-direction: column;
  /*	justify-content: center;*/
  justify-content: space-between;
  /*	align-items: center;*/
  height: 280px;
  border-radius: 10px;
  padding: 33px 40px;
}

.reports__item-date {
  /*
	width: 100%;
	display: flex;
	justify-content: space-between;
*/
}

.reports__item-date .date {
  font-family: "FuturaPTMedium";
  font-size: 19px;
}

.reports__item-title {
  margin-top: 35px;
  /*
	font-size: 19px;
	line-height: 26px;
*/
}

.reports__item .downloader-link,
.attractions__page .downloader-link {
  display: inline-block;
  margin-top: 40px;
  text-align: center;
}

/*---------------------------REPORTS END---------------------------*/

/*---------------------------BILLS START---------------------------*/

.bills__items {
  display: flex;
  flex-wrap: wrap;
  /*  margin-bottom: 65px;*/
}

.bills__items-box .section-title {
  margin-bottom: 50px;
}

.bills__item {
  margin-right: 112px;
  width: 228px;
  margin-bottom: 80px;
}

.bills__item:nth-child(4n) {
  margin-right: 0;
}

.bills__item img {
  margin-bottom: 30px;
  width: 228px;
  height: 334px;
  object-fit: cover;
}

.bills__item-box img {
  position: absolute;
  bottom: 25px;
  left: 25px;
  object-fit: none;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.bills__item-box {
  height: 320px;
  display: block;
  position: relative;
  background-color: #ffcf45;
  padding: 25px 0;
  box-shadow: 0 0 3px rgba(52, 52, 52, .3);
  margin-bottom: 45px;
}

.bills__item-box:before,
.bills__item-box:after {
  content: " ";
  position: absolute;
  width: calc( 100% - 14px);
  height: 7px;
  z-index: -1;
  left: 7px;
  background-color: #ffcf45;
  bottom: -7px;
  box-shadow: 0 0 3px rgba(52, 52, 52, .3);
}

.bills__item-box:after {
  width: calc( 100% - 28px);
  z-index: -2;
  left: 14px;
  bottom: -14px;
}

.bills__item-box-text {
  position: absolute;
  width: 100%;
  padding: 35px 25px;
  margin-bottom: 20px;
  z-index: 1;
  /*	height: 292px;*/
  background-color: #ffcf45;
}

.bills__item-box-text:after,
.bills__item-box-text:before {
  content: " ";
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  width: calc(100% - 50px);
}

.bills__item-box-text:before {
  top: 0;
  bottom: auto;
}

.bills__item-title {
  display: block;
  margin-bottom: 30px;
  color: #3f3e3f;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.38px;
  /*	min-height: 264px;*/
}


.bills__item-bold {
  font-family: "FuturaPTHeavy";
  font-size: 17.4px;
  height: 96px;
  overflow: hidden;
}

.bills__item-date {
  font-family: "FuturaPTHeavy";
}

.bills__item-date {
  height: 24px;
}


.bills__item-box-text:hover {
  height: auto;
}

.bills__item-box-text:hover .bills__item-bold {
  min-height: 96px;
  height: auto;
}

.analinics .bills__item-date {
  font-family: "FuturaPTHeavy";
  margin-bottom: 0;
}

.bills__item-text {
  font-family: "FuturaPTDemi";
  font-size: 14.5px;
  line-height: 18px;
  margin-bottom: 10px;
}

.bills__item-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8ed063;
  border-radius: 4px;
  color: #8ed063;
  font-family: "FuturaPTDemi";
  font-size: 14.5px;
  line-height: 1.1;
  padding: 8px 20px;
}

.bills__item-status.red {
  color: #df6347;
  border-color: #df6347;
}

.bills__item .downloader-link {
  font-size: 14.5px;
  text-align: center;
}

.bills__item-inf {
  height: 115px;
}

/*---------------------------BILLS END---------------------------*/

/*---------------------------ANALITICS START---------------------------*/

.analinics {
  display: flex;
  margin-bottom: 100px;
}

.analinics p {
  margin-bottom: 30px;
}

.analinics em {
  display: block;
  font-family: "FuturaPTBookObl";
  font-size: 18px;
  margin-bottom: 60px;
}

.analinics__link {
  width: 320px;
  font-size: 29px;
  text-align: center;
  margin-top: 30px;
}

.analytics__item-title {
  min-height: 144px;
}

.analytics__page {
  margin-top: 40px;
}

/*
.analinics__download img {
	width: 100%;
}
*/

/*
.analytics__item img {
	width: 100%;
}
*/

/*
.analytics__item  .bills__item-box {
    height: 320px;
}
*/

.analytics__item .bills__item-box-text {
  height: 225px;
}

/*
.analytics__item  .bills__item-title{
	margin-bottom: 0;
}
*/

.analytics__item .bills__item-box-text:hover {
  min-height: 225px;
  height: auto;
}

/*---------------------------ANALITICS END---------------------------*/

/*---------------------------HERALDS START---------------------------*/

.heralds__date {
  display: inline-block;
  background-color: #ededed;
  font-size: 22px;
  font-family: "FuturaPTDemi";
  color: #3f3e3f;
  padding: 10px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.analinics ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
  background-color: #ededed;
  padding: 8px 12px 4px 15px;
}

.analinics ol > li:before {
  display: none;
}

.herald__item-title {
  min-height: 0;
}

.heralds__items .bills__item-bold,
.heralds__items .bills__item-box-text {
  height: auto;
  color: #fff;
  background-color: #78b7e5;
}

.heralds__items .bills__item-box-text {
  padding: 50px 25px;
}

.heralds__items .bills__item-date {
  color: #fff;
}

.heralds__items .bills__item-box-text:before,
.heralds__items .bills__item-box-text:after {
  background-color: #fff;
}

.heralds__items .bills__item-box:before,
.heralds__items .bills__item-box:after {
  background-color: #78b7e5;
}

.heralds__items .bills__item-box-text:hover,
.heralds__items .bills__item-box-text:hover .bills__item-bold {
  height: auto;
  min-height: auto;
}

.heralds__items .bills__item-box {
  height: 300px;
  display: block;
  background-color: #78b7e5;
}

.heralds-link {
  margin-bottom: 20px;
}

.heralds__items .bills__item {
  position: relative;
  height: 494px;
}

.analinics__download.heralds__items .bills__item {
  height: auto;
}

.heralds__item-link {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  padding: 5px;
}

.herald__item-title {
  height: 75px;
  overflow: hidden;
}

.bills__item:hover .herald__item-title {
  height: auto;
  min-height: 75px;
}

/*---------------------------HERALDS END---------------------------*/

/*---------------------------STORY START---------------------------*/

.istoriya-uspihu {
  max-width: 960px;
}

.story__item {
  margin-bottom: 100px;
  position: relative;
}

.istoriya-uspihu h1.section-title {
  margin-bottom: 50px;
}

.story__item-image {
  float: left;
  width: 280px;
  height: 280px;
  object-fit: cover;
  margin-right: 40px;
  margin-bottom: 50px;
  border-radius: 50%;
}

p.story__item-block {
  display: inline-block;
  font-size: 22px;
  font-family: "FuturaPTMedium";
  margin-bottom: 22px;
  background-color: #eeeeee;
  border: 3px;
  padding: 8px 13px;
}

.story__inf {
  display: flex;
}

.story__inf-item {
  margin-right: 65px;
}

.story__item-content .story__inf-text {
  font-family: "FuturaPTMedium";
  margin-bottom: 15px;
  font-size: 22px;
}

.story__item-content .section-title {
  font-family: "FuturaPTMedium";
  font-size: 44px;
  line-height: 1;
  margin-bottom: 25px;
}

/*
.story__item-block span {
	font-family: "FuturaPTDemi";
}
*/

.story__item-content {
  overflow: hidden;
  max-height: 380px;
  transition: max-height 5s;
}

.story__item-content p {
  margin-bottom: 30px;
}

.story__item .more-back {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
}

.story-link {
  margin-top: 50px;
}

/*---------------------------STORY END---------------------------*/

/*---------------------------WEBINAR START---------------------------*/

.webinar__items {
  margin-bottom: 90px;
}

.webinar__item {
  display: flex;
  margin-bottom: 65px;
}

.webinar__item > div {
  flex-basis: 0;
  flex-grow: 1;
}

.webinar__item-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffcf45;
  border-radius: 10px;
  max-width: 400px;
  height: 100%;
  margin-right: 30px;
  padding: 30px 45px;
  border-radius: 9px;

}

.webinar__item-img .img {
  width: 155px;
  margin-top: 20px;
}

.webinar__img-title {
  font-family: "FuturaPTHeavy";
  font-size: 28px;
  line-height: 1.1;
  padding: 35px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  color: #000000;
}

.webinar__img-title span {
  display: block;
  height: 93px;
  overflow: hidden;
}

.webinar__item-img:hover .webinar__img-title span {
  height: 100%;
  min-height: 93px;
}

.webinar__item-link {
  margin-top: 55px;
}

.webinar__item-link span {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 10px;
  border: 2px solid #f4d46b;
  border-radius: 3px;
  margin-bottom: 17px;
  font-family: "FuturaPTDemi";
  font-size: 18.7px;
}

.webinar__facebook,
.webinar__youtybe,
.webinar__photocards {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 3px;
  background-color: #4267b2;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 17px;
  font-family: "FuturaPTDemi";
  font-size: 18.7px;
}

.webinar__photocards {
  background-color: #8bd58d;
}

.webinar__youtybe {
  background-color: #ff0000;
}

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

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

.preloadbut {
  animation: load 0.6s ease-in-out infinite;
}

.more-link,
.more-story,
.more-attractions {
  border: none;
}

:focus {
  outline: none;
}

/*---------------------------WEBINAR END---------------------------*/

/*
.additional__information {
	font-family: "FuturaPTMedium";
}
*/

/*---------------------------WAR START---------------------------*/

.war__item_first {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  margin-bottom: 50px;
  border-radius: 10px;
  text-align: center;
  background-color: #ace3f1;
  background-image: -webkit-linear-gradient(310deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  background-image: -o-linear-gradient(310deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  background-image: linear-gradient(40deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  box-shadow: 5px 5px 10px rgba(49, 49, 48, 0.15);
}

.war__item_first p {
  font-size: 70px;
  line-height: 1.1;
  color: #fff;
  font-family: "FuturaPTHeavy";
}

.war__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}


.war__item {
  width: calc( 50% - 15px);
  height: 250px;
  box-shadow: 0 5px 10px rgba(52, 52, 52, 0.15);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  background-color: #ffcf45;
  background-image: linear-gradient(40deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.war__item:nth-child(2n-1) {
  margin-right: 25px;
}

.war__item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-left: 67px;
}

.war__item span {
  font-size: 40px;
  line-height: 42px;
  margin-left: 24px;
}

/*---------------------------WAR END---------------------------*/

/*---------------------------CONTACTS START---------------------------*/

.contacts__box {
  margin-bottom: 75px;
}

.contacts__box h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: "FuturaPTHeavy";
  min-height: 78px;
}

.contacts__box h4 {
  font-family: "FuturaPTMedium";
  font-weight: 600;
  color: #3f3e3f;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

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

.contacts__box img {
  width: 200px;
}

.kontakti {
  margin-bottom: 65px;
}

/*
.maps {
    margin-top: 65px;
}
.maps iframe{
    width: 100%;
    height: 480px;
}
*/

/*---------------------------CONTACTS END---------------------------*/

/*---------------------------REPORT PAGE START---------------------------*/

.reports-page__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.reports-page__item:nth-child(4n) {
  margin-right: 0;
}

.reports-page__item {
  max-width: 290px;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reports-page__item .downloader-link {
  width: 140px;
}

/*
.webinar__item-title{
    font-size: 26px;
}
*/

.webinar__item-text {
  margin-bottom: 25px;
}

/*---------------------------REPORT PAGE END---------------------------*/

/*---------------------------NEW PAGE PAGE START---------------------------*/

.news-page {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.news-page .news-item {
  margin-right: 20px;
  margin-bottom: 45px;
  width: 295px;
}

.news-page .news-item:nth-child(4n) {
  margin-right: 0;
}

.wrapper.single {
  margin-bottom: 100px;
}

/*---------------------------NEW PAGE PAGE END---------------------------*/

/*---------------------------JUDICIAL PRACTICE START---------------------------*/

.judicial__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 110px;
}

.judicial__item {
  width: 290px;
  display: inline-flex;
  justify-content: center;
  padding: 30px 15px;
  font-family: "FuturaPTDemi";
  font-size: 22px;
  background-color: #eeeeee;
  margin: 15px;
}

.judicial__item:nth-child(4n) {
  margin-right: 0;
}

.judicial__item:nth-child(4n-3) {
  margin-left: 0;
}


/*---------------------------JUDICIAL PRACTICE END---------------------------*/

/*---------------------------FIND LAWYER START---------------------------*/

.find__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.find__item {
  display: inline-block;
  width: 180px;
  margin: 35px;
}

.find__item-title {
  display: inline-block;
  font-size: 19px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-family: "FuturaPTMedium";
}

.find__item-text {
  font-size: 19px;
}

.find__item-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  background: #f1f1f1;
}

/*---------------------------FIND LAWYER END---------------------------*/

/*---------------------------VIDEO BLOG START---------------------------*/

.link.youtube-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}

.youtube-link .fa-youtube-play {
  color: #000000;
  margin-right: 30px;
  font-size: 42px;
}


/*---------------------------VIDEO BLOG END---------------------------*/

/*---------------------------LEGISLATIVE BASE START---------------------------*/

.zakonodavcha-baza #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title:before {
  color: #3f3e3f;
  font-size: 28px;
}

.zakonodavcha-baza #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title {
  padding-left: 30px;
}

.zakonodavcha-baza p {
  margin-bottom: 20px;
}

.zakonodavcha-baza .tm_pb_toggle_title {
  margin-bottom: 0;
}

.zakonodavcha-baza #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content {
  padding-top: 30px;
}

.zakonodavcha-baza .legislative .tm_pb_text {
  margin: 30px 0;
}

.zakonodavcha-baza .legislative .tm_pb_text.tm_pb_text_0 {
  margin: 0;
}

/*---------------------------LEGISLATIVE BASE END---------------------------*/

/*---------------------------LAWYER SINGLE START---------------------------*/

.lawyer {
  max-width: 1040px;
}

.lawyer__items-main {
  display: flex;
}

.lawyer__title {
  font-family: "FuturaPTMedium";
  font-size: 44px;
  line-height: 1;
  margin-bottom: 25px;
  color: #3f3e3f;
  font-weight: 400;
}

.lawyer__items-main {
  margin-bottom: 60px;
}

.lawyer__items-img {
  margin-right: 70px;
}

.lawyer__items-img img {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #f1f1f1;
}

.lawyer__items-inf .lawyer__item {
  display: flex;
  margin-bottom: 15px;
}

.lawyer__item-title {
  font-size: 20px;
  font-family: "FuturaPTDemi";
  margin-bottom: 15px;
}

.lawyer__items-content .lawyer__item {
  margin-bottom: 25px;
}

.lawyer__item-text {
  font-size: 20px;
}

.lawyer__items-conteiner {
  display: flex;
}

.lawyer__item.lawyer__item-noflex {
  display: block;
  margin-left: 30px;
}

.lawyer__item.lawyer__item-noflex .lawyer__item-text {
  margin-bottom: 15px;
}

/*---------------------------LAWYER SINGLE END---------------------------*/

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #ff0000;
  ;
}

.partneri #tm_builder_outer_content .tm_pb_module img {
  border-radius: 10px;
}

.partneri .tm_pb_image {
  padding: 15px 0;
}

#tm_builder_outer_content .partners-page .tm-waypoint {
  width: 250px;
  padding: 15px;
}

#tm_builder_outer_content .partners-page .tm_pb_column {
  flex-wrap: wrap;
  display: flex;
}



/*---------------------------ACCORDION START---------------------------*/

.accordion__block .tm_pb_text {
  padding: 20px;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  margin-bottom: 10px;
}

.accordion__block-title {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.accordion__block-title:before {
  content: '\f105';
  color: #3f3e3f;
  font-size: 28px;
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -0.5em;
}

.accordion__block-text {
  padding-top: 30px;
  display: none;
}

.accordion__block-title.cross:before {
  content: '\f107';
}

.tm_pb_text.open {
  background-color: #fff;
}

#tm_builder_outer_content .tm_pb_button.advocacy-link {
  font-size: 32px;

}

/*---------------------------ACCORDION END---------------------------*/

/*---------------------------#ПІВДНЯДЛЯЗАХИСТУЗАХИСНИКІВ START---------------------------*/

.pivdnyadlyazahistuzahisnikiv {
  margin-bottom: 50px;
}

.pivdnyadlyazahistuzahisnikiv .blue-link {
  border-radius: 9px;
}

.pivdnyadlyazahistuzahisnikiv h1.section-title {
  padding: 168px 0;
  text-align: center;
  width: 100%;
  border-radius: 9px;
  background-color: #ffcf45;
  margin-bottom: 46px;
  font-size: 48px;
}

.pivdnyadlyazahistuzahisnikiv h3 {
  margin-bottom: 35px;
}

.pivdnyadlyazahistuzahisnikiv h2 {
  margin-left: -15px;
  line-height: 1;
  letter-spacing: 0.5px;
}

.red-title,
.yellow-title,
.blue-title {
  padding: 2px 13px;
  display: inline-block;
  font-family: "FuturaPTMedium";
}

.red-title {
  background-color: #ff624f;
}

.yellow-title {
  background-color: #ffcf45;
  margin-bottom: 50px;
}

.blue-title {
  background-color: #78b7e5;
}

.protectors-block {
  display: flex;
  justify-content: center;
}

/*
.certificate-block {
  max-width: 290px;
}
*/

.protectors-list {
  background-color: #ffcf45;
  border-radius: 50%;
  margin-right: 20px;
  color: #3f3e3f;
  font-family: "FuturaPTMedium";
  font-size: 41px;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.veterans-and-volunteers {
  text-align: center;
}

.veterans-and-volunteers-text {
  width: 290px;
}

.coordinators-box {
  margin-bottom: 50px;
}

#tm_builder_outer_content .tm_pb_image {
  margin-bottom: 35px;
}

.topicality-blockrow .tm_pb_text {
  margin-bottom: 48px;
}

.pivdnyadlyazahistuzahisnikiv .state-billrow {
  margin-top: 65px;
  margin-bottom: 35px;
}

#tm_builder_outer_content .tm_pb_module.border-img img {
  border-radius: 9px;
}

.pivdnyadlyazahistuzahisnikiv .mentions-media h2 {
  margin-bottom: 35px;
}


.pivdnyadlyazahistuzahisnikiv .first-block > .row > .tm_pb_column {
  padding: 0;
}

/*---------------------------#ПІВДНЯДЛЯЗАХИСТУЗАХИСНИКІВ END---------------------------*/

/*---------------------------#USEFUL PAGE START---------------------------*/

.useful__item-block {
  width: 290px;
  margin: 0 15px 50px 15px;
}

.useful__items {
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: center;*/
  margin: 0 -15px;
}

.useful__item {
  width: 240px;
}

.useful__item-text {}

.useful__item-title {
  font-size: 26px;
  height: 65px;
  overflow: hidden;
}

.useful__item-title:hover {
  height: auto;
  min-height: 65px;
}

/*---------------------------#USEFUL PAGE END---------------------------*/

/*---------------------------------------------------------------------------------*/

/*---------------------------MOBILE VERSION START/*---------------------------*/

/*---------------------------------------------------------------------------------*/

/*
@media only screen and (max-width: 1310px) {

}


@media only screen and (max-width: 1250px) {
 
  .breadcrumbs {
    margin-top: 15px;
  }
  
  .section-links {
    margin-top: 35px;
  }
  .menu-item-has-children {
    position: relative;
  }

}

@media only screen and (max-width: 1170px) {
  .section__link {
    height: 220px;
  }
  .section__link img {
    margin-left: 40px;
    width: 130px;
  }
  
  .section-links__box a:first-child {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 1050px) {
 
 
  
  .news {
    margin-bottom: 30px;
  }

}
*/

.filter-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.filter-block .select-block {
  width: calc( 33% - 15px);
  margin-right: 15px;
}

.filter-block .select-block:last-child {
  margin-right: 0;
}

.select-block__item {
  width: 100%;
  /*  padding: 15px 25px;*/
  font-size: 20px;
  font-family: "FuturaPTDemi";
  /*  background-color: #ffcf45;*/
  border: none;
  border-radius: 5px;
}

.jq-selectbox__select-text {
  font-size: 20px;
  font-family: "FuturaPTDemi";
  text-shadow: none;
}

.filter-block .jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #78b7e5;
}

.jq-selectbox li:hover {
  background-color: #AAA;
}

.jq-selectbox__trigger {
  border: none;
}

.jq-selectbox__select {
  height: 100%;
  padding: 15px 25px;
  border: none;
  background: #ffcf45;
}

.jq-selectbox__trigger-arrow {
  bottom: 0;
  top: 0;
  margin: auto;
  border-top-color: #333;
}

.jq-selectbox__select:hover,
.jq-selectbox__select:active {
  border: none;
  background: #ffcf45;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.select-block__item option {
  background-color: #fff;
}

.filter-block .select-block .select-block__item option:hover {
  background-color: #f1f1f1 !important;
  box-shadow: 0 0 10px 100px #000 inset;
}

.jq-selectbox li {
  white-space: normal;
}

@media only screen and (max-width: 1310px) {
  .wrapper {
    width: auto;
    padding: 0 50px;
  }
  .top-header__text,
  .modal-form__text {
    font-size: 18px;
  }
  .top-header__telephone {
    display: block;
    text-align: right;
  }
  .main-menu a {
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.3px;
  }
  .lang-panel {
    align-items: baseline;
    display: flex;

  }
  .lang-panel a {
    font-size: 17px;
    padding-right: 0;
  }

  .header-logo {
    width: 170px;
    object-fit: contain;
  }
  .search-link {
    margin: 8px 10px 0 10px;
  }
  .search-link img {
    width: 17px;
  }
  .section__link {
    height: 300px;
  }
  .section__yellow-link {
    margin-right: 15px;
  }
  .section__blue-link {
    margin-left: 15px;
  }
  .section__link img {
    width: 125px;
  }
  .section__link img {
    margin-left: 70px;
  }
  .section__link span {
    font-size: 32px;
    line-height: 34px;
  }
  h2,
  .section-title,
  .secondsection-title {
    font-size: 28px;
  }
  .success-item__image img {
    width: 250px;
    height: 250px;
  }
  .success-item__title,
  h3,
  .useful__item-title {
    font-size: 22px;
  }
  .success-item p {
    font-size: 18px;
  }
  .attractions-home .attractions-item__title {
    font-size: 21px;
    font-weight: 500;
    line-height: 29.43px;
    letter-spacing: 0.56px;
  }
  .attractions-home .attractions-item__title img {
    margin-right: 0;
  }
  .link {
    font-size: 17px;
  }
  .chatbotknopka a.link.yellow-link {
    font-size: 22px;
  }
  .events-item__date {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.55px;
  }
  .events-item p,
  .news-item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.11px;
    letter-spacing: 0.38px;
    margin-top: 18px;
  }
  .news-item__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.18px;
    letter-spacing: 0.44px;
    min-height: 76px;
  }
  .events-item {
    height: 180px;
  }
  .footer__logo {
    width: 210px;
    object-fit: contain;
  }
  .footer__contacts-box span,
  .footer__contacts-box a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.54px;
  }
  .team__items {
    justify-content: center;
  }
  .team__item,
  .team__item:nth-child(5n),
  .find-lawyer__item,
  .find-lawyer__item:nth-child(3n) {
    margin-right: 15px;
    margin-left: 15px;
  }
  .find-lawyer__items {
    justify-content: center;
  }
  .news-page {
    justify-content: center;
  }
  .news-page .news-item:nth-child(4n),
  .news-page .news-item {
    margin: 10px;
  }
  .podiyi .events-item p {
    font-size: 13px;
    line-height: 15px;
    margin-top: 15px;
  }
  .attractions__item-box,
  .attractions__item-box:nth-child(5n-4),
  .attractions__item-box:nth-child(5n),
  .bills__item,
  .bills__item:nth-child(4n) {
    margin: 15px;
  }
  .attractions__box {
    justify-content: space-around;
  }
  .activities__item img {
    margin-left: 20px;
  }
  .activities__item span {
    font-size: 24px;
    margin-left: 20px;
  }
  .bills__items {
    justify-content: center;
  }
  #tm_builder_outer_content .total-box h2 {
    font-size: 56px;
  }

  .donors-box p strong {
    font-size: 42px;
  }

  .coordinator {
    margin-top: 50px;
    padding: 25px 10px 30px 10px;
  }
  .coordinator__photo-position {
    font-size: 16px;
    line-height: 18px;
  }
  .coordinator__photo-text {
    margin-left: 20px;
    margin-left: 25px;
  }
  .coordinator__item-title {
    font-size: 27px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .coordinator__photo-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .coordinator__item-number {
    font-size: 35px;
    margin-bottom: 23px;
  }
  .coordinator__item-work p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .want-volunteer p,
  .notcall-back p {
    font-size: 15px;
  }
  .coordinator__item-first {
    width: 260px;
  }
  .coordinator__item {
    padding: 0 30px;
  }

  .coordinator__item img {
    width: 150px;
    height: 150px;
  }
  .coordinator__item:nth-child(2):after,
  .coordinator__item:nth-child(2):before {
    top: 51px;
    height: 127px;
    width: 1px;
    overflow: hidden;
  }
  .want-volunteer,
  .notcall-back {
    padding: 13px;
    border-radius: 4px;
  }
  .notcall-back {
    margin-bottom: 25px;
  }
  .coordinator__archive .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .bills__items {
    margin-bottom: 20px;
  }
  .war__item_first p {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1020px) {
  .main-menu a {
    font-size: 16px;
  }
  .activities__item,
  .activities__item:nth-child(3n) {
    margin-left: 10px;
    margin-right: 10px;
    width: 46.5%;
  }
}

@media only screen and (max-width: 991px) {
  .wrapper {
    width: auto;
    padding: 0 15px;
  }
  .main {
    min-height: auto;
  }
  .menu__mobile {
    display: flex;
    position: absolute;
    z-index: 14;
    right: 0;
    background-color: #fff;
    border-radius: 6px;
  }
  .open .menu__mobile {
    right: 15px
  }
  /*  .header__main-box.up{
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 4;
    width: calc(100% - 30px);
  }
*/
  .header__main-box.up .menu {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 4;
    width: calc(100% - 30px);
  }
  .main-menu {
    display: none;
  }
  .header__box {
    position: relative;
  }
  .menu.open .main-menu {
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    width: 100%;
    background-color: #ffcf45;
    border-radius: 9px;
    z-index: 11;
    padding: 55px 5px 25px 5px;
    height: calc(100vh - 10px);
    overflow-y: scroll;
  }
  .menu.open .main-menu a {
    padding: 15px;
    font-size: 28px;
    line-height: 32px;
  }
  .menu-item-786 {
    max-width: none;
  }
  .lang-box {
    margin-right: 60px;
  }
  .menu {
    order: 1;
  }
  .menu-item-has-children .down {
    position: absolute;
    right: 0px;
    padding: 15px;
    cursor: pointer;
  }
  .down .fa {
    color: #3f3e3f;
    font-weight: 900;
    font-size: 26px;
  }
  .main-menu li:hover a {
    color: #3f3e3f;
  }
  .main-menu li.menu-item-has-children:hover > a:before,
  .main-menu li:hover .sub-menu {
    display: none;
  }
  .main-menu .sub-menu {
    position: static;
    padding: 0 0 0 15px;
  }
  .menu.open .main-menu ul.sub-menu a {
    width: auto;
    text-align: left;
    font-size: 20px;
  }

  .menu.open .menu__mobile span:first-child {
    transform: translateY(9px) rotate(45deg);
  }
  .menu.open .menu__mobile span:last-child {
    transform: rotate(-45deg);
    margin-bottom: 5px;
  }
  .menu.open .menu__mobile span:nth-child(2) {
    display: none;
  }
  .section__link span {
    font-size: 34px;
    line-height: 34px;
    margin-left: 25px;
  }
  .section__link {
    height: 230px;
  }
  .section__link img {
    margin-left: 40px;
  }
  .success-item {
    flex-direction: column;
    background-color: transparent;
  }
  .success-item__text {
    width: 100%;
    padding: 15px;
  }
  .success-item img {
    margin-right: 0;
    margin-left: 0;
  }
  .success-item__link-block {
    text-align: center;
  }
  .success {
    margin-bottom: 0px;
  }
  .success-item img {
    margin-bottom: 45px;
  }
  .success-box .bx-wrapper .bx-pager {
    bottom: auto;
    top: 270px;
  }
  .attractions-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .attractions-item__box,
  .attractions-item__box:nth-child(n) {
    margin: 0 13px 25px 13px;
  }
  .events-items,
  .news-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .events-item,
  .events-item:nth-child(4n),
  .news-item,
  .news-item:nth-child(3n) {
    margin: 10px;
  }

  .news-item {
    width: 300px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__logo-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .footer__contacts-box {
    justify-content: space-between;
  }
  .footer__contacts-box .footer__contacts-item:first-child {
    text-align: left;
  }
  /*
  .analinics__download {
    display: none;
  }
*/
  .analinics {
    flex-direction: column;
  }
  /*
  .bills__item {
    margin: auto;
}
*/
  .analinics__download {
    margin-bottom: 25px;
  }
  .attractions__help {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .attractions__help .attractions__help-text p {
    font-size: 26px;
    line-height: 24px;
  }
  .attractions__documents-item,
  .attractions__documents-item:nth-child(2n-1) {
    margin-left: 15px;
    margin-right: 15px;
  }

  .link.attractions__help-link {
    font-size: 26px;
    padding: 20px;
    margin-top: 30px;
    width: 100%;
  }
  .yellow-link.attractions__help-link {
    margin-right: 0;
  }
  .reports__item,
  .reports__item:nth-child(3n-3) {
    width: calc( 50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  #tm_builder_outer_content .total-box h2 {
    font-size: 50px;
  }
  .donors-box p strong {
    font-size: 34px;
  }
  .coordinator__item {
    padding: 0 20px;
  }
  .coordinator__item-number {
    font-size: 29px;
  }

  .webinar__items {
    margin-bottom: 0px;
  }
  .webinar__item-img {
    margin-bottom: 35px;
    margin-right: 0;
  }
  .webinar__img-title {
    font-size: 22px;
  }
  .war__item,
  .war__item:nth-child(2n-1) {
    margin-left: 15px;
    margin-right: 15px;
    width: calc( 50% - 30px);
    height: 140px;
  }
  .war__item_first p {
    font-size: 58px;
  }
  .war__item img {
    margin-left: 25px;
    width: 65px;
    height: 65px;
  }
  .war__item span {
    font-size: 24px;
    line-height: 28px;
  }
  .war__item_first {
    margin-bottom: 30px;
  }
  .story__item-image,
  .lawyer__items-img img {
    width: 230px;
    height: 230px;
  }
  #tm_builder_outer_content .contacts__box .tm_pb_column {
    margin-bottom: 40px;
  }
  #tm_builder_outer_content .contacts__box .tm_pb_column,
  #tm_builder_outer_content .contacts__box .tm_pb_text_align_left {
    text-align: center;
  }
  .contacts__box p.tm_pb_member_position {
    max-width: none;
  }
  #tm_builder_outer_content .social-box {
    justify-content: center;
  }
  #tm_builder_outer_content .social-box .tm_pb_column.tm_pb_column_empty {
    display: none;
  }
  #tm_builder_outer_content .social-box .tm_pb_text_align_left {
    text-align: center;
  }

  .analinics__download .bills__item {
    margin: auto;
  }
  .padding-mobile {
    padding: 0 15px;
  }
  .pivdnyadlyazahistuzahisnikiv h2 {
    margin-left: 0px;
  }

}

@media only screen and (max-width: 850px) {
  .section__link img {
    width: 115px;
  }
  .top-header__contacttext .top-header__text {
    display: none;
  }
  .coordinator__item-first {
    width: 245px;
  }
  .want-volunteer,
  .notcall-back {
    padding: 10px;
  }
  .coordinator__item-number {
    font-size: 24px;
    padding: 3px 20px;
  }
  .coordinator__photo-position {
    width: 160px;
  }
  .coordinator__item {
    padding: 0 16px;
  }
  .modal-form__block,
  .modal-form__block_val {
    width: 90%;
  }
  .story__item-block {
    max-width: 340px;
  }
}

@media only screen and (max-width: 768px) {
  .section__link {
    width: 440px;
  }
  .section-links__box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-links__box a:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .section-links__box a {
    box-shadow: 0 10px 15px rgba(52, 52, 52, 0.15);
  }
  .section__yellow-link {
    margin-right: 0px;
  }
  .section__blue-link {
    margin-left: 0px;
  }
  .donors-box p strong {
    font-size: 42px;
    text-align: center;
  }
  #tm_builder_outer_content .donors-box .tm_pb_image {
    text-align: center;
  }
  #tm_builder_outer_content .total-box h2 span {
    font-size: 28px;
    display: block;
  }
  #tm_builder_outer_content .total-box h2 {
    font-size: 48px;
    text-align: center;
  }
  .coordinator {
    flex-direction: column;
    border-radius: 0;
  }
  .coordinator__item:nth-child(2):after,
  .coordinator__item:nth-child(2):before {
    display: none;
  }

  .coordinator__item-first {
    width: auto;
  }
  .coordinator__item img {
    width: 200px;
    height: 200px;
  }
  .coordinator__photo-title {
    font-size: 28px;
  }
  .coordinator__photo-position {
    width: auto;
    font-size: 22px;
    line-height: 24px;
  }
  .want-volunteer,
  .notcall-back {
    padding: 35px;
  }
  .want-volunteer p,
  .notcall-back p,
  .modal-form__block_val p {
    font-size: 16px;
  }
  .coordinator__item-title {
    font-size: 36px;
    line-height: 42px;
  }
  .coordinator__item-number {
    font-size: 34px;
    line-height: 38px;
    padding: 15px 35px;
  }
  .coordinator__item-work p {
    font-size: 22px;
    line-height: 24px;
  }
  .coordinator__photo-text {
    margin-left: 0;
  }
  .coordinator__photo-title,
  .coordinator__photo-position,
  .coordinator__item {
    text-align: center;
  }
  .coordinator__item-links {
    padding-top: 30px;
    margin: 0 15px;
  }
  .coordinator__archive .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #tm_builder_outer_content .coordinator__archive .tm_pb_button_module_wrapper.tm_pb_button_alignment_center {
    text-align: center !important;
  }
  .statistics-block {
    flex-direction: column;
  }
  .coordinator__item {
    padding: 0;
  }
  .garyacha-liniya {
    padding: 0;
  }
  .garyacha-liniya .section-title,
  .garyacha-liniya .tm_builder_outer_content {
    padding: 0 15px;
  }
  .garyacha-liniya h2 {
    margin-bottom: 25px;
  }
  .webinar__item {
    flex-direction: column;
  }

  .webinar__item > div {
    flex-basis: auto;
  }

  #tm_builder_outer_content .tm_pb_image.certificates-image,
  .certificates-text {
    display: none;
  }
  .two-column > ol {
    flex-grow: 1;
    flex-basis: 0;
  }
  .tm_pb_text p {
    margin-bottom: 15px;
  }
  .analinics {
    margin-bottom: 50px;
  }
  .war__item_first p {
    font-size: 48px;
  }

  .story__item-content .section-title,
  .lawyer__title {
    font-size: 34px;
  }
  #tm_builder_outer_content .tm_pb_button.advocacy-link {
    font-size: 22px;
  }
  .pivdnyadlyazahistuzahisnikiv h1.section-title {
    font-size: 15px;
    padding: 80px 0;
  }
  .filter-block .select-block {
    width: calc( 50% - 15px);
    margin-bottom: 15px;
  }
  .filter-block {
    flex-wrap: wrap;
  }
  .filter-block {
    margin-bottom: 0;
  }
  .pivdnyadlyazahistuzahisnikiv h3 {
    margin-bottom: 20px;
  }
  .yellow-title {
    margin-bottom: 20px;
  }
  .topicality-blockrow .tm_pb_text {
    margin-bottom: 20px;
  }
  .pivdnyadlyazahistuzahisnikiv .state-billrow {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .header {
    margin-top: 25px;
  }
  .top-header__box {
    flex-direction: column;
  }
  .top-header__text {
    margin-bottom: 15px;
  }
  .top-header__contacttext {
    order: 1;
  }

  .lang-box.lang-box__mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin: 35px 0;
    align-items: center;
  }
  .search-link {
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
  }
  .header__main-box.up .menu {
    width: 100%;
    right: 0;
  }
  .success-item img {
    width: 200px;
    height: 200px;
  }
  .lang-box,
  .breadcrumbs {
    display: none;
  }
  .section-links {
    margin-bottom: 25px;
  }
  .attractions__tag {
    margin: 30px 0;
  }
  .top-header__link,
  .mailing__link {
    margin: 0;

  }
  .mailing__link {
    margin-top: 15px;
  }
  .mailing__text {
    display: block;
  }
  .attractions__item-title {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .footer__contacts-box {
    flex-direction: column;
  }
  .footer__contacts-item:last-child {
    margin-left: 0;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__bottom-item {
    margin-bottom: 20px;
  }
  .footer__bottom {
    margin-bottom: 0;
  }
  .success-item__link {
    margin-top: 25px;
  }
  .team__item {
    width: calc(50% - 12px);
    margin-top: 15px;
    margin-bottom: 15px
  }
  .team__inf {
    margin-top: 20px;
    margin-top: 30px;
  }
  .team__item-position,
  .team__item-title {
    font-size: 15px;
  }
  .team__item img,
  #tm_builder_outer_content .coordinators-box .tm_pb_module img {
    width: 130px;
    height: 130px;
  }
  .team__item-title {
    margin-bottom: 0;
  }
  .team__item,
  .team__item:nth-child(5n) {
    margin-right: 0;
    margin-left: 0;
  }
  .team__item:nth-child(2n - 1) {
    margin-right: 20px;
  }
  .success-box .bx-wrapper .bx-pager {
    top: 215px;
  }
  .footer__contacts-box .footer__contacts-item:first-child,
  .footer__contacts-item:last-child {
    text-align: center;
  }
  .activities__items,
  .war__items {
    justify-content: center;
  }
  .activities__item,
  .activities__item,
  .activities__item:nth-child(3n),
  .war__item,
  .war__item:nth-child(2n-1) {
    width: 288px;
    height: 120px;
  }
  .activities__item span,
  .war__item span {
    font-size: 19px;
    line-height: 21.06px;
  }
  .activities__item img,
  .war__item img {
    width: 50px;
    height: 50px;
  }

  .reports__item-date .img {
    width: 110px;
    object-fit: contain;
  }
  .reports__item-inf {
    padding: 25px;
    height: 200px;
  }
  .donors-box .tm_pb_text {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .osvita .tm_pb_text {
    margin-bottom: 30px;
  }
  .coordinators-box h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .coordinators-box .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .osvita .tm_pb_team_member {
    margin-bottom: 30px;
  }
  .osvita p.tm_pb_member_position {
    margin-bottom: 10px;
  }
  .explanation {
    margin-top: 30px;
  }
  .banner-img {
    margin-bottom: 45px;
  }
  .war__items {
    margin-bottom: 25px;
  }
  .war__item_first p {
    font-size: 28px;
  }
  .war__item_first {
    height: 170px;
  }
  .story__item {
    text-align: center;
  }
  .story__item-image,
  .lawyer__items-img img {
    width: 170px;
    height: 170px;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .story__item-content .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  p.story__item-block {
    font-size: 16px;
  }
  .story__item-content p {
    margin-bottom: 15px;
  }
  .story__item-content .story__inf-text {
    font-size: 20px;
  }
  .story__inf {
    justify-content: center;
  }
  .story__inf-item {
    margin-right: 0;
  }
  .contacts__box {
    margin-bottom: 20px;
  }

  .lawyer__items-main {
    flex-direction: column;
    align-items: center;
  }

  .modal-form__block,
  .modal-form__block_val {
    padding: 25px;
  }

  .modal-form__close {
    top: 5px;
    right: 10px;
  }
  .story__item-content {
    max-height: 500px;
  }
  .story-link {
    margin-top: 30px;
  }
  .story__item .more-back {
    bottom: 60px;
  }
  .story__item {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 544px) {
  .sample-reports .title-blue {
    min-height: auto;
  }
}

@media only screen and (max-width: 530px) {
  #tm_builder_outer_content .partners-page .tm-waypoint {
    width: 290px;
    padding-left: 0;
    padding-right: 0;
  }

  .reports__item .downloader-link {
    font-size: 16px;
    width: 170px;
  }
  .activities__item,
  .activities__item,
  .activities__item:nth-child(3n),
  .war__item,
  .war__item:nth-child(2n-1),
  .attractions-item__box,
  .attractions-item__box:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }
  .contacts__box h3 {
    min-height: auto;
  }
  .contacts__box p,
  .social-box p {
    font-size: 16px;
  }
  .modal-form__date-box {
    flex-direction: column;
  }
  .modal-form__date {
    max-width: 100%;
    margin-right: 0;
  }
  .modal-form__personal {
    margin-top: 15px;
    max-width: 100%;
  }
  .modal-form__date-box {
    margin-top: 15px;
  }
  .modal-form__checkbox > span {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 500px) {
  h2,
  .section-title,
  .secondsection-title {
    font-size: 22px;
  }
  h3,
  .success-item__text h3,
  .useful__item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .useful__title,
  .useful__item-block {
    margin-bottom: 30px;
  }

  .about-us p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
  }

  .success-item p,
  .events-item p,
  .news-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .attractions__tag-link {
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer__logo-block {
    flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .link {
    text-align: center;
  }
  .section__link span {
    font-size: 20px;
    line-height: 22px;
    margin-left: 25px;
  }
  .section-links__box a {
    width: 290px;
    height: 130px;
  }
  .section__link img {
    width: 85px;
  }
  .section__link span {
    width: 90px;
  }
  .attractions-home .attractions-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .attractions-item {
    padding: 10px;
    height: 110px;
  }
  .attractions-home .attractions-item__title img {
    margin-right: 0;
  }
  .attractions__item {
    width: 170px;
    height: 240px;
    margin: auto;
  }
  .attractions__box .attractions__item-img {
    height: 120px;
    width: 120px;
  }
  .events-item {
    height: 150px;
  }
  .events-items,
  .news-items {
    margin-bottom: 20px;
  }
  .events-item__date {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .events-item p,
  .news-item p {
    margin-top: 20px;
  }
  .events-item p {
    height: 55px;
    overflow: hidden;
  }
  .news-item__text {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }

  .news-item p {
    max-height: 70px;
  }
  .news-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .link {
    font-size: 16px;
    line-height: 20px;
  }
  .news-item__img img:first-child {
    height: 150px;
  }
  .mailing__text {
    font-size: 18px;
    width: 205px;
    margin: auto;
  }
  .about-us {
    margin-bottom: 20px;
  }
  .footer__logo-block .link {
    font-size: 18px;
  }

  .face-link,
  .inst-link {
    display: inline-block;
    color: #fff;
    padding: 9px 26px;
    margin-top: 10px;
  }
  .face-link {
    background-color: #4267b2;
  }
  .inst-link {
    background-image: linear-gradient(70deg, #f27a29 0%, rgba(242, 206, 87, 0) 100%);
    background-color: #8a1aac;
  }
  .face.fa-stack,
  .inst.fa-stack {
    display: none;
  }
  .footer__top {
    margin-bottom: 0;
  }
  .our-team {
    margin-bottom: 20px;
  }
  .find-lawyer__link,
  .find-lawyer__link-find {
    height: 60px;
    margin-bottom: 15px;
  }
  .find-lawyer__link span,
  .find-lawyer__link-find span,
  .find-lawyer__item span {
    font-size: 18px;
    line-height: 22px;
  }
  .find-lawyer__link:first-child {
    margin-right: 0;
  }
  .find-lawyer__link-box {
    flex-wrap: wrap;
  }
  .line {
    margin: 15px 0 30px 0;
  }
  .find-lawyer__item,
  .find-lawyer__item:nth-child(3n) {
    margin-right: 0;
    margin-left: 0;
    height: 50px;
    margin-bottom: 15px;
  }
  .find-lawyer {
    margin-bottom: 25px;
  }
  .events-item__date {
    min-height: auto;
  }
  .podiyi .events-item {
    width: 285px;
    height: 150px;
    margin: 15px 0px;
  }
  .design-link .link:first-child {
    margin-right: 0;
    margin-bottom: 20px;

  }
  .design-link {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .design-link {
    margin: 40px auto 50px auto;
  }
  .video-blog {
    margin-bottom: 100px;
  }
  .link.youtube-link {
    font-size: 26px;
    line-height: 32px;
    flex-direction: column;
  }
  .youtube-link .fa-youtube-play {
    font-size: 100px;
    margin-right: 0;
  }
  .reports__item,
  .reports__item:nth-child(3n-3) {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
  }
  #tm_builder_outer_content .total-box {
    height: 170px;
  }

  p,
  li,
  .webinar__item-inf p {
    font-size: 14px;
    line-height: 18px;
  }

  .coordinator__item.coordinator__item-first {
    order: 2;
  }
  .coordinator__item.coordinator__item-second {
    order: 1;
    margin-bottom: 35px;
  }
  .coordinator__item {
    order: 3;
  }

  .attractions__documents {
    justify-content: center;
  }
  .attractions__documents-item {
    flex-direction: column;
    align-items: center;
  }
  .attractions__documents-link-box {
    margin-left: 0;
    margin-top: 30px;
  }
  .attractions__documents-image span {
    font-size: 17px;
    line-height: 20px;
  }
  .webinar__item {
    margin-bottom: 35px;
  }
  .webinar__item-link {
    margin-top: 20px;
  }
  .webinar__item-inf h3.webinar__item-title {
    font-size: 20px;
    line-height: 23px;
  }

  .webinar__item-inf h3 {
    font-size: 18px;
  }
  .webinar__item-link span {
    font-size: 16.7px;
    line-height: 20px;
    padding: 8px 15px;
  }
  .webinar__facebook {
    font-size: 16px;
    line-height: 20px;
  }
  .coordinators-box h4 {
    font-size: 18px;
    line-height: 22px;
    min-height: 44px;
  }
  ol.circle-list.big > li:before {
    font-size: 15.7px;
    padding: 13px 16px;
  }
  em {
    font-size: 13px;
  }
  .osvita .attention p,
  .background-text {
    font-size: 16px;
    line-height: 20px;
  }
  #tm_builder_outer_content .tm_pb_text p.background-text:last-of-type {
    padding: 18px;
  }
  .attractions__item-title {
    font-size: 18px;
  }

  .bills__item {
    width: 170px;
  }
  .bills__item-bold {
    font-size: 14px;
    line-height: 17px;
    height: 58px;
  }
  .bills__item-box {
    height: 220px;
    padding: 20px 0;
  }
  .bills__item-title {
    margin-bottom: 15px;
  }
  .bills__item-box-text {
    padding: 25px 15px;
  }
  .attractions__item .img,
  .bills__item-box img {
    object-fit: contain;
    width: 90px;
  }
  .bills__item-box-text:hover .bills__item-bold {
    min-height: 58px;
  }
  .analytics__item .bills__item-box-text:hover {
    min-height: 140px;
  }
  .bills__items-box .section-title {
    margin-bottom: 20px;
  }
  .bills__item-text {
    text-align: center;
  }

  .analinics p {
    margin-bottom: 15px;
  }
  .heralds__items .bills__item-box {
    height: 220px;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .heralds__items .bills__item-box-text {
    padding: 40px 20px;
  }
  .heralds__items .bills__item {
    width: 288px;
    height: 405px;
  }

  .bills__item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .herald__item-title {
    height: 60px;
  }
  .bills__item:hover .herald__item-title {
    height: auto;
    min-height: 60px;
  }
  .heralds__item-link {
    text-align: center;
  }
  .herald__item-title {
    text-align: left;
  }
  .analinics__link {
    width: 190px;
    font-size: 16px;
  }
  .contacts__box h4 {
    font-size: 24px;
  }
  .contacts__box h3 {
    margin-bottom: 20px;
  }
  #tm_builder_outer_content .tm_pb_button.advocacy-link {
    font-size: 13px;
  }

  #tm_builder_outer_content .coordinator__archive .tm_pb_button.yellow-link {
    padding: 15px;
    font-size: 19px;
  }
  .analytics__item .bills__item-box-text {
    height: 140px;
  }
  .link__item {
    width: auto;
  }
  .filter-block .select-block {
    width: 100%;
    margin-right: 0;
  }

}

@media only screen and (max-width: 410px) {
  .top-header__text_bold {
    display: block;
  }
  .top-header__text {
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-form__text,
  .modal-form__input {
    font-size: 16px;
  }
  .modal-form__input-phone.first-child {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal-form__input-phone {
    width: 145px;
  }
  .modal-form__input-email {
    padding-left: 10px;
    padding-right: 10px;
  }
  .deletebr br {
    display: none;
  }
  .two-column ol p:last-child {
    flex-grow: 1.5;
  }
  .two-column ol p:first-child {
    margin-right: 15px;
  }
}


/*---------------------------------------------------------------------------------*/

/*---------------------------MOBILE VERSION END---------------------------*/

/*---------------------------------------------------------------------------------*/

@media only screen and (min-width: 991px) {
  .main-menu .menu-item:first-child .sub-menu {
    margin-left: -25px;
  }
  .main-menu .menu-item:nth-child(2) .sub-menu {
    margin-left: -29px;
  }
  .main-menu .menu-item:nth-child(3) .sub-menu {
    margin-left: 3px;
  }
  .main-menu .menu-item:nth-child(4) .sub-menu {
    margin-left: -40px;
  }
  .main-menu ul.sub-menu a {
    max-width: 200px
  }
}


.sidebar {
  opacity: 0;
  transform: translateY(-100%) translateZ(0);
  height: 0;
}

.sidebar #wgs_widget-3 {
  display: none;
}

.sidebar.is-active #wgs_widget-3 {
  display: block;
}

.sidebar,
.sidebar.is-active,
.sidebar.is-active #wgs_widget-3 {
  transition: all .5s cubic-bezier(.86, 0, .07, 1);

}

.sidebar.is-active {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  height: 100%;
  margin-bottom: 15px;
}

.wrapper .wgs_wrapper .gsc-input-box td {
  border: 1px solid #ffcf45;
  background-color: #fef5d3;
  padding: 10px;
}

table.gsc-search-box td.gsc-search-button .gsc-search-button {
  height: 33px;
  cursor: pointer;
}

.wrapper .wgs_wrapper .gsc-input-box td.gsib_a {
  border-right: 0;
}

.wrapper .wgs_wrapper .gsc-input-box td.gsib_b {
  border-left: 0;
}

.wrapper .wgs_wrapper .gsc-input-box .gsib_a input {
  height: auto !important;
}

.wrapper .wgs_wrapper .gsc-input-box .gsib_a input {
  background-color: transparent;
}

.wrapper .gsc-control-cse {
  padding: 0;
}


.projects {
  padding-top: 15px;
}

.en-block {
  margin-top: 35px;
}

.en-block a {
  font-size: 18px;
  font-family: "FuturaPTDemi";
  max-width: 400px;
  height: 48px;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.en-block a.orange {
  background-color: #ffcf45;
  background-image: -webkit-linear-gradient(220deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-image: -o-linear-gradient(220deg, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
  background-image: linear-gradient(to right, #e5a430 0%, rgba(242, 206, 87, 0) 100%);
}

.en-block a.darkorange {
  background-color: #ffa146;
  background-image: -webkit-linear-gradient(310deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
  background-image: -o-linear-gradient(310deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
  background-image: linear-gradient(40deg, #d36d00 0%, rgba(241, 152, 37, 0) 100%);
}

.en-block a.darkblue {
  background-color: #78b7e5;
  background-image: -webkit-linear-gradient(310deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
  background-image: -o-linear-gradient(310deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
  background-image: linear-gradient(40deg, #5e8ec0 0%, rgba(140, 182, 227, 0) 100%);
}

.en-block a.red {
  background-color: #ff6d6d;
  background-image: -webkit-linear-gradient(310deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
  background-image: -o-linear-gradient(310deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
  background-image: linear-gradient(40deg, #ff3434 0%, rgba(252, 115, 95, 0) 100%);
}

.en-block a.green {
  background-color: #d5f093;
  background-image: -webkit-linear-gradient(310deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
  background-image: -o-linear-gradient(310deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
  background-image: linear-gradient(40deg, #a6cd49 0%, rgba(213, 240, 147, 0) 100%);
}

.en-block a.blue {
  background-color: #ace3f1;
  background-image: -webkit-linear-gradient(310deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  background-image: -o-linear-gradient(310deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
  background-image: linear-gradient(40deg, #78b7e5 0%, rgba(140, 182, 227, 0) 100%);
}

.en-block a.purple {
  background-color: #da94ff;
  background-image: -webkit-linear-gradient(310deg, #bc5dee 0%, rgba(224, 52, 255, 0) 100%);
  background-image: -o-linear-gradient(310deg, #bc5dee 0%, rgba(224, 52, 255, 0) 100%);
  background-image: linear-gradient(40deg, #bc5dee 0%, rgba(224, 52, 255, 0) 100%);
}


.en-slider__block .bx-wrapper .bx-prev .fa, .en-slider__block .bx-wrapper .bx-next .fa{
  color: #3f3e3f;
  font-size: 38px;
}
.en-slider__block .bx-wrapper .bx-prev, .en-slider__block .bx-wrapper .bx-next {
  text-indent: initial; 
}

.en-slider__block .link{
  margin-top: 40px;
}
.en-slider p{
  
}
#tm_builder_outer_content .tm_pb_module.en-slider img{
  border: 6px solid #eeeeee;
  border-radius: 8px;
}
.en-block h2{
  margin-bottom: 30px;
}