html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    color: #555555;
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333;
}

body.home .big_banner-inner {
    min-height: 630px;
}

main {
    position: relative;
}

* html main {
    height: 100%;
}

h1 {
    font-family: "Neucha", cursive;
    color: #222;
    font-size: 54px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

h1.title-line {
    margin-bottom: 0;
}

h1.title-line:after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    background: #ff8c00;
    margin: 40px auto;
}

h2 {
    font-family: "Neucha", cursive;
    color: #222;
    font-size: 54px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: normal;
}

h2.title-line {
    margin-bottom: 0;
}

h2.title-line:after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    background: #ff8c00;
    margin: 40px auto;
}

.subtitle {
    text-align: center;
    font-size: 22px;
    position: relative;
    margin: -20px 0 40px;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #333;
}

p {
    margin-bottom: 30px;
    line-height: 1.5;
}

a,
img {
    outline: none;
}

form {
    width: 100%;
}

.section_block table,
.content table {
    border-collapse: collapse;
    width: 100%;
}

.section_block table tr td,
.section_block table tr th,
.content table tr td,
.content table tr th {
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.section_block table tr:last-child td,
.section_block table tr:last-child th,
.content table tr:last-child td,
.content table tr:last-child th {
    border-bottom: 0;
}

.section_block table th,
.content table th {
    border: 0;
    background: #2f9688;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding: 20px 10px;
}

.section_block table td,
.content table td {
    padding: 20px 10px;
    vertical-align: top;
}

.section_block table td:hover,
.content table td:hover {
    background: #e4e4e4;
}

a {
    color: #ff8c00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

#page {
    min-height: 100%;
    padding-bottom: 96px;
}

input[type=submit],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

.jq-selectbox {
    display: block;
    width: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=site],
input[type=date],
input[type=password],
input[type=user],
input[type=time],
select,
textarea {
    background: #fff;
    border: 1px solid #333;
    text-transform: none !important;
    height: 44px;
    background: transparent;
    color: #000;
    padding: 0 15px;
    cursor: pointer;
    width: 100%;
    outline: none;
    border-radius: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=site]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=user]:focus,
input[type=time]:focus,
select,
textarea:focus {
    border-color: #000;
}

textarea {
    height: 135px;
    padding: 15px;
}

form .form-row {
    margin-bottom: 24px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: #838383;
    font-family: "Roboto", sans-serif !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 15px;
    color: #838383;
    font-family: "Roboto", sans-serif !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 15px;
    color: #838383;
    font-family: "Roboto", sans-serif !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 15px;
    color: #838383;
    font-family: "Roboto", sans-serif !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

input[type=search]::-webkit-input-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    color: #000;
}

input[type=search]::-moz-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    color: #000;
}

input[type=search]:-moz-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    color: #000;
}

input[type=search]:-ms-input-placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
    color: #000;
}

