*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Light.eot);
    src: local('Proxima Nova Light'),local('ProximaNova-Light'),url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Light.woff) format('woff'),url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNovaT-Thin.eot);
    src: local('Proxima NovaT Thin'),local('ProximaNovaT-Thin'),url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNovaT-Thin.woff) format('woff'),url(../fonts/ProximaNovaT-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Proxima Nova",sans-serif;
    margin: 0;
    overflow-x: hidden
}
section {
    display: flex;
    justify-content: center;
}
section .container {
    max-width: 1140px;
    padding: 0 10px;
    width: 100%;
}
.btn {
    color: #fff;
    background-color: #E73B24;
    border-color: #E73B24;
    border-radius: 50px;
    padding: 10px 50px;
    font-size: 20px;
    display: block;
    max-width: fit-content;
    margin: 50px auto 0;
    text-decoration: none;
    text-align: center;
}
h1, h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
}
.pre {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 0px;
    margin-bottom: 30px;
}
.pre2 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 40px;
    margin-bottom: 30px;
}
.pre_li {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.pre_li a{
    color: #000;
}
.journals {
    background: #ffffff;
}
.journals .container {
}
.journals .container h2 {
}
.journals .container .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}
.journals .container .items .item {
    max-width: 150px;
    box-shadow: 0px 0px 15px rgb(255 102 102 / 70%);
}
.journals .container .items .item.skin {
    max-width: 336px;
}
.journals .container .items .item img {
    width: 100%;
}
.journals .container .post {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 110px;
    color: #e73b24;
    margin-bottom: 100px;
}
@media all and (max-width:600px) {
    .journals .container .post {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.books {
    margin: 100px 0;
    background: #ffffff;
}
.books .container {
    display: flex;
    flex-wrap: wrap;
}
.books .container .left {
    flex: 0 0 50%;
    padding-right: 20px;
}
.books .container .left h2 {}
.books .container .right {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 50px;
}
.books .container .right .item {
    max-width: 150px;
    box-shadow: 0px 0px 15px rgb(255 102 102 / 70%);
}
.books .container .right .item img {
    width: 100%;
}
@media all and (max-width:980px) {
    .books .container .left, .books .container .right {
        flex:0 0 100%;
    }
}

.videos {
    background: #222222;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.videos .container {}
.videos .container h2 {
}
.videos .container .pre {}
.videos .container .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videos .container .wrap .left {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 24%;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 50px;
    color: #ffffff;
    justify-content: center;
    text-decoration: none;
}
.videos .container .wrap .center {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    color: #ffffff;
    text-decoration: none;
}
.videos .container .wrap .right {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 24%;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 50px;
    color: #ffffff;
    justify-content: center;
    text-decoration: none;
}
.videos .container .wrap .left img {
    max-width: 200px;
}
.videos .container .wrap .center img {
    width: 100%;
}
.videos .container .wrap .right img {
    max-width: 200px;
}
.videos .container .wrap .left p {
    margin: 20px 0 0;
    text-align: center;
    flex: 0 0 70%;
    color: #979797;
}
.videos .container .wrap .center p {
    margin: 20px 0 0;
    font-size: 25px;
    text-align: center;
}
.videos .container .wrap .right p {
    margin: 20px 0 0;
    text-align: center;
    flex: 0 0 70%;
    color: #979797;
}
@media all and (max-width:980px) {
    .videos .container .wrap {
        flex-wrap:wrap;
        gap:20px;
    }
    .videos .container .wrap .left {
        flex:0 0 100%;
        padding: 0;
    }
    .videos .container .wrap .center {
        flex:0 0 100%;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: center;
    }
    .videos .container .wrap .right {
        flex:0 0 100%;
        padding: 0;
    }
    .videos .container .wrap .center img {
        max-width:200px;
    }
    .videos .container .wrap .left p, .videos .container .wrap .center p, .videos .container .wrap .right p {
        font-size: 18px;
        flex:0 0 calc(100% - 200px);
        text-align: left;
        padding-left: 20px;
    }
}
@media all and (max-width:600px) {
    .videos .container .wrap .left p, .videos .container .wrap .center p, .videos .container .wrap .right p {
        flex:0 0 100%;
    }
} 

.services {
    margin: 100px 0;
}
.services .container {}
.services .container h2 {
}
.services .container .pre {}
.services .container .wrap {
    display: flex;
    gap: 10px;
}
.services .container .wrap .item {
    padding: 20px;
    border-radius: 5px;
}
.services .container .wrap .item p {
    font-size: 17px;
}
.services .container .wrap .item p.title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 32.055847;
}
@media all and (max-width:980px) {
    .services .container .wrap {
        flex-wrap:wrap;
    }
    .services .container .wrap .item {
        flex:0 0 calc(50% - 10px);
    }
}
@media all and (max-width:600px) {
    .services .container .wrap .item {
        flex:0 0 100%;
    }
}
.footer {
    background: #333333;
    color: #ffffff;
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer .container h2 {
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    margin-bottom: 50px;
}
.footer .container .forma_wrap {
    flex: 0 0 100%;
    margin-bottom:75px;
}
.footer .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .container .forma_wrap .forma label {
    flex: 0 0 calc(25% - 10px);
    position: relative;
}
.footer .container .forma_wrap .forma label input {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 0 10px;
    border: 0;
    box-sizing: border-box;
}
.footer .container .forma_wrap .forma label input.error {}
.footer .container .forma_wrap .forma label .warning {
    font-weight: 400;
    background: red;
    position: absolute;
    bottom: -10px;
    padding: 0 10px;
}
.footer .container .forma_wrap .forma .btn {
    flex: 0 0 calc(25% - 10px);
    display: flex;
    padding: 0;
    height: 50px;
    background: #e73b24;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 0;
    max-width: none;
}
.footer .container .forma_wrap .forma .notice {
    flex:0 0 100%;
    text-align:right;
    font-size:12px;
    margin-top:10px;
}
.footer .container .forma_wrap .forma .notice a {
    color:#ffffff;
}
.footer .container .forma_wrap div.error {
	color:#ffffff;
}
.footer .container .forma_wrap div.success {
	color:#ffffff;
}
.footer .container .copyright {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
}
.footer .container .copyright .left {}
.footer .container .copyright .left p {}
.footer .container .copyright .center {}
.footer .container .copyright .center p {}
.footer .container .copyright .center p.tel {}
.footer .container .copyright .right {}
.footer .container .copyright .right img {}
@media all and (max-width:980px) {
    .footer .container .forma_wrap .forma label {
        flex:0 0 calc(50% - 5px);
        margin-bottom:10px;
    }
    .footer .container .forma_wrap .forma .btn {
        flex:0 0 calc(50% - 5px);
    }
    .footer .container .copyright {
        flex-wrap:wrap;
    }
    .footer .container .copyright .right {
        margin-top:20px;
    }
}
@media all and (max-width:600px) {
    .footer .container .forma_wrap .forma label {
        flex:0 0 100%;
    }
    .footer .container .forma_wrap .forma .btn {
        flex:0 0 100%;
        font-size:18px;
    }
}
.slider_1 {
    margin: 75px 0 75px;
}
.slider_1 .container {}
.slider_1 .container h2 {
}
.slider_1 .container .pre {}
.slider_1 .container .btn {
    margin-top:50px;
}
.slider_1 .container .carousel {}
.slider_1 .container .carousel .carousel-cell {
    width: 370px;
    height: 437px;
    box-shadow: 0 8px 15px rgba(197,204,217,.45);
    border-radius: 5px;
    padding: 25px 33px 45px;
    margin-right: 10px;
    background-repeat: no-repeat !important;
    background-size: 200px !important;
    background-position: right bottom !important;
}
.slider_1 .container .carousel .carousel-cell .text {
    font-size: 16px;
}
.slider_1 .container .carousel .carousel-cell .title {
    font-size: 23px;
    margin: 3em 0 0;
}
.flickity-page-dots {
    bottom: -50px;
}
.flickity-page-dots .dot {
    background: #c4c4c4;
    opacity: 1;
}
.flickity-page-dots .dot.is-selected {
    background: #e73b24;
    width: 25px;
    border-radius: 5px;
}
#header1 {
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding-right: 0;
}
#header1:before, #header1:after {
	display:none;
}
.t_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.t_wrap .item {
    flex: 0 0 33%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    align-items: flex-start;
    align-content: flex-start;
}
.t_wrap .item .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center !important;
    background-size: contain !important;
    margin-bottom: 10px;
}
.t_wrap .item .name {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
	flex:0 0 100%;
}
.t_wrap .item .desc {
    text-align: center;
}

