/*-------------------reset----------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
a, em, img, small, strike, sub, sup,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tr, th, td,
article, figure, figcaption, footer, header,
menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-------------------reset end----------------------*/

/*-------------------global presets end----------------------*/
body {
    font-family: 'Jost', sans-serif;
    font-weight: normal;
}
.wrap_all {
    width:100%;
    max-width: 1600px;
    margin-left:auto;
    margin-right:auto;
}
.wrap {
    width:100%;
    max-width: 1340px;
    margin-left:auto;
    margin-right:auto;
}


.box {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
}
  
  /* If you want text inside of the container */
.box_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ratio_bg_main{
    padding-top: 60.15%; /* 3:2 Aspect Ratio */
}



/*-------------------global presets end----------------------*/


/*-------------------header----------------------*/
header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    height: 50px;
    box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
    z-index: 100;
    background: white;
}
header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    position: relative;
    height: 100%;
}

header .wrap .logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .wrap .logo .img {
    width: 28px;
    height: 27px;
    background: url(../img/virus_logo.svg) no-repeat;
    background-size: contain;
}
header .wrap .logo .text {
    padding-left: 7px;
    font-family: 'Roboto', sans-serif;
}
header .wrap .logo .text h1 {
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: #113864;
    position: relative;
}
header .wrap .logo .text h1 span {
    font-size: 10px;
    position: absolute;
    top: 1px;
    right: 0;
}
header .wrap .logo .text h6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #34649A;
}


header .wrap .menu_top .icon_hamburger {
    width: 32px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    display: none;
}
header .wrap .menu_top .icon_hamburger.open {
    display: flex;
}
header .wrap .menu_top .icon_hamburger .hamb {
    width: 32px;
    height: 4px;
    background: #82A5CC;
    border-radius: 10px;
}
header .wrap .menu_top .icon_hamburger .hamb.hamb_1 {
    background: #34649A;
}
header .wrap .menu_top .icon_cross {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: none;
}
header .wrap .menu_top .icon_cross.open {
    display: block;
}
header .wrap .menu_top .icon_cross span {
    position: absolute;
    display: block;
    width: 24px;
    height: 4px;
    background: #4F7293;
    border-radius: 2px;
}
header .wrap .menu_top .icon_cross span:first-child {
    transform: rotate(45deg);
    top: 8px;
    left: -2px;
}
header .wrap .menu_top .icon_cross span:last-child {
    transform: rotate(-45deg);
    top: 8px;
    left: -2px;
}


header .wrap .wrap_menu {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding: 25px 18px 50px;
    text-align: right;
    display: none;
    background: #EAEAEA;
    box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
    z-index: 90;
    overflow-y: scroll;
}
header .wrap .wrap_menu.open {
    display: block;
}
header .wrap .wrap_menu ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #3A5573;
    padding: 12px 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
header .wrap .wrap_menu ul li a .br_clear {
    display: none;
}
header .wrap .wrap_menu ul li a:hover {
    color: #A92F92;
}
header .wrap .wrap_menu a.buy {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 20px 10px;
    display: inline-block;
    background: #6797CC;
    border: 4px solid #FFFFFF;
    border-radius: 15px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}
header .wrap .wrap_menu a.buy:hover {
    background: #29B0AC;
    color: white;
}

header .wrap .wrap_menu ul li a span.t1 {
    position: absolute;
    top: 7px;
    left: -38px;
    display: inline-block;
    box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
    background: white;
    width: 30px;
    height: 24px;
    border: 2px solid white;
    border-radius: 10px;
}
header .wrap .wrap_menu ul li a span.t2 {
    border: 2px solid #6797CC;
    border-radius: 10px;
    display: inline-block;
    padding-left: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.triangle-right {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 11px solid #A92F92;
	border-bottom: 6px solid transparent;
}

@media only screen and (min-width:480px) {
    header {
        height: 70px;
    }
    header .wrap {
        padding: 0 16px;
    }
    header .wrap {
        padding: 16px 22px 16px 16px;
    }
    header .wrap .logo .img {
        width: 32px;
        height: 33px;
    }
    header .wrap .logo .text {
        padding-left: 9px;
    }
    header .wrap .logo .text h1 {
        font-size: 24px;
    }
    header .wrap .logo .text h1 span {
        font-size: 11px;
        top: 0;
        right: -2px;
    }
    header .wrap .logo .text h6 {
        font-size: 14px;
    }
    

    header .wrap .menu_top .icon_hamburger {
        width: 46px;
        height: 27px;
    }
    header .wrap .menu_top .icon_hamburger .hamb {
        width: 46px;
        height: 5px;
    }
    header .wrap .menu_top .icon_cross {
        width: 24px;
        height: 24px;
        left: -5px;
    }
    header .wrap .menu_top .icon_cross span {
        width: 30px;
        height: 4px;
    }
    header .wrap .menu_top .icon_cross span:first-child {
        top: 10px;
    }
    header .wrap .menu_top .icon_cross span:last-child {
        top: 10px;
    }

    header .wrap .wrap_menu ul li a {
        font-size: 18px;
    }
    header .wrap .wrap_menu ul li a span.t1 {
        top: 8px;
    }
    
    header .wrap .wrap_menu {
        top: 70px;
        padding: 25px 27px 50px;
    }
}

@media only screen and (min-width:900px) {
    header {
        height: 100px;
    }
    header .wrap {
        padding: 0 16px;
    }
    header .wrap {
        padding: 20px 20px 20px 40px;
    }
    header .wrap .logo .img {
        width: 57px;
        height: 55px;
    }
    header .wrap .logo .text {
        padding-left: 19px;
    }
    header .wrap .logo .text h1 {
        font-size: 34px;
    }
    header .wrap .logo .text h1 span {
        font-size: 20px;
        top: 0;
        right: 2px;
    }
    header .wrap .logo .text h6 {
        font-size: 21px;
    }
    

    header .wrap .menu_top .icon_hamburger {
        width: 80px;
        height: 40px;
    }
    header .wrap .menu_top .icon_hamburger .hamb {
        width: 70px;
        height: 6px;
    }
    header .wrap .wrap_menu {
        top: 100px;
    }
    header .wrap .wrap_menu ul li a {
        font-size: 24px;
    }
    header .wrap .wrap_menu a.buy {
        font-size: 24px;
        margin-top: 20px;
    }
}

@media only screen and (min-width:1340px) {
    header {
        box-shadow: none;
        height: 80px;
        padding-left: 20px;
        padding-right: 20px;
    }

    header .wrap {
        padding: 0;
    }
    header .wrap .logo {
        flex: none;
    }
    header .wrap .logo .img {
        width: 32px;
        height: 33px;
    }
    header .wrap .logo .text {
        padding-left: 9px;
    }
    header .wrap .logo .text h1 {
        font-size: 24px;
    }
    header .wrap .logo .text h1 span {
        font-size: 11px;
        top: 0;
        right: -2px;
    }
    header .wrap .logo .text h6 {
        font-size: 14px;
    }
    header .wrap .menu_top {
        display: none;
    }
    header .wrap .wrap_menu {
        display: block;
        background: none;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    header .wrap .wrap_menu {
        position: unset;
        display: flex;
        padding: 0;
        height: 100%;
        align-items: center;
        padding-bottom: 6px;
        top:0;
        overflow-y: unset;
    }
    header .wrap .wrap_menu.no_padding_bottom {
        padding-bottom: 0;
    }
    header .wrap .wrap_menu .menu {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    header .wrap .wrap_menu.open {
        display: flex;
    }
    header .wrap .wrap_menu ul {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
        background: #A92F92;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
        overflow: hidden;
    }
    header .wrap .wrap_menu ul li {
        height: 100%;
        padding: 0;
        position: relative;
    }
    header .wrap .wrap_menu ul li a span.t1 {
        top:calc(50% - 12px);
    }
    header .wrap .wrap_menu ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: normal;
        font-size: 16px;
        line-height: 19px;
        color: white;
        padding: 0 28px;
        transition: 0.2s;
        text-align: left;
        letter-spacing: 1px;
    }
    header .wrap .wrap_menu ul li a .br_clear {
        display: block;
    }
    header .wrap .wrap_menu ul li a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        background: #CFCED3;
        right: 0;
        top: 0;
    }
    header .wrap .wrap_menu ul li:last-child a:after {
        display: none;
    }
    header .wrap .wrap_menu ul li a:hover {
        background: #C4C4C4;
        color: #34649A;
    }
    header .wrap .wrap_menu ul li a.icon {
        padding-left: 54px;
    }
    header .wrap .wrap_menu ul li a.icon span.t1 {
        left: 16px;
    }

    header .wrap .wrap_menu a.buy {
        flex: none;
        margin-top: 0;
        height: unset;
        font-size: 18px;
        line-height: 21px;
    }


    header.no_bg {
        background: transparent;
    }
    header.no_bg .logo {
        background: white;
        position: relative;
    }
    header.no_bg .logo::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 25px;
        left: 0;
        top: -25px;
        background: white;
    }
    header.no_bg .wrap .wrap_menu {
        position: relative;
    }
    header.no_bg .wrap .wrap_menu::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 25px;
        left: 0;
        top: 0;
        background: white;
        z-index: -1;
    }
}

/*-------------------header end----------------------*/

.caption_h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    background: #A92F92;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
}

