@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'cera';
    src: url('../fonts/CeraPro-Bold.eot');
    src: url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraPro-Bold.woff') format('woff'), url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.eot');
    src: url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Heavy.woff') format('woff'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

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

body {
    font-family: 'Gilroy';
    margin-right: auto;
    position: relative;
    max-width: 1920px;
    width: 100%;
    padding-top: 72px;
    margin-left: auto;
}

* {
    outline: none!Important;
}

button {
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 17px !important;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.flex::before,
.row.flex::after {
    display: none
}

.flex.center {
    align-items: center;
}

.container {
    width: 100%;
    max-width: 1290px;
}

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

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #FFFFFF;
    transition: 0.3s;
	box-shadow: 0px 0px 63px rgba(36, 36, 58, 0.08);
	box-shadow: 0px 0px 63px rgb(36 36 58 / 15%);
     
}

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

.logo {
    max-width: 100%;
    display: inline-block;
    width: 260px;
}

.top_nav {}

.top_nav li {
    display: inline-block;
    vertical-align: middle;
}

.top_nav li a {
    transition: 0.3s;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
    color: #404056;
}

.top_nav li.active a {
 
}

.top_nav li a:hover {
    text-decoration: underline
}

button {
    background: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.recall {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
	background: linear-gradient( 360deg , #354685 0%, #2196f3 100%);
    border-radius: 3px;
    width: 175px;
    height: 55px;
}

.recall:hover {
    opacity: .6
}

.tel_wrp {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    position: relative;
}

.tel_wrp > a {
	color: #404056;
    margin-top: 3.5px;
    display: block;
    font-weight: normal;
    font-size: 17px;
    line-height: 18px;
    text-align: right;
}

header .tel_wrp > a:nth-last-child(2) {
    margin-bottom: 0;
}
footer .tel_wrp > a:last-child {
	margin-bottom:0;
 
}

.tel_wrp a span {
   
    color: #404056;
}

.v_w_icons {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 77px;
    bottom:0;
    right: -90px;
}

.v_w_icons li {
    position: relative;
    top: 0;
    transition: 0.3s;
}

.v_w_icons li:hover {
    top: -4px;
}

.one {
    padding-top: 180px;
    position: relative;
    padding-bottom: 180px;
 
    background: url(../img/header.jpg);
    /* background-repeat: no-repeat; */
    /* background-position: calc(50% + 360px) calc(50% + 80px), calc(50% - 360px) calc(50% + 40px); */
    background-size: cover;	
	background-position: center center;
   
	
}

.one .container {
    position: relative;
    z-index: 100;
}

.one::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(137.46deg, #FFFFFF 36.05%, #F0F7FF 100%);
    z-index: -1;
}

.mnt1 {
    margin-bottom: 20px;
    font-weight: normal;
	font-size: 18px;
    line-height: 20px;
    color: #404056;
}

h1 {
    margin: 0;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 52px;
    line-height: 66px;
    color: #333333;
	margin-left: -1.5px;
}

.mnt2 {
    margin-bottom: 50px;
}

.mnt2 li {
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #404056;
}

.mnt2 img {
    margin-right: 14px;
	width: 36px;
    transition: .3s;
    position: relative;
    top: 0;
}

.mnt2 li:hover img {
    top: -4px;
}

.mnt2 li:last-child {
    margin-right: 0;
}

.normb {
	font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333333;
    width: 260px;
    height: 75px;
    background: linear-gradient( 40deg , #ffe333 47%, #ffc107 100%);
    border-radius: 3px;
}

.normb:hover {
    opacity: .6;
}

.two {
    position: relative;
    z-index: 100;
    margin-top: -105px;
	padding-bottom: 30px;
}

.pr_total {
    padding-top: 50px;
    padding-bottom: 55px;
 
}


.pptz {
	background: #FFFFFF;
    box-shadow: 0px 43px 137px rgba(36, 36, 58, 0.1);
    padding-bottom: 30px;
    padding-top: 10px;
}





.pr_wrp {
    position: relative;
}

 

.pr_total .row > div:last-child .pr_wrp::after {
    display: none
}

.pr_wrp img {
    width: 100px;
    border: solid 0px #E3F2FD;
    padding: 5px;
    border-radius: 7px;
}

.pr_wrp {
    text-align: center;
}

.pr_wrp div {
    margin-bottom: 18px;
    height: 129px;
    width: 129px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* top: 0; */
    /* transition: 0.3s; */
}

/* .pr_wrp:hover div {
    top: -4px;
} */

.pr_wrp p {
	margin-bottom: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #404056;
}

.three {
    padding-top: 90px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-image: url(../img/rec2.svg);
    background-position: calc(50% - 600px) 0;
}

h2 {
	position: relative;
    margin: 0;
    padding-top: 25px;
    margin-bottom: 65px;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #24243A;
}

h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
    height: 3px;
    background: #FFEB3B;
    left: 0;
}

h2 {
	position: relative;
    margin: 0;
    padding-top: 25px;
    margin-bottom: 65px;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    color: #24243A;
}

h2::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
    height: 3px;
background: #FFEB3B;
    left: 0
}

h3::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
    height: 3px;
	background: #FFEB3B;
    left: 0
}