.first {
    background: url(../img/sfera.png) no-repeat;
    background-position: right top;
}
.first .container {}
.first .container img {
    width: 270px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.first .container h1 {
    max-width: 700px;
    line-height: 1.2;
}
.first .container .pre {
    padding: 0;
    font-size: 24px;
    max-width: 700px;
}
.first .container .btn {
    margin: 0;
}
@media all and (max-width:980px) {
    h1,h2 {
        font-size:32px;
    }
    .pre {
        font-size:24px;
    }
    .pre_li {
        font-size:20px;
    }
    .first .container img {
        width: 200px;
    }
}
@media all and (max-width:600px) {
    .btn {
        font-size:18px;
        padding: 10px 20px;
    }
    h1,h2 {
        font-size:24px;
    }
    .pre {
        font-size:18px;
    }
    .first {
        background: url(../img/sfera.png), #ffffffbf;
        background-position: right top;
        background-blend-mode: color;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .first .container .pre {
        font-size:18px;
    }
    .pre_li {
        font-size:16px;
    }
    
}
@media all and (max-width:410px) {
    .slider_1 .container .carousel .carousel-cell {
        width:100%;
    }    
}

.consult {}
.consult .container {
    padding-bottom: 100px;
}
.consult .container h2 {}
.consult .container .wrap {
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgb(255 102 102 / 70%);
    padding: 20px 0 0 0;
}
.consult .container .wrap .pre {}
.consult .container .wrap ul {
    list-style: none;
    padding: 20px;
    background: #F5F5F5;
}
.consult .container .wrap ul li {
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.consult .container .wrap ul li:before {
	content:'✓';
	position: absolute;
	top: 0;
	left: 0;
}
.consult .container .wrap ul li a {
    text-decoration: none;
    color: #366ca3;
}
.consult .container .wrap img {
	margin: 0 auto;
    width: 100%;
    max-width: 734px;
}

.experts {}
.experts .container {
	padding-bottom: 100px;
}
@media all and (max-width:600px) {
	.t_wrap .item {
		flex:0 0 100%;
	}
}
	