/*-------------------main_up----------------------*/
.main_up {
    margin-top: 50px;
    background: #34649A;
    text-align: center;
    padding: 7px 60px;
}
.main_up h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: white;
}
@media only screen and (min-width:480px) {
    .main_up {
        margin-top: 70px;
        padding: 14px 25px;
    }
    .main_up h2 {
        font-style: normal;
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (min-width:900px) {
    .main_up {
        margin-top: 100px;
        padding: 30px 30px;
    }
    .main_up h2 {
        font-style: normal;
        font-size: 27px;
        line-height: 1.5;
    }
}
@media only screen and (min-width:1340px) {
    .main_up {
        display: none;
    }
}
/*-------------------main_up end----------------------*/


/*-------------------main----------------------*/
.main {
    background-size: contain;
    text-align: right;
    position: relative;
}

.main .wrap_lnk {
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(0deg, rgba(0, 121, 255, 0.5) 1%, white 100%);
}
.main .det_a,
.main .vz_a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #3A5573;
    background: white;
    border: 4px solid #A92F92;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    transition: 0.2s;
    z-index: 8;
    position: relative;
}
.main .det_a:hover,
.main .vz_a:hover {
    background: #29B0AC;
    border: 4px solid #34649A;
    color: white;
}
.main .vz_a {
    margin-left: 6px;
    margin-right: 14px;
}
.main .det_p {
    margin-top: 10px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding-right: 14px;
    background: linear-gradient(0deg, #08578f, #2f93ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .vz_p {
    margin-top: 5px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding-right: 14px;
    background: linear-gradient(0deg, #08578f, #2f93ce);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .det_p img {
    width: 160px;
    margin-right: 14px;
}
.main .vz_p img {
    margin-top: 3px;
    width: 118px;
    margin-right: 14px;
}

.main .wrap_lnk .img_ring_light,
.main .wrap_lnk .img_ring_normal,
.main .wrap_lnk .img_ring_normal2 {
    display: none;
}
.main .wrap_lnk .m1 {
    position: absolute;
    top: 100px;
    left: calc(50% - 170px);
}
.main .wrap_lnk .m1 img {
    width: 41px;
    height: 40px;
    opacity: 0.25;
}
.main .wrap_lnk .m2 {
    position: absolute;
    top: 190px;
    left: calc(50% + 90px);
}
.main .wrap_lnk .m2 img {
    width: 48px;
    height: 46px;
    opacity: 0.7;
    transform: rotate(150deg);
}
.main .wrap_lnk .m3 {
    position: absolute;
    top: 95px;
    left: calc(50% - 85px);
}
.main .wrap_lnk .m3 img {
    width: 77px;
    height: 75px;
}
.main .wrap_lnk .m4 {
    position: absolute;
    top: 205px;
    left: calc(50% - 13px);
}
.main .wrap_lnk .m4 img {
    width: 53px;
    height: 51px;
    opacity: 0.3;
    transform: rotate(15deg);
}
.main .wrap_lnk .m5 {
    position: absolute;
    top: 130px;
    left: calc(50% + 130px);
}
.main .wrap_lnk .m5 img {
    width: 34px;
    height: 33px;
    opacity: 0.2;
    transform: rotate(15deg);
}
.main .wrap_lnk .bg_img_wrap {
    position: relative;
    width: 100%;
}
.main .wrap_lnk img.img_bg_main {
    padding-top: 60px;
    width: 100%;
    z-index: 5;
    position: relative;
    padding-bottom: 20px;
}
.space {
    position: relative;
}
.space::before {
    position:absolute;
    content: "";
    display: block;
    width: 100%;
    height: 27px;
    background: #CFCED3;
    bottom: 0;
    left: 0;
    z-index: 5;
}


.main .action_g {
    margin-top: -110px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
}

.main .action_g h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: white;
    text-transform: uppercase;
    padding: 10px 36px 14px;
    background: #34649A;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    top: 36px;
}
.main .action_g .action_g_tab {
    display: flex;
    justify-content: center;
    position: relative;
    top: 23px;
}
.main .action_g .action_g_tab .left {
    width: 167px;
    height: 63px;
    background: url(../img/rec_l_360.png) no-repeat;
    background-size: contain;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: white;
    text-align: center;
    padding: 7px 10px 0;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.main .action_g .action_g_tab .left.select {
    z-index: 5;
}
.main .action_g .action_g_tab .right {
    width: 167px;
    height: 63px;
    background: url(../img/rec_r_360.png) no-repeat;
    background-size: contain;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: white;
    text-align: center;
    padding: 7px 10px 0;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.main .action_g .action_g_tab .right.select {
    z-index: 5;
}
.main .action_g .action_g_content {
    background: #6797CC;
    border-top: 3px solid #34649A;
    border-left: 3px solid #34649A;
    border-right: 3px solid #34649A;
    position: relative;
    z-index: 4;
    padding: 30px 14px;
}
.main .action_g .action_g_content .f1,
.main .action_g .action_g_content .f2 {
    display: flex;
    align-items: center;
    display: none;
}
.main .action_g .action_g_content .f1.open,
.main .action_g .action_g_content .f2.open {
    display: flex;
}
.main .action_g .action_g_content .f1 img,
.main .action_g .action_g_content .f2 img  {
    flex: none;
    width: 90px;
    margin-right: 20px;
}
.main .action_g .action_g_content .f1 p,
.main .action_g .action_g_content .f2 p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    color: white;
    text-align: left;
}

.main .w_gro {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.main .w_gro::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #6797CC;
    border-left: 3px solid #34649A;
    border-right: 3px solid #34649A;
    box-sizing: border-box;
}
.main .w_gro::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #34649A;
}
.main .gro {
    background: #FFFFFF;
    border: 6px solid #34649A;
    border-radius: 15px;
    text-align: center;
    padding: 45px 14px 12px;
    position: relative;
    z-index: 2;
}

.main .gro h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: white;
    padding: 11px 22px;
    background: #A92F92;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 45px;
}

.main .gro .gro_wrap .cl1 {
    text-align: left;
    position: relative;
    transition: 0.2s;
}
.main .gro .gro_wrap .cl1 .h7 {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A5573;
    display: inline-block;
    background: #CFCED3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 7px 11px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 15;
}
.main .gro .gro_wrap .cl1 h3 {
    padding: 18px 15px 30px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    max-width: 250px;
    background: #34649A;
    border-radius: 15px;
}

.main .gro .gro_wrap .cl2 {
    text-align: right;
    position: relative;
    transform: translateY(-10px);
    transition: 0.2s;
}
.main .gro .gro_wrap .cl2 .h7 {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A5573;
    display: inline-block;
    background: #CFCED3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 7px 11px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 15;
}
.main .gro .gro_wrap .cl2 h3 {
    padding: 18px 15px 20px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    max-width: 256px;
    background: #6797CC;
    border-radius: 15px;
}

.main .gro .gro_wrap .cl3 {
    text-align: left;
    position: relative;
    transform: translateY(-20px);
    transition: 0.6s;
}
.main .gro .gro_wrap .cl3 .h7 {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A5573;
    display: inline-block;
    background: #CFCED3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 7px 11px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 15;
}
.main .gro .gro_wrap .cl3 h3 {
    padding: 18px 15px 30px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    max-width: 230px;
    background: #34649A;
    border-radius: 15px;
}

.main .gro .gro_wrap .cl4 {
    text-align: right;
    position: relative;
    transform: translateY(-30px);
    transition: 0.6s;
}
.main .gro .gro_wrap .cl4 .h7 {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A5573;
    display: inline-block;
    background: #CFCED3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 7px 11px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 15;
}
.main .gro .gro_wrap .cl4 h3 {
    padding: 18px 15px 20px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: inline-block;
    max-width: 270px;
    background: #6797CC;
    border-radius: 15px;
}
.main .main_att {
    display: none;
}
@media only screen and (min-width:480px) {
    .main {
        padding: 2px 0 0;
    }
    .main .det_a,
    .main .vz_a {
        font-size: 16px;
        padding: 9px 20px;
    }
    .main .vz_a {
        margin-left: 9px;
        margin-right: 25px;
    }
    .main .det_p {
        margin-top: 19px;
        font-size: 24px;
        padding-right: 25px;
    }
    .main .det_p img {
        width: 210px;
        margin-right: 25px;
    }
    .main .vz_p {
        font-size: 24px;
        padding-right: 25px;
    }
    .main .vz_p img {
        width: 155px;
        margin-right: 25px;
    }
    .main .gro .gro_wrap .cl1 h3,
    .main .gro .gro_wrap .cl2 h3,
    .main .gro .gro_wrap .cl3 h3,
    .main .gro .gro_wrap .cl4 h3 {
        font-size: 16px;
    }

    .main .wrap_lnk {
        padding-top: 40px;
    }
    .main .wrap_lnk .m1 {
        top: 130px;
        left: calc(50% - 215px);
    }
    .main .wrap_lnk .m1 img {
        width: 52px;
        height: 51px;
    }
    .main .wrap_lnk .m2 {
        top: 245px;
        left: calc(50% + 120px);
    }
    .main .wrap_lnk .m2 img {
        width: 61px;
        height: 60px;
    }
    .main .wrap_lnk .m3 {
        top: 130px;
        left: calc(50% - 105px);
    }
    .main .wrap_lnk .m3 img {
        width: 98px;
        height: 96px;
    }
    .main .wrap_lnk .m4 {
        top: 260px;
        left: calc(50% - 15px);
    }
    .main .wrap_lnk .m4 img {
        width: 67px;
        height: 65px;
    }
    .main .wrap_lnk .m5 {
        top: 170px;
        left: calc(50% + 165px);
    }
    .main .wrap_lnk .m5 img {
        width: 43px;
        height: 42px;
    }


    .main .action_g {
        margin-top: -140px;
    }
    .main .action_g h2 {
        font-size: 14px;
        padding: 11px 62px 30px;
        top: 50px;
    }
    .main .gro .gro_wrap .cl1 h3 {
        max-width: 300px;
    }
    .main .gro .gro_wrap .cl2 h3 {
        max-width: 296px;
    }
    .main .gro .gro_wrap .cl3 h3 {
        max-width: 248px;
    }
    .main .gro .gro_wrap .cl4 h3 {
        max-width: 322px;
    }
    
    .main .action_g .action_g_tab {
        top: 26px;
    }
    .main .action_g .action_g_tab .left {
        width: 220px;
        height: 76px;
        background: url(../img/rec_l_480.png) no-repeat;
        background-size: contain;
        font-size: 16px;
        padding: 20px 10px 0;
    }
    .main .action_g .action_g_tab .right {
        width: 220px;
        height: 76px;
        background: url(../img/rec_r_480.png) no-repeat;
        background-size: contain;
        font-size: 16px;
        padding: 20px 10px 0;
    }
    .main .action_g .action_g_content {
        padding: 45px 20px 45px 45px;
    }
    .main .action_g .action_g_content .f1 img,
    .main .action_g .action_g_content .f2 img  {
        flex: none;
        width: 111px;
        margin-right: 20px;
    }
    .main .action_g .action_g_content .f1 p,
    .main .action_g .action_g_content .f2 p {
        font-size: 14px;
        line-height: 1.1;
    }
    .main .action_g .br_action {
        display: none;
    }

}
@media only screen and (min-width:900px) {
    .main {
        padding: 2px 0 0;
        padding-top: 65px;
    }
    .main .wrap_lnk img.img_bg_main {
        padding-top: 150px;
    }
    .main .det_a,
    .main .vz_a {
        font-size: 32px;
        padding: 22px 50px;
        border-radius: 40px;
        border: 7px solid #A92F92;
    }
    .main .vz_a {
        margin-left: 15px;
        margin-right: 35px;
    }
    .main .det_p {
        margin-top: 22px;
        font-size: 48px;
        padding-right: 37px;
    }
    .main .vz_p {
        margin-top: 10px;
        font-size: 48px;
        padding-right: 37px;
    }
    .main .det_p img {
        width: 430px;
        margin-right: 35px;
    }
    .main .vz_p img {
        width: 318px;
        margin-right: 35px;
        margin-top: 10px;
    }
    .main .gro .gro_wrap .cl1 h3,
    .main .gro .gro_wrap .cl2 h3,
    .main .gro .gro_wrap .cl3 h3,
    .main .gro .gro_wrap .cl4 h3 {
        font-size: 16px;
    }

    .main .wrap_lnk .m1 {
        top: 300px;
        left: calc(50% - 430px);
    }
    .main .wrap_lnk .m1 img {
        width: 116px;
        height: 113px;
    }
    .main .wrap_lnk .m2 {
        top: 550px;
        left: calc(50% + 270px);
    }
    .main .wrap_lnk .m2 img {
        width: 130px;
        height: 132px;
    }
    .main .wrap_lnk .m3 {
        top: 260px;
        left: calc(50% - 230px);
    }
    .main .wrap_lnk .m3 img {
        width: 219px;
        height: 214px;
    }
    .main .wrap_lnk .m4 {
        top: 490px;
        left: calc(50% - 40px);
    }
    .main .wrap_lnk .m4 img {
        width: 150px;
        height: 146px;
    }
    .main .wrap_lnk .m5 {
        top: 380px;
        left: calc(50% + 325px);
    }
    .main .wrap_lnk .m5 img {
        width: 97px;
        height: 93px;
    }



    .main .action_g {
        margin-top: -245px;
    }
    .main .action_g h2 {
        font-size: 32px;
        padding: 26px 130px 40px;
        top: 74px;
        border-radius: 30px;
    }
    .main .gro .gro_wrap .cl1 h3 {
        max-width: 300px;
    }
    .main .gro .gro_wrap .cl2 h3 {
        max-width: 296px;
    }
    .main .gro .gro_wrap .cl3 h3 {
        max-width: 248px;
    }
    .main .gro .gro_wrap .cl4 h3 {
        max-width: 322px;
    }
    
    .main .action_g .action_g_tab {
        top: 47px;
    }
    .main .action_g .action_g_tab .left {
        width: 430px;
        height: 127px;
        background: url(../img/rec_l_1024.png) no-repeat;
        background-size: contain;
        font-size: 29px;
        padding: 30px 37px 0;
    }
    .main .action_g .action_g_tab .right {
        width: 430px;
        height: 127px;
        background: url(../img/rec_r_1024.png) no-repeat;
        background-size: contain;
        font-size: 29px;
        padding: 30px 37px 0;
    }
    .main .action_g .action_g_content {
        padding: 80px 20px 70px 85px;
    }
    .main .action_g .action_g_content .f1 img,
    .main .action_g .action_g_content .f2 img  {
        flex: none;
        width: 271px;
        margin-right: 65px;
    }
    .main .action_g .action_g_content .f1 p,
    .main .action_g .action_g_content .f2 p {
        font-size: 27px;
        line-height: 1.1;
    }
    .main .action_g .br_action {
        display: none;
    }




    .main .w_gro {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .main .gro {
        background: #FFFFFF;
        border: 6px solid #34649A;
        border-radius: 15px;
        text-align: center;
        padding: 130px 50px 110px;
        position: relative;
        z-index: 2;
    }
    
    .main .gro h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 1.5;
        text-transform: uppercase;
        color: white;
        padding: 40px 80px;
        background: #A92F92;
        border-radius: 15px;
        display: inline-block;
        margin-bottom: 80px;
    }
    
    .main .gro .gro_wrap .cl1 {
        text-align: left;
        position: relative;
    }
    .main .gro .gro_wrap .cl1 .h7 {
        font-style: italic;
        font-weight: normal;
        font-size: 32px;
        line-height: 100%;
        color: #3A5573;
        display: inline-block;
        background: #CFCED3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
        padding: 20px 54px;
        position: absolute;
        top: -50px;
        left: 0;
    }
    .main .gro .gro_wrap .cl1 h3 {
        padding: 60px 50px 60px 50px;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 1;
        color: #FFFFFF;
        display: inline-block;
        max-width: 640px;
        background: #34649A;
        border-radius: 30px;
        min-height: 276px;
        display: flex;
        align-items: center;
    }
    
    .main .gro .gro_wrap .cl2 {
        text-align: right;
        position: relative;
        transform: translateY(-10px);
    }
    .main .gro .gro_wrap .cl2 .h7 {
        font-style: italic;
        font-weight: normal;
        font-size: 32px;
        line-height: 100%;
        color: #3A5573;
        display: inline-block;
        background: #CFCED3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
        padding: 20px 54px;
        position: absolute;
        top: -50px;
        right: 0;
    }
    .main .gro .gro_wrap .cl2 h3 {
        padding: 80px 50px 60px 150px;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 1;
        color: #FFFFFF;
        display: inline-block;
        max-width: 730px;
        background: #6797CC;
        border-radius: 30px;
        min-height: 276px;
    }
    
    .main .gro .gro_wrap .cl3 {
        text-align: left;
        position: relative;
        transform: translateY(-20px);
    }
    .main .gro .gro_wrap .cl3 .h7 {
        font-style: italic;
        font-weight: normal;
        font-size: 32px;
        line-height: 100%;
        color: #3A5573;
        display: inline-block;
        background: #CFCED3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
        padding: 20px 54px;
        position: absolute;
        top: -50px;
        left: 0;
    }
    .main .gro .gro_wrap .cl3 h3 {
        padding: 60px 50px 60px 50px;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 1;
        color: #FFFFFF;
        display: inline-block;
        max-width: 560px;
        background: #34649A;
        border-radius: 30px;
        min-height: 276px;
        display: flex;
        align-items: center;
    }
    
    .main .gro .gro_wrap .cl4 {
        text-align: right;
        position: relative;
        transform: translateY(-30px);
    }
    .main .gro .gro_wrap .cl4 .h7 {
        font-style: italic;
        font-weight: normal;
        font-size: 32px;
        line-height: 100%;
        color: #3A5573;
        display: inline-block;
        background: #CFCED3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
        padding: 20px 54px;
        position: absolute;
        top: -50px;
        right: 0;
    }
    .main .gro .gro_wrap .cl4 h3 {
        padding: 80px 50px 60px 50px;
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 1;
        color: #FFFFFF;
        display: inline-block;
        max-width: 770px;
        background: #6797CC;
        border-radius: 30px;
        min-height: 276px;
    }
}
@media only screen and (min-width:1340px) {
    .main {
        margin-top: 80px;
        background: linear-gradient(0deg, rgba(0, 121, 255, 0.5) 1%, white 100%);
        position: relative;
        padding: 57px 0 0;
    }
    
    .main .wrap_lnk {
        padding-top: 169px;
        position: absolute;
        left: calc(50% - 670px);
        height: 540px;
        width: 670px;
        max-width: unset;
        background: none;
    }
    .main .wrap_lnk .det_a {
        position: absolute;
        top: 120px;
        left: 180px;
        font-size: 18px;
        padding: 9px 20px;
        border: 4px solid #A92F92;
        border-radius: 15px;
    }
    .main .wrap_lnk .vz_a {
        position: absolute;
        top: 260px;
        left: 445px;
        font-size: 18px;
        border: 4px solid #A92F92;
        padding: 9px 20px;
        border-radius: 15px;
    }
    .main .wrap_lnk .det_p {
        position: absolute;
        top: 60px;
        left: 60px;
        font-size: 24px;
    }
    .main .wrap_lnk .det_p img {
        width: 250px;
    }
    .main .wrap_lnk .vz_p {
        font-size: 24px;
    }
    .main .wrap_lnk .vz_p {
        position: absolute;
        top: 310px;
        left: 460px;
        font-size: 24px;
    }
    .main .wrap_lnk .vz_p img {
        width: 170px;
    }

    .main .wrap_lnk .img_ring_light {
        display: block;
        position: absolute;
        top: -50px;
        left: 150px;
        width: 541px;
        height: 541px;
    }
    .main .wrap_lnk .img_ring_normal {
        display: block;
        position: absolute;
        top: 0;
        left: 190px;
        width: 420px;
        height: 420px;
    }
    .main .wrap_lnk .img_ring_normal2 {
        display: block;
        position: absolute;
        top: 20px;
        left: 200px;
        width: 400px;
        height: 400px;
        opacity: 0.5;
    }
    .main .wrap_lnk .m1 {
        display: block;
        position: absolute;
        top: -35px;
        left: 110px;
    }
    .main .wrap_lnk .m1 img {
        width: 85px;
        height: 82px;
    }
    .main .wrap_lnk .m2 {
        position: absolute;
        top: 30px;
        left: 540px;
    }
    .main .wrap_lnk .m2 img {
        width: 88px;
        height: 86px;
    }
    .main .wrap_lnk .m3 {
        position: absolute;
        top: 140px;
        left: 345px;
    }
    .main .wrap_lnk .m3 img {
        width: 123px;
        height: 120px;
    }
    .main .wrap_lnk .m4 {
        position: absolute;
        top: 255px;
        left: 250px;
    }
    .main .wrap_lnk .m4 img {
        width: 80px;
        height: 78px;
    }
    .main .wrap_lnk .m5 {
        position: absolute;
        top: 390px;
        left: 500px;
    }
    .main .wrap_lnk .m5 img {
        width: 86px;
        height: 83px;
    }


    .main .action_g {
        margin-top: 705px;
        background: #CFCED3 url(../img/bg_gro.jpg) top center no-repeat;
        width: 100%;
        max-width: unset;
        padding: 150px 0 28px;
    }
    .main .action_g h2 {
        font-size: 24px;
        line-height: 1.5;
        padding: 11px 62px;
        top: 0;
        border-radius: 15px;
    }

    .main .action_g .action_g_tab .left {
        width: 250px;
        height: 76px;
        background: url(../img/rec_l_1340.png) no-repeat;
        background-size: contain;
        font-size: 18px;
        padding: 20px 10px 0;
        right: 50px;
        cursor: unset;
    }
    .main .action_g .action_g_tab .right {
        width: 250px;
        height: 76px;
        background: url(../img/rec_r_1340.png) no-repeat;
        background-size: contain;
        font-size: 18px;
        padding: 20px 10px 0;
        left: 50px;
        cursor: unset;
    }

    .main .action_g .action_g_content {
        display: flex;
        justify-content: center;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        background: none;
        border: none;
        padding: 0;
    }
    .main .action_g .action_g_content img {
        display: none;
    }
    .main .action_g .action_g_content .f1 {
        width: 440px;
        height: 246px;
        background: #34649A;
        padding: 50px;
        border-radius: 15px;
        margin-right: 50px;
    }
    .main .action_g .action_g_content .f1 p {
        text-align: right;
    }
    .main .action_g .action_g_content .f2 {
        width: 440px;
        height: 246px;
        background: #29B0AC;
        padding: 50px;
        border-radius: 15px;
        margin-left: 50px;
    }
    .main .action_g .action_g_content .f1 p,
    .main .action_g .action_g_content .f2 p {
        font-size: 18px;
        line-height: 1.1;
    }


    .main .w_gro {
        position: absolute;
        right: calc(50% - 670px);
        top: 0;
        width: 670px;
        max-width: unset;
    }
    .main .w_gro::before,
    .main .w_gro::after {
        content: none;
    }
    .main .gro {
        padding: 120px 20px 0 50px;
        background: none;
        border: none;
        border-radius: 0;
        position: relative;
    }
    .main .main_att {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        height: 150px;
        top: 612px;
        right: 0;
        background: #CFCED3;
    }
    .main .main_att img.main_att_logo {
        width: 224px;
        position: absolute;
        left: calc(50% + 425px);
        top: calc(50% - 26px);
    }
    .main .main_att img.main_att_bg {
        position: absolute;
        left: calc(50% - 800px);
        top: -243px;
        z-index: 5;
        
        width: 800px;
        height: 412px;
    }
    .main .main_att img.main_att_bg img {
        object-fit: contain;
    }
    .main .wrap_lnk img.img_bg_main {
        display: none;
    }
    .space {
        display: none;
    }
    

    .main .gro h2 {
        font-size: 24px;
        line-height: 1.5;
        padding: 11px 30px;
        background: #29B0AC;
        margin-bottom: 10px;
    }
    .main .gro .gro_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .main .gro .gro_wrap>div {
        width: 50%;
    }
    .main .gro .gro_wrap .cl1 h3,
    .main .gro .gro_wrap .cl2 h3,
    .main .gro .gro_wrap .cl3 h3,
    .main .gro .gro_wrap .cl4 h3 {
        width: 100%;
        max-width: unset;
        height: 100%;
        padding: 25px 20px;
    }
    .main .gro .gro_wrap .cl1,
    .main .gro .gro_wrap .cl2,
    .main .gro .gro_wrap .cl3,
    .main .gro .gro_wrap .cl4 {
        transform: none;
        margin-top: 54px;
    }
    .main .gro .gro_wrap .cl1,
    .main .gro .gro_wrap .cl3 {
        transform: translateX(10px);
    }


    .main .gro .gro_wrap .cl1 .h7 {
        font-size: 14px;
        line-height: 100%;
        padding: 7px 11px;
        top: -20px;
        border-radius: 15px;
    }
    .main .gro .gro_wrap .cl1 h3 {
        padding: 22px 15px 30px 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        border-radius: 15px;
        min-height: 100px;
    }
    .main .gro .gro_wrap .cl2 .h7 {
        font-size: 14px;
        line-height: 100%;
        border-radius: 15px;
        padding: 7px 11px;
        top: -20px;
    }
    .main .gro .gro_wrap .cl2 h3 {
        padding: 22px 15px 20px 10px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 15px;
        min-height: unset;
    }
    .main .gro .gro_wrap .cl3 .h7 {
        font-size: 14px;
        line-height: 100%;
        padding: 7px 11px;
        top: -20px;
        border-radius: 15px;
    }
    .main .gro .gro_wrap .cl3 h3 {
        padding: 22px 15px 30px 20px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        border-radius: 15px;
        min-height: 100px;
    }
    .main .gro .gro_wrap .cl4 .h7 {
        font-size: 14px;
        line-height: 100%;
        border-radius: 15px;
        padding: 7px 11px;
        top: -20px;
    }
    .main .gro .gro_wrap .cl4 h3 {
        padding: 22px 15px 20px 10px;
        font-size: 16px;
        line-height: 16px;
        border-radius: 15px;
        min-height: unset;
    }

}
/*-------------------main end----------------------*/

/*-------------------about_viruses----------------------*/
.about_viruses {
    text-align: center;
    background: #CFCED3;
    padding: 50px 0;
    z-index: 1;
    position: relative;
}
.about_viruses .wrap {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 20;
}
.about_viruses h2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    background: #A92F92;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
    top:11px;
    padding: 12px 32px 16px;
    z-index: 14;
}
.about_viruses .wrap .line01 {
    display: flex;
}
.about_viruses .wrap .line01 a:nth-child(1) {
    width: 24%;
}
.about_viruses .wrap .line01 a:nth-child(2) {
    width: 29%;
}
.about_viruses .wrap .line01 a:nth-child(3) {
    width: 47%;
}
.about_viruses .wrap .line02 {
    display: flex;
}
.about_viruses .wrap .line02 a:nth-child(1) {
    width: 35%;
}
.about_viruses .wrap .line02 a:nth-child(2) {
    width: 42%;
}
.about_viruses .wrap .line02 a:nth-child(3) {
    width: 23%;
}
.about_viruses .wrap .line03 {
    display: flex;
}
.about_viruses .wrap .line03 a:nth-child(1) {
    width: 69%;
}
.about_viruses .wrap .line03 a:nth-child(2) {
    width: 31%;
}
.about_viruses a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #34649A;
    text-decoration: none;
    background: #FFFFFF;
    border: 5px solid #34649A;
    border-radius: 20px;
    display: inline-block;
    box-sizing: border-box;
    transform: scale(1.03);
    transition: 0.2s;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.about_viruses a:hover {
    background: #29B0AC;
    border: 4px solid #34649A;
    color: white;
}

