@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-ExtraLight.woff") format("woff"), url("../fonts/Nunito-ExtraLight.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Light.woff") format("woff"), url("../fonts/Nunito-Light.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Italic.woff") format("woff"), url("../fonts/Nunito-Italic.woff2") format("woff2");
  font-family: "Nunito";
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito-SemiBold.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-ExtraBold.woff") format("woff"), url("../fonts/Nunito-ExtraBold.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Nunito-Black.woff") format("woff"), url("../fonts/Nunito-Black.woff2") format("woff2");
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Light.woff") format("woff"), url("../fonts/Quicksand-Light.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Regular.woff") format("woff"), url("../fonts/Quicksand-Regular.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Medium.woff") format("woff"), url("../fonts/Quicksand-Medium.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-SemiBold.woff") format("woff"), url("../fonts/Quicksand-SemiBold.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.woff2") format("woff2");
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.woff2") format("woff2");
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.woff2") format("woff2");
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.woff2") format("woff2");
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-display: swap;
  src: url("../fonts/Simple-Line-Icons.woff") format("woff"), url("../fonts/Simple-Line-Icons.woff2") format("woff2");
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: 400;
}

html,
body {
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.63;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito;
  font-weight: 700;
}

.section-title {
  display: block;
  position: relative;
  margin-bottom: 60px;
}

.section-title span {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.section-title span:before,
.section-title span:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 1px;
  background-color: #E63A28;
  content: '';
}

.section-title span:before {
  right: calc(100% + 23px);
}

.section-title span::after {
  left: calc(100% + 23px);
}

.section-title .uk-h3 {
  display: block;
  position: relative;
  margin: 0;
  color: #333333;
  font-family: Nunito;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.37;
  text-align: center;
}

.section-title p {
  margin-top: 8px;
  margin-bottom: 0;
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.63;
  text-align: center;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.page-content h1 .icon-accent,
.page-content h2 .icon-accent,
.page-content h3 .icon-accent,
.page-content h4 .icon-accent,
.page-content h5 .icon-accent,
.page-content h6 .icon-accent {
  display: inline-block;
  margin-right: 11px;
  color: #E63A28;
}

.page-content h1 small,
.page-content h2 small,
.page-content h3 small,
.page-content h4 small,
.page-content h5 small,
.page-content h6 small {
  margin-left: 10px;
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}

.page-content h1 small b,
.page-content h2 small b,
.page-content h3 small b,
.page-content h4 small b,
.page-content h5 small b,
.page-content h6 small b {
  color: #E63A28;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.page-wrapper .page-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.uk-container {
  max-width: 1140px;
}

.uk-container-large {
  max-width: 1335px;
}

.uk-container-xlarge {
  max-width: 1660px;
}

.uk-container-expand {
  max-width: none;
}

.uk-section-large {
  padding-top: 60px;
  padding-bottom: 60px;
}

.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.8);
}

.uk-lightbox img {
  border-radius: 10px;
}

.uk-button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  height: 50px;
  padding: 0 30px;
  padding: 0 1.67em;
  border-radius: 1.39em;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 50px;
  text-transform: none;
  transition: 0.5s;
}

.uk-button .uk-icon + * {
  margin-left: 4px;
}

.uk-button [class*='icon-'] {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-right: 8px;
  transition: 0.5s;
}

.uk-button-default {
  border: 1px solid #EEEEEE;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}

.uk-button-default:hover,
.uk-button-default:focus,
.uk-button-default:active {
  border-color: #E63A28;
  background-color: #E63A28;
  color: #ffffff;
}

.uk-button-default:hover [class*='icon-'],
.uk-button-default:focus [class*='icon-'],
.uk-button-default:active [class*='icon-'] {
  color: #ffffff;
}

.uk-button-default [class*='icon-'] {
  color: #2B5AE1;
}

.uk-button-primary {
  background-color: #2B5AE1;
}

.uk-button-danger {
  background-color: #E63A28;
}

.uk-button-danger:hover,
.uk-button-danger:focus,
.uk-button-danger:active {
  background-color: #c42717;
}

.uk-icon-button {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 1px solid #CDDBE7;
  color: #2B5AE1;
  transition: 0.3s;
}

.uk-icon-button:hover,
.uk-icon-button:focus,
.uk-icon-button:active {
  border-color: #2B5AE1;
  background-color: #2B5AE1;
  color: #ffffff;
  text-decoration: none;
}

.uk-dotnav > * > * {
  width: 25px;
  height: 3px;
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  background-color: rgba(34, 34, 34, 0.15);
}

.uk-dotnav > .uk-active > * {
  background-color: #E63A28;
}

.uk-pagination > * + * {
  margin-left: 10px;
}

.uk-pagination > * > * {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  color: #222222;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
}

.uk-pagination > * > *:hover,
.uk-pagination > * > *:focus,
.uk-pagination > * > *:active {
  background-color: #E63A28;
  color: #ffffff;
}

.uk-pagination > *.uk-active > * {
  background-color: #E63A28;
  color: #ffffff;
}

.uk-input,
.uk-select,
.uk-textarea {
  padding-left: 20px;
  border-radius: 16px;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.uk-input::-webkit-input-placeholder,
.uk-select::-webkit-input-placeholder,
.uk-textarea::-webkit-input-placeholder {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.uk-input::-moz-placeholder,
.uk-select::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.uk-input:-ms-input-placeholder,
.uk-select:-ms-input-placeholder,
.uk-textarea:-ms-input-placeholder {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.uk-input::-ms-input-placeholder,
.uk-select::-ms-input-placeholder,
.uk-textarea::-ms-input-placeholder {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.uk-input::placeholder,
.uk-select::placeholder,
.uk-textarea::placeholder {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
}

.uk-textarea {
  height: 160px;
  padding-top: 15px;
  resize: none;
}

.social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social li {
  display: block;
  position: relative;
}

.social li + li {
  margin-left: 8px;
}

.social li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #5F8AD4;
  transition: 0.5s;
}

.social li a:hover,
.social li a:focus,
.social li a:active {
  background-color: #E63A28;
  color: #ffffff;
  text-decoration: none;
}

.stars-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.stars-list li {
  color: #CDB010;
}

.stars-list li + li {
  margin-left: 2px;
}

.block-rating {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 54px;
  margin: 25px 0;
  padding: 0 0 0 34px;
  border-radius: 27px;
  background: #F5F7FA;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 54px;
}

.block-rating__text {
  display: inline-block;
  margin-right: 9px;
}

.block-rating__stars {
  margin-right: 19px;
  margin-left: 9px;
}

.block-rating__numb {
  ine-height: 54px;
  height: 54px;
  padding: 0 27px;
  border-radius: 27px;
  background-color: #2B5AE1;
  color: #ffffff;
  font-size: 18px;
}

.time-work-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.time-work-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 2.25;
}

.time-work-list li strong {
  min-width: 150px;
  margin-right: 24px;
  font-weight: 700;
}

.page-header {
  display: block;
  position: relative;
}

.page-header__scroll {
  background-color: #ffffff;
}

.page-header__scroll.uk-active {
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15);
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15);
}

.page-header__scroll.uk-active .page-header__inner {
  padding: 10px 0 15px;
}

.page-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  transition: 0.5s;
}