h4::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
    height: 3px;
	background: #FFEB3B;
    left: 0
}
h5::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
    height: 3px;
	background: #FFEB3B;
    left: 0
}

h3 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #404056;
    margin-top: 10px;
}
h4 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #404056;
    margin-top: 10px;
}
h5 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #404056;
    margin-top: 10px;
}

.text-center h2::before {
    left: calc(50% - 50px);
}

.text-center h3::before {
    left: calc(50% - 50px);
}
.text-center h4::before {
    left: calc(50% - 50px);
}

.text-center h5::before {
    left: calc(50% - 50px);
}

.text-center h2::before {
    left: calc(50% - 50px);
}

.wd_wrp {
    padding-top: 65px;
}

.wd_item {
    margin-bottom: 45px;
    padding-left: 100px;
    position: relative;
	padding-right: 30px;
    margin-left: 30px;

}

.wd_item img {
    position: absolute;
    left: -20px;
    width: 94px;
    transition: 0.3s;
    bottom: 3px;
}

.wd_item:hover img {
    transform: translateY(0px)
}

.wd_item p {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    color: #404056;
}

.wd_item span {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #404056;
}

.wd_item:last-child {
    margin-bottom: 0;
}

.video_wrp {
    display: inline-block;
    margin-bottom: 50px;
    position: relative;
}

.video_wrp img {
    max-width: 100%
}

.video_wrp::before {
 
}

.video_wrp:hover::before {
    transform: scale(0.8)
}

.look_all_videos {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1E7FF2;
    height: 75px;
    max-width: 245px;
    width: 100%;
    border: 2px solid #1E7FF2;
    box-sizing: border-box;
    border-radius: 3px;
}

.look_all_videos:hover {
    background: #1E7FF2;
    color: #fff;
}

.four {
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg1.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
}

.four .flex {
    padding-bottom: 30px;
}

.four .flex > div {
    margin-bottom: 30px;
}

h2.wt {
    color: #fff
}

h2.wt::before {
    background-color: #fff;
}

.price_wrp {
    transition: 0.3s;
    position: relative;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.price_wrp:hover {
	box-shadow: 0px 40px 100px rgba(230, 66, 78, 0.3);
}

.price_head {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
 
    width: 100%;
}

.price_head img {
    max-width: 100%;
    max-height: 100%;
	border-radius: 0px;
    border: solid 0px #ecf5ff;
}

.price_content > div {
    width: 100%;
}

.price_content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 30px;
}

.pt1 {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #404056;
}

.price_content ul {
    margin-bottom: 40px;
}

.price_content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2EDFB;
    padding: 13px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #404056;
}

.price_content ul li span:last-child {
    font-weight: bold;
}

.price_content ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.price_bottom a {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #1E7FF2;
}

.price_bottom a:hover {
    text-decoration: none;
}

.price_bottom .normb {
    height: 55px;
    max-width: 100%;
    margin-bottom: 13px;
}

.more_info {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.tel_img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.st1 {
    position: relative;
    margin-bottom: 45px;
    font-weight: normal;
    font-size: 40px;
    line-height: 64px;
    color: #24243A;
    padding-top: 30px;
    margin-top: 25px;
}

.st1::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 3px;
    background: #1E7FF2;
}

.st1 span {
    font-weight: bold;
}

.but_wrp {
    position: relative;
}