.about_viruses .wrap {
    position: relative;
    z-index: 16;
}
.about_viruses img.v1 {
    position: absolute;
    top: 25px;
    left: calc(50% - 160px);
    width: 96px;
    height: 94px;
    transform: rotate(40deg);
    opacity: 0.3;
}
.about_viruses img.v2 {
    position: absolute;
    top: 37px;
    left: calc(50% - 20px);
    width: 64px;
    height: 64px;
    transform: rotate(-20deg);
    opacity: 0.6;
}
.about_viruses img.v3 {
    position: absolute;
    right: -35px;
    top: -47px;
    width: 70px;
    height: 70px;
}
.about_viruses img.v4 {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 120px);
    width: 62px;
    height: 61px;
    opacity: 0.45;
}
.about_viruses img.v5 {
    position: absolute;
    bottom: 10px;
    left: calc(50%);
    width: 78px;
    height: 76px;
    opacity: 0.3;
    transform: rotate(-20deg);
}
.about_viruses .v6,
.about_viruses .v7,
.about_viruses .v8,
.about_viruses .v9 {
    display: none;
}
@media only screen and (min-width:480px) {
    .about_viruses {
        padding: 60px 14px 73px;
    }
    .about_viruses h2 {
        font-size: 14px;
        top:12px;
        padding: 11px 62px 16px;
    }
    .about_viruses a {
        font-size: 16px;
        letter-spacing: 0;
        height: 54px;
    }

    .about_viruses .wrap {
        max-width: 690px;
    }
    .about_viruses img.v1 {
        top: 10px;
        left: calc(50% - 195px);
        width: 125px;
        height: 122px;
    }
    .about_viruses img.v2 {
        top: 50px;
        left: calc(50% - 37px);
        width: 73px;
        height: 71px;
    }
    .about_viruses img.v4 {
        bottom: 37px;
        left: calc(50% - 155px);
        width: 76px;
        height: 73px;
    }
    .about_viruses img.v5 {
        bottom: 8px;
        left: calc(50% + 23px);
        width: 120px;
        height: 117px;
    }
}
@media only screen and (min-width:900px) {
    .about_viruses {
        padding: 180px 14px 165px;
    }
    .about_viruses h2 {
        font-size: 32px;
        top:11px;
        padding: 34px 120px 45px;
    }
    .about_viruses a {
        font-size: 32px;
        height: 108px;
    }
    .about_viruses .wrap {
        max-width: 900px;
    }
    .about_viruses img.v1 {
        top: 40px;
        left: calc(50% - 420px);
        width: 275px;
        height: 270px;
    }
    .about_viruses img.v2 {
        top: 130px;
        left: calc(50% - 57px);
        width: 156px;
        height: 156px;
    }
    .about_viruses img.v3 {
        right: -85px;
        top: -132px;
        width: 176px;
        height: 173px;
    }
    .about_viruses img.v4 {
        bottom: 48px;
        left: calc(50% - 305px);
        width: 150px;
        height: 148px;
    }
    .about_viruses img.v5 {
        bottom: 30px;
        left: calc(50% + 33px);
        width: 222px;
        height: 219px;
    }
}
@media only screen and (min-width:1340px) {
    .about_viruses {
        padding: 155px 14px 180px;
    }
    .about_viruses h2 {
        font-size: 24px;
        top:11px;
        padding: 19px 62px 19px;
    }
    .about_viruses a {
        font-size: 24px;
        height: 71px;
        padding-left: 0;
        padding-right: 0;
    }

    .about_viruses .wrap {
        max-width: 800px;
    }
    .about_viruses img.v1 {
        top: 60px;
        left: calc(50% - 460px);
        width: 222px;
        height: 218px;
    }
    .about_viruses img.v2 {
        top: 120px;
        left: calc(50% - 65px);
        width: 127px;
        height: 125px;
    }
    .about_viruses img.v3 {
        right: -117px;
        top: -110px;
        width: 162px;
        height: 159px;
    }
    .about_viruses img.v4 {
        bottom: 98px;
        left: calc(50% - 465px);
        width: 123px;
        height: 119px;
        opacity: 0.9;
    }
    .about_viruses img.v5 {
        bottom: 33px;
        left: calc(50% + 270px);
        width: 206px;
        height: 202px;
    }
    .about_viruses img.v6 {
        display: block;
        position: absolute;
        top: 250px;
        left: calc(50% - 630px);
        width: 111px;
        height: 107px;
        opacity: 0.6;
        transform: rotate(-60deg);
    }
    .about_viruses img.v7 {
        display: block;
        position: absolute;
        bottom: 60px;
        left: calc(50% - 130px);
        width: 168px;
        height: 162px;
        opacity: 0.6;
    }
    .about_viruses img.v8 {
        display: block;
        position: absolute;
        top: 160px;
        left: calc(50% + 500px);
        width: 81px;
        height: 82px;
        opacity: 0.3;
    }
    .about_viruses img.v9 {
        display: block;
        position: absolute;
        bottom: 135px;
        left: calc(50% + 510px);
        width: 111px;
        height: 107px;
        opacity: 0.6;
    }
}
/*-------------------about_viruses end----------------------*/