.page-header__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-header__logo {
  margin-right: 20px;
}

.page-header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.page-header__mainmenu {
  margin-right: 35px;
}

.page-header__sing-in {
  margin-right: 53px;
}

.page-header__btn {
  margin-right: 50px;
}

.page-header__btn-menu {
  display: none;
  margin-left: 30px;
}

.page-header.page-header--transparent {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-header.page-header--transparent .page-header__scroll {
  background-color: transparent;
}

.page-header.page-header--transparent .page-header__scroll.uk-active {
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15);
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15);
}

.sing-in {
  -webkit-text-decoration-line: underline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #222222;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1;
  text-decoration-line: underline;
  transition: 0.5s;
}

.sing-in i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-right: 9px;
  color: #E63A28;
  transition: 0.5s;
}

.sing-in:hover,
.sing-in:focus,
.sing-in:active {
  color: #2B5AE1;
  text-decoration: none;
}

.sing-in:hover i,
.sing-in:focus i,
.sing-in:active i {
  color: #2B5AE1;
}

.select-lang {
  border: 0;
  background-color: transparent;
}

.select-lang.uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.page-footer {
  display: block;
  position: relative;
  background: #EEF3FA;
}

.page-footer__top {
  padding: 100px 0 110px;
}

.page-footer__top .uk-h3 {
  -o-text-overflow: ellipsis;
  margin-bottom: 20px;
  overflow: hidden;
  color: #222222;
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-footer__top .uk-list li {
  color: #222222;
  font-weight: 600;
}

.page-footer__top .uk-list li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #222222;
  font-weight: 400;
  transition: 0.3s;
}

.page-footer__top .uk-list li a:hover,
.page-footer__top .uk-list li a:focus,
.page-footer__top .uk-list li a:active {
  color: #E63A28;
  text-decoration: none;
}

.page-footer__top .uk-nav-default li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #222222;
  font-size: 16px;
  line-height: 1.8;
  transition: 0.3s;
}

.page-footer__top .uk-nav-default li a:hover,
.page-footer__top .uk-nav-default li a:focus,
.page-footer__top .uk-nav-default li a:active {
  color: #E63A28;
  text-decoration: none;
}

.page-footer__bottom {
  padding: 48px 0 41px;
  border-top: 1px solid #DDDDDD;
  color: #222222;
  text-align: center;
}

.mainmenu .uk-navbar-nav > li > a {
  min-height: 60px;
  color: #222222;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 15px;
  text-transform: none;
}

.uk-offcanvas-bar {
  background-color: #ffffff;
}

.uk-offcanvas-bar .uk-button-primary {
  width: 100%;
  background-color: #2B5AE1;
  color: #ffffff;
}

.uk-offcanvas-bar .uk-close {
  color: #222222;
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: #222222;
  font-size: 18px;
}

.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:active {
  color: #E63A28;
}

.uk-offcanvas-bar .uk-nav-default > li.uk-parent > a::after {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
  opacity: 0.5;
}

.uk-offcanvas-bar .uk-nav-default > li.uk-parent.uk-open > a {
  color: #E63A28;
}

.uk-offcanvas-bar .uk-nav-default > li.uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='4 13 10 7 16 13'%3E%3C/polyline%3E%3C/svg%3E");
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: #222222;
  font-size: 16px;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:active {
  color: #2B5AE1;
}

.uk-offcanvas-bar a {
  color: #222222;
}

.checkbox-custome {
  --background: #fff;
  --border: #000000;
  --border-hover: #bbc1e1;
  --border-active: #1e2235;
  --tick: #fff;
  position: relative;
  margin: 0;
}

.checkbox-custome label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.checkbox-custome input[type=checkbox]:focus,
.checkbox-custome input[type=file]:focus,
.checkbox-custome input[type=radio]:focus {
  outline: none;
}

.checkbox-custome input,
.checkbox-custome svg {
  display: block;
  width: 21px;
  height: 21px;
  outline: none;
}

.checkbox-custome input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: box-shadow 0.3s;
  -webkit-transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  outline: none;
  background: var(--background);
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  cursor: pointer;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.checkbox-custome input:hover {
  --s: 1px;
  --b: var(--border-hover);
}

.checkbox-custome input:checked {
  --b: var(--border-active);
}

.checkbox-custome svg {
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #E63A28;
  -webkit-transform: scale(var(--scale, 1)) translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
  pointer-events: none;
}

.checkbox-custome span {
  display: inline-block;
  color: black;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
}

.checkbox-custome.path input:checked {
  --s: 2px;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.checkbox-custome.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}

.checkbox-custome.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  -o-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}

/* Rating */

.rating {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}

.rating__caption {
  margin-bottom: 0.5em;
  padding: 0;
}

.rating__group {
  position: relative;
  width: 10em;
  height: 2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-size: 2em 1.9em;
}

.rating__input {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rating__input:focus ~ .rating__focus {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0.2em solid #4a90e2;
  outline-offset: 0.2em;
}

.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 2em;
  margin: 0;
  background-repeat: repeat-x;
  background-size: 2em 1.9em;
}

.rating__star:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%237ed321' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__input:checked + .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%237ed321' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}

.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 2em;
}

.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 4em;
}

.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 6em;
}

.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 8em;
}

.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 10em;
}

.card-with-icon {
  display: block;
  z-index: 1;
  position: relative;
}

.card-with-icon__box {
  display: block;
  position: relative;
  padding: 0 32px;
}

.card-with-icon__icon {
  display: block;
  position: relative;
  margin-bottom: 28px;
}

.card-with-icon__icon::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50px;
  left: -32px;
  width: 89px;
  height: 89px;
  border-radius: 22px;
  background: #FAEEEE;
  content: '';
}