.wr_v {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: 0.3s;
    margin-right: 20px;
    height: 75px;
    width: 100%;
    max-width: 245px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(360deg, #513CA2 0%, #8761FE 100%);
    border-radius: 3px;
}

.wr_w {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: 0.3s;
    height: 75px;
    width: 100%;
    max-width: 245px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: linear-gradient(0deg, #29B53F 0%, #5AD265 100%);
    border-radius: 3px;
    color: #FFFFFF;
}

.but_wrp a:hover {
    opacity: .7;
}

.five {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-image: url(../img/rec3.svg);
    background-position: calc(50% - 360px) 50%;
}

.six {
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f6faff;
   
}

.six h2 {
    margin-bottom: 50px;
}

.gar_wrp {
	position: relative;
    top: 0;
    transition: 0.3s;
    background: #f0f7fd;
    box-shadow: 0px 43px 137px rgb(36 36 58 / 10%);
    border-radius: 0px;
    padding: 15px;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 15px;
    margin-top: -5px;
    height: auto;
    color: #ffffff;
}

.gar_wrp div {
  
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.gar_wrp p {
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #333333;
    margin-bottom: 14px;
}

.gar_wrp span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #404056;
}

.gar_wrp:hover {
   
	background: linear-gradient( 360deg , #FFC107 0%, #FFEB3B 100%);
}

.six .flex {
    margin-bottom: -30px;
}

.six .flex > div {
    margin-bottom: 30px;
}

.seven {
    padding-top: 120px;
    padding-bottom: 135px;
}

h2 span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    color: #404056;
    margin-top: 10px;
}

.work_list {}

.work_list li {}

.work_list li a {
    display: flex;
    align-items: center;
    transition: 0.3s;
    min-height: 76px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #404056;
}

.work_list li.active a {
    background: linear-gradient(360deg, #2375F4 0%, #0CADE8 100%);
    border-radius: 3px;
    text-decoration: none!important;
    color: #fff;
}

.work_list li a:hover {
    text-decoration: underline;
}

.gallery_item {
    display: block;
    background-position: center;
    background-size: cover;
    height: 214px;
    transition: .3s;
}

.gallery_item:hover {
    transform: scale(1.02)
}

.gallery_item.video::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/play1.svg);
    width: 87px;
    height: 87px;
    border-radius: 50%;
    box-shadow: 0px 17px 34px rgba(36, 36, 58, 0.1);
    left: calc(50% - 43.5px);
    top: calc(50% - 43.5px);
    transition: 0.3s;
}

.gallery_item.video:hover::before {
    transform: scale(1.1)
}

.gal_flex {
    margin-bottom: -30px;
}

.gal_flex >div {
    margin-bottom: 30px;
}

.eight h2 {
    margin-bottom: 50px;
}

.eight {
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 100px;
    background-image: url(../img/bg2.jpg);
    background-attachment: fixed;
}

.team_wrp {
    margin-bottom: 30px;
}

.team_wrp p {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.team_wrp span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #FFFFFF;
}

.team_wrp img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.nine {
    padding-top: 100px;
    padding-bottom: 100px;
}

.nine h2 {
    margin-bottom: 50px;
}

.nine .flex {
    margin-bottom: -30px;
}

.nine .flex > div {
    margin-bottom: 30px;
}

.sale_wrp {
    background-repeat: no-repeat;
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 35px;
    background: url(../img/rec5.svg), linear-gradient(360deg, #2375F4 0%, #0CADE8 100%), #ECECEC;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: calc(50% + 13px) calc(50% + 13px), center center;
}

.sale_wrp p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.3;
    color: #FFFFFF;
    max-width: calc(100% - 253px);
    width: 100%;
}

.sale_wrp p span {
    font-weight: bold;
}

.sale_wrp > span {
    font-weight: bold;
    font-size: 144px;
    line-height: 144px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 8px 13px 0px #1957B5;
    width: 253px;
    text-align: right;
}

.nine .flex > div:nth-child(even) .sale_wrp {
    background: url(../img/rec6.svg), linear-gradient(360deg, #2375F4 0%, #0CADE8 100%), #ECECEC;
    background-repeat: no-repeat;
    background-position: calc(50% + 13px) calc(50% + 13px), center center;
}

.free_go {
    margin: 65px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #404056;
}

.ten {
    padding-bottom: 130px;
    background-color: #F6FAFF;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-image: url(../img/rec7.svg);
    background-position: center;
}

.ten h2 {
    margin-bottom: 65px;
}

.rev_wrp {
    position: relative;
    display: flex;
    padding: 70px;
    background: #FFFFFF;
    box-shadow: 0px 43px 137px rgba(36, 36, 58, 0.1);
    border-radius: 3px;
}

.img_main_wrp {
    background-position: top center;
    background-size: cover;
    border-radius: 16px;
    width: calc(50% - 200px);
	min-height:410px
}

.rev_area {
    margin: 0 60px;
    width: 400px;
}

.before_after_area {
    width: calc(50% - 200px);
}

.insta_area {
    position: relative;
     
    padding-bottom: 25px;
    margin-bottom: 22px;
    border-bottom: 1px solid #E2EDFB;
}

.insta_area div {
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 37px);
    position: absolute;
}

.insta_area p {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #404056;
}

.insta_area span {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #404056;
    display: block;
}


.insta_area span img {
    margin-right: 8px;
}

.task {
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #404056;
}

.task span {
    color: #1E7FF2;
}

.rev_t {
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #404056;
}

.before_after_area {
    flex-direction: column;
    display: flex;
}

.before_after_area a {
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
    border-radius: 16px 16px 0px 0px;
    flex: 1;
}

.before_after_area span {
    position: absolute;
    width: 85px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    left: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #FFFFFF;
    background: #E83E3E;
    border-radius: 0px 3px 3px 0px;
}

.before_after_area a:last-child {
    border-radius: 0px 0px 16px 16px;
    margin-top: 10px;
}

.before_after_area a:last-child span {
    left: inherit;
    top: inherit;
    right: 0;
    bottom: 30px;
    background: #1E7FF2;
    border-radius: 0px 3px 3px 0px;
}

.go_other {
    margin: 0;
    cursor: pointer;
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #1E7FF2;
    right: 75px;
    z-index: 100;
    top: 26px;
}

.go_other img {
    margin-right: 13px;
}

.go_other:hover {
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.elven h2 {
    margin-bottom: 0 !important;
}

.elven {
    padding: 120px 0;
}

.rec_wrp {
    text-align: center;
    display: block;
}

.rec_wrp div {
    display: inline-flex;
    align-items: center;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 43px 137px rgba(36, 36, 58, 0.1);
    border-radius: 5px;
    margin-bottom: 26px;
    justify-content: center;
    position: relative;
    top: 0;
    width: 100%;
    transition: 0.3s;
}

.rec_wrp:hover div {
    top: -4px;
}

.rec_wrp img {
    max-width: 100%;
    max-height: 100%;
}

.rec_wrp p {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #404056;
}

.rec_wrp span {
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #404056;
}

.twelve {
    padding-top: 115px;
    padding-bottom: 110px;
    background-color: #F6FAFF;
    background-image: url(../img/rec8.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.an_q_item {
    background: #FFFFFF;
    box-shadow: 0px 43px 137px rgba(36, 36, 58, 0.1);
    border-radius: 3px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.an_header {
	min-height: 60px;
    position: relative;
    padding-top: 0px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.2;
    color: #404056;
    padding-bottom: 0px;
}

.an_q_item:hover {
	background: linear-gradient( 40deg , #ffe333 47%, #ffc107 100%);
}




.an_header::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/arb.svg);
    width: 11px;
    transition: 0.3s;
    height: 9px;
    right: 0;
    top: calc(50% - 4.5px);
}

.an_q_item.opened .an_header::before {
    transform: rotate(180deg)
}

.an_body {
    border-top: 1px solid #E2EDFB;
    padding: 20px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #404056;
    display: none;
}

.twelve .normb {
    margin-top: 40px;
}

h2.wt span {
    color: #fff
}

.thirtheen {
    padding-top: 120px;
    padding-bottom: 135px;
    background: url(../img/rec9.svg), linear-gradient(360deg, #2375F4 0%, #0CADE8 100%);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center center, center center;
}

.thirtheen h2 {
    margin-bottom: 50px;
}

.forma_main_wrp {
    background: #FFFFFF;
    border-radius: 3px;
    position: relative;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 65px;
}

.forma_main_wrp > p {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 22.6px;
    line-height: 36px;
    color: #404056;
}

input {
    background: none;
    border: none;
    width: 100%;
    height: 75px;
    border: 2px solid #E7ECF4;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 25px;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #404056;
    transition: 0.3s;
}

input:focus {
    border-color: #1E7FF2
}

form .normb {
    max-width: 100%;
    width: 100%;
    height: 75px;
}

::-webkit-input-placeholder {
    color: #BECADD;
}

::-moz-placeholder {
    color: #BECADD;
}

:-moz-placeholder {
    color: #BECADD;
}

:-ms-input-placeholder {
    color: #BECADD;
}

.inline_form_elems {
    display: flex;
    align-items: center;
    max-width: 700px;
    position: relative;
    z-index: 100;
}

.inline_form_elems input {
    width: 50%;
    margin-right: 20px;
}

.inline_form_elems .normb {
    width: 50%;
}

.pressing {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 22px;
    padding-left: 30px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    color: #90A3BD;
}

.pressing::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #E1EBF8;
    box-sizing: border-box;
    border-radius: 2px;
    top: calc(50% - 9px);
}

.pressing.pressed::before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/pressed.svg)
}

.pressing span {
    text-decoration: underline;
}

.pressing span:hover {
    text-decoration: none
}

.noActive {
    opacity: .4!important
}

img.cleaner_img {
    position: absolute;
    bottom: -52px;
    left: calc(50% + 50px);
    width: 580px;
}

.fourteen {
    padding-top: 90px;
    padding-bottom: 90px;
}

.cert_img {
    display: block !important;
    background-position: center;
    background-size: cover;
    height: 110px;
    transition: 0.3s;
    margin-bottom: 30px;
    box-shadow: 3px 5px 12px rgba(36, 36, 58, 0.1);
}


.cert_img:hover {
 
}


.cert_imgz {
    display: block;
    background-position: center;
    background-size: cover;
	height: 220px;
    transition: 0.3s;
    margin-bottom: 70px;
    box-shadow: 3px 5px 12px rgba(36, 36, 58, 0.1);
}

.cert_imgz:hover {
 
}

.cert_imgx {
    display: block;
    background-position: center;
    background-size: cover;
	height: 410px;
    transition: 0.3s;
    margin-bottom: 70px;
    box-shadow: 3px 5px 12px rgba(36, 36, 58, 0.1);
}

.cert_imgx:hover {
 
}

.cert_imgb {
    display: block;
    background-position: center;
    background-size: cover;
	height: 410px;
    transition: 0.3s;
    margin-bottom: 70px;
    box-shadow: 3px 5px 12px rgba(36, 36, 58, 0.1);
}

.cert_imgb:hover {
 
}



.taxa {
    background: #f5f5f5;
    color: #000000;
    font-size: 20px;
    text-align: center;
    padding: 20px 0px 20px;
    font-weight: 600;
}






.cont_info_wrp {
    background: #31599f;
    border-radius: 0px 0px 0px 0px;
    padding-top: 61px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
    position: relative;
    z-index: 100;
	background: linear-gradient( 360deg , #354685 0%, #2196f3 100%);
}

.fifteen {
    position: relative;
    padding-bottom: 0px;
}

.cttle {
	margin-bottom: 2px;
    font-weight: 500;
    font-size: 46px;
    line-height: 77px;
    color: #FFFFFF;
}

.adres {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

.cont_nums {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.cont_nums a {
    margin-bottom: 16px;
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.cont_nums a span {
    font-weight: bold;
}

.cont_nums a:last-child {
    margin-bottom: 0;
}

.foot_soc {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 135px;
    margin: 24px 0;
}

.foot_soc li {
    position: relative;
    top: 0;
    transition: 0.3s;
}

.foot_soc li:hover {
    top: -4px
}

.hq {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 30px;
	margin-top: 10px;
}

.ask {
    width: 100%;
    height: 75px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #333333;
	background: linear-gradient( 40deg , #ffe333 47%, #ffc107 100%);
    border-radius: 3px;
}

.ask:hover {
    opacity: .7
}

.map_wrp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.map_wrp iframe {
    width: 100%;
    height: 100%;
}

.onlyxs {
    display: none
}

.map_wrp > div {
    width: 100%;
    height: 100%;
}

footer {
    padding: 30px 0;
}

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

.logo_foot {
    display: inline-block;
    margin-bottom: 0px;
    max-width: 260px;
    width: 100%;
}

.foott {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #404056;
}

a.foott {
    text-decoration: underline;
}

a.foott:hover {
    text-decoration: none;
}

.insta_in {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #404056;
}

.insta_in img {
    margin-right: 12px;
}

.insta_in a {
    color: #1E7FF2;
    font-weight: normal;
    text-decoration: underline;
}

.insta_in a:hover {
    text-decoration: none;
}

.tel_wrp > a:hover {
    text-decoration: underline;
}

.modal_wrp {
    max-width: 470px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
	background: #FFFFFF; box-shadow: 0px 43px 137px #308fda;
    border-radius: 3px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 65px;
    padding-right: 65px;
}

.closemod {
    transition: 0.3s;
    position: absolute;
    z-index: 100;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

.closemod:hover {
    transform: rotate(180deg)
}

.mt1 {
    text-align: center;
    ;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #24243A;
}

.mt2 {
    margin-bottom: 32px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #404056;
}

.modal-backdrop {
		background: linear-gradient( 360deg , #2196f3 0%, #2196f3 100%);
		backdrop-filter: blur(3px);
		opacity: 0.8!important;
}

.modal input,
.modal textarea {
    margin-bottom: 25px;
}

textarea {
    background: none;
    border: none;
    resize: none;
    height: 190px;
    width: 100%;
    border: 2px solid #E7ECF4;
    box-sizing: border-box;
    border-radius: 3px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #404056;
}

textarea:focus {
    border-color: #1E7FF2
}

.modal-lg .modal_wrp {
    max-width: 100%;
}

.open_nav {
    display: none
}
.all_vid > a {
    display: none
}
.all_vid > a:first-child {
    display: flex;
}
@keyframes an1 {
  0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
}

.animatenow {
	 -webkit-animation-name: an1;
	 -webkit-animation-duration: 2s;
	 animation-name: an1;
	 position:relative;
	 animation-duration: 2s;
	 transition:0.3s;
	 animation-iteration-count:1;
}

.price_table_wrp_modal div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 5px;
}

.price_table_wrp_modal {
    padding: 20px 0;
}

p.after_table_text {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.modal-md button.normb {
    width: 100%;
    max-width: 100%;
}
.price_table_wrp_modal div p {
    margin: 0;
}

.price_table_wrp_modal div:nth-child(odd) {
    background: #f2f2f2;
}
header .v_w_icons img {
    width: 50px;
    padding: 2px;
}
.cont_nums > a:last-child {
    letter-spacing: 0.01em;
}
img.th_img_modal {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 0px;
    margin-bottom: -30px;
}
.menu_opened_yes img {
	opacity:0
}
.menu_opened_yes {
	background-image:url(../img/menuclose.png);
	    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.onlymobx {
	display:none
}
a.razrab {
    display: block;
    transition: 0.3s;
    margin-top: 10px;
    margin-left: -6px;
    position: relative;
    top: 0;
}
a.razrab:hover {
    top:-4px;
}


.wdd {
	width:100%;
}

.tra {
	    text-transform: uppercase;
}

.loi {
	    font-size: 17px;
		    color: #e64752;
}

.zaya {
	background: none;
    border: none;
    width: 100%;
    height: 75px;
    border: 2px solid #E7ECF4;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 25px;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #404056;
    transition: 0.3s;
    margin-bottom: 25px;
}

.outt {
	outline: 2px solid rgba(243, 78, 90, 0.5) !important;
    outline-offset: -20px;
    border-radius: 7px;
}

.bata {
	border-top: solid 1px rgba(243, 78, 90, 0.1) !important;
    padding-bottom: 0px;
    padding-top: 45px;
}


.raz {
    width: 150px !important;
    margin-right: 20px;
    
}

.spana {
	background: #ECEFF1;
    padding: 10px;
    /* color: #ffffff; */
    font-size: 14px;
}

 


.pom {
	width: 110px;
    margin-top: 20px;
}

.lilip {
	text-align: center !important;
    display: inline-block !important;
}

.pus {
	text-align: center;
}

.ceba {
	color: #ff9426;
}







ol > li::before {
    content: "—";
    top: 0px;
    left: 0px;
    color: #2196f3;  
	padding-right: 10px;
    padding-left: 3px;
    position: absolute;
}

.listex li {
	display: block;
    position: relative;
    color: #404056;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 14px !important;
    padding-left: 30px;
    font-weight: 400;
}



.qa {
    margin-bottom: 25px !important;
    padding-left: 10px !important;
    position: relative;
 
}

.qa p {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #404056;
	text-align: justify;
}



.kan {
	padding: 0px !important;
    padding-top: 50px !important;
    padding-bottom: 10px !important;
    border: solid 1px #F5F5F5 !important;
    background: #ffffff;
    border-radius: 3px;
}



.jax {
	font-size: 42px;
    line-height: 50px;
    margin-bottom: 25px;
}

.paxa {
	width: 100%;
    padding-bottom: 0px;
}

.reza {
	    margin-top: 30px;
}

.dow {
    padding-top: 45px !important;
}

.owa {
	font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.kpp:hover {
	box-shadow: 0 0 0px 0 rgb(255, 215, 0);
}

.paxar {
	width: 100%;
    border: solid 2px #ecf5ff;
    margin-bottom: 30px;
    padding: 15px;
	    background: #ffffff;
}

.paxar:hover { 
	box-shadow: 0 0 100px 0 #e4ecf6;
}


.telega {
	width:56px;
}


.shag {
    position: absolute;
    left: -20px;
    top: -20px;
    border-radius: 100px;
    background: linear-gradient( 360deg , #4caf50 0%, #8ac718 100%);
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    color: #ffffff !important;
}

.shag:hover {
	
	background: linear-gradient( 160deg , #4caf50 0%, #8ac718 100%);
    color: #ffffff !important;
 
}

.laja {
	margin-top: 20px;
}

.jiza {
	    font-weight: 400 !important;
	    margin-bottom: 0px !important;
}
.jizaz {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}


.faxw {
	    font-size: 21.8px;
}

.paxaq {
    width: 96px;
}


.kuna {
    position: relative;
    top: 0;
    transition: 0.3s;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 43px 137px rgba(36, 36, 58, 0.1);
    border-radius: 3px;
    padding: 20px;
    
    text-align: center;
     
}

.fay {
	display: inline-block !important;
}

.yoz {
	padding-top: 20px !important;
}

.opza {
	padding-bottom: 50px !important;
    padding-top: 64px !important;
}

.paddings {
	padding-bottom: 90px !important;
}




table {
    border-collapse: collapse;
    margin: 0 auto;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    text-align: inherit;
}
td.t431__td:nth-child(2), td.t431__td:nth-child(3), td.t431__td:nth-child(4), td.t431__td:nth-child(5), th.t431__th:nth-child(2), th.t431__th:nth-child(3), th.t431__th:nth-child(4), th.t431__th:nth-child(5) {
    text-align: center;
}
#section9 img.square {
    max-width: 80px;
    margin: 0 auto !important;
    padding-left: 6px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
thead.t431__thead th {
    padding-bottom: 20px !important;
}
td.t431__td {
    padding: 20px;
}
td.t431__td {
    font-size: 17px !important;
}


@media (min-width: 576px)
.d-sm-none {
    display: none!important;
}

.d-block {
    
}

li.active {
    opacity: 1 !important;
}
ul.nav.nav-pills li {
    width: 24%;
    margin-bottom: 20px;
    opacity: .4;
    border: 1px solid #0d7fc3;
    padding: 5px 10px;
    border-radius: 5px;
}
li.active {
    opacity: 1 !important; */
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: rgba(51, 122, 183, 0);
}


#section3 iframe {
    height: 510px;
    width: 960px;
    margin: 0 auto 10px;
}


.huz {
    font-weight: 600 !important;
    font-size: 17px !important;
    color: #404056 !important;
    margin-bottom: 15px !important;
}

.paxat {
    width: 100%;
    padding-bottom: 0px;
 
    padding-top: 20px;
}


.psa {
	    background: #ECEFF1;
		 
    padding: 20px;
}

.vk {
    width: 56px;
    border-radius: 4px;
}


.paxaf {
    height: 200px;
	padding-top: 30px;
}
.paxaw {
    height: 150px;
	width: 100%;
	padding-top: 30px;
}

.tat  {
	margin-top: 20px;
	    height: 55px !important;
}






.container-tab{
	margin:auto;
	padding:0 20px;
}
/* TABS */
.accordion-tabs {
	*zoom: 1;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 0.1875em;
	margin-bottom: 1.5em; 
	margin-left:0;
	padding-left:0;
}
    .accordion-tabs:before, 
	.accordion-tabs:after {
		content: " ";
		display: table;
	}
    .accordion-tabs:after {
		clear: both; 
	}
		.accordion-tabs li{
			list-style:none;
		}
			.accordion-tabs li.tab-head-cont:first-child a {
				border-top-left-radius: 0.1875em;
				border-top-right-radius: 0.1875em;
				border-top: 0;
			}
			.accordion-tabs li.tab-head-cont:last-child a {
				border-bottom-left-radius: 0.1875em;
				border-bottom-right-radius: 0.1875em; 
			}
			.accordion-tabs li.tab-head-cont a {
				text-decoration:none;
				border-top: 1px solid #dddddd;
				color: #F5F5F5;
				display: block;
				padding: 0.75em 0.809em;
			}
			.accordion-tabs li.tab-head-cont a:hover {
				color: #83bc2d;
			}
			.accordion-tabs li.tab-head-cont a:focus {
				outline: none;
			}
			.accordion-tabs li.tab-head-cont a.is-active {
				background-color: #f7f7f7;
				border-bottom: 0; 
				color:#333333;
			}
		.accordion-tabs li.tab-head-cont section {
			padding: 1.5em 1.618em;
			background: #f7f7f7;
			display: none;
			overflow: hidden;
			width: 100%; 
		}

/* RESPONSIVE */
@media screen and (min-width: 40em) {
	.accordion-tabs {
		border: none;
		position: relative; 
		font-size: 16px;
		color: #404056;
		font-weight: 600;
	}
		.accordion-tabs li.tab-head-cont {
			display: inline; 
		}
			.accordion-tabs li.tab-head-cont:last-child a {
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
			} 
			.accordion-tabs li.tab-head-cont a {
				display: inline-block;
				vertical-align: baseline;
				zoom: 1;
				*display: inline;
				*vertical-align: auto;
				border-top: 0;
				border-top-right-radius: 0.1875em;
				border-top-left-radius: 0.1875em; 
			} 
			.accordion-tabs li.tab-head-cont a.is-active {
				background-color: #f7f7f7;
				border: 1px solid #eeeeee;
				border-bottom: 1px solid #f7f7f7;
				margin-bottom: -1px; 
			}
			.accordion-tabs li.tab-head-cont section {
				border-bottom-left-radius: 0.1875em;
				border-bottom-right-radius: 0.1875em;
				    border: 1px solid #eeeeee;
				float: left;
				left: 0;
				padding: 0.75em 0.809em;
			}
				.accordion-tabs li.tab-head-cont section p {
					-webkit-columns: 1;
					-moz-columns: 1;
					columns: 1;
				}
}



td, th {
    padding: 0;
    font-size: 16px;
    line-height: 26px !important;
    color: #333333;
	font-weight: 400;
}


.white {
	color: #ffffff !important;
}

.polin {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}



.plas {
	color: #404056;
    font-size: 22px;
    padding-bottom: 10px;
}


.spuz {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
}

.barda {
    font-weight: 400;
    border-left: solid 3px #ffeb3b;
 
    padding-left: 15px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 0.5px;
}

.kontainer {
    width: 100%;
	height: 190px;
}

.fart {
	cursor: pointer;
}


#fart .six .flex > div {
    margin-bottom: 50px;
}


.zna {
	margin-bottom: 10px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #404056 !important;
    text-transform: uppercase;
}


.shagz {
    position: absolute;
    left: 0px;
    top: -15px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-weight: 900;
    font-size: 24px;
    line-height: 41px !important;
    color: #262626 !important;
    background: linear-gradient( 
40deg
 , #ffc107 47%, #ffe333 100%);
    text-align: center;
}

.gara {
background: #03a9f4;
    background: linear-gradient( 
360deg
 , #354685 0%, #2196f3 100%);
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    padding: 10px;
    line-height: 27px;
    padding-top: 20px;
    padding-bottom: 10px;
        margin-bottom: 15px;
    color: #ffffff;
}

#gara .gar_wrp {
    position: relative;
    top: 0;
    transition: 0.3s;
    background: #FFFFFF;
    box-shadow: 0px 43px 137px rgb(36 36 58 / 10%);
    border-radius: 3px;
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 30px;
    margin-top: -5px;
}

#gara .gar_wrp p {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #404056;
    margin-bottom: 14px;
}

.listeq li {
    display: block;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px !important;
    padding-left: 30px;
}


#gara .kontainer {
    width: 100%;
    height: auto;
}