/*-------------------video_block----------------------*/
.video_block {
    height: 200px;
    background: #6797CC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video_block.dark {
    background: #34649A;
}
.video_block h2 {
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.video_block a {
    margin-top: 20px;
    position: relative;
    display: block;
    cursor: pointer;
}
.video_block span.t1 {
    display: inline-block;
    box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
    background: white;
    width: 56px;
    height: 38px;
    border: 2px solid white;
    border-radius: 18px;
    transition: 0.2s;
}
.video_block span.t1:hover {
    background: #29B0AC;
}
.video_block span.t2 {
    border: 2px solid #6797CC;
    border-radius: 18px;
    display: inline-block;
    padding-left: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.triangle-right_big {
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-left: 22px solid #A92F92;
	border-bottom: 11px solid transparent;
}
.video_block iframe {
    width: 100%;
    height: 100%;
}
.video_block .block01_3 {

}
.video_block h2.hd1 {
    display: none;
}
.video_block a.hd1 {
    display: none;
}
.video_block iframe.hd1 {
    display: none;
}
@media only screen and (min-width:480px) {
    .video_block {
        height: 260px;
    }
    .video_block h2 {
        font-size: 14px;
        line-height: 21px;
    }
    .video_block a {
        margin-top: 22px;
    }
    
    .video_block span.t1 {
        display: inline-block;
        box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
        background: white;
        width: 70px;
        height: 46px;
        border: 3px solid white;
        border-radius: 18px;
    }
    .video_block span.t2 {
        border: 2px solid #6797CC;
        border-radius: 18px;
        display: inline-block;
        padding-left: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .triangle-right_big {
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-left: 29px solid #A92F92;
        border-bottom: 14px solid transparent;
    }
    .video_block .br_v {
        display: none;
    }
}
@media only screen and (min-width:900px) {
    .video_block {
        height: 640px;
    }
    .video_block h2 {
        font-size: 32px;
        line-height: 1.5;
    }
    .video_block span.t1 {
        display: inline-block;
        box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
        background: white;
        width: 134px;
        height: 91px;
        border: 3px solid white;
        border-radius: 30px;
    }
    .video_block span.t2 {
        border: 2px solid #6797CC;
        border-radius: 30px;
        display: inline-block;
        padding-left: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .triangle-right_big {
        width: 0;
        height: 0;
        border-top: 31px solid transparent;
        border-left: 61px solid #A92F92;
        border-bottom: 31px solid transparent;
    }
    .video_block .br_v {
        display: block;
    }
}
@media only screen and (min-width:1340px) {
    .video_block {
        height: 500px;
    }
    .video_block h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .video_block a {
        margin-top: 40px;
    }
    
    .video_block span.t1 {
        display: inline-block;
        box-shadow: 0px 4px 4px rgba(33, 49, 63, 0.25);
        background: white;
        width: 76px;
        height: 54px;
        border: 3px solid white;
        border-radius: 18px;
    }
    .video_block span.t2 {
        border: 2px solid #6797CC;
        border-radius: 18px;
        display: inline-block;
        padding-left: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .triangle-right_big {
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-left: 31px solid #A92F92;
        border-bottom: 16px solid transparent;
    }
    .video_block .br_v {
        display: block;
    }
}
/*-------------------immun_video end----------------------*/

/*-------------------children----------------------*/
.children {
    position: relative;
}
.children .wrap_content {
    background: #FFFFFF;
    border: 6px solid #34649A;
    border-radius: 15px;
    text-align: center;
    padding: 45px 0 55px;
}
.children .wrap_content h2 {
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    background: #A92F92;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.children .wrap_content .wrap {
    padding: 0 14px;
}
.children::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    right: 0;
    top: 0;
    left: 0;
    background: #6797CC;
    z-index: -1;
}
.children::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #CFCED3;
    z-index: -1;
}

.children .wrap {
    display: flex;
    justify-content: space-between;
}
.children .wrap .left {
    text-align: left;
}

.children .wrap .left ul {
    padding-left: 21px;
    max-width: 240px;
}
.children .wrap .left ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    color: #3A5573;
    position: relative;
    margin-bottom: 20px;
    max-width: 180px;
}
.children .wrap .left ul li:nth-child(3) {
    padding-right: 50px;
}
.children .wrap .left ul li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 19px;
    background: url(../img/drop.svg) no-repeat;
    background-size: contain;
    left: -22px;
    top: calc(50% - 12px);
}

.children .wrap .left a {
    background: #FFFFFF;
    border: 4px solid #A92F92;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 20px;
    margin-left: 21px;
    transition: 0.2s;
    color: #3A5573;
}
.children .wrap .left a:hover {
    background: #29B0AC;
    color: white;
    border: 4px solid #3A5573;
}

.children .wrap .right {
    position: relative;
}
.children .wrap .right span {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #6797CC;
    border: 6px solid #34649A;
    border-radius: 50%;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.22;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -3px;
}
.children .wrap .right img {
    position: absolute; 
    width: 150px;
    right: -18px;
    bottom: 40px;
}
@media only screen and (min-width:480px) {
    .children .wrap_content {
        padding: 60px 0 70px;
    }
    .children .wrap_content h2 {
        font-size: 14px;
        margin-bottom: 60px;
        padding: 11px 28px;
    }
    .children .wrap .left ul {
        padding-left: 40px;
        max-width: 280px;
    }
    .children .wrap .left ul li {
        font-size: 14px;
        max-width: unset;
    }
    .children .wrap .left ul li:nth-child(3) {
        padding-right: 0;
    }
    .children .wrap .left ul li::before {
        width: 15px;
        height: 19px;
        left: -28px;
        top: calc(50% - 12px);
    }

    .children .wrap .left a {
        font-size: 16px;
        line-height: 1;
        padding: 7px 13px;
        margin-top: 10px;
        margin-left: 40px;
    }
    .children .wrap .right span {
        width: 83px;
        height: 83px;
        top: -22px;
        right: 0;
    }
    .children .wrap .right img {
        position: absolute; 
        width: 150px;
        right: 5px;
        bottom: 40px;
    }
}
@media only screen and (min-width:740px) {
    .children .wrap {
        justify-content: space-around;
    }
}
@media only screen and (min-width:900px) {
    .children .wrap_content {
        padding: 140px 0 170px;
    }
    .children .wrap {
        justify-content: space-around;
    }
    .children .wrap_content h2 {
        font-size: 32px;
        padding: 35px 83px;
        margin-bottom: 115px;
    }
    .children .wrap>div.left {
        width: 60%;
    }
    .children .wrap>div.right {
        width: 40%;
    }
    .children .wrap .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .children .wrap .left ul {
        padding-left: 120px;
        max-width: 580px;
        width: 100%;
    }
    .children .wrap .left ul li {
        font-size: 24px;
        margin-bottom: 55px;
    }
    .children .wrap .left ul li::before {
        width: 36px;
        height: 50px;
        left: -73px;
        top: calc(50% - 25px);
    }
    .children .wrap .left a {
        font-size: 32px;
        margin-top: 90px;
        margin-left: 125px;
        padding: 14px 38px;
        border-radius: 30px;
    }

    .children .wrap .right span {
        position: absolute;
        width: 180px;
        height: 180px;
        background: #6797CC;
        border: 6px solid #34649A;
        border-radius: 50%;
        font-weight: normal;
        font-size: 27px;
        line-height: 1.22;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20px;
        right: calc(50% - 135px);
    }
    .children .wrap .right img {
        position: absolute; 
        width: 370px;
        right: calc(50% - 175px);
        /* bottom: -15px; */
    }

}
@media only screen and (min-width:1340px) {
    .children .wrap_content {
        padding: 115px 0;
    }
    .children .wrap {
        justify-content: space-around;
    }
    .children .wrap>div {
        width: 50%;
    }
    .children .wrap .left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .children .wrap_content h2 {
        font-size: 24px;
        margin-bottom: 100px;
        padding: 11px 26px;
        z-index: 2;
        position: relative;
    }
    .children .wrap .left ul {
        padding-left: 40px;
        max-width: 360px;
    }
    .children .wrap .left ul li {
        font-size: 18px;
        margin-bottom: 45px;
    }
    .children .wrap .left ul li::before {
        width: 30px;
        height: 42px;
        left: -53px;
        top: calc(50% - 25px);
    }
    .children .wrap .left a {
        font-size: 18px;
        margin-top: 35px;
        margin-left: 40px;
        position: relative;
        left: -95px;
        padding: 7px 13px;
        border-radius: 15px;
    }

    .children .wrap .right span {
        position: absolute;
        width: 136px;
        height: 136px;
        background: #6797CC;
        border: 6px solid #34649A;
        border-radius: 50%;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.22;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -40px;
        right: calc(50% - 75px);
    }
    .children .wrap .right img {
        position: absolute; 
        width: 277px;
        right: calc(50% - 73px);
        bottom: 40px;
        z-index: 3;
    }
    .children .wrap .right::before {
        position: absolute;
        content: "";
        width: 614px;
        height: 614px;
        background: url(../img/ellipse.png) no-repeat;
        background-size: contain;
        bottom: -40px;
        right: calc(50% - 270px);
        z-index: 1;
    }
}
/*-------------------children end----------------------*/

/*-------------------buy----------------------*/
.buy {
    text-align: center;
    background: #CFCED3;
    padding: 50px 14px;
}
.buy h2 {
    position: relative;
    top:10px;
    padding: 15px 24px 18px;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: white;
    background: #A92F92;
    display: inline-block;
    border-radius: 15px;
    text-transform: uppercase;
    /* max-width: 260px; */
    margin-left: 70px;
    margin-right: 70px;
}
.buy .wrap {
    position: relative;
    z-index: 5;
}
.buy .wrap a {
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    /* padding: 13px 35px; */
    padding: 13px;
    background: #6797CC;
    border: 4px solid white;
    border-radius: 15px;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
    margin-right: 3px;
}
.buy .wrap a:last-child {
    margin-right: 0;
}
.buy .wrap a:hover {
    background: #29B0AC;
    color: white;
}
.buy .wrap a .aptekaby {
    color: #ff3c6b;
}

.buy .wrap_buy_out {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.buy .wrap_buy_in {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buy .wrap_buy_in p {
    max-width: 200px;
    font-size: 14px;
    font-weight: 500;
    color: #3A5573;
}
.buy .wrap_buy_in a {
    font-size: 14px;
    font-weight: 500;
    color: #3A5573;
    text-decoration: none;
    padding: 11px 28px;
    background: white;
    border: 4px solid #3A5573;
    border-radius: 15px;
    display: inline-block;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
}
.buy .wrap_buy_in a:hover {
    background: #29B0AC;
    color: white;
}
.buy .wrap_buy_out {
    width: 100%;
    /* height: 100px; */
}
/* .buy .wrap_buy_out::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    left: 20px;
    top: -30px;
}
.buy .wrap_buy_out::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    right: 20px;
    top: -30px;
} */
.buy .wrap::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    left: 10px;
    top: -50px;
}
.buy .wrap::after {
    position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    background: url(../img/cross.svg) no-repeat;
    background-size: contain;
    right: 10px;
    top: -50px;
}
@media only screen and (min-width:480px) {
    .buy .wrap::before {
        position: absolute;
        content: "";
        width: 54px;
        height: 54px;
        background: url(../img/cross.svg) no-repeat;
        background-size: contain;
        left: 20px;
        top: -30px;
    }
    .buy .wrap::after {
        position: absolute;
        content: "";
        width: 54px;
        height: 54px;
        background: url(../img/cross.svg) no-repeat;
        background-size: contain;
        right: 20px;
        top: -30px;
    }
}
@media only screen and (min-width:480px) {
    .buy h2 {
        font-size: 14px;
        padding: 15px 32px 18px;
    }
    .buy .wrap a {
        font-size: 16px;
    }
    .buy .wrap_buy_in a {
        font-size: 16px;
    }

    
    .buy {
        padding: 70px 14px;
    }
    .buy .wrap_buy_in {
        /* flex-direction: row; */
    }
    .buy .wrap_buy_in p {
        max-width: 300px;
    }
    .buy .wrap::before {
        left: 0;
        /* top: -105px; */
    }
    .buy .wrap::after {
        right: 0;
        /* top: -105px; */
    }
}
@media only screen and (min-width:900px) {
    .buy {
        padding: 145px 14px 130px;
    }
    .buy h2 {
        font-size: 32px;
        padding: 25px 50px 40px;
        border-radius: 30px;
        top:23px;
        max-width: 600px;
    }
    .buy .wrap a {
        font-size: 32px;
        padding: 30px 90px;
        border-radius: 30px;
    }
    .buy .wrap_buy_in a {
        font-size: 32px;
        padding: 15px 40px;
        border-radius: 30px;
    }

    
    .buy .wrap_buy_in {
        /* flex-direction: row; */
    }
    .buy .wrap_buy_in p {
        font-size: 24px;
    }
    
    .buy .wrap::before {
        width: 90px;
        height: 90px;  
        left: 20px;
        /* left: -45px;
        top: -170px; */
    }
    .buy .wrap::after {
        width: 90px;
        height: 90px;
        right: 20px;
        /* right: -45px;
        top: -170px; */
    }
}
@media only screen and (min-width:1340px) {
    .buy {
        padding: 120px 14px;
    }
    .buy h2 {
        font-size: 24px;
        padding: 15px 46px 18px;
        border-radius: 15px;
        top: 10px;
    }
    .buy .wrap a {
        font-size: 18px;
        padding: 22px 77px;
        border-radius: 15px;
    }
    .buy .wrap_buy_in a {
        font-size: 18px;
        padding: 18px 42px;
        border-radius: 15px;
    }
    .buy .wrap_buy_out {
        margin-top: 70px;
    }
    .buy .wrap_buy_out::before {
        width: 107px;
        height: 107px; 
        left: 140px; 
        /* left: -140px;
        top: -140px; */
    }
    .buy .wrap_buy_out::after {
        width: 107px;
        height: 107px;
        right: 140px;
        /* right: -140px;
        top: -140px; */
    }
    .buy .wrap_buy_in p {
        max-width: 500px;
    }
}
/*-------------------buy end----------------------*/

/*-------------------footer----------------------*/
footer {
    text-align: center;
    padding: 11px 14px 100px;
    background: white;
}
footer p.h7{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #3A5573;
}
footer img.f_logo {
    width: 120px;
    margin-top: 40px;
    margin-bottom: 30px;
}
footer .wrap_socnet a {
    margin-right: 12px;

}
footer .wrap_socnet a img {
    width: 48px;
    transition: 0.2s;
}
footer .wrap_socnet a img:hover {
    opacity: 0.7;
}

footer .wrap_socnet a:last-child {
    margin-right: 0;
}
footer h5 {
    margin-top: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    color: #3A5573;
}
footer h5 span {
    font-style: italic;
    padding-top: 10px;
    display: inline-block;
}
footer h5 a {
    color: #3A5573;
}
footer h5 a:hover {
    text-decoration: none;
}

footer .footer-aff {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
    color: #3A5573;
}
footer .footer-aff a {
    color: #3A5573;
}
footer .footer-aff a:hover {
    text-decoration: none;
}
@media only screen and (min-width:480px) {
    footer {
        padding: 11px 14px 110px;
    }
    footer img.f_logo {
        width: 130px;
        margin-top: 50px;
        margin-bottom: 45px;
    }
    footer .wrap_socnet a img {
        width: 52px;
    }
    footer .wrap_socnet a {
        margin-right: 13px;
    }
    footer h5,
    footer .footer-aff {
        font-size: 14px;
    }
}
@media only screen and (min-width:900px) {
    footer {
        padding: 40px 14px 130px;
    }
    footer p.h7{
        font-size: 24px;
    }
    footer img.f_logo {
        width: 260px;
        margin-top: 125px;
        margin-bottom: 90px;
    }
    footer .wrap_socnet a img {
        width: 75px;
    }
    footer .wrap_socnet a {
        margin-right: 34px;
    }
    footer h5 {
        margin-top: 140px;
        font-size: 20px;
    }
    footer .footer-aff {
        font-size: 20px;
    }
}
@media only screen and (min-width:1340px) {
    footer {
        padding: 30px 14px 130px;
    }
    footer.for_articles {
        padding-left: 225px;
        padding-right: 119px;
    }
    footer p.h7{
        font-size: 18px;
    }
    footer img.f_logo {
        width: 160px;
        margin-top: 125px;
        margin-bottom: 55px;
    }
    footer .wrap_socnet a img {
        width: 64px;
    }
    footer h5 {
        margin-top: 65px;
        font-size: 14px;
    }
    footer .footer-aff {
        font-size: 14px;
    }
}
/*-------------------footer end----------------------*/

/*-------------------attention----------------------*/
.attention {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #CFCED3;
    opacity: 0.4;
    padding: 14px;
    text-align: center;
    z-index: 50;
}
.attention p {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
}
@media only screen and (min-width:480px) {
    .attention p {
        font-size: 16px;
    }
}
@media only screen and (min-width:1340px) {
    .attention p {
        font-size: 1.3vw;
    }
}
/*-------------------attention end----------------------*/


/*-------------------arrow_up----------------------*/
#back-top {
    position: fixed;
    bottom: 155px;
    right: 14px;
    z-index: 50;
}
#back-top a {
    display: block;
    width: 66px;
    height: 48px;
}
#back-top a img {
    width: 100%;
}
@media only screen and (min-width:480px) {
    #back-top {
        bottom: 80px;
        right: 32px;
    }
}
/*-------------------arrow_up end----------------------*/