.card-with-icon__title {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
}

.card-with-icon__text {
  margin: 0;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.63;
}

.section-banner__bg {
  padding: 125px 0;
  background-position: center;
  background-size: cover;
}

.section-banner__content {
  display: block;
  position: relative;
}

.section-banner__content.dark .section-banner__title,
.section-banner__content.dark .section-banner__text,
.section-banner__content.dark .section-banner__breadcrumb .uk-breadcrumb > * > * {
  color: #222222;
}

.section-banner__title {
  margin-bottom: 8px;
  color: #FFFFFF;
  font-family: Nunito;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.37;
}

.section-banner__text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2;
}

.section-banner__form {
  margin-top: 18px;
}

.section-banner__bottom {
  margin-top: 35px;
}

.section-banner__breadcrumb {
  display: block;
  position: relative;
}

.section-banner__breadcrumb .uk-breadcrumb > * > * {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-bottom: 1px solid #E63A28;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.5s;
}

.section-banner__breadcrumb .uk-breadcrumb > * > *:hover,
.section-banner__breadcrumb .uk-breadcrumb > * > *:focus,
.section-banner__breadcrumb .uk-breadcrumb > * > *:active {
  border-bottom: 1px solid transparent;
  color: #E63A28;
}

.section-banner__breadcrumb .uk-breadcrumb > :last-child > a:not([href]),
.section-banner__breadcrumb .uk-breadcrumb > :last-child > span {
  border-bottom: 1px solid transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}

.section-banner__breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 5px;
  content: '';
}

.section-banner__prices {
  margin-top: 24px;
}

.section-banner__prices .uk-grid-divider > :not(.uk-first-column)::before {
  border-color: rgba(211, 224, 234, 0.3);
}

.section-banner__prices .price-item {
  display: block;
  position: relative;
  text-align: center;
}

.section-banner__prices .price-item__value {
  color: #FFFFFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.37;
}

.section-banner__prices .price-item__time {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.63;
}

.section-banner__rating {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.63;
}

.section-banner__rating i {
  margin-right: 5px;
}

.section-banner__rating b {
  margin: 0 7px;
  color: #E63A28;
  font-weight: 700;
}

.section-banner__links {
  display: block;
  margin-top: 27px;
  text-align: right;
}

.section-banner__links ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-banner__links ul li {
  display: block;
}

.section-banner__links ul li + li {
  margin-left: 15px;
}

.section-banner__links ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2B5AE1;
  color: #ffffff;
  transition: 0.3s;
}

.section-banner__links ul li a:hover,
.section-banner__links ul li a:focus,
.section-banner__links ul li a:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.section-banner__links ul li a.link-share {
  background: #E63A28;
}

.section-banner__links ul li a.link-bookmark {
  background: #2B5AE1;
}

.section-banner__links ul li a.link-comment {
  background: #1AAB9F;
}

.section-banner.section-banner--custome .section-banner__bg {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='825' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-30.314-163.153c77.975-49.741 199.64-83.866 412.86-53.204 162.9 23.426 250.68 86.329 413.922 95.226 193.634 10.554 311.172 17.245 512.942-35.118 351.84-91.314 575.18-51.944 656.5 28.759 147.23 146.112 113.79 360.066-1.86 546.705C1615.63 981.526 225.534 943.478-69.628 403.833c-94.727-173.191-119.15-465.902 39.314-566.986z' fill='%23EEF3FA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-30.314-163.153c77.975-49.741 199.64-83.866 412.86-53.204 162.9 23.426 250.68 86.329 413.922 95.226 193.634 10.554 311.172 17.245 512.942-35.118 351.84-91.314 575.18-51.944 656.5 28.759 147.23 146.112 113.79 360.066-1.86 546.705C1615.63 981.526 225.534 943.478-69.628 403.833c-94.727-173.191-119.15-465.902 39.314-566.986z' fill='%23000'/%3E%3C/svg%3E");
  padding: 270px 0;
  background-position: right bottom;
}

.section-banner.section-banner--custome .section-banner__title,
.section-banner.section-banner--custome .section-banner__text,
.section-banner.section-banner--custome .section-banner__bottom,
.section-banner.section-banner--custome .popular-searches {
  color: #222222;
}

.section-banner.section-banner--custome .popular-searches a {
  color: #E63A28;
}

.section-banner.section-banner--custome .popular-searches ul li a {
  background-color: #ffffff;
  color: #2B5AE1;
}

.section-banner.section-banner--custome .popular-searches ul li a:hover,
.section-banner.section-banner--custome .popular-searches ul li a:focus,
.section-banner.section-banner--custome .popular-searches ul li a:active {
  background-color: #E63A28;
  color: #ffffff;
}

.section-banner.section-banner--item .section-banner__bg {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='727' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.702' fill-rule='evenodd' clip-rule='evenodd' d='M2080.04 631.128c-16.18 63.392-153.62 88.263-327 94.48-296.66 10.637-488.97-92.249-751.5-95.98-260.598-3.704-463.745 77.963-751.387 73.372-136.154-2.174-270.747-18.307-290-81-5.104-16.622-.194-35.634 5-48 6.248-14.875 18.135-28.964 35-42.261V0H1920.15v477.466c71.32 26.177 122.14 57.307 145 93.534 14.2 22.492 19.32 42.796 14.89 60.128z' fill='%23CCC'/%3E%3Cpath opacity='.702' fill-rule='evenodd' clip-rule='evenodd' d='M2080.04 631.128c-16.18 63.392-153.62 88.263-327 94.48-296.66 10.637-488.97-92.249-751.5-95.98-260.598-3.704-463.745 77.963-751.387 73.372-136.154-2.174-270.747-18.307-290-81-5.104-16.622-.194-35.634 5-48 6.248-14.875 18.135-28.964 35-42.261V0H1920.15v477.466c71.32 26.177 122.14 57.307 145 93.534 14.2 22.492 19.32 42.796 14.89 60.128z' fill='%23000'/%3E%3C/svg%3E");
  padding: 130px 0 235px;
  background-position: right bottom;
}

.form-search {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 766px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 47px;
}

.form-search__box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 40px;
  background-color: #ffffff;
}

