*::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
*:-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
*::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #bdbdbd;
    opacity: 1;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 0.3em solid rgba(0, 0, 0, 0);
}
.dropdown-item:hover,
.dropdown-toggle:hover {
    text-decoration: none;
}
.dropdown-item:focus,
.dropdown-toggle:focus {
    text-decoration: none;
}
.dropdown-menu {
    min-width: 62px;
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle {
    background-color: #00a0e1;
    margin-top: 17px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #333;
}
.navbar-default .navbar-toggle:active {
    opacity: 0.5;
}
.navbar-default .navbar-nav {
    float: none;
}
.navbar-default .navbar-nav li {
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    outline-offset: 0;
    transition: all 1s;
    width: 25%;
}
.navbar-default .navbar-nav li a {
    font-style: normal;
    font-weight: 300;
    color: #333;
    font-size: 22px;
    line-height: 1.5em;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.25s;
    font: 700 20px/20px "Verdana";
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    color: #00896b;
}
.navbar-default .navbar-nav li a:focus {
    background-color: none;
    text-shadow: none;
    color: #004939;
}
.navbar-default .navbar-nav li a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #004939;
    text-shadow: none;
}
.navbar-default .navbar-nav li .green-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    background: #00896b;
    border-radius: 8px;
    font: 700 20px/20px "Verdana";
    letter-spacing: -0.02em;
    color: #fff;
}
.navbar-default .navbar-nav li .green-btn img {
    position: relative;
    transition: all 0.25s;
    transform: translate(10px, 0px);
}
.navbar-default .navbar-nav li .green-btn:hover {
    color: #fff;
    background-color: #15d1a7;
    border-color: #15d1a7;
}
.navbar-default .navbar-nav li .green-btn:hover img {
    transform: translate(20px, 0px);
}
.navbar-default .navbar-nav li.active {
    background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav li.active a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    color: #333;
    outline: none;
    outline-offset: 0;
    padding: 20px;
    transition: all 0.25s;
}
.navbar-default .navbar-nav li.active a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    outline: none;
    outline-offset: none;
}
.navbar-default .navbar-nav li.active a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    text-decoration: none;
    outline: none;
    outline-offset: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #00a0e1 inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}