/*-------------------page404----------------------*/
.page404 {
    margin-top: 50px;
    height: 300px;
    background: #6797CC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.page404 div {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: white;
    background: #34649A;
    border-radius: 15px;
    padding: 36px;
    position: relative;
    text-align: center;
}
.page404 div span {
    position: absolute;
    left: 0;
    top: -20px;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    color: #3A5573;
    background: #CFCED3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 7px 11px;
}
.page404 a {
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    color: #3A5573;
    background: white;
    border: 4px solid #A92F92;
    padding: 6px 19px 8px;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.2s;
}
.page404 a:hover {
    background: #29B0AC;
    border: 4px solid #3A5573;
    color: white;
}

@media only screen and (min-width:480px) {
    .page404 {
        margin-top: 70px;
        height: 360px;
    }
    .page404 a {
        font-size: 16px;
        padding: 7px 13px;
        margin-top: 45px;
    }
}
@media only screen and (min-width:900px) {
    .page404 div {
        font-weight: 500;
        font-size: 27px;
        line-height: 1;
        color: white;
        background: #34649A;
        border-radius: 15px;
        padding: 70px;
        position: relative;
        text-align: center;
    }
    .page404 div span {
        position: absolute;
        left: 0;
        top: -20px;
        font-style: italic;
        font-weight: normal;
        font-size: 18px;
        color: #3A5573;
        background: #CFCED3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 15px;
        padding: 10px 20px;
    }
    .page404 {
        margin-top: 100px;
        height: 560px;
    }
    .page404 a {
        font-size: 20px;
        padding: 10px 20px;
        margin-top: 45px;
    }
}
@media only screen and (min-width:1340px) {
    .page404 {
        margin-top: 80px;
        height: 500px;
    }
    .page404 div {
        padding: 54px;
    }
    .page404 div span {
        font-size: 14px;
    }
    .page404 a {
        font-size: 24px;
        padding: 7px 26px 9px;
        margin-top: 70px;
    }
}
/*-------------------page404 end----------------------*/