.form-search__box input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -o-text-overflow: ellipsis;
  flex: 1;
  height: 54px;
  padding-left: 65px;
  overflow: hidden;
  border: none;
  border-radius: 30px;
  outline: none;
  background-image: url(../img/ico-search.svg);
  background-position: left 30px center;
  background-repeat: no-repeat;
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-search__box input::-webkit-input-placeholder {
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.form-search__box input::-moz-placeholder {
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.form-search__box input:-ms-input-placeholder {
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.form-search__box input::-ms-input-placeholder {
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.form-search__box input::placeholder {
  color: #222222;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.025em;
}

.form-search__box .uk-button {
  height: 54px;
  padding: 0 55px;
  border-radius: 30px;
  line-height: 54px;
}

.popular-searches {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

.popular-searches a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: underline;
  transition: 0.3s;
}

.popular-searches a:hover,
.popular-searches a:focus,
.popular-searches a:active {
  color: #E63A28;
  text-decoration: none;
}

.popular-searches ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 20px;
  padding: 0;
  list-style-type: none;
}

.popular-searches ul li {
  display: block;
}

.popular-searches ul li + li {
  margin-left: 9px;
}

.popular-searches ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2B5AE1;
  color: #ffffff;
  transition: 0.5s;
}

.popular-searches ul li a:hover,
.popular-searches ul li a:focus,
.popular-searches ul li a:active {
  background-color: #E63A28;
  color: #ffffff;
}

.section-steps {
  display: block;
  position: relative;
}

.section-steps .uk-slider {
  padding-bottom: 50px;
}

.section-steps .uk-slider-items > li:nth-child(1) .card-with-icon::after,
.section-steps .uk-slider-items > li:nth-child(2) .card-with-icon::after {
  display: block;
  position: absolute;
  bottom: -50px;
  left: calc(100% - 40px);
  width: 125px;
  height: 25px;
  background-image: url(../img/decor-arrow-step.svg);
  content: '';
}

.section-steps .uk-slider-items > li:nth-child(2) .card-with-icon__icon:before {
  background: #E5F7E5;
}

.section-steps .uk-slider-items > li:nth-child(3) .card-with-icon__icon:before {
  background: #EAF8F9;
}

.section-category {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='835' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 30h1920v805H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-17.702 631.926c77.988 49.78 199.673 83.93 412.929 53.245 162.928-23.443 250.723-86.396 413.992-95.3 193.671-10.562 311.221-17.259 513.021 35.146 351.9 91.385 575.28 51.984 656.62-28.782 147.25-146.227 87.8-3.348-27.86-190.134C1602.52-156.648 212.189-118.57-83.023 421.496c-94.743 173.326-93.17 109.268 65.32 210.43z' fill='%23FFFDF5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: cover;
  background-color: #FFFDF5;
}

.section-category .uk-slider {
  margin: -25px;
  padding: 25px;
}

.section-category .section-content {
  display: block;
  position: relative;
}

.section-category .section-content::before {
  display: block;
  position: absolute;
  top: -200px;
  top: -10.41667vw;
  right: 10%;
  width: 215px;
  width: 11.19792vw;
  height: 225px;
  height: 11.71875vw;
  background-image: url(../img/decor-dots.svg);
  background-position: center;
  background-size: cover;
  content: '';
}

.category-item {
  display: block;
  position: relative;
  height: 100%;
}

.category-item__box {
  -webkit-box-shadow: 0px 0px 15px rgba(43, 15, 64, 0.08);
  display: block;
  position: relative;
  height: 100%;
  padding: 60px 20px 40px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(43, 15, 64, 0.08);
  text-align: center;
}

.category-item__box:hover,
.category-item__box:focus,
.category-item__box:active {
  text-decoration: none;
}

.category-item__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 40px;
}

.category-item__title {
  -o-text-overflow: ellipsis;
  margin-bottom: 11px;
  overflow: hidden;
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-item__result {
  color: #222222;
  font-size: 16px;
  line-height: 1.1;
}

.rent-item {
  display: block;
  position: relative;
}

.rent-item__box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #F5F7FA;
  transition: 0.3s;
}

.rent-item__box:hover,
.rent-item__box:focus,
.rent-item__box:active {
  -webkit-box-shadow: 0px 0px 50px rgba(18, 53, 87, 0.12);
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(18, 53, 87, 0.12);
}

.rent-item__media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #C4C4C4;
}

.rent-item__media a {
  display: block;
  position: relative;
}

.rent-item__media a img {
  display: block;
  position: relative;
  width: 100%;
}

.rent-item__body {
  padding: 32px;
}

.rent-item__title {
  margin-bottom: 5px;
}

.rent-item__title a {
  -o-text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  overflow: hidden;
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s;
}

.rent-item__title a:hover,
.rent-item__title a:focus,
.rent-item__title a:active {
  color: #E63A28;
  text-decoration: none;
}

.rent-item__intro {
  -o-text-overflow: ellipsis;
  margin-bottom: 17px;
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rent-item__price {
  margin-bottom: 10px;
  color: #222222;
  line-height: 1.1;
}

.rent-item__price b {
  margin-left: 5px;
  color: #E63A28;
  font-weight: 600;
}

.rent-item__rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rent-item__stars ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  color: #CDB010;
  list-style-type: none;
}

.rent-item__reviews {
  margin-left: 5px;
  color: #777777;
  font-size: 12px;
  line-height: 1;
}

.rent-item__bottom {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #DDDDDD;
}

.rent-item__user {
  margin-bottom: 13px;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.rent-item__user > span:first-of-type {
  margin-right: 8px;
  color: #2B5AE1;
}

.rent-item__location {
  color: #222222;
  font-size: 14px;
  line-height: 1;
}

.rent-item__location > span:first-of-type {
  margin-right: 8px;
  color: #2B5AE1;
}

.section-info {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='835' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 30h1920v805H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-17.702 631.926c77.988 49.78 199.673 83.93 412.929 53.245 162.928-23.443 250.723-86.396 413.992-95.3 193.671-10.562 311.221-17.259 513.021 35.146 351.9 91.385 575.28 51.984 656.62-28.782 147.25-146.227 87.8-3.348-27.86-190.134C1602.52-156.648 212.189-118.57-83.023 421.496c-94.743 173.326-93.17 109.268 65.32 210.43z' fill='%23FFFDF5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: cover;
  background-color: #F1FDFB;
}

.section-info .section-content .uk-h3 {
  margin-bottom: 40px;
  color: #333333;
  font-size: 42px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
}

.info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.info-list li + li {
  margin-top: 55px;
}

.info-list-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.info-list-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
  width: 89px;
  height: 89px;
}

.info-list-item__desc {
  display: block;
  position: relative;
  margin-left: 28px;
}