.search {
    position: absolute;
    width: 264px;
    height: 36px;
    margin: 0 !important;
    z-index: -1;
    right: 101%;
    top: 50%;
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search.search-mobile {
    display: none;
}

.search.active {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: visible;
    z-index: 1;
}

.search form {
    height: 100%;
}

.search button {
    height: 100%;
    border: 0;
    cursor: pointer;
    background: url(../img/svg/search_icon.svg) no-repeat center center;
    background-size: 21px 22px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search button:hover {
    background-image: url(../img/svg/search_icon_onmouse.svg);
}

input[type=search] {
    -webkit-appearance: textfield;
    background: #efefef;
    height: 100%;
    padding: 0 40px 0 14px;
    width: 100%;
    outline: none;
    border: 0;
    border-radius: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    color: #000;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.jq-selectbox__select {
    padding: 0 36px 0 14px;
    height: 34px;
    line-height: 32px;
    font-size: 15px;
    font-family: "Roboto", sans-serif !important;
    color: #555555;
    text-align: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #dddddd;
    width: 100%;
}

.jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 12px;
    height: 7px;
    background: url(../img/svg/arrow.svg);
    background-size: 12px 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jq-selectbox__dropdown {
    margin: 0 !important;
    top: 33px !important;
    z-index: 100;
    width: 100%;
}

.jq-selectbox__dropdown ul {
    border: 1px solid #dddddd;
    background: #fff;
    overflow: hidden;
    z-index: 100;
    width: 100%;
}

.jq-selectbox__dropdown li {
    list-style-type: none;
    color: #555555;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding: 12px 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jq-selectbox__dropdown li:hover,
.jq-selectbox__dropdown li.selected {
    color: #f12f2f;
}

.jq-selectbox__dropdown li.selected {
    color: #f12f2f;
    font-weight: bold;
}

input[type=submit] {
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    background: #2f9688;
    width: 100%;
    text-decoration: none;
    border: 0;
    color: #fff;
    -webkit-box-shadow: #11786a 0px 0.25em 0px 0.01em;
    box-shadow: #11786a 0px 0.25em 0px 0.01em;
    position: relative;
    padding: 0 35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input[type=submit]:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: #24796a 0px 0em 0px 0.01em;
    box-shadow: #24796a 0px 0em 0px 0.01em;
    background-color: #24796b;
}

.pull-right {
    margin-left: auto;
}

.button {
    font-size: 0;
}

.button.button_center {
    text-align: center;
}

.button a {
    display: inline-block;
    background-color: #2f9688;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: #11786a 0px 0.25em 0px 0.01em;
    box-shadow: #11786a 0px 0.25em 0px 0.01em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button a:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: #24796a 0px 0em 0px 0.01em;
    box-shadow: #24796a 0px 0em 0px 0.01em;
    background-color: #24796b;
}

.button.trs-btn a {
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    padding: 0 30px;
}

.button.trs-btn a:hover {
    background: #fff;
}

label {
    font-weight: bold;
    color: #010101;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}

label.chkbx {
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
}

.jq-checkbox {
    margin-right: 7px;
    bottom: -3px;
    position: relative;
}

.jq-checkbox .jq-checkbox__div {
    width: 19px;
    height: 19px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #333;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jq-checkbox .jq-checkbox__div:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/svg/check.svg) no-repeat center center;
    background-size: 60%;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jq-checkbox.checked .jq-checkbox__div:after {
    opacity: 1;
}

.radio-block label {
    display: inline-block;
    text-transform: none !important;
    cursor: pointer;
}

.radio-block label + label {
    margin-left: 50px;
}

.radio-block label.radio + label.radio {
    margin-left: 50px;
}

label.radio {
    display: block;
    cursor: pointer;
    color: #010101;
    font-size: 15px;
}

.jq-radio {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    margin-top: -3px;
    margin-right: 7px;
}

.jq-radio .jq-radio__div {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 3px;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.jq-radio.checked .jq-radio__div {
    opacity: 1;
}

.accept label {
    margin-bottom: 0 !important;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.captcha {
    margin-bottom: 30px;
}

.tabs .tab-content {
    display: none;
}

.tabs .tab-content.active {
    display: block;
}

.tabs .tab-titles {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.tabs .tab-title {
    cursor: pointer;
    margin: 0 11px;
    font-size: 30px;
    color: #6f6f6f;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tabs .tab-title.active,
.tabs .tab-title:hover {
    color: #000;
    border-color: #000;
}

.tabs .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto !important;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.slick-list {
    margin: 0 -20px;
}

.slick-slide {
    outline: 0;
    font-size: 0;
    margin: 0 20px;
}

.slick-arrow {
    position: absolute;
    display: block;
    cursor: pointer;
    font-size: 0;
    z-index: 10;
    border: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: 0 !important;
    width: 34px;
    height: 46px;
    z-index: 100;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow:hover {
    opacity: 0.5;
}

.slick-arrow.slick-prev {
    background: url(../img/svg/arrow_back.svg) no-repeat center center white;
    background-size: 40%;
    left: 0;
}

.slick-arrow.slick-next {
    background: url(../img/svg/arrow_forward.svg) no-repeat center center white;
    background-size: 40%;
    right: 0;
}

.slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.slick-dots li {
    list-style-type: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    margin: 0 5px !important;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots li:before {
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    content: "" !important;
    display: block !important;
    position: absolute !important;
    border-radius: 50% !important;
    border: 6px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 0;
}

.slick-dots li:hover {
    background: #fff !important;
}

.slick-dots li.slick-active {
    background: #fff !important;
}

.slick-dots li.slick-active:before {
    top: -6px !important;
    left: -6px !important;
    bottom: -6px !important;
    right: -6px !important;
    opacity: 1 !important;
}

.slick-dots li button {
    display: none;
}

.nav-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.breadcrumbs li {
    list-style-type: none;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 5px;
}

.breadcrumbs li:after {
    display: inline-block;
    content: "/";
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    margin: 0 5px;
    position: relative;
    top: 1px;
}

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

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

.breadcrumbs a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.breadcrumbs a:hover {
    border-color: transparent;
}

.header {
    padding-bottom: 7px;
}

.header ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header ul li {
    list-style-type: none;
    margin: 7px;
    position: relative;
}

.header ul li a {
    font-size: 18px;
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    border-bottom: 2px solid transparent;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header ul li a:hover {
    border-color: #000;
}

.header ul li.current-menu-item > a {
    border-color: #000;
}

.header ul li ul {
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 60px;
    z-index: 100;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header ul li ul li a {
    height: auto;
    font-size: 16px;
}

.header ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.big_banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.big_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.61;
    background: -webkit-gradient(linear, left top, left bottom, from(#9f887e), to(#212121));
    background: -o-linear-gradient(top, #9f887e 0%, #212121 100%);
    background: linear-gradient(to bottom, #9f887e 0%, #212121 100%);
    z-index: 3;
}

.big_banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/pattern_2.png);
    z-index: 5;
}

.big_banner .dark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 4;
}

.big_banner .big_banner-inner {
    text-align: center;
    font-size: 20px;
    padding: 40px 0;
    position: relative;
    z-index: 10;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 940px;
    margin: 0 auto;
}

.big_banner h1 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 0;
}

.big_banner h1:after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    background: #ff8c00;
    margin: 40px auto;
}

.big_banner p {
    margin-bottom: 40px;
    line-height: 1.3;
}

.big_banner .button a {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    width: 350px;
}

.section_block {
    padding: 50px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.section_block.section_feedback:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}

.section_block.section_with_bg {
    color: #fff;
}

.section_block.section_with_bg h1,
.section_block.section_with_bg h2,
.section_block.section_with_bg h3,
.section_block.section_with_bg h4,
.section_block.section_with_bg p {
    color: #fff;
}

.section_block.section_grey {
    background: #f8f8f8;
}

.section_block.section_grey .section_block-inner {
    background: #fff;
    padding: 30px;
}

.stars-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.stars-block span {
    margin: 0 5px;
    font-size: 28px;
}

.finger-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.finger-block .arrow-left,
.finger-block .arrow-right {
    display: block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: url(../img/downwards-pointer_1.svg) no-repeat center;
    background-size: 100%;
}

.finger-block .arrow-left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.finger-block .finger {
    width: 20px;
    height: 20px;
    background: url(../img/finger-tap.svg) no-repeat center;
    background-size: 100%;
}

.finger-block .arrow-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.progress-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -20px;
}

.progress-block .item {
    width: calc(33.33% - 20px);
    padding: 20px 0;
    margin-right: 20px;
    color: #fff;
    text-align: center;
}

.progress-block .icon {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 64px;
    margin: 0 auto 20px;
}

.progress-block .title {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: "Neucha", cursive;
}

.news-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-right: -20px;
}

.news-block .item {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 15px 30px;
    background: #f8f8f8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-block .item:hover {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.news-block .image {
    position: relative;
    margin: 0 -15px 20px;
}

.news-block .image a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.news-block .image a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-block .image a img {
    display: block;
    max-width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.news-block .image a:hover:after {
    opacity: 0.5;
}

.news-block .image a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-block .title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.news-block .title a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-block .title a:hover {
    border-color: #ff8c00;
}

.news-block .text {
    margin-bottom: 20px;
    line-height: 1.5;
}

.readmore a {
    display: inline-block;
    text-decoration: none;
    padding: 0 40px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #24796b;
    color: #24796b;
    z-index: 16;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.readmore a:hover {
    background: #24796b;
    color: #fff;
}

.pt40 {
    padding-top: 40px;
}

.about-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-block .image {
    width: 36.3636363636%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
}

.about-block .image img {
    display: block;
    max-width: 100%;
}

.about-block .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.about-block h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.about-block ul {
    margin-left: 35px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.about-block ul li {
    list-style-position: outside;
}

.about-block ul li + li {
    margin-top: 15px;
}

.gallery-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
}

.gallery-block .swipebox {
    width: calc(33.33% - 20px);
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
}

.gallery-block .swipebox img {
    display: block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.gallery-block .swipebox span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    opacity: 0;
    left: -40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gallery-block .swipebox span strong {
    margin-bottom: 15px;
    font-size: 22px;
}

.gallery-block .swipebox:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-block .swipebox:hover span {
    left: 0;
    top: 0;
    opacity: 1;
}

form .form-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

form .accept {
    font-size: 12px;
    position: relative;
    margin-top: -10px;
}

.feedback-block {
    padding: 40px;
    background: #f8f8f8;
    border: 5px solid #fff;
    max-width: 640px;
    margin: 0 auto;
}

.contacts-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-block .map {
    width: 60%;
    height: 450px;
}

.contacts-block .map > ymaps,
.contacts-block .map > iframe {
    width: 100% !important;
    height: 100% !important;
}

.contacts-block .contacts {
    width: 40%;
    padding: 40px 0 0 40px;
}

.contacts-block .contacts .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contacts-block .contacts .social {
    text-align: center;
}

.contacts-block .contacts .caption {
    margin-bottom: 20px;
}

.contacts-block .contacts .links {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts-block .contacts .links a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.contacts-block .contacts .links a:hover {
    background: #2f9688;
}

.contacts-block .contacts .links a + a {
    margin-left: 10px;
}

.contacts-block .contacts .links a:before {
    color: #fff;
}

.contacts-block .contacts .links .icon-vk {
    background: #656f7b;
}

.contacts-block .contacts .links .icon-instagram {
    background: #693b4f;
}

.contacts-block .contacts .links .icon-whatsapp {
    background: #7da377;
}

.contacts-block .contacts .links .icon-facebook {
    background: #535c6e;
}

.contacts-block .contacts .links .icon-youtube {
    background: #793e3b;
}

.contacts-block .contacts .links .icon-odnoklassniki {
    background: #ad8b6c;
}

.contacts-block .contacts .links .icon-viber {
    background: #5f4c6e;
}

.contacts-block .contacts .links .icon-tg {
    background: #4e778c;
}

.footer {
    background: #f3f3f3;
    position: relative;
    margin-top: -96px;
}

.footer .footer-inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 96px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .logo {
    font-size: 15px;
    font-weight: bold;
}

.footer .logo a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .logo a:hover {
    border-color: #333;
}

.footer .text {
    font-size: 13px;
}

.footer .contacts {
    text-align: right;
}

.footer .phone {
    font-size: 15px;
    line-height: 28px;
}

.footer .phone a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .phone a:hover {
    border-color: #333;
}

.footer .adress {
    line-height: 28px;
    font-size: 13px;
}

.news-blog .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.news-blog .item + .item {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px dotted #2f9688;
}

.news-blog .item .image {
    width: 30%;
    flex-shrink: 0;
    margin-right: 15px;
}

.news-blog .item .image a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.news-blog .item .image a img {
    width: 100%;
}

.news-blog .item .image a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-blog .item .image a:hover:after {
    opacity: 0.5;
}

.news-blog .item .image a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-blog .item .image img {
    display: block;
    max-width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-blog .item .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-blog .item .title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}

.news-blog .item .title a {
    text-decoration: none;
    border-bottom: 1px solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.news-blog .item .title a:hover {
    border-color: transparent;
}

.news-blog .item .text {
    font-size: 14px;
    margin-bottom: 10px;
}

.news-blog .item .readmore {
    text-align: right;
}

@media (max-width: 1170px) {
    .section_block {
        overflow-x: hidden;
    }
}

body:not(.category-novosti) .news-blog .item .image {
    display: none !important;
}