sup { 
    vertical-align: super;
    font-size: smaller;
    position: relative;
    left: 3px;
}




















/*-------------------content_block----------------------*/
.content_block {
    margin-top: 50px;
}
.content_block .wrap_header {
    display: none;
}
.content_block .wrap_header .wrap_h2 {
    background: #34649A;
    text-align: center;
    padding: 10px 60px;
}
.content_block .wrap_header .wrap_h2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: white;
    text-transform: uppercase;
}
.content_block .wrap_header .img {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}
.content_block .wrap_header .img img {
    width: 100%;
    display: block;
}


.accordion {
    background: #34649A;
    transition: 0.4s;
    padding: 14px 14px 16px 50px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #CFCED3;
}
.accordion::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/articles/accordion_cross_plus.svg) no-repeat;
    background-size: contain;
    border-radius: 50%;
    top: 12px;
    left: 16px;
}
.accordion.active {
    background: #A92F92;
    border: none;
}
.accordion.active::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/articles/accordion_cross_minus.svg) no-repeat;
    background-size: contain;
    border-radius: 50%;
    top: 12px;
    left: 16px;
}
.accordion h2 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: white;
    text-transform: uppercase;
}
.panel {
    display: none;
}
.panel.active {
    display: block;
}


.panel .desc {
    padding: 14px 14px 14px 50px;
    background: #6797CC;
    color: white;
}
.panel .desc p {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: white;
}
.panel .wrap_content {
    padding: 20px 14px 20px 16px;
}
.panel .wrap_content .caption {
    font-family: 'Jost', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #A92F92;
}
.panel .wrap_content .wrap_text {
    /* padding: 10px 0 20px 34px; */
    padding: 0 0 12px 34px;
}
.panel .wrap_content .wrap_text:last-child {
    /* padding: 10px 0 0 34px; */
    padding: 0 0 0 34px;
}
.panel .wrap_content .wrap_text p {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    color: #3A5573;
}
.panel .wrap_content .caption + .wrap_text {
    margin-top: 10px;
}