.info-list-item__title {
  margin-bottom: 26px;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.38;
}

.info-list-item__text {
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
}

.section-download {
  display: block;
  position: relative;
  background-image: url(../img/bg-download.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-download__box {
  display: block;
  position: relative;
}

.section-download__content {
  display: block;
  z-index: 2;
  position: relative;
  max-width: 75%;
  padding-top: 123px;
  padding-bottom: 154px;
  color: #FFFFFF;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.58;
}

.section-download__content .uk-h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: Nunito;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.37;
}

.section-download__img {
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.review-item {
  display: block;
  position: relative;
  padding-left: 26px;
}

.review-item__box {
  -webkit-box-sizing: border-box;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 50px 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #FFFFFF;
  transition: 0.3s;
}

.review-item__box:hover,
.review-item__box:focus,
.review-item__box:active {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 50px rgba(18, 53, 87, 0.12);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(18, 53, 87, 0.12);
}

.review-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin-right: 37px;
  margin-left: -26px;
}

.review-item__text {
  margin-bottom: 25px;
  color: #222222;
  font-size: 16px;
  line-height: 1.63;
}

.review-item__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.review-item__user-name {
  margin-bottom: 14px;
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
}

.review-item__posititon {
  color: #222222;
  font-size: 14px;
  line-height: 1;
}

.review-item__stars {
  margin-left: 33px;
}

.review-item__stars ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  color: #CDB010;
  list-style-type: none;
}

.partner-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #FFFFFF;
}

.blog-item {
  display: block;
  position: relative;
}

.blog-item__box {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  background: #FFFFFF;
  transition: 0.5s;
}

.blog-item__box:hover,
.blog-item__box:focus,
.blog-item__box:active {
  background: #F5F7FA;
}

.blog-item__box:hover .blog-item__more .uk-button.uk-button-default,
.blog-item__box:focus .blog-item__more .uk-button.uk-button-default,
.blog-item__box:active .blog-item__more .uk-button.uk-button-default {
  background-color: #E63A28;
  color: #ffffff;
}

.blog-item__media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #C4C4C4;
}

.blog-item__media a {
  display: block;
  position: relative;
}

.blog-item__media a img {
  display: block;
  position: relative;
  width: 100%;
}

.blog-item__date {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 35px;
  left: 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 75px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  line-height: 1;
}

.blog-item__date span:first-of-type {
  color: #E63A28;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.blog-item__body {
  display: block;
  position: relative;
  padding: 45px 35px 70px;
}

.blog-item__title {
  display: block;
  position: relative;
  margin-bottom: 17px;
}

.blog-item__title a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  overflow: hidden;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.38;
  transition: 0.3s;
}

.blog-item__title a:hover,
.blog-item__title a:focus,
.blog-item__title a:active {
  color: #E63A28;
  text-decoration: none;
}

.blog-item__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  line-height: 1;
}

.blog-item__category {
  margin-right: 14px;
}

.blog-item__category i {
  margin-right: 7px;
  color: #2B5AE1;
}

.blog-item__category a {
  color: #E63A28;
  text-decoration: none;
}

.blog-item__comment i {
  margin-right: 7px;
  color: #2B5AE1;
}

.blog-item__desc {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
}

.blog-item__more {
  display: block;
  position: relative;
  margin-top: 35px;
}

.article-full,
.article-intro {
  display: block;
  position: relative;
}

.article-full__image,
.article-intro__image {
  display: block;
  position: relative;
}

.article-full__image img,
.article-intro__image img {
  display: block;
  width: 100%;
}

.article-full__image .video,
.article-intro__image .video {
  display: block;
  position: relative;
}

.article-full__image .video > a,
.article-intro__image .video > a {
  display: block;
  position: relative;
}

.article-full__image .video > a:before,
.article-intro__image .video > a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 165px;
  height: 165px;
  transform: translate(-50%, -50%);
  background-image: url(../img/ico-play.png);
  background-position: center;
  background-size: cover;
  content: '';
}

.article-full__image .uk-slidenav,
.article-intro__image .uk-slidenav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.5);
  color: #fff;
}

.article-full__image .uk-slidenav:hover,
.article-full__image .uk-slidenav:focus,
.article-full__image .uk-slidenav:active,
.article-intro__image .uk-slidenav:hover,
.article-intro__image .uk-slidenav:focus,
.article-intro__image .uk-slidenav:active {
  background-color: #E63A28;
}

.article-full__image .uk-slidenav-previous,
.article-intro__image .uk-slidenav-previous {
  left: 45px;
}

.article-full__image .uk-slidenav-next,
.article-intro__image .uk-slidenav-next {
  right: 45px;
}

.article-full__date,
.article-intro__date {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 35px;
  left: 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 81px;
  height: 75px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  line-height: 1;
}

.article-full__date span:first-of-type,
.article-intro__date span:first-of-type {
  color: #E63A28;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.article-full__body,
.article-intro__body {
  padding: 40px 45px 85px;
}

.article-full__title,
.article-intro__title {
  margin-bottom: 20px;
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

.article-full__info,
.article-intro__info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dddddd;
}

.article-full__info > *,
.article-intro__info > * {
  margin-right: 34px;
  margin-bottom: 10px;
  color: #222222;
  font-weight: 500;
}

.article-full__info > *:last-child,
.article-intro__info > *:last-child {
  bottom: 0;
  margin-right: 0;
  padding-right: 0;
}

.article-full__info > * i,
.article-full__info > * svg,
.article-intro__info > * i,
.article-intro__info > * svg {
  margin-right: 10px;
  color: #2B5AE1;
}

.article-full__category a,
.article-intro__category a {
  color: #E63A28;
  font-size: 14px;
}

.article-full__author a,
.article-intro__author a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: 0.5s;
}

.article-full__author a:hover,
.article-full__author a:focus,
.article-full__author a:active,
.article-intro__author a:hover,
.article-intro__author a:focus,
.article-intro__author a:active {
  color: #E63A28;
  text-decoration: none;
}

.article-full__comments a,
.article-intro__comments a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.5s;
}

.article-full__comments a:hover,
.article-full__comments a:focus,
.article-full__comments a:active,
.article-intro__comments a:hover,
.article-intro__comments a:focus,
.article-intro__comments a:active {
  color: #E63A28;
  text-decoration: none;
}

.article-full__content blockquote,
.article-intro__content blockquote {
  -webkit-box-shadow: 0px 0px 50px 5px rgba(18, 53, 87, 0.12);
  margin: 50px 0;
  padding: 45px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 5px rgba(18, 53, 87, 0.12);
  color: #222222;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 1.89;
}