.sec-breadcrumbs {
    padding-top: 26px;
    padding-bottom: 26px;
    margin-top: 109px;
    text-align: left;
}
.wrap-breadcrumbs {
    padding: 22px 0 17px;
}
.breadcrumbs-flex {
    margin: 0;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumbs-flex li {
    list-style: none;
}
.breadcrumbs-flex a {
    text-decoration: underline;
    display: inline;
    color: #282728;
}
.wrap-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 9px;
}
.wrap-checkbox input {
    flex: 1 0 0;
}
.wrap-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.wrap-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    padding-left: 40px;
    text-indent: -24px;
}
.wrap-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    border-radius: 4px;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    left: -16px;
}
.wrap-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #00a0e1;
}
body {
    font: normal 20px/30px "Verdana";
    color: #333;
    background: #fff;
    width: 100%;
    height: 100%;
}
body .container {
    width: 100%;
    max-width: 1380px;
    padding-left: 15px;
    padding-right: 15px;
}
body .row {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-xs-1,
body .col-xs-10,
body .col-xs-11,
body .col-xs-12,
body .col-xs-2,
body .col-xs-3,
body .col-xs-4,
body .col-xs-5,
body .col-xs-6,
body .col-xs-7,
body .col-xs-8,
body .col-xs-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
body h2 {
    font: 700 45px/48px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
body h2 span {
    font-weight: 700;
    color: #00896b;
}
body h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5em;
    height: auto;
    color: #333;
    text-transform: none;
    text-align: center;
    position: relative;
    display: table;
}
body .line {
    width: 71px;
    height: 5px;
    display: table;
    margin: 0;
    background-color: #fff;
}
body .line-blue {
    background-color: #00a0e1;
}
body .navbar-fixed-top .navbar-collapse {
    max-height: 520px;
    width: 100%;
    background: #f3f9f5;
}
body .btn {
    border-radius: 8px;
    display: inline-block;
    padding: 16px 12.8%;
    margin-bottom: 0;
    font-size: 20px;
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    transition: all 0.5s;
}
body .btn--small {
    font-weight: bold;
    margin: 27px 0 0;
    padding: 13px;
    max-width: 174px;
}
body .btn-green {
    margin: 0;
    color: #fff;
    box-sizing: border-box;
    border: none;
    background: #00896b;
    border: 2px solid #00896b;
}
body .btn-green:hover,
body .btn-green:focus {
    outline: none;
    color: #fff;
    background-color: #15d1a7;
    border-color: #15d1a7;
}
body .btn-yellow {
    color: #fff;
    border: 1px solid #afd0e1;
    background: #afd0e1;
    padding: 31px 12px;
    font-weight: bold;
    font-size: 35px;
    box-shadow: 4px 0 29px 0 rgba(175, 208, 225, 0.66);
}
body .btn-yellow:hover,
body .btn-yellow:focus {
    outline: none;
    color: #fff;
    background: #00a0e1;
    border: 1px solid #00a0e1;
}
body .btn-transition {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
}
body .btn-transition:active {
    box-shadow: none;
}
body .btn-transition:hover,
body .btn-transition:focus {
    outline: none;
    color: #fff;
    background: #00a0e1;
    border: 2px solid #00a0e1;
}
body input,
body textarea {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    color: #333;
    border: 1px solid #e0e0e0;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    text-transform: none;
    text-align: left;
}
body input:focus,
body textarea:focus {
    outline: none;
    background-image: rgba(0, 0, 0, 0);
    color: #333;
}
body textarea {
    width: 100%;
    flex: 0 0 100%;
}
body input:-internal-autofill-selected {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    color: -internal-light-dark-color(white, black) !important;
    color: #fff !important;
}
body .desctop-hidden {
    display: none !important;
}
body .mob-visible {
    display: none !important;
}
.wrap-btn-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
}
.wrap-btn-submit .btn {
    flex: 1 0 auto;
    width: auto;
}
header .fixed {
    position: fixed;
}
header .def {
    background: rgba(0, 0, 0, 0);
}
header .transbg .navbar-header .wrap-tel .tel {
    color: #fff;
}
header .transbg .navbar-header .wrap-tel .mail {
    color: #fff;
}
header .transbg .wrap-top-link {
    display: none;
}
header .transbg .wrap-nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
header .navbar {
    margin-bottom: 0;
    min-height: 60px;
}
header .wrap-nav {
    padding: 0;
    background: #f3f9f5;
}
header .wrap-nav .wrap-all {
    width: 100%;
    max-width: 1380px;
    padding: 0 15px;
    margin: 0 auto;
}
header .navbar-header {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
header .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .logo {
    display: flex;
    align-items: center;
    padding-top: 13px;
}
header .logo:hover {
    text-decoration: none;
}
header .logo img {
    margin-right: 16px;
}
header .logo p {
    margin-top: -15px;
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #00896b;
}
header .top_header {
    position: relative;
    z-index: 1031;
    padding-top: 9px;
    padding-bottom: 24px;
    background: rgba(0, 0, 0, 0);
    color: #282828;
}
header .top_header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
}
header .top_header__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
header .top_header__item:nth-child(2) {
    display: flex;
    align-items: center;
}
header .top_header__item:nth-child(3) {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
header .top_header__item .login {
    display: flex;
    align-items: center;
    margin-left: auto;
}
header .top_header__item .login a {
    font: 600 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #828282;
    padding: 0 8px;
}
header .top_header__item .social {
    padding: 0 48px 0 41px;
    display: flex;
    align-items: center;
}
header .top_header__item .social a {
    display: block;
    width: 28px;
    height: 34px;
    margin: 0 8px;
}
header .top_header__item .tel .header_tel {
    padding-top: 2px;
    padding-bottom: 2px;
}
header .top_header__item .tel .header_tel img {
    padding-right: 10px;
}
header .top_header__item .tel a {
    font: 600 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.wrap-bg {
    background: #f3f3f3 url("../img/bg-main.png") top center/cover no-repeat;
    min-height: 949px;
    padding-bottom: 80px;
}
.sec-1 {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 36px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.sec-1 .topic-item {
    flex: auto;
    padding: 0 15px;
}
.sec-1 .topic-item:nth-child(1) {
    flex: 0 0 auto;
}
.sec-1 .topic__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 60px -15px 0;
    width: 100%;
    max-width: 1380px;
}
.sec-1 .topic__title {
    padding-bottom: 20px;
    font: 700 20px/28px "Verdana";
}
.sec-1 .topic p {
    max-width: 770px;
    font: 400 18px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.sec-1 .topic__ul {
    padding-top: 57px;
    padding-bottom: 10px;
    max-width: 678px;
}
.sec-1 .topic__li {
    display: flex;
    align-items: flex-start;
    font: 400 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
    position: relative;
    list-style: none;
    padding-bottom: 24px;
}
.sec-1 .topic__li_img {
    flex: 0 0 auto;
    margin-right: 32px;
}
.sec-1 .topic__li_text .title {
    font: 600 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
    padding-bottom: 5px;
}
.sec-1 .topic__li_text p {
    font: 400 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.sec-1 .topic-img {
    width: 100%;
}
.sec-1 .topic-img img {
    max-width: 600px;
    position: relative;
    left: -52px;
}
.sec-1 .topic__btn {
    padding-top: 40px;
}
.sec-1 .topic__btn .btn{
    padding: 16px 3.8%;
    font-size: 18px;
}
.sec-1-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 32px 15px;
    background: #f3f9f5;
    border: 1px solid #15d1a7;
    border-radius: 8px;
}
.sec-1__item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #15d1a7;
}
.sec-1__item:last-child {
    border-right: 0;
}
.sec-1__text {
    font: 600 22px/26px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #00896b;
    margin: 0 auto;
    padding: 0 10px;
}
.blue {
    padding-top: 50px;
    padding-bottom: 55px;
    background: #008cd2;
}
.blue p {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}
.sec-2 {
    padding-top: 93px;
    padding-bottom: 26px;
    background: #fff;
}
.sec-2__text {
    padding-top: 24px;
    padding-bottom: 64px;
    max-width: 1010px;
    font: 400 20px/30px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.sec-2-video {
    background: #f3f9f5;
    border: 1px solid #15d1a7;
    border-radius: 16px;
    overflow: hidden;
}
.sec-2-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.sec-2-responsive .sec-2-responsive-item,
.sec-2-responsive embed,
.sec-2-responsive iframe,
.sec-2-responsive object,
.sec-2-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.sec-2-responsive-16by9::before {
    padding-top: 35.65%;
}
.sec-2-responsive::before {
    display: block;
    content: "";
}
.sec-3 {
    color: #333;
    padding-top: 115px;
    padding-bottom: 70px;
}
.sec-3 .sub-title {
    font-size: 20px;
    line-height: 30px;
    max-width: 490px;
    padding-bottom: 50px;
}
.sec-3__wrap {
    margin-top: 64px;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sec-3__item {
    width: calc(33.3333% - 20px);
    background: #fff;
    border: 1px solid #15d1a7;
    border-radius: 16px;
    transition: all 0.25s;
    margin-bottom: 30px;
}
.sec-3__item:hover {
    border: 1px solid #ffed42;
}
.sec-3__img {
    margin: 16px auto 25px;
    display: table;
}
.sec-3__text p {
    font: 400 18px/27px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #333;
    padding: 0 8% 46px;
}
.sec-3__reviews {
    padding-top: 58px;
}
.sec-3__reviews h2{
	font: 700 25px/30px "Verdana";
}
.sec-3__reviews_top {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3f9f5;
}
.sec-3__reviews_text p {
    padding-left: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
.sec-3__reviews_item {
    padding: 24px;
    width: calc(33.3333% - 20px);
    height: 100%;
    background: #fff;
    border: 1px solid #15d1a7;
    border-radius: 16px;
    transition: all 0.25s;
}
.sec-3__reviews_item:hover {
    border: 1px solid #ffed42;
}
.sec-3__reviews_bottom {
    padding-top: 20px;
    font: 400 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.sec-3__reviews_bottom a {
    display: table;
    padding-top: 12px;
    font: 400 16px/24px "Verdana";
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #828282;
}
.sec-3__reviews_img {
    max-width: 90px;
}
.sec-3__article {
    padding-top: 41px;
    padding-bottom: 105px;
}
.sec-3__article_item {
    height: 100%;
    padding: 24px;
    width: calc(33.3333% - 20px);
    background: #fff;
    border: 1px solid #15d1a7;
    border-radius: 16px;
    transition: all 0.25s;
    margin-bottom: 30px;
}
.sec-3__article_item:hover {
    border: 1px solid #ffed42;
}
.sec-3__article_img {
    padding: 8px 0;
}
.sec-3__article_bottom {
    padding-top: 25px;
}
.sec-3__article_data {
    font: 400 14px/21px "Verdana";
    letter-spacing: -0.02em;
    color: #828282;
}
.sec-3__article_title {
    padding: 8px 0;
    font: 600 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.sec-3__article_text {
    font: 400 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.sec-3__article_link {
    font: 400 14px/21px "Verdana";
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #828282;
    padding: 5px 0;
    display: table;
}
.sec-4 {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.sec-4:after {
    content: "";
    width: 100%;
    height: 171px;
    background: #f3f9f5;
    bottom: 126px;
    position: absolute;
    z-index: -1;
}
.sec-4__h2 {
    font: 700 36px/32px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #333;
}
.sec-4__form {
    border: 1px solid #15d1a7;
    border-radius: 16px;
    padding: 32px 15px 0;
    margin-left: 15px;
    background: #fff;
}
.sec-4__flex {
    padding-top: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-4__item {
    width: 50%;
}
.sec-4__subtitle {
    font: 400 20px/30px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #333;
    padding: 15px 9% 0;
}
.sec-5 {
    padding-top: 65px;
}
.sec-5__wrap {
    margin-top: 88px;
    background: url("../img/svg/sec-5-line.svg") center -86px/563px 100% no-repeat;
}
.sec-5__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 245px;
}
.sec-5__item {
    width: 50%;
    padding-bottom: 65px;
}
.sec-5__item:nth-child(2n + 1) {
    max-width: 608px;
}
.sec-5__item:nth-child(2n) {
    max-width: 548px;
    transform: translate(0px, 245px);
}
.sec-5__img {
    margin: 0 auto 55px;
    display: table;
}
.sec-5__disc {
    display: flex;
}
.sec-5__num {
    display: table;
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
    background: #f3f9f5;
    border: 1px solid #15d1a7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-5__num p {
    font: 700 30px/36px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #333;
}
.sec-5__text {
    padding-left: 40px;
}
.sec-5__title {
    font: 600 24px/29px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
    padding-bottom: 24px;
}
.sec-5__p {
    font: 400 20px/30px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
}
.sec-5_next .sec-5__wrap {
    margin-top: 88px;
    background: url("../img/svg/sec-5-line-2.svg") center -86px/563px 100% no-repeat;
}
.sec-5_next .sec-5__flex {
    padding-bottom: 0;
}
.sec-5_next .sec-5__text {
    display: flex;
    align-items: center;
}
.sec-5_next .sec-5__title {
    padding-bottom: 0;
}
form {
    background: #fff;
    border-radius: 5px;
    max-width: 350px;
    margin: 38px auto;
}
form .title {
    font-size: 30px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 46px;
}
form .btn-green {
    margin-top: 31px;
    display: table;
    width: 100%;
}
.sec-6 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.sec-6__flex {
    margin: 60px -5px 0;
}
.sec-6__item {
    width: 20%;
    min-height: 150px;
    padding: 5px;
}
.sec-6__img {
    background: #fff;
    border: 1px solid #c5ebe2;
    border-radius: 8px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer {
    margin-top: auto;
    border-top: 2px solid #f3f9f5;
    padding-top: 115px;
    padding-bottom: 120px;
    overflow-x: hidden;
    font-family: Verdana, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
}
.footer .container::before,
.footer .container::after,
.footer .container .row::before,
.footer .container .row::after {
    display: none;
}
.footer__hr {
    margin-top: 25px;
    margin-bottom: 55px;
}
.footer__logo-link {
    margin-left: -45px;
}
.footer .container {
    max-width: 1440px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.footer .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}
.footer .mb-lg-0,
.footer .my-lg-0 {
    margin-bottom: 0 !important;
}
.footer .col-lg-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.footer .col-lg-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.footer .col-lg-3,
.footer .col-lg-9,
.footer .col-lg-4,
.footer .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.footer .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.footer .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.footer a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    transition: 0.15s ease-in-out;
}
.footer .footer__link {
    display: block;
    font-weight: 600;
    margin-bottom: 17px;
}
.footer .footer__link:hover {
    color: #003d2f;
    text-decoration: none;
}
.footer__copy {
    font-size: 14px;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: 0 0;
}
::-webkit-scrollbar-thumb {
    background: #e0e0e0;
}
::-webkit-scrollbar-thumb:hover {
    background: #15d1a7;
}
.form-control::-webkit-scrollbar {
    width: 8px;
}
.form-control::-webkit-scrollbar-track {
    background: 0 0;
}
.form-control::-webkit-scrollbar-thumb {
    background: #e0e0e0;
}
.form-control::-webkit-scrollbar-thumb:hover {
    background: #15d1a7;
}
.footer__top {
    border-bottom: 2px solid #f3f9f5;
    padding-bottom: 25px;
}
.footer__bottom {
    padding-top: 62px;
    padding-bottom: 61px;
}
.footer__flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer__item {
    width: 25%;
}
.footer__logo_p {
    font: 700 27px/27px "Verdana";
    letter-spacing: -0.02em;
    color: #00896b;
    padding-top: 11px;
    padding-left: 40px;
}
.footer__item {
    padding: 0 15px;
}
.footer__item li {
    padding-bottom: 17px;
}
.footer__item li .social {
    display: flex;
    align-items: center;
    margin: 0 -8px;
}
.footer__item li .social a {
    margin: 0 8px;
}
.footer__item li .social a img {
    width: 27px;
    height: 27px;
}
.footer__item a {
    font: 600 16px/24px "Verdana";
    letter-spacing: -0.02em;
    color: #333;
    display: table;
}
.footer__item a .arrow-right {
    padding-left: 10px;
}
.footer .copy {
    font: 400 14px/21px "Verdana";
    letter-spacing: -0.02em;
    color: #828282;
    padding-left: calc(50% + 15px);
    padding-right: 135px;
}
.footer__bottom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom_social {
    padding-right: 15px;
    padding-left: 15px;
}
.footer__bottom_social .footer__bottom_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom_item {
    flex: 1;
}
.footer__bottom_item .copy {
    padding: 0;
}
.footer__bottom_p {
    font: 400 14px/21px "Verdana";
    letter-spacing: -0.02em;
    color: #828282;
}
.footer__social_flex {
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__social_item {
    color: #151515;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid #c5ebe2;
    border-radius: 8px;
    background: #fff;
    font: 400 14px/21px "Verdana";
}
.footer__social_item:hover {
    text-decoration: none;
    color: inherit;
}
.footer__social_item img {
    margin-right: 8px;
}
.plus__flex {
    margin-top: 64px;
    margin-bottom: 57px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plus__item {
    flex: 1;
    text-align: center;
    padding: 0 15px;
}
.plus__title {
    padding-top: 25px;
    font: 600 24px/29px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #333;
}
.plus__text {
    padding-top: 17px;
    padding-bottom: 20px;
    font: 400 18px/27px "Verdana";
    text-align: center;
    letter-spacing: -0.02em;
    color: #333;
}
.schedule {
    padding-left: 95px;
    font-size: 20px;
    line-height: 35px;
    color: #282828;
    font-weight: bold;
    z-index: 2;
}
.schedule:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: url("../img/icon-footer-3.png") top center/cover no-repeat;
}
.mail {
    padding-left: 95px;
    font-size: 20px;
    line-height: 35px;
    color: #282828;
    font-weight: bold;
    z-index: 2;
}
.mail:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    background: url("../img/icon-footer-2.png") top center/cover no-repeat;
}
.tel {
    padding-left: 0;
    font: 600 16px/24px "Verdana";
    color: #333;
    z-index: 2;
}
.fancybox-content {
    color: #fff;
    border-radius: 0;
    padding: 0 66px 20px;
    max-width: 430px;
    border: 1px solid #fff;
    background: url("../img/bg-form.png") top center/cover no-repeat;
}
.fancybox-content h2 {
    font-size: 25px;
    line-height: 21px;
    font-weight: bold;
    color: #f6544d;
    padding: 23px 0 16px;
}
.fancybox-content h3 {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding-bottom: 13px;
    color: #fff;
}
.fancybox-content input {
    margin-bottom: 20px;
}
.fancybox-content .name input {
    border-bottom: 3px solid #555;
    border-radius: 5px;
    color: #333;
    font-size: 17px;
    padding: 12px;
}
.fancybox-content .phone input {
    border-bottom: 3px solid #555;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding: 12px;
}
.fancybox-content *::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}
.fancybox-content *:-moz-placeholder {
    color: #333;
    opacity: 1;
}
.fancybox-content *::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.fancybox-content *:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}
.fancybox-content .btn-purple {
    margin: 0 auto;
    max-width: 280px;
}
.fancybox-content .wrap-btn-submit {
    margin-top: 88px;
}
.fancybox-inner {
    background-color: rgba(46, 46, 46, 0.8);
}
.hidden {
    display: none;
}
.wrap-btn-submit-popup {
    display: flex;
    padding-top: 30px;
}
.form-inline {
    text-align: center;
}
.form-inline .form-group {
    position: relative;
    padding: 0 15px;
    width: calc(50% - 15px);
    padding-bottom: 45px;
}
.form-group {
    margin-bottom: 26px;
    position: relative;
}
.modal-dialog {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    border-bottom: none;
}
.modal-header {
    border-bottom: none;
    padding: 35px 15px;
    font-size: 25px;
    line-height: 35px;
}
.modal-header .close {
    margin-top: -26px;
}
body .parsley-errors-list {
    left: 10px;
    padding-left: 0;
    position: absolute;
    top: 54px;
    list-style: none;
    color: #e00707;
}
body .parsley-errors-list li {
    font-family: "Verdana";
    font-size: 13px;
}
body input.parsley-error,
body textarea.parsley-error {
    border: 1px solid red !important;
    box-shadow: 0;
    outline: none;
}
body input.parsley-success,
body textarea.parsley-success {
    border: 1px solid #3aa64e !important;
    outline: none;
}
.slick {
    max-width: 100%;
    margin: auto;
    padding: 56px 0 55px;
}
.wrap-slick {
    margin: 0 -17px;
}
.wrap-slick .btn {
    max-width: 275px;
}
.slick-track {
    display: flex;
}
.slick-slider {
    padding: 0 30px;
}
.slick-slide {
    padding: 0 17px;
}
.slick-slide img {
    margin: auto;
    max-height: 140px;
}
.slick-arrow {
    z-index: 2;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    border-radius: none;
    top: 50%;
    transform: translate(0, -50%);
}
.slick-prev {
    left: 0;
    background: url("../img/arrow-l.png") no-repeat center/cover;
}
.slick-prev:hover {
    background: url("../img/arrow-l-hover.png") no-repeat center/cover;
}
.slick-prev:focus {
    background: url("../img/arrow-l.png") no-repeat center/cover;
}
.slick-next {
    right: 0;
    background: url("../img/arrow-r.png") no-repeat center/cover;
}
.slick-next:hover {
    background: url("../img/arrow-r-hover.png") no-repeat center/cover;
}
.slick-next:focus {
    background: url("../img/arrow-r.png") no-repeat center/cover;
}
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.grecaptcha-badge {
    visibility: hidden;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding: 0 15px;
}
.sec-1 .topic__wrap.m-160 {
    margin: 120px -15px 0;
}

.field-spaform-fio.has-error, .field-spaform-phone.has-error{
    font-size: 12px;
}

.d-block {
    display: block;
}
.m-20-auto {
    margin: 20px auto;
}
.w-300-460 {
    min-width: 300px;
    max-width: 460px;
}
.my-5{
    margin-top:30px
}