.panel .dop_caption {
    padding: 18px 14px 18px 16px;
    background: #A92F92;
}
.panel .dop_caption p {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: white;
}
.panel .dop_caption p span {
    font-weight: 700;
}
.panel .dop_content {
    padding: 18px 14px 18px 16px;
    background: #CFCED3;
    border: 3px solid #34649A;
}
.panel .dop_content p {
    font-family: 'Jost', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A5573;
}
.panel .dop_content p.sub_p {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 110%;
    color: #3A5573;
    padding-left: 34px;
    /* padding-top: 8px; */
}
.panel .dop_content p.color_p {
    color: #A92F92;
}
.panel .dop_content p.bottom_p {
    padding-bottom: 12px;
}


.panel .wrap_content ul {
    padding-left: 20px;
}
/* .panel .wrap_content.no_padding_bottom {
    padding-bottom: 0;
} */
.panel .wrap_content ul li {
    font-family: 'Jost', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A5573;
    padding-bottom: 14px;
    position: relative;
}
.panel .wrap_content ul li:last-child {
    padding-bottom: 0;
}
.panel .wrap_content ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #6797CC;
    border-radius: 50%;
    left: -19px;
    top: 5px;
}

.content_block .wrap .info {
    padding: 40px 50px;
    text-align: center;
}
.content_block .wrap .info h5 {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #3A5573;
}


.content_block .wrap .lnk_back {
    text-align: center;
}
.content_block .wrap .lnk_back a {
    background: #FFFFFF;
    border: 4px solid #A92F92;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 30px;
    transition: 0.2s;
    color: #3A5573;
}
.content_block .wrap .lnk_back a:hover {
    background: #29B0AC;
    color: white;
    border: 4px solid #3A5573;
}