.article-full__content blockquote .user,
.article-intro__content blockquote .user {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 11px;
}

.article-full__content blockquote .user strong,
.article-intro__content blockquote .user strong {
  margin-bottom: 5px;
  color: #2B5AE1;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.39;
}

.article-full__content blockquote .user span,
.article-intro__content blockquote .user span {
  color: #777777;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
}

.article-full__bottom,
.article-intro__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
  padding-bottom: 55px;
  border-bottom: 1px solid #DDDDDD;
}

.article-full__bottom .article-full__tags,
.article-intro__bottom .article-full__tags {
  margin: 20px 0;
}

.article-full__bottom .article-full__share .share-link,
.article-intro__bottom .article-full__share .share-link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.article-full__bottom .article-full__share .share-link i,
.article-intro__bottom .article-full__share .share-link i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 11px;
  border-radius: 50%;
  background-color: #E63A28;
  color: #ffffff;
}

.article-full__bottom .article-full__share .share-link i::before,
.article-intro__bottom .article-full__share .share-link i::before {
  width: 16px;
  height: 16px;
}

.article-full__bottom .article-full__share .share-link span,
.article-intro__bottom .article-full__share .share-link span {
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
}

.article-intro {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  background: #FFFFFF;
  transition: 0.5s;
}

.article-intro:hover,
.article-intro:focus,
.article-intro:active {
  border-color: #F5F7FA;
  background: #F5F7FA;
}

.article-intro:hover .uk-button.uk-button-default,
.article-intro:focus .uk-button.uk-button-default,
.article-intro:active .uk-button.uk-button-default {
  background-color: #E63A28;
  color: #ffffff;
}

.article-intro + .article-intro {
  margin-top: 60px;
}

.section-article-reviews {
  display: block;
  position: relative;
}

.section-article-reviews .section-title {
  margin-bottom: 45px;
}

.section-article-reviews .section-title .uk-h2 {
  margin-bottom: 0;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.section-article-reviews .block-form {
  margin-top: 65px;
  padding-top: 55px;
  border-top: 1px solid #DDDDDD;
}

.uk-comment + .uk-comment {
  margin-top: 40px;
}

.sidebar {
  display: block;
  position: relative;
  color: #222222;
}

.widjet {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 50px 40px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}

.widjet + .widjet {
  margin-top: 50px;
}

.widjet__title {
  display: block;
  position: relative;
  margin-bottom: 18px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}

.widjet-search .uk-search-default {
  display: block;
  position: relative;
  width: 100%;
}

.widjet-search .uk-search-input {
  display: block;
  width: 100%;
  padding-left: 30px !important;
  border-radius: 30px;
  background-color: #ffffff;
}

.widjet-search .uk-search-input:hover,
.widjet-search .uk-search-input:focus,
.widjet-search .uk-search-input:active {
  background-color: #ffffff;
}

.widjet-search .uk-search-input::-webkit-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input::-moz-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input:-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input::-ms-input-placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-input::placeholder {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
}

.widjet-search .uk-search-icon {
  width: 62px;
}

.widjet-category .widjet__title {
  margin-bottom: 17px;
}

.list-category {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-category li + li {
  border-top: 1px solid #cccccc;
}

.list-category li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 12px 0 12px 20px;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  transition: 0.3s;
}

.list-category li a:hover,
.list-category li a:focus,
.list-category li a:active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  text-decoration: none;
  transition: 0.3s;
}

.list-category li a:hover span:first-of-type,
.list-category li a:focus span:first-of-type,
.list-category li a:active span:first-of-type {
  color: #E63A28;
}

.list-category li a:hover span:first-of-type::before,
.list-category li a:focus span:first-of-type::before,
.list-category li a:active span:first-of-type::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: #2B5AE1;
  transition: 0.3s;
}

.list-category li a:hover span:last-child,
.list-category li a:focus span:last-child,
.list-category li a:active span:last-child {
  color: #2B5AE1;
}

.list-category li a span:first-of-type {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: relative;
  transition: 0.3s;
}

.list-category li a span:first-of-type::before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: block;
  position: absolute;
  top: 5px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
  content: '';
  transition: 0.3s;
}

.list-category li.uk-active a span:first-of-type {
  color: #E63A28;
  font-weight: 700;
}

.list-category li.uk-active a span:first-of-type::before {
  background-color: #2B5AE1;
}

.list-category li.uk-active a span:last-child {
  color: #2B5AE1;
}

.list-articles {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-articles-item {
  display: block;
  position: relative;
}

.list-articles-item + .list-articles-item {
  margin-top: 28px;
  padding-top: 38px;
  border-top: 1px solid #cccccc;
}

.list-articles-item__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.list-articles-item__link:hover,
.list-articles-item__link:focus,
.list-articles-item__link:active {
  text-decoration: none;
}

.list-articles-item__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  margin-right: 24px;
  overflow: hidden;
  border-radius: 7px;
}

.list-articles-item__info {
  display: block;
}