@media only screen and (min-width:480px) {
    .content_block {
        margin-top: 70px;
    }
    .content_block .wrap_header .wrap_h2 {
        padding: 15px 18px;
    }
    .content_block .wrap_header .wrap_h2 h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }



    .content_block .wrap .lnk_back a {
        font-size: 16px;
        line-height: 1;
        padding: 7px 13px;
        margin-top: 10px;
    }
}

@media only screen and (min-width:900px) {
    .content_block {
        margin-top: 100px;
    }
    .accordion {
        padding: 30px 55px 30px 150px;
    }
    .accordion::before {
        width: 50px;
        height: 50px;
        background: url(../img/articles/accordion_cross_plus.svg) no-repeat;
        background-size: contain;
        top: 24px;
        left: 65px;
    }
    .accordion.active::before {
        width: 50px;
        height: 50px;
        background: url(../img/articles/accordion_cross_minus.svg) no-repeat;
        background-size: contain;
        top: 24px;
        left: 65px;
    }
    .content_block .wrap_header .wrap_h2 h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        line-height: 48px;
    }
    .accordion h2 {
        font-size: 27px;
        line-height: 39px;
    }
    .panel .wrap_content.no_padding_bottom {
        padding-bottom: 0;
    }
    .panel .wrap_content .wrap_text {
        padding: 20px 55px 20px 40px;
    }
    .panel .wrap_content .caption {
        font-size: 27px;
        line-height: 100%;
    }


    .panel .desc {
        padding: 30px 55px 30px 150px;
    }
    .panel .desc p {
        font-size: 25px;
        line-height: 25px;
    }

    .panel .wrap_content {
        padding: 50px 55px 50px 75px;
    }
    .panel .wrap_content .caption {
        font-family: 'Jost', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 27px;
        line-height: 100%;
        color: #A92F92;
    }
    .panel .wrap_content .wrap_text {
        padding: 20px 0 40px 75px;
    }
    .panel .wrap_content .wrap_text:last-child {
        padding: 20px 0 0 75px;
    }
    .panel .wrap_content .wrap_text p {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #3A5573;
    }


    .panel .dop_caption {
        padding: 40px 55px 40px 75px;
    }
    .panel .dop_caption p {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 25px;
        color: white;
    }

    .panel .dop_content {
        padding: 40px 55px 40px 75px;
    }
    .panel .dop_content p {
        font-family: 'Jost', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 25px;
        line-height: 100%;
        color: #3A5573;
    }
    .panel .dop_content p.sub_p {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 110%;
        color: #3A5573;
        padding-left: 75px;
        padding-top: 20px;
    }
    .panel .dop_content p.bottom_p {
        padding-bottom: 25px;
    }

    .panel .wrap_content ul {
        padding-left: 75px;
    }
    .panel .wrap_content ul li {
        font-family: 'Jost', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 25px;
        line-height: 100%;
        color: #3A5573;
        padding-bottom: 30px;
        position: relative;
    }
    .panel .wrap_content ul li:last-child {
        padding-bottom: 0;
    }
    .panel .wrap_content ul li::before {
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        background: #6797CC;
        border-radius: 50%;
        left: -77px;
        top: 8px;
    }

    .content_block .wrap .info {
        padding: 75px 150px;
        text-align: center;
    }
    .content_block .wrap .info h5 {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 1;
        color: #3A5573;
    }
}
@media only screen and (min-width:1340px) {
    .content_block {
        margin-top: 80px;
        max-width: 834px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: 54px;
        top: -17px;
    }
    .content_block.children1::before {
        position: absolute;
        content: "";
        width: 149px;
        height: 165px;
        top: 23px;
        left: -250px;
        background: url(../img/susp_pack3.png) no-repeat;
        background-size: contain;
    }
    .content_block.adult::before {
        position: absolute;
        content: "";
        width: 250px;
        height: 250px;
        top: 0;
        left: -300px;
        background: url(../img/susp_pack4.png) no-repeat;
        background-size: contain;
    }
    .content_block .wrap_header {
        display: flex;
        align-items: flex-start;
        overflow: hidden;
    }
    .content_block .wrap_header .wrap_h2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 210px;
    }
    .content_block .wrap_header .wrap_h2 h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20;
    }
    .content_block .wrap_header .img {
        flex: none;
        width: 300px;
        height: 210px;
        object-fit: cover;
        display: none;
    }



    .accordion {
        padding: 25px 55px 25px 125px;
        margin-top: 50px;
    }
    .accordion::before {
        width: 34px;
        height: 34px;
        background: url(../img/articles/accordion_cross_plus.svg) no-repeat;
        background-size: contain;
        top: 18px;
        left: 55px;
    }
    .accordion.active::before {
        width: 34px;
        height: 34px;
        background: url(../img/articles/accordion_cross_minus.svg) no-repeat;
        background-size: contain;
        top: 18px;
        left: 55px;
    }
    .accordion h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .panel .wrap_content .wrap_text {
        padding: 20px 55px 20px 40px;
    }
    .panel .wrap_content .caption {
        font-size: 27px;
        line-height: 100%;
    }

    .panel .desc {
        padding: 35px 55px 42px 125px;
    }
    .panel .desc p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .panel .wrap_content {
        padding: 40px 55px 40px 60px;
    }
    .panel .wrap_content .caption {
        font-family: 'Jost', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        color: #A92F92;
    }
    .panel .wrap_content .wrap_text {
        /* padding: 12px 0 25px 60px; */
        padding: 0 0 12px 60px;
    }
    .panel .wrap_content .wrap_text:first-child {
        padding: 0 0 12px 60px;
    }
    .panel .wrap_content .wrap_text:last-child {
        padding: 0 0 0 60px;
    }
    .panel .wrap_content .wrap_text p {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        color: #3A5573;
    }

    .panel .dop_caption {
        padding: 25px 55px 35px 60px;
    }
    .panel .dop_caption p {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: white;
    }

    .panel .dop_content {
        padding: 20px 55px 20px 60px;
        border-radius: 15px;
        position: relative;
        top: -12px;
    }
    .panel .dop_content p {
        font-family: 'Jost', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        color: #3A5573;
    }
    .panel .dop_content p.sub_p {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        color: #3A5573;
        padding-left: 60px;
        padding-top: 0;
    }
    .panel .dop_content p.bottom_p {
        padding-bottom: 12px;
    }

    .panel .wrap_content ul {
        padding-left: 60px;
    }
    .panel .wrap_content ul li {
        font-family: 'Jost', sans-serif;
        font-style: italic;
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        color: #3A5573;
        padding-bottom: 25px;
        position: relative;
    }
    .panel .wrap_content ul li:last-child {
        padding-bottom: 0;
    }
    .panel .wrap_content ul li::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: #6797CC;
        border-radius: 50%;
        left: -55px;
        top: 3px;
    }

    .content_block .wrap .info {
        padding: 65px 150px;
        text-align: center;
    }
    .content_block .wrap .info h5 {
        font-family: 'Jost', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        color: #3A5573;
    }



    .content_block .wrap .lnk_back a {
        font-size: 16px;
        margin-top: 35px;
    }
}
/*-------------------content_block end----------------------*/








   /* .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  } */



/*-------------------popup----------------------*/
.popup {
    display: none;
}
.popup.show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.92);
    z-index: 100;
}
.popup .wrap_popup {
    position: relative;
    background: #34649A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    width: 100%;
    max-width: 336px;
    margin: 0 auto;
    color: white;
    position: relative;
    transition: all ease .5s;
    padding: 35px 20px 22px;
    text-align: center;
    /* margin-bottom: 100px; */
}
.popup .wrap_popup .alert {
    position: absolute;
    font-size: 14px;
    font-style: italic;
    padding: 6px 11px 8px 11px;
    border-radius: 50px;
    background: #CFCED3;
    top: -17px;
    left: 9px;
    color: #3A5573;
    line-height: 1;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
/* .popup .mfp-close {
    display: none;
} */

.popup .wrap_popup .wrap_btn {
    margin-top: 13px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.popup .wrap_popup .wrap_btn span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 30px;
    background: white;
    border-radius: 50px;
    border: 4px solid #A92F92;
    color: #3A5573;
    cursor: pointer;
    transition: 0.2s;
}
.popup .wrap_popup .wrap_btn span:hover {
    background: #29B0AC;
    color: white;
}

.popup .wrap_popup .wrap_a {
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.popup .wrap_popup .wrap_a a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #3A5573;
    background: white;
    border: 4px solid #A92F92;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    transition: 0.2s;
}
.popup .wrap_popup .wrap_a a:hover {
    background: #29B0AC;
    color: white;
}

.popup .close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.popup .close_btn span:first-child {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #34649A;
    rotate: 45deg;
    top: calc(50%);
    left: calc(50% - 5px);
}
.popup .close_btn span:last-child {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #34649A;
    rotate: -45deg;
    top: calc(50%);
    left: calc(50% - 5px);
}
/* .popup .close_btn::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: black;
    left: 5px;
    top: 8px;
    transform: rotate(45deg);
}
.popup .close_btn::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background: black;
    left: 5px;
    top: 8px;
    transform: rotate(-45deg);
} */
.popup .switch_tabletki_label {
    font-size: 18px;
}
@media only screen and (min-width:1340px) {
    .popup .wrap_popup .wrap_a a {
        font-size: 18px;
        border: 4px solid #A92F92;
        padding: 9px 20px;
        border-radius: 15px;
    }
}
/*-------------------popup end----------------------*/