.list-articles-item__title {
  margin-bottom: 15px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.list-articles-item__category {
  color: #E63A28;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.tags-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tags-list li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags-list li a {
  -webkit-box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  box-sizing: border-box;
  display: inline-block;
  height: 46px;
  padding: 0 25px;
  border-radius: 23px;
  background: #EEF3FA;
  color: #222222;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}

.tags-list li a:hover,
.tags-list li a:focus,
.tags-list li a:active {
  background-color: #2B5AE1;
  color: #ffffff;
  text-decoration: none;
}

.widjet-subscribe {
  background: #7828E6;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.63;
  text-align: center;
}

.widjet-subscribe .uk-h3 {
  margin: 5px 0 25px;
  color: #FFFFFF;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.37;
}

.widjet-subscribe .uk-input {
  text-align: center;
}

.widjet-rent-item {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}

.widjet-rent-item .uk-overlay-primary {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background-image: linear-gradient(to top, black 0%, transparent 100%);
  opacity: 0.5;
}

.widjet-rent-item .uk-h4 {
  margin-top: 0;
  margin-bottom: 28px;
  color: #FFFFFF;
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.widjet-rent-item a {
  display: inline-block;
  border-bottom: 1px solid #E63A28;
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

.widjet-rent-item a:hover,
.widjet-rent-item a:focus,
.widjet-rent-item a:active {
  color: #E63A28;
  text-decoration: none;
}

.contact-card {
  display: block;
  position: relative;
}

.contact-card + .contact-card {
  margin-top: 25px;
}

.contact-card__box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-shadow: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 38px 35px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: none;
  transition: 0.5s;
}

.contact-card__box:hover,
.contact-card__box:focus,
.contact-card__box:active {
  -webkit-box-shadow: 0px 0px 50px 5px rgba(18, 53, 87, 0.12);
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 50px 5px rgba(18, 53, 87, 0.12);
}

.contact-card__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #2B5AE1;
  color: #ffffff;
}

.contact-card__desc {
  display: block;
  position: relative;
}

.contact-card__desc a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-card__desc a:hover,
.contact-card__desc a:focus,
.contact-card__desc a:active {
  color: #2B5AE1;
  text-decoration: none;
}

.contact-card__title {
  margin-bottom: 20px;
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.contact-card__value {
  display: block;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.62;
}

.contact-card__link {
  display: block;
  margin-top: 25px;
  color: #E63A28;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.contact-map iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 765px;
}

.section-items {
  border-top: 1px solid #dddddd;
}

.rent-box {
  padding: 50px 40px;
  border-radius: 10px;
  background: #F5F7FA;
}

.rent-box__select {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}

.rent-box__select .uk-select {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
}

.rent-box__select .uk-select option {
  font-size: 14px;
}

.rent-box__info {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}

.rent-box__info .uk-text-meta {
  font-size: 12px;
}

.rent-box__form .uk-input {
  text-align: center;
}

.rent-box__form .uk-text-meta {
  color: #222222;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1,2;
  text-align: center;
}

.section-why-choose {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='835' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 30h1920v805H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-17.702 631.926c77.988 49.78 199.673 83.93 412.929 53.245 162.928-23.443 250.723-86.396 413.992-95.3 193.671-10.562 311.221-17.259 513.021 35.146 351.9 91.385 575.28 51.984 656.62-28.782 147.25-146.227 87.8-3.348-27.86-190.134C1602.52-156.648 212.189-118.57-83.023 421.496c-94.743 173.326-93.17 109.268 65.32 210.43z' fill='%23FFFDF5'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: cover;
  background-color: #FFFDF5;
}

.why-choose-item {
  display: block;
  position: relative;
  height: 100%;
}

.why-choose-item__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 100%;
  padding: 50px 30px 30px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 10px;
  text-align: center;
  margin: 0 2px;
}

.why-choose-item__box:hover{
    border-color: rgba(34, 34, 34, 0.3);  
}

.why-choose-item__icon {
  display: block;
  position: relative;
  max-height: 66px;
  margin-bottom: 38px;
}

.why-choose-item__title {
  -o-text-overflow: ellipsis;
  margin-bottom: 10px;
  overflow: hidden;
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.38;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.why-choose-item__text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: #222222;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.26;
  text-align: center;
}

@media (min-width: 767px) {
  html,
  body {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .section-title span {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .section-title .uk-h3 {
    font-size: calc(30px + 30 * (100vw / 1920));
  }

  .section-title p {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .uk-button {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .block-rating {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .block-rating__numb {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .page-footer__top .uk-h3 {
    font-size: calc(18px + 6 * (100vw / 1920));
  }

  .checkbox-custome span {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .card-with-icon__title {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .card-with-icon__text {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .section-banner__title {
    font-size: calc(28px + 32 * (100vw / 1920));
  }

  .section-banner__text {
    font-size: calc(16px + 2 * (100vw / 1920));
  }

  .section-banner__prices .price-item__value {
    font-size: calc(20px + 10 * (100vw / 1920));
  }

  .category-item__title {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .category-item__result {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .rent-item__title a {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .rent-item__user {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .section-info .section-content .uk-h3 {
    font-size: calc(24px + 18 * (100vw / 1920));
  }

  .info-list-item__title {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .info-list-item__text {
    font-size: calc(13px + 3 * (100vw / 1920));
  }

  .section-download__content {
    font-size: calc(14px + 10 * (100vw / 1920));
  }

  .section-download__content .uk-h3 {
    font-size: calc(24px + 36 * (100vw / 1920));
  }

  .blog-item__date {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .blog-item__date span:first-of-type {
    font-size: calc(24px + 6 * (100vw / 1920));
  }

  .blog-item__title a {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .article-full__date,
  .article-intro__date {
    font-size: calc(12px + 4 * (100vw / 1920));
  }

  .article-full__date span:first-of-type,
  .article-intro__date span:first-of-type {
    font-size: calc(20px + 10 * (100vw / 1920));
  }

  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 6 * (100vw / 1920));
  }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .section-article-reviews .section-title .uk-h2 {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .list-articles-item__title {
    font-size: calc(14px + 4 * (100vw / 1920));
  }

  .widjet-subscribe {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .widjet-subscribe .uk-h3 {
    font-size: calc(24px + 6 * (100vw / 1920));
  }

  .widjet-rent-item .uk-h4 {
    font-size: calc(20px + 6 * (100vw / 1920));
  }

  .contact-card__title {
    font-size: calc(16px + 4 * (100vw / 1920));
  }

  .contact-card__value {
    font-size: calc(14px + 2 * (100vw / 1920));
  }

  .rent-box__select .uk-select {
    font-size: calc(16px + 4 * (100vw / 1920));
  }

  .why-choose-item__title {
    font-size: calc(20px + 4 * (100vw / 1920));
  }

  .why-choose-item__text {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
}

@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 1365px) {
  .section-download__img {
    right: -10%;
  }
}

@media only screen and (max-width: 1200px) {
  .page-header__mainmenu {
    margin-right: 15px;
  }

  .page-header__sing-in {
    margin-right: 25px;
  }

  .page-header__btn {
    margin-right: 15px;
  }

  .section-download__img {
    right: -30%;
  }

  .contact-card__box {
    padding: 20px;
  }

  .contact-card__icon {
    margin-right: 15px;
  }

  .contact-card__title {
    margin-bottom: 10px;
  }

  .rent-box {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .page-header__btn {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .page-header__mainmenu {
    display: none;
  }

  .page-header__btn-menu {
    display: block;
  }

  .section-banner__links {
    text-align: left;
  }

  .section-banner.section-banner--custome .section-banner__bg {
    background-position: right 25% bottom;
  }

  .form-search {
    max-width: 600px;
  }

  .rent-item__body {
    padding: 24px;
  }

  .section-download__content {
    max-width: 100%;
    padding: 70px 0;
  }

  .section-download__img {
    max-width: 80%;
  }

  .contact-map iframe {
    height: 500px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .section-title span {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .section-title .uk-h3 {
    font-size: calc(30px + 51 * ((100vw - 320px) / 1920));
  }

  .section-title p {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .uk-button {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .block-rating {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .block-rating__numb {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .page-footer__top .uk-h3 {
    font-size: calc(18px + 10.2 * ((100vw - 320px) / 1920));
  }

  .checkbox-custome span {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .card-with-icon__title {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .card-with-icon__text {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .section-banner__title {
    font-size: calc(28px + 54.4 * ((100vw - 320px) / 1920));
  }

  .section-banner__text {
    font-size: calc(16px + 3.4 * ((100vw - 320px) / 1920));
  }

  .section-banner__prices .price-item__value {
    font-size: calc(20px + 17 * ((100vw - 320px) / 1920));
  }

  .category-item__title {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .category-item__result {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .rent-item__title a {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .rent-item__user {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .section-info .section-content .uk-h3 {
    font-size: calc(24px + 30.6 * ((100vw - 320px) / 1920));
  }

  .info-list-item__title {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .info-list-item__text {
    font-size: calc(13px + 5.1 * ((100vw - 320px) / 1920));
  }

  .section-download__content {
    font-size: calc(14px + 17 * ((100vw - 320px) / 1920));
  }

  .section-download__content .uk-h3 {
    font-size: calc(24px + 61.2 * ((100vw - 320px) / 1920));
  }

  .blog-item__date {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .blog-item__date span:first-of-type {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }

  .blog-item__title a {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__date,
  .article-intro__date {
    font-size: calc(12px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__date span:first-of-type,
  .article-intro__date span:first-of-type {
    font-size: calc(20px + 17 * ((100vw - 320px) / 1920));
  }

  .article-full__title,
  .article-intro__title {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .article-full__content blockquote .user strong,
  .article-intro__content blockquote .user strong {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .section-article-reviews .section-title .uk-h2 {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .list-articles-item__title {
    font-size: calc(14px + 6.8 * ((100vw - 320px) / 1920));
  }

  .widjet-subscribe {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .widjet-subscribe .uk-h3 {
    font-size: calc(24px + 10.2 * ((100vw - 320px) / 1920));
  }

  .widjet-rent-item .uk-h4 {
    font-size: calc(20px + 10.2 * ((100vw - 320px) / 1920));
  }

  .contact-card__title {
    font-size: calc(16px + 6.8 * ((100vw - 320px) / 1920));
  }

  .contact-card__value {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }

  .rent-box__select .uk-select {
    font-size: calc(16px + 6.8 * ((100vw - 320px) / 1920));
  }

  .why-choose-item__title {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920));
  }

  .why-choose-item__text {
    font-size: calc(14px + 3.4 * ((100vw - 320px) / 1920));
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }

  .section-title p br {
    display: none;
  }

  .page-header__inner {
    padding: 10px 0 15px;
  }

  .page-footer__top {
    padding: 40px 0;
  }

  .section-banner__bg {
    padding: 85px 0;
  }

  .section-banner.section-banner--custome .section-banner__bg {
    padding: 135px 0;
    background-position: left 40% bottom;
  }

  .section-banner.section-banner--item .section-banner__bg {
    padding: 65px 0 115px;
  }

  .section-info .section-content .uk-h3 br {
    display: none;
  }

  .info-list-item__desc {
    margin-left: 15px;
  }

  .info-list-item__title {
    margin-bottom: 15px;
  }

  .section-download__content br {
    display: none;
  }

  .section-download__img {
    display: none;
  }

  .article-full__body,
  .article-intro__body {
    padding: 20px 25px 45px;
  }

  .article-full__content blockquote,
  .article-intro__content blockquote {
    margin: 25px 0;
    padding: 25px;
  }
}

@media only screen and (max-width: 639px) {
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    display: block;
  }

  .page-content h1 small,
  .page-content h2 small,
  .page-content h3 small,
  .page-content h4 small,
  .page-content h5 small,
  .page-content h6 small {
    display: block;
  }

  .time-work-list li {
    display: block;
  }

  .time-work-list li strong {
    display: block;
  }

  .page-header__sing-in {
    display: none;
  }

  .page-footer__top {
    text-align: center;
  }

  .page-footer__top .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-search {
    border-width: 4px;
  }

  .form-search__box {
    padding: 2px;
  }

  .form-search__box input {
    padding-left: 20px;
    background: none;
  }

  .form-search__box .uk-button {
    padding: 0 30px;
  }

  .popular-searches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popular-searches ul {
    margin: 20px 0;
  }

  .section-info .section-content .uk-h3 {
    text-align: center;
  }

  .info-list li + li {
    margin-top: 25px;
  }

  .info-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .info-list-item__desc {
    margin-top: 20px;
    margin-left: 0;
  }

  .info-list-item__title {
    margin-bottom: 10px;
  }

  .section-download__content {
    text-align: center;
  }

  .review-item {
    padding-top: 26px;
    padding-left: 0;
  }

  .review-item__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px 25px 25px;
  }

  .review-item__icon {
    margin-top: -26px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .review-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-item__user-name {
    margin-bottom: 5px;
  }

  .review-item__stars {
    margin-top: 10px;
    margin-left: 0;
  }

  .partner-item {
    height: 120px;
  }

  .blog-item__date {
    bottom: 20px;
    left: 20px;
    width: 61px;
    height: 55px;
  }

  .blog-item__body {
    padding: 25px 15px 35px;
  }

  .blog-item__info {
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DDDDDD;
  }

  .article-full__image .uk-slidenav-previous,
  .article-intro__image .uk-slidenav-previous {
    left: 20px;
  }

  .article-full__image .uk-slidenav-next,
  .article-intro__image .uk-slidenav-next {
    right: 20px;
  }

  .article-full__date,
  .article-intro__date {
    bottom: 5px;
    left: 5px;
    width: 51px;
    height: 45px;
  }

  .article-full__info,
  .article-intro__info {
    margin-bottom: 25px;
    padding-bottom: 14px;
  }

  .article-full__info > *,
  .article-intro__info > * {
    margin-right: 20px;
  }

  .article-intro + .article-intro {
    margin-top: 30px;
  }

  .widjet {
    padding: 25px 20px;
  }

  .contact-map iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 374px) {
  .block-rating {
    padding-left: 20px;
  }

  .page-header__left {
    max-width: 50%;
  }
}