.center_item {
    float: left;
    width: 100%;
    text-align: center
}

.clearfix:before,.clearfix:after{
    content:' ';
    display:table;
}
.clearfix:after{clear:both;}

body {
    margin: 0;
    padding: 0
}

img[src$="images/product.png"] {
    width: 350px;
    margin:65px 0 0 -60px;
}
.arcticmodal-container img[src$="images/product.png"] {
    margin: -35px -90px 0 0;
}

.container {
    min-width: 1200px;
    max-width: 1920px;
    margin: auto;
    min-height: 100px;
    overflow: hidden
}

.wrapper {
    width: 1170px;
    margin: auto;
    min-height: 1px;
    /*overflow: hidden*/
}

.block1 {
    float: left;
    width: 100%;
    min-height: 1112px;
    background: #fff url(../images/block1.jpg) no-repeat center top;
}

.block1 .top-block {
    float: left;
    height: 120px;
    width: 100%;
    font-family: Roboto;
    font-size: 19px;
    color: #e5e4f4;
    line-height: 24px
}

.block1 .top-block b {
    color: #fff
}

.block1 .top-block .item1 {
    width: 300px;
    padding-top: 35px;
    float: left
}

.block1 .top-block .item2 {
    width: 360px;
    padding-top: 35px;
    float: left
}

.block1 .top-block .item3 {
    width: 255px;
    padding-top: 35px;
    float: left
}

.block1 .top-block .button-block {
    float: left
}

.block1 .top-block .button-block button {
    width: 245px;
    height: 51px;
    margin-left: 10px;
    margin-top: 33px;
    background: 0 0;
    border: none;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #fffe84
}

.block1 .title {
    font-family: Roboto;
    color: #fffc00;
    font-weight: 900;
    font-size: 65px;
    line-height: 58px;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    text-transform: uppercase;
}

.block1 .title .pink {
    color: #ff3395;
    text-decoration: underline
}

.block1 .title2 {
    font-family: Roboto;
    color: #fffc00;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 28px;
}

.block1 .left-block {
    width: 409px;
    float: left;
   /*  margin-top: 75px; */
    padding-top: 50px
}

.block1 .left-block .item {
    font-family: Roboto;
    font-weight: 500;
    color: #fff;
    float: left;
    width: 337px;
    height: 108px;
    font-size: 22px;
    line-height: 26px;
    margin-left: 60px;
    margin-bottom: 9px;
    margin-top: 5px;;
}

.block1 .left-block .bottom {
    font-family: Roboto;
    font-weight: 200;
    font-style: italic;
    color: #fffc00;
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
    padding-left: 20px;
    float: left
}

.block1 .right-block {
    width: 400px;
    float: right;
    text-align: center
}

.block1 .right-block .title-form {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 65px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 27px;
    line-height: 42px;
    color: #322a89;
    text-transform: uppercase;

}

.block1 .right-block .title-form .pink {
    color: #ff3395
}

.block1 .right-block .desc-form {
    color: #2c2c2c;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    padding-top: 25px
}

.block1 .right-block .timer-block {
    float: left;
    width: 100%;
    text-align: center;
    height: 86px;
    padding-bottom: 20px;
    background: url(../images/timer.png) no-repeat center top;
    margin-top: 5px
}

.block1 .right-block .timer-block div {
    float: left;
    width: 65px;
    font-family: Roboto;
    font-weight: 900;
    color: #322a89;
    font-size: 30px;
    margin-top: 15px
}

.block1 .right-block .timer-block .hours {
    margin-left: 62px
}

.block1 .right-block .timer-block .mins {
    margin-left: 39px
}

.block1 .right-block .timer-block .secs {
    margin-left: 42px
}

.block1 .right-block .line {
   
    width: 100%;
    text-align: center
}

.block1 .right-block .line input, select {
    width: 294px;
		height: 54px;
		box-sizing: border-box;
    border: none;
    margin-bottom: 10px;
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
		padding-right: 10px;
		border-radius: 5px;
		background: linear-gradient(to bottom, #292464 0%,#2b2669 22%,#2f277c 58%,#2e2882 80%,#312b85 83%,#302989 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
option{
	background-color: #292464;
}
.block10  select,.block10 .select-form{
	width: 356px;
}
.block10  select{
	position: relative;
	margin-left: -1px;
}
select{

-webkit-appearance: unset;
-moz-appearance: unset;
appearance: unset;
	background:url(../images/sel2.png) 95% center no-repeat, linear-gradient(to bottom, #292464 0%,#2b2669 22%,#2f277c 58%,#2e2882 80%,#312b85 83%,#302989 100%);
}
select::-ms-expand {display: none}
.block1 .right-block .line input::-webkit-input-placeholder {
    color: #fff
}

.block1 .right-block .line input::-moz-placeholder {
    color: #fff
}

.block1 .right-block .line input:-moz-placeholder {
    color: #fff
}

.block1 .right-block .line input:-ms-input-placeholder {
    color: #fff
}

.block1 .right-block .line select {
    width: 294px;
    height: 54px;
    border: none;
    margin-bottom: 10px;
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
    background: #2e2775
}

.block1 .right-block .name-inp,.block12 .right-block .name-inp,.box-modal .right-block .name-inp {
		position: relative;
		width: 294px;
		display: block;
		margin-right: auto;
		margin-left: auto;
}
.block10 .right-block .name-inp{
	width: 356px;
	display: block;
		margin-right: auto;
		margin-left: auto;
		position: relative;
}
.block1 .right-block .name-inp:before,.block12 .right-block .name-inp:before,.box-modal .right-block .name-inp:before,.block10 .right-block .name-inp:before  {
	content: "";
	background: url(../images/form-name.png) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 21px;
	
}
.select-form{
	position: relative;
	width: 294px;
		height: 54px;
		display: block;
    margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
}
.block1 .right-block form,.block12 .right-block form,.box-modal .right-block form,.block10 .right-block form{
	float: left;
	margin-left: 35px;
}
.select-form:before {
	content: "";
	background: url(../images/internet.png) no-repeat center;
	width: 20px;
	height: 20px;
	background-size: 100%;
	position: absolute;
	top: 17px;
	left: 19px;
	z-index: 12;
}
.block1 .right-block .phone-inp,.block12 .right-block .phone-inp,.box-modal .right-block .phone-inp {
		position: relative;
		width: 294px;
		margin-right: auto;
		margin-left: auto;
}
.block10 .right-block .phone-inp {
	width: 356px;
	display: block;
		margin-right: auto;
		margin-left: auto;
		position: relative;
}
.block1 .right-block .phone-inp:before,.block12 .right-block .phone-inp:before,.box-modal .right-block .phone-inp:before,.block10 .right-block .phone-inp:before  {
	content: "";
	background: url(../images/form-phone.png) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 21px;
}

.block1 .right-block .button-line {
    float: left;
    width: 100%;
    text-align: center
}

.block1 .right-block .button-line button {
    background: url(../images/button.png) no-repeat center top;
    width: 328px;
    height: 101px;
    border: none;
    margin-top: 10px;
    position: relative;
    left: 2px
}

.block1 .right-block .left-text {
    float: left;
    width: 105px;
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
		margin-left: 53px;
		margin-top: -7px;
}

.block1 .right-block .right-text {
    float: left;
    margin-top: -10px
}

.block1 .right-block .right-text .big {
    font-size: 54px;
    font-family: Roboto;
    font-weight: 700;
    color: #322a89;
    line-height: 63px;
    float: left
}

.block1 .right-block .right-text .small {
    float: left;
    font-size: 16px;
    font-family: Roboto;
    color: #322a89;
    line-height: 18px;
    text-align: center;
    width: 80px;
    padding-top: 23px
}

.block12 .prod img{
    width: 390px;
    margin: 40px 0 0 -150px;
}
.block1 .prod img{
    width: 390px;
    margin: 0px 0 0 -150px;
}
.block12 .label, .block1 .label{
    margin-left:365px;
    margin-top: 300px;
}
.block1 .prod {
    margin-left: 607px;
    position: absolute;
    margin-top: 387px;
}

.block1 .label {
    width: 228px;
    height: 228px;
    background: url(../images/label.png) no-repeat center top;
    position: absolute;

    text-align: center
}

.block6 .left-block .text-block br{
    display: none;
}
.block1 .label .line1 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #28235d;
    margin-top: 50px
}

.block1 .label .line2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    line-height: 16px;
    color: #28235d;
    padding-top: 3px;
    text-decoration: line-through
}

.block1 .label .line3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    line-height: 60px;
    color: #0b9134;
    font-weight: 700
}

.block1 .label .line4 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 60px;
    line-height: 65px;
    color: #0b9134;
    font-weight: 700;
    margin-top: -30px
}

.block1 .label .line5 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 18px;
    color: #0b9134
}

button:focus,
input:focus,
select:focus {
    outline: 0
}

.block2 {
    float: left;
    width: 100%;
    min-height: 2108px;
    background: #fff url(../images/block2.jpg) no-repeat center top
}

.block2 .title2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Rubik;
    font-size: 46px;
    color: #fff;
    font-weight: 500;
    line-height: 36px;
    padding-top: 65px
}

.block2 .calc-form {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.block2 .calc-form .bg-block {
    height: 268px;
    background: url(../images/block2_form.jpg) no-repeat center top;
    margin: auto;
    width: 790px;
}

.block2 .calc-form .bg-block .left {
    float: left;
    width: 280px;
    text-align: left;
    margin-left: 32px;
    margin-top: 40px
}

.block2 .calc-form .bg-block .left input {
    width: 197px;
    height: 52px;
    font-family: Roboto;
    font-size: 18px;
    color: #201b53;
    margin-bottom: 12px;
    border: none;
    padding-left: 53px;
    background: 0 0;
    border-radius: 5px
}

.block2 .calc-form .bg-block .left .inp1 {
    background: url(../images/form-weight.png) no-repeat left top
}

.block2 .calc-form .bg-block .left .inp2 {
    background: url(../images/form-height.png) no-repeat left top
}

.block2 .calc-form .bg-block .left .inp3 {
    background: url(../images/form-age.png) no-repeat left top
}

.block2 .calc-form .bg-block .right {
    width: 420px;
    float: right;
    text-align: left
}

.block2 .calc-form .bg-block .right .line1 {
    font-family: Rubik;
    font-weight: 900;
    color: #f12642;
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    padding-top: 58px
}

.block2 .calc-form .bg-block .right .line2 {
    font-family: Rubik;
    font-weight: 500;
    color: #ffde01;
    font-size: 24px;
    line-height: 36px
}

.block2 .calc-form .bg-block .right .arrow {
    position: absolute;
    margin-left: 245px;
    margin-top: -55px
}

.block2 .green {
    font-size: 28px;
    line-height: 74px;
    color: #06c33d
}

.block2 .red {
    color: #df2a44
}

.block2 .title {
    float: left;
    width: 100%;
    font-family: Rubik;
    font-size: 56px;
    line-height: 58px;
    font-weight: 900;
    color: #1c174d;
    text-align: center
}

.block2 .left-block {
    float: left;
    width: 311px;
    padding-top: 154px;
    padding-left: 315px
}

.block2 .left-block .text {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    font-family: Roboto;
    color: #1c174d;
    margin-left: 31px;
    height: 313px
}

.block2 .left-block .text2 {
    height: 270px
}

.block2 .right-block {
    float: right;
    width: 270px;
    padding-top: 154px;
    padding-right: 29px
}

.block2 .right-block .text {
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    font-family: Roboto;
    color: #1c174d;
    margin-left: 31px;
    height: 313px
}

.block2 .right-block .text2 {
    height: 270px
}

.block2 .line {
    float: left;
    width: 100%;
    background: url(../images/icon.png) no-repeat left top;
    height: 318px;
    margin-top: -148px
}

.block2 .line .text {
    font-size: 36px;
    color: #490f18;
    margin-top: 115px;
    line-height: 40px;
    font-family: Rubik;
    text-align: center
}

.block2 .line .text .red {
    font-weight: 900
}

.block2 .text-bold {
    font-weight: 700
}

.block3 {
    float: left;
    width: 100%;
    min-height: 1097px;
    background: #fff url(../images/block3.jpg) no-repeat center top
}

.block3 .title {
    float: left;
    width: 100%;
    font-family: Rubik;
    font-size: 60px;
    line-height: 58px;
    font-weight: 900;
    margin-top: 70px;
    color: #ffde01;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #750416
}

.block3 .title2 {
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    text-transform: none;
    margin-top: 0
}

.block3 .title4 {
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    margin-top: 197px;
    text-shadow: 0 7px 20px #58010f
}

.block3 .title5 {
    font-size: 38.12px;
    margin-top: 0
}

.block3 .left-block {
    float: left;
    width: 300px;
    padding-top: 175px;
    padding-left: 220px
}

.block3 .left-block .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: Roboto;
    color: #310008
}

.block3 .left-block .title3 {
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    margin-left: -30px;
    padding-top: 20px
}

.block3 .left-block .text2 {
    font-weight: 900
}

.block3 .right-block {
    float: right;
    width: 300px;
    padding-top: 175px;
    padding-right: 220px
}

.block3 .right-block .text {
    font-size: 24px;
    text-align: right;
    font-weight: 500;
    line-height: 30px;
    font-family: Roboto;
    color: #310008
}

.block3 .right-block .text2 {
    font-weight: 900
}

.block3 .right-block .title3 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    text-align: right;
    position: relative;
    right: -30px;
    padding-top: 20px
}

.block4 {
    float: left;
    width: 100%;
    min-height: 1041px;
    background: #fff url(../images/block4.jpg) no-repeat center top
}

.block4 .right-block {
    float: right;
    width: 505px;
    padding-top: 152px
}

.block4 .right-block .name {
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
    font-family: Rubik;
    text-transform: uppercase
}

.block4 .right-block .name1 {
    color: #ea0e2d
}

.block4 .right-block .name2 {
    color: #75e3ff
}

.block4 .right-block .name3 {
    color: #ffde01
}

.block4 .right-block .text {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-family: Roboto;
    height: 198px;
}

.block4 .right-block .text_bold {
    font-weight: 500
}

.block4 button {
    border: none;
    background: url(../images/button2.png) no-repeat center top;
    width: 366px;
    height: 75px;
    margin-top: -52px
}

.block5 {
    float: left;
    width: 100%;
    min-height: 759px;
    background: #fff url(../images/block5.jpg) no-repeat center 50px
}

.block5 .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 56px;
    color: #1c174d;
    line-height: 58px;
    font-family: Rubik;
    padding-top: 57px;
    font-weight: 900
}

.block5 .title .green {
    text-transform: uppercase;
    color: #06c33d;
    text-decoration: underline
}

.block5 .item {
    float: left;
    font-size: 24px;
    line-height: 30px;
    color: #1c174d;
    text-align: center;
    margin-top: 380px
}

.block5 .item1 {
    margin-left: 110px
}

.block5 .item2 {
    margin-left: 220px
}

.block5 .item3 {
    margin-left: 235px
}

.block5 .bottom-block {
    width: 1170px;
    margin: auto;
    background: url(../images/icon2.png) no-repeat center top;
    height: 319px;
    margin-left: -1px;
    margin-top: 605px;
    position: absolute;
    text-align: center;
    font-size: 38px;
    line-height: 42px;
    color: #fff;
    font-family: Rubik;
    font-weight: 700;
    padding-top: 120px
}

.block6 {
    float: left;
    width: 100%;
    min-height: 1031px;
    background: #fff url(../images/block6.jpg) no-repeat center top
}

.block6 .left-block {
    width: 575px;
    float: left
}

.block6 .left-block .top-block {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    color: #001d09;
    line-height: 32px;
    font-size: 30px;
    padding-left: 20px;
    margin-top: 225px
}

.block6 .left-block .text-block {
    float: left;
    width: 100%;
    font-family: Rubik;
    font-weight: 700;
    font-size: 50px;
    line-height: 52px;
    color: #018026;
    text-transform: uppercase;
    padding-top: 50px
}

.block6 .left-block .text-block .green {
    font-size: 50px;
    color: #025e1d
}

.block6 .right-block .prod img{
    width: 429px;
}
.block6 .right-block .prod{
    margin-left: -480px;
    margin-top: 70px;
}
.block6 .right-block {
    float: right;
    width: 480px;
    margin-top: 570px
}

.block6 .right-block .desc {
    float: left;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    font-size: 22px;
    color: #1a1d11;
    line-height: 24px
}

.block6 .right-block .line1 {
    color: #001d09;
    font-family: Roboto;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 125px;
    float: left;
    width: 100%
}

.block6 .right-block .line2 {
    color: #ff1d3d;
    font-family: Roboto;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 15px;
    float: left;
    width: 100%
}

.block6 .prod {
    position: absolute;
    margin-left: -440px;
    margin-top: 105px
}

.block7 {
    float: left;
    width: 100%;
    min-height: 1734px;
    background: #fff
}

.block7 .title {
    float: left;
    width: 100%;
    text-align: center;
    color: #1c174d;
    font-size: 56px;
    line-height: 58px;
    padding-top: 65px;
    font-family: Rubik;
    font-weight: 900
}

.block7 .title .green {
    color: #06c33d;
    text-decoration: underline
}

.block7 .item1 {
    width: 100%;
    background: url(../images/block7_1.jpg) no-repeat center top;
    height: 388px;
    float: left;
    margin-top: 40px
}

.block7 .item1 .block-text {
    font-family: Roboto;
    font-size: 24px;
    line-height: 30px;
    color: #1c174d;
    margin-left: 665px;
    margin-top: 50px
}

.block7 .item1 .block-text b {
    font-weight: 700
}

.block7 .title2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #1c174d;
    font-size: 56px;
    line-height: 58px;
    padding-top: 65px;
    font-family: Rubik;
    font-weight: 900
}

.block7 .title2 .green {
    color: #06c33d;
    text-decoration: underline
}

.block7 .title2 .pink {
    color: #ff3395;
    text-decoration: underline
}

.block7 .item2 {
    width: 100%;
    background: url(../images/block7_2.jpg) no-repeat center top;
    height: 498px;
    float: left
}

.block7 .item2 .block-text {
    font-family: Roboto;
    font-size: 24px;
    line-height: 30px;
    color: #1c174d;
    margin-left: 85px;
    margin-top: 100px
}

.block7 .item2 .block-text b {
    font-weight: 700
}

.block7 .block-bottom {
    float: left;
    width: 100%;
    text-align: center;
    background: url(../images/block7_3.jpg) no-repeat center top;
    height: 353px;
    margin-top: 91px
}

.block7 .block-bottom .title-block {
    text-align: center;
    font-family: Rubik;
    font-size: 56px;
    line-height: 58px;
    color: #362cac;
    font-weight: 900;
    text-decoration: underline;
}

.block7 .block-bottom .text {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Rubik;
    font-weight: 700;
    color: #1c174d;
    font-size: 36px;
    line-height: 44px;
}

.block7 .block-bottom .title-block{
        font-size: 50px;
    line-height: 50px;
    margin-top: 7px;
    margin-bottom: 67px;
}

.block7 .block-bottom .button-block {
    text-align: center;
    width: 100%;
}

.block7 .block-bottom .button-block button {
    width: 328px;
    height: 101px;
    background: url(../images/button3.png) no-repeat center top;
    border: none;
    margin-top: 22px
}

.block8 {
    float: left;
    width: 100%;
    min-height: 967px;
    background: #fff url(../images/block8.jpg) no-repeat center top
}

.block8 .title {
    float: left;
    width: 100%;
    font-family: Rubik;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    margin-top: 78px;
    color: #0e0a0c;
    text-align: center
}

.block8 .right-block {
    float: right;
    width: 570px;
    padding-top: 142px
}

.block8 .right-block .text {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    font-family: Roboto;
    color: #0e0a0c;
    width: 499px;
    margin-left: 32px;
    margin-top: -23px;;
}

.doctor{
    display: none;
}

.block8 .right-block .text-bold {
    font-weight: 700;
    margin-left: 0
}

.block8 .right-block .img-block {
    float: left;
    margin-left: 36px
}

.block8 .right-block .item1 {
    float: right;
    margin-right: 10px;
    margin-top: -20px
}

.block8 .circle-block {
    float: left;
    width: 100%;
    background: url(../images/label2.png) no-repeat left bottom;
    height: 234px;
    margin-top: -188px
}

.block8 .circle-block .name {
    width: 234px;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
    margin-top: 50px;
    float: left;
    color: #1c174d
}

.block8 .circle-block .text {
    line-height: 24px;
    font-weight: 500
}

.block9 {
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 1663px;
    background: #fff url(../images/block9.jpg) repeat-y center top
}

.block9 .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 56px;
    line-height: 60px;
    font-family: Rubik;
    font-weight: 900;
    text-transform: uppercase;
    color: #fffc00;
    padding-top: 95px;
    margin-bottom: 85px
}

.block9 .title .pink {
    color: #ff3395;
    font-size: 65px;
    line-height: 60px;
    text-decoration: underline
}

.block9 .item {
    float: left;
    width: 100%;
    font-size: 26px;
    color: #2a2562;
    line-height: 34px;
    font-family: Roboto;
		margin-bottom: 50px;
		background-size: 99% !important;
}

.block9 .item .author {
    font-size: 18px;
    padding-top: 35px
}

.block9 .item1 {
    background: url(../images/rew1.png) no-repeat center top;
    min-height: 345px
}

.block9 .item1 .text {
    margin-left: 45px;
    margin-top: 50px
}

.block9 .item2 {
    background: url(../images/rew2.png) no-repeat center top;
    min-height: 345px
}

.block9 .item2 .text {
    margin-left: 670px;
    margin-top: 50px
}

.block9 .item3 {
    background: url(../images/rew3.png) no-repeat center top;
    min-height: 345px
}

.block9 .item3 .text {
    margin-left: 45px;
    margin-top: 50px;
    width: 459px;
}

.block9 .item4 {
    background: url(../images/rew4.png) no-repeat center top;
    min-height: 466px
}

.block9 .item4 .text {
    margin-left: 670px;
    margin-top: 50px
}

.block9 .item5 {
    background: url(../images/rew5.png) no-repeat center top;
    min-height: 406px
}

.block9 .item5 .text {
    margin-left: 45px;
    margin-top: 50px
}

.block9 .item6 {
    background: url(../images/rew6.png) no-repeat center top;
    min-height: 436px
}

.block9 .item6 .text {
    margin-left: 670px;
    margin-top: 50px
}

.block9 .more-block {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
    color: #fffc00;
    font-size: 36px;
    line-height: 44px;
    font-family: Roboto;
    font-weight: 700
}

.block9 .more-block span {
    border-bottom: 4px dashed #fffc00;
    cursor: pointer
}

.block10 {
    float: left;
    width: 100%;
    min-height: 2059px;
    background: #fff url(../images/block10.jpg) no-repeat center top
}

.block10 .title {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Rubik;
    color: #1c174d;
    font-weight: 900;
    font-size: 56px;
    line-height: 58px
}

.block10 .item1 {
    float: left;
    width: 440px;
    font-family: Roboto;
    font-size: 26px;
    line-height: 30px;
    color: #1c174d;
    margin-left: 658px;
    margin-top: 225px
}

.block10 .item1 .green {
    font-weight: 700;
    color: #06c33d
}

.block10 .item2 {
    float: left;
    width: 440px;
    font-family: Roboto;
    font-size: 26px;
    line-height: 30px;
    color: #3f3981;
    margin-left: 145px;
    margin-top: 270px
}

.block10 .item2 b {
    font-weight: 700
}

.block10 .bottom-block {
    background: url(../images/icon3.png) no-repeat center top;
    height: 179px;
    width: 1170px;
    margin-left: -1px;
    text-align: center;
    font-family: Rubik;
    font-weight: 900;
    color: #282360;
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    padding-top: 100px;
    margin-top: 1030px;
    padding-top: 140px;
    position: absolute
}

.block10 .sep-block {
    float: left;
    width: 100%;
    height: 1px;
    margin-top: 450px
}

.block10 .left-block br{
    display: none;
}
/*.block10 .left-block {*/
.block10 .left-block {
    width: 590px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    position: relative;
    padding-bottom: 350px;
}

.block10 .left-block .line1 {
    color: #fff600;
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: Rubik;
    font-weight: 900
}

.block10 .left-block .line2 {
    color: #fff;
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: Rubik;
    font-weight: 900
}

.block10 .left-block .line3 {
    color: #fff600;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    font-family: Rubik;
    font-weight: 900;

}

.block10 .right-block {
    float: left;
    width: 486px
}

.block10 .right-block .line1 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #322a89;
    font-family: Rubik;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    padding-top: 80px
}

.block10 .right-block .line2 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ff3395;
    font-family: Rubik;
    font-weight: 900;
    font-size: 36px;
    padding-top: 5px;
    line-height: 33px;
    padding-bottom: 40px
}

.block10 .right-block .line {

    text-align: center
}

.block10 .right-block .line input {
	width: 356px;
	height: 54px;
	box-sizing: border-box;
	border: none;
	margin-bottom: 10px;
	font-family: Roboto;
	color: #fff;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 10px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #292464 0%,#2b2669 22%,#2f277c 58%,#2e2882 80%,#312b85 83%,#302989 100%);
	margin-left: -1px;
}

.block10 .right-block .line select {
    width: 354px;
    height: 54px;
    border: none;
    background: #2e2775;
    font-family: Roboto;
    font-size: 18px;
    color: #fff;
    padding-left: 80px;
    margin-bottom: 10px
}




.block10 .right-block input::-webkit-input-placeholder {
    color: #fff
}

.block10 .right-block input::-moz-placeholder {
    color: #fff
}

.block10 .right-block input:-moz-placeholder {
    color: #fff
}

.block10 .right-block input:-ms-input-placeholder {
    color: #fff
}

.block10 .right-block .button-line {
    float: left;
    width: 100%;
    text-align: center
}

.block10 .right-block .button-line button {
    background: url(../images/button4.png) no-repeat center top;
    width: 407px;
    height: 101px;
    border: none
}

.block10 .prod img{
    width: 539px;
}
.block10 .prod {
    position: absolute;
    /*margin-top: -72px;*/
    /*margin-left: 73px*/
    bottom: 0;
    left: 0;
}

.block11 {
	float: left;
	width: 100%;
	min-height: 1452px;
	background: #fff url(../images/block11.jpg) no-repeat center top;
	background-position-y: 9%;
}

.block11 .title {
    float: left;
    width: 100%;
    font-family: Rubik;
    font-size: 60px;
    line-height: 58px;
    font-weight: 900;
    margin-top: 80px;
    color: #1c174d;
    text-align: center;
    text-shadow: 0 1px 2px #fff
}

.pink {
    color: #ff3395
}

.block11 .item {
    width: 100%;
    float: left
}

.block11 .item .img-block {
    float: left;
    width: 220px;
    height: 220px;
    margin-top: 101px
}

.block11 .item .img-block-icon {
    float: left;
    width: 160px;
    height: 42px;
    margin-top: 194px;
    text-align: center
}

.block11 .item .item1 {
    margin-left: 95px
}

.block11 .text {
    float: left;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    color: #1c174d;
    line-height: 30px;
    width: 389px;
    height: 142px;
    margin-top: 34px;
    text-align: center
}

.block12 {
    min-height: 1112px;
    float: left;
    width: 100%;
    min-height: 909px;
    background: #fff url(../images/block12.jpg) no-repeat center top;
}

.block12 .top-block {
    float: left;
    height: 120px;
    width: 100%;
    font-family: Roboto;
    font-size: 19px;
    color: #e5e4f4;
    line-height: 24px
}

.block12 .top-block b {
    color: #fff
}

.block12 .top-block .item1 {
    width: 300px;
    padding-top: 35px;
    float: left
}

.block12 .top-block .item2 {
    width: 360px;
    padding-top: 35px;
    float: left
}

.block12 .top-block .item3 {
    width: 255px;
    padding-top: 35px;
    float: left
}

.block12 .top-block .button-block {
    float: left
}

.block12 .top-block .button-block button {
    width: 245px;
    height: 51px;
    margin-left: 10px;
    margin-top: 33px;
    background: 0 0;
    border: none;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    color: #fffe84
}

.block12 .title {
    font-family: Roboto;
    color: #fffc00;
    font-weight: 900;
    font-size: 65px;
    line-height: 58px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px
}

.block12 .title .pink {
    color: #ff3395;
    text-decoration: underline
}

.block12 .title2 {
    font-family: Roboto;
    color: #fffc00;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px
}

.block12 .left-block {
    width: 420px;
    float: left;
    margin-top: 5px;
    padding-top: 75px
}

.block12 .left-block .item {
    font-family: Roboto;
    font-weight: 500;
    color: #fff;
    float: left;
    width: 338px;
    height: 110px;
    font-size: 20px;
    line-height: 26px;
    margin-left: 60px;
    margin-bottom: 12px
}

.block12 .left-block .bottom {
    font-family: Roboto;
    font-weight: 200;
    font-style: italic;
    color: #fffc00;
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px;
    padding-left: 20px;
    float: left
}

.block12 .right-block {
    width: 400px;
    float: right;
    text-align: center
}

.block12 .right-block .title-form {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 90px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 27px;
    line-height: 42px;
    color: #322a89;
    text-transform: uppercase;

}

.block12 .right-block .title-form .pink {
    color: #ff3395
}

.block12 .right-block .desc-form {
    color: #2c2c2c;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    padding-top: 15px
}

.block12 .right-block .timer-block {
    float: left;
    width: 100%;
    text-align: center;
    height: 86px;
    padding-bottom: 20px;
    background: url(../images/timer.png) no-repeat center top;
    margin-top: 5px
}

.block12 .right-block .timer-block div {
    float: left;
    width: 65px;
    font-family: Roboto;
    font-weight: 900;
    color: #322a89;
    font-size: 30px;
    margin-top: 15px
}

.block12 .right-block .timer-block .hours {
    margin-left: 62px
}

.block12 .right-block .timer-block .mins {
    margin-left: 39px
}

.block12 .right-block .timer-block .secs {
    margin-left: 42px
}

.block12 .right-block .line {
  

		text-align: center;
		position: relative;

}

.block12 .right-block .line input {
    width: 294px;
    height: 54px;
		border: none;
		box-sizing: border-box;
    margin-bottom: 10px;
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
		padding-right: 10px;
		background: linear-gradient(to bottom, #292464 0%,#2b2669 22%,#2f277c 58%,#2e2882 80%,#312b85 83%,#302989 100%);
		border-radius: 5px;
}

.block12 .right-block .line input::-webkit-input-placeholder {
    color: #fff
}

.block12 .right-block .line input::-moz-placeholder {
    color: #fff
}

.block12 .right-block .line input:-moz-placeholder {
    color: #fff
}

.block12 .right-block .line input:-ms-input-placeholder {
    color: #fff
}

.block12 .right-block .line select {
    width: 294px;
    height: 54px;
    border: none;
    margin-bottom: 10px;
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
    background: #2e2775
}



.block12 .right-block .button-line {
    float: left;
    width: 100%;
    text-align: center
}

.block12 .right-block .button-line button {
    background: url(../images/button.png) no-repeat center top;
    width: 328px;
    height: 101px;
    border: none;
    margin-top: 10px;
    position: relative;
    left: 2px
}

.block12 .right-block .left-text {
    float: left;
    width: 105px;
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
    margin-left: 53px
}

.block12 .right-block .right-text {
    float: left;
    margin-top: -4px
}

.block12 .right-block .right-text .big {
    font-size: 54px;
    font-family: Roboto;
    font-weight: 700;
    color: #322a89;
    line-height: 63px;
    float: left
}

.block12 .right-block .right-text .small {
    float: left;
    font-size: 16px;
    font-family: Roboto;
    color: #322a89;
    line-height: 18px;
    text-align: center;
    width: 80px;
    padding-top: 23px
}

.block12 .prod {
    margin-left: 607px;
    position: absolute;
    margin-top: 337px
}

.block12 .label {
    width: 228px;
    height: 228px;
    background: url(../images/label.png) no-repeat center top;
    position: absolute;
    /*margin-left: 425px;*/
    /*margin-top: 263px;*/
    text-align: center
}

.block12 .label .line1 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #28235d;
    margin-top: 50px
}

.block12 .label .line2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    line-height: 16px;
    color: #28235d;
    padding-top: 3px;
    text-decoration: line-through
}

.block12 .label .line3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    line-height: 60px;
    color: #0b9134;
    font-weight: 700
}

.block12 .label .line4 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 60px;
    line-height: 65px;
    color: #0b9134;
    font-weight: 700;
    margin-top: -30px
}

.block12 .label .line5 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 18px;
    color: #0b9134
}

.block12 .title2 {
    margin-bottom: 20px
}

.footer {
    float: left;
    width: 100%;
    text-align: center;
    /*height: 100px;*/
    background: #fff;
    padding-top:60px

}

.footer .req-line {
    font-family: Roboto;
    font-size: 14px;
    line-height: 36px;
    color: #1a1541
}

.footer .conflink a {
    color: #ff3395;
    font-family: Roboto;
    font-size: 14px;
    line-height: 36px
}

.white-block1 {
    background: #fff;
    width: 100%;
    float: left;
    height: 60px
}

.hidden-conf {
    display: none
}

.conf-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -khtml-opacity: .9;
    opacity: .9
}

.conf-info {
    position: relative;
    cursor: default;
    width: 800px;
    padding: 30px 30px;
    color: #000;
    z-index: 9999;
    text-align: left;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    top: 8%;
    left: 50%;
    margin: 0 0 0 -420px
}

.conf-info .conf-head {
    font: 30px/30px arial, sans-serif;
    margin: 0 0 16px
}

.conf-info h5 {
    font: 700 18px/18px arial, sans-serif;
    margin: 16px 0 6px
}

.conf-info p {
    font: 13px/15px arial, sans-serif;
    margin: 0 0 8px
}

.closeconf-but {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 29px;
    width: 29px;
    cursor: pointer;
    background: url(../images/img_close-conf.png) no-repeat
}

.hide {
    display: none
}

.arcticmodal-container,
.arcticmodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9000
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    cursor: pointer;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px
}

.box-modal_close {
    position: absolute;
    background: url(../images/close.png) no-repeat;
    width: 29px;
    height: 28px;
    cursor: pointer;
    right: 0;
    margin-right: 5px;
    margin-top: 5px
}

.box-modal {
    position: relative;
    width: 800px;
    padding-top: 0;
    min-height: 600px;
    overflow: hidden;
    border-radius: 7px;
    background: #fff;
    cursor: default;
}

.box-modal .title1 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    font-family: Rubik;
    font-weight: 900;
    font-size: 27px;
    line-height: 42px;
    color: #322a89;
    text-transform: uppercase
}

.box-modal .title2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Rubik;
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #ff3395;
    text-transform: uppercase
}

.box-modal .left-block {
    width: 360px;
    float: left;
    text-align: right;
    padding-right: 31px;
    padding-top: 135px
}

.box-modal .left-block .label {
    width: 228px;
    height: 228px;
    background: url(../images/label.png) no-repeat center top;
    position: absolute;
    margin-left: 425px;
    margin-top: 263px;
    text-align: center;
    margin-left: 0px;
    margin-top: -142px;
    transform: scale(0.9);
}

.box-modal .left-block .label .line1 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #28235d;
    margin-top: 50px
}

.box-modal .left-block .label .line2 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    line-height: 16px;
    color: #28235d;
    padding-top: 3px;
    text-decoration: line-through
}

.box-modal .left-block .label .line3 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    line-height: 60px;
    color: #0b9134;
    font-weight: 700
}

.box-modal .left-block .label .line4 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 60px;
    line-height: 65px;
    color: #0b9134;
    font-weight: 700;
    margin-top: -30px
}

.box-modal .left-block .label .line5 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 18px;
    color: #0b9134
}

.box-modal .right-block {
    width: 400px;
    float: right;
    text-align: center;
    float: left;
    padding-top: 60px
}

.box-modal .right-block .title-form {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 90px;
    font-family: Roboto;
    font-weight: 900;
    font-size: 27px;
    line-height: 42px;
    color: #322a89;
    text-transform: uppercase
}

.box-modal .right-block .title-form .pink {
    color: #ff3395
}

.box-modal .right-block .desc-form {
    color: #2c2c2c;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 42px;
    padding-top: 15px
}

.box-modal .right-block .timer-block {
    float: left;
    width: 100%;
    text-align: center;
    height: 86px;
    padding-bottom: 35px;
    background: url(../images/timer.png) no-repeat center top;
    margin-top: 5px
}

.box-modal .right-block .timer-block div {
    float: left;
    width: 65px;
    font-family: Roboto;
    font-weight: 900;
    color: #322a89;
    font-size: 30px;
    margin-top: 15px
}

.box-modal .right-block .timer-block .hours {
    margin-left: 62px
}

.box-modal .right-block .timer-block .mins {
    margin-left: 39px
}

.box-modal .right-block .timer-block .secs {
    margin-left: 42px
}

.box-modal .right-block .line {
   
    text-align: center
}

.box-modal .right-block .line input {
	width: 294px;
	height: 54px;
	border: none;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-family: Roboto;
	color: #fff;
	font-size: 18px;
	padding-left: 50px;
	padding-right: 10px;
	background: linear-gradient(to bottom, #292464 0%,#2b2669 22%,#2f277c 58%,#2e2882 80%,#312b85 83%,#302989 100%);
	border-radius: 5px;
}

.box-modal .right-block .line input::-webkit-input-placeholder {
    color: #fff
}

.box-modal .right-block .line input::-moz-placeholder {
    color: #fff
}

.box-modal .right-block .line input:-moz-placeholder {
    color: #fff
}

.box-modal .right-block .line input:-ms-input-placeholder {
    color: #fff
}

.box-modal .right-block .line select {
    width: 294px;
    height: 54px;
    border: none;
    margin-bottom: 10px;
    font-family: Roboto;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
    background: #2e2775
}



.box-modal .right-block .button-line {
    float: left;
    width: 100%;
    text-align: center
}

.box-modal .right-block .button-line button {
    background: url(../images/button.png) no-repeat center top;
    width: 328px;
    height: 101px;
    border: none;
    margin-top: 10px;
    position: relative;
    left: 2px
}

.box-modal .right-block .left-text {
    float: left;
    width: 105px;
    text-align: left;
    font-family: Roboto;
    font-size: 16px;
    line-height: 18px;
    margin-left: 53px
}

.box-modal .right-block .right-text {
    float: left;
    margin-top: -4px
}

.box-modal .right-block .right-text .big {
    font-size: 54px;
    font-family: Roboto;
    font-weight: 700;
    color: #322a89;
    line-height: 63px;
    float: left
}

.box-modal .right-block .right-text .small {
    float: left;
    font-size: 16px;
    font-family: Roboto;
    color: #322a89;
    line-height: 18px;
    text-align: center;
    width: 80px;
    padding-top: 23px
}

.box-modal .right-block .line-desc {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 42px;
    color: #322a89;
    text-align: left;
    padding-left: 53px
}

.box-modal .right-block .line-bot {
    font-family: Roboto;
    font-size: 14px;
    line-height: 42px;
    color: #322a89;
    text-align: left;
		padding-left: 53px;
		clear:both;
}

.box-modal .right-block .line-bot img {
    margin-right: 10px
}

.yved {
    position: fixed;
    right: 20px;
    top: 70px;
    width: 340px;
    vertical-align: middle;
    height: 130px;
    color: #050316;
    padding: 17px;
    font-family: Roboto;
    font-size: 22px;
    border-radius: 10px;
    display: none;
    z-index: 3000
}

.yvedi {
    float: left;
    width: 50px!important;
    margin-right: 20px;
    margin-top: 20px
}

.yvedt {
    width: 260px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle
}

.yvedf1 {
    background-color: #fffc00
}

.yvedvt {
    float: left;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.mob,
.mob2,.dn {
    display: none;
}


@media (max-width:1200px) {
    .block1 .left-block .item{
        margin-left:0;
		}
		.block12 .right-block .title-form{
			padding-top: 30px;
		}
    .block1 .label:before {
        position: absolute;
        content: '';
        width: 228px;
        height: 228px;
        background: url(../images/label.png) no-repeat center top;
        top: 0;
        left: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .block1 .label{
        position: relative;
        background: none;
    }
    img[src$="images/product.png"] {
        margin: 155px -40px 0 0;
    }
    .wrapper {
        //background: rgba(255, 156, 156, 0.7)
    }
    .conf-info {
        position: relative;
        cursor: default;
        width: 600px;
        padding: 30px 30px;
        color: #000;
        z-index: 9999;
        text-align: left;
        background: #fff;
        border-radius: 6px;
        position: fixed;
        top: 8%;
        left: 50%;
        margin: 0 0 0 -332px
    }

    .block1 .title2{
    padding-bottom: 0;
    }
    .popup-mini .item {
        right: 50px
    }
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    .mob2 {
        display: none;
    }
    .container {
        min-width: auto;
        max-width: none;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .wrapper {
        width: 999px;
        margin: auto;
        overflow: hidden;
    }
    .block1 .top-block .item1 {
        display: none;
    }
    .block1 .top-block .item2 {
        display: none;
    }
    .block1 .top-block .button-block button {
        width: 245px;
        height: 51px;
        margin-left: 10px;
        margin-top: 33px;
        background: 0 0;
        border: 1px solid #787758;
        font-family: Roboto;
        font-weight: 500;
        border-radius: 4px;
        font-size: 18px;
        color: #fffe84;
    }
    .block1 .top-block .item3 {
        width: 320px;
        padding-top: 35px;
        margin-left: 16px;
        float: left;
    }
    .block1 .top-block .button-block {
        float: right;
        margin-right: 20px;
    }
    .block1 .title {
        font-family: Roboto;
        color: #fffc00;
        font-weight: 900;
        font-size: 50px;
        line-height: 54px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-top: 24px;
    }
    .block1 .left-block {
        float: left;
        margin-top: 40px;
        padding-top: 5px;
        width: 58%;
    }
    .block1 .prod {
        margin-left: 0;
        width: 100%;
        position: static;
        margin-top: -14px;
        float: left;
        text-align: right;;
    }
    .block1 .label {
        width: 228px;
        height: 228px;
        /*background: url(../images/label.png) no-repeat center top;*/
        position: absolute;
        margin-left: 400px;
        margin-top: 295px;
        text-align: center;

    }
    .block1 .prod img{
        width: 450px;
        margin: 0 0 0 160px;
    }
    .block1 .prod{
        margin-top: 0;
    }
    .block1 .label>div{
        position: relative;
        z-index: 1;
    }
    .block1 .right-block {
        text-align: center;
        padding-bottom: 30px;
        border: 1px solid #feffff;
        margin-right: 0;
        margin-top: 49px;
        background: #fff;
        width: 349px;
    }

    .block1 .right-block .timer-block .hours{
        margin-left: 36px;
    }

    .block1 .right-block .button-line button{
        width: 303px;
        left: 0;;
    }

    .block1 .right-block .title-form{
        padding-top: 10px;
        position: static;
    }
    .block1 {
        padding-bottom: 30px;
        background: url(../images/block1-mob.jpg) no-repeat center top;
        background-size: cover;
    }
    .block1 .top-block {
        background: #16123a;
    }
    .block2 .left-block {
        float: left;
        width: 100%;
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
    }
    .block2 .title {
        margin-top: 30px;
    }
    .block2 {
        background: url(../images/block2-mob.jpg) no-repeat center bottom;
        min-height: 2000px;
        background-size: 1813px;
    }
    .block2 .left-block .text {
        margin-left: 0;
        width: 330px;
        margin-bottom: 40px;
        display: inline-block;
        vertical-align: top;
    }
    .block2 .line .text {
        font-size: 22px;
        color: #490f18;
        margin-top: 96px;
        line-height: 28px;
        font-family: Rubik;
        text-align: center;
    }
    .block2 .line {
        float: left;
        width: 100%;
        background: url(../images/icon.png) no-repeat left top;
        height: 293px;
        margin-top: -38px;
        background-size: 100%;
    }
    .block2 .title2 {
        padding-top: 10px;
    }
    .block2 .calc-form .bg-block .right .arrow {
        display: none;
    }
    .box-modal {
    }
    .box-modal .left-block {
    }
    .box-modal .right-block {
    }
    .block2 .calc-form .bg-block .right {
        width: 360px;
        margin-left: 15px;
        float: left;
        text-align: left;
    }
    .block2 .calc-form .bg-block .right .line1 {
        font-family: Rubik;
        font-weight: 900;
        color: #f12642;
        font-size: 42px;
        line-height: 47px;
        text-transform: uppercase;
        padding-top: 40px;
        text-align: center;
    }
    .block2 .green {
        font-size: 25px;
        line-height: 41px;
        color: #06c33d;
    }
    .block3 {
        float: left;
        width: 100%;
        min-height: 241px;
        background: #fff url(../images/block3.jpg) no-repeat center top;
        background-size: 3020px;
        padding-bottom: 30px;
    }
    .block3 .title {
        margin-top: 28px;
    }
    .block12 .top-block .item1 {
        display: none;
    }
    .block12 .top-block .item2 {
        display: none;
    }
    .block12 .top-block .button-block button {
        width: 245px;
        height: 51px;
        margin-left: 10px;
        margin-top: 33px;
        background: 0 0;
        border: 1px solid #787758;
        font-family: Roboto;
        font-weight: 500;
        border-radius: 4px;
        font-size: 18px;
        color: #fffe84;
    }
    .block12 .top-block .item3 {
        width: 320px;
        padding-top: 35px;
        margin-left: 16px;
        float: left;
    }
    .block12 .top-block .button-block {
        float: right;
        margin-right: 20px;
    }
    .block12 .title {
        font-family: Roboto;
        color: #fffc00;
        font-weight: 900;
        font-size: 50px;
        line-height: 54px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-top: 11px;
    }
    .block12 .left-block {
        float: left;
        margin-top: -3px;
        padding-top: 5px;
        width: 582px;;
    }
    .block12 .prod {
        margin-left: 0;
        width: 100%;
        position: static;
        margin-top: 40px;
        float: left;
        text-align: right;
    }
    .block12 .label {
        width: 228px;
        height: 228px;
        background: url(../images/label.png) no-repeat center top;
        position: absolute;
        margin-left: 167px;
        margin-top: 397px;
        text-align: center;
    }
    .block12 .right-block {
        width: 400px;
        float: left;
        text-align: center;
        background: #fff;
        padding-bottom: 30px;
        border: 1px solid #feffff;
        margin-right: 5px;;
    }
    .block12 {
        background: url(../images/block1-mob.jpg) no-repeat center top;
        background-size: cover;
    }
    .block12 .top-block {
        background: #16123a;
    }
    .block4 .right-block {
        width: 100%;
        padding-top: 40px;
        float: left;
    }
    .block4 .right-block .item .img-b {
        float: left;
        width: 200px;
        margin-left: 132px;
    }
    .block4 button {
    margin: -65px auto 0;
    display: block;;
    }
    .block4 {
        background: url(../images/block4-mob.jpg) no-repeat center top;
        background-size: 1526px;
        min-height: 828px;
    }
    .block5 {
        background: #fff;
    }
    .block5 .item {
        width: 326px;
        text-align: center;
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
        margin: 0 auto;;
        /* margin-left: 200px; */;
    }
    .block5 .item .img-b {
        float: left;
        width: 100%;
        text-align: center;
    }
    .block5 .item .img-b img {
        display: inline-block;
    }
    .block5 .bottom-block {
        margin: auto;
        background: url(../images/icon2.png) no-repeat center top;
        height: 205px;
        margin-left: -1px;
        margin-top: 43px;
        float: left;
        text-align: center;
        font-size: 29px;
        line-height: 42px;
        color: #fff;
        font-family: Rubik;
        font-weight: 700;
        padding-top: 120px;
        position: relative;
        width: 100%;;
    }
    .block6 {
        margin-top: -129px;
        background: url(../images/block6-mob.jpg) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 20px;
        margin-bottom: 25px;
        padding-top: 62px;
        min-height: 1px !important;
    }
    .block6 .left-block {
        width: 100%;
        float: left;
    }
    .block6 .left-block .top-block br{
        display: none;
    }
    .block6 .left-block .top-block {
        text-align: center;
        /*float: left;*/
        width: auto;
        margin: 80px 15px 0;
        float: none;
        font-family: Roboto;
        font-weight: 500;
        color: #001d09;
        line-height: 32px;
        font-size: 30px;
        /*margin-top: 77px;*/
        border: 5px dashed #008521;
        border-radius: 15px;
        padding: 20px;
        /*margin-left: 25px;;*/
    }
    .block6 .left-block .text-block {
        float: left;
        width: 100%;
        font-family: Rubik;
        font-weight: 700;
        font-size: 50px;
        line-height: 52px;
        color: #018026;
        text-transform: uppercase;
        text-align: center;
        padding-top: 75px;
    }
    .block6 .right-block {
        float: right;
        width: 100%;
        margin-top: 0px;

    }
    .block6 .right-block .prod{
        margin: 0;
    }
    .block6 .right-block .prod img{
        margin: -30px auto 0;
        display: block;
    }
    .block6 .prod {
        position: static;
        margin-left: 154px;
        margin-top: -30px;
    }
    .block6 .right-block .desc {
        display: none;
    }
    .block6 .yellow-block br{
        display: none;
    }
    .block6 .right-block .line1, .block6 .right-block .line2 {
        float: none;
    }
    .block6 .yellow-block {
        width: auto;
        margin: 20px;
        background: #f7f30b;
        height: auto;
        padding: 25px 15px;
        border-radius: 20px;
    }
    .block6 .right-block .line1 {
        color: #001d09;
        font-family: Roboto;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        margin-top: 0;
        /*float: left;*/
        width: 100%;
        text-align: center;
    }
    .block6 .right-block .line2 {
        color: #ff1d3d;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        margin-top: 15px;
        /*float: left;*/
        width: 100%;
        text-align: center;
    }
    .block7 .item1 .block-text {
        font-family: Roboto;
        font-size: 15px;
        line-height: 18px;
        color: #1c174d;
        margin-left: 539px;
        margin-top: 14px;
        width: 316px;;
    }
    .block7 .item1 {
        width: 100%;
        background: url(../images/block7_1.jpg) no-repeat center top;
        height: 225px;
        float: left;
        margin-top: 40px;
        background-size: 686px;
    }
    .block7 .item2 {
        width: 100%;
        background: url(../images/block7_2.jpg) no-repeat center top;
        height: 497px;
        float: left;
        background-size: 695px;
    }
    .block7 .item2 .block-text {
        font-family: Roboto;
        font-size: 17px;
        line-height: 21px;
        color: #1c174d;
        margin-left: 161px;
        margin-top: 65px;
    }
    .block7 .block-bottom {
        float: left;
        width: 100%;
        text-align: center;
        background: #fff;
        height: auto;
        margin-top: -118px;
    }
    .block7 {
        float: left;
        width: 100%;
        min-height: 1315px;
        background: #fff;
    }
    .block8 {
        background: url(../images/block8-mob.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 0px;
        min-height: 918px;
        min-height: 1px;
        padding-bottom: 35px;
    }
    .block8 .right-block {
        width: auto;
        padding: 20px;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin: 170px auto 0;
        float: none;
    }
    .block8 .circle-block {
        display: none;
    }
    .block8 .doctor {
        /*width: 300px;*/
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .block8 .right-block .img-block{
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .block8 .doctor .name {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        margin-top: 30px;
        float: left;
        color: #1c174d;
        margin-left: 36px;
    }
    .block8 .doctor .text {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
        /*float: left;*/
        color: #1c174d;
        margin-left: 36px;
    }
    .block8 .right-block {
        position: relative;
    }
    .block8 .right-block .text{
        width: auto;
        margin-top: 0;
        margin-left: 0;
    }
    .block8 .right-block .item1 {
        /*float: right;*/
        /*margin-right: 29px;*/
        /*margin-top: -108px;*/
        float: none;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .block9 .title{
        padding-top: 47px;
        margin-bottom: 39px;
    }
    .block9 .item {
        background: #fff;
        border-radius: 20px;
        padding-top: 10px;
        width: 64%;
        margin-left: 206px;
    }
    .block9 .item .img {
        width: 100%;
        float: left;
        text-align: center;
    }
    .block9 .item .img img {
        display: inline;
    }
    .block9 .item .text {
        text-align: center;
        margin-left: 20px;
        width: auto;
    }
    .block9 .item .author {
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .block10 {
        background: #fff url(../images/block6-mob.jpg) no-repeat bottom center;
        min-height: 1px;
        padding-bottom: 35px;
        background-size: 1867px;
    }
    .block10 .title{
        margin-bottom: 25px;
    }
    .block10 .prod{
        bottom: -10px;
    }
    .block12 img[src$="images/product.png"]{
        width: 450px;
        margin: -15px -40px 0 0;
    }
    .block10 .item1 {
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        color: #1c174d;
        /*margin-left: 50px;*/
        /*margin-top: 55px;*/
        float: left;
        width: auto;
        margin: 0 0 25px 0;
    }
    .block10 .item2 {
        float: left;
        width: auto;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        color: #3f3981;
        /*margin-left: 50px;*/
        /*margin-top: 60px;*/
        float: left;
        width: auto;
        margin: 0 0 25px 0;
    }
/* 
    .block10 .left-block{
        float: none;
        width: 100%;
    } */
    .block10 .bottom-block {
        background: url(../images/icon3.png) no-repeat center top;
        height: 232px;
        width: 100%;
        margin-left: -1px;
        text-align: center;
        font-family: Rubik;
        font-weight: 900;
        color: #282360;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        padding-top: 100px;
        margin-top: 291px;
        padding-top: 112px;
        position: static;
    }
    .block10 .sep-block {
        margin-top: 0;
    }
    .block10 .left-block {
    width: 490px;
    margin-left: 14px;
    text-shadow: 1px 0px 1px black;
}
    .block10 .right-block {
        width: 486px;
        background: #fff;
        border-radius: 20px;
        float: right;
        margin-right: 6px;
    }
    .block11 {
			float: left;
			width: 100%;
			min-height: 1187px;
			background: #ffc702 url(../images/block11.jpg) no-repeat center bottom;
			background-position: 50% 126%;
			padding-bottom: 30px;
			background-size: 1049px;
    }
    .block11 .item {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .block11 .item .clearfix{
    float: left;
    width: 33%;
    text-align: center;
    }
    .block12 .label>div{
        position: relative;
        z-index: 1;
    }
    .block12{
        position: relative;
    }
    .block12 .label{
        /*margin-left: 360px;*/
        /*margin-top: 340px;*/
        background: none;
        position: absolute;
        top: 600px;
        left: 370px;
        margin: 0;
    }
    .block12 .label:before {
        position: absolute;
        content: '';
        width: 228px;
        height: 228px;
        background: url(../images/label.png) no-repeat center top;
        top: 0;
        left: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .block11 .item .img-block {
        margin: 35px auto;
        float: none;
    }
    .block11 .text {
    width: 337px;
    margin: 0 auto;
    }
    .block1 .left-block .item {
        padding: 10px;
        background: #1a1641;
    }
    .block1 .left-block .item {
    }
    .block12 .left-block .item {
        background: #1a1641;
        padding: 10px;
    }
    .block12 .left-block .item {
    }

    .footer{
        padding-top: 15px;
        /*height: 80px;*/
    }
    .block7 .title{
        padding-top: 0;
		}
		.block1 .right-block form {
		
			margin-left: 23px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .block12 img[src$="images/product.png"] {
        /*margin: 125px -40px 0 0;*/
    }
}

@media(max-width: 999px){
    .wrapper{
        width: 748px;
        padding: 0 10px;
		}
		.box-modal .right-block form{
			margin-left: 0;
		}
		.block12 .right-block form{
			margin-left: 15px;
		}
    img[src$="images/product.png"] {
        margin: 30px -25px 0 0;
    }
    .arcticmodal-container img[src$="images/product.png"] {
        margin: 50px -15px 0 0;
    }
		.block11 .title{
			font-size: 48px;
			line-height: normal;
		}
    .block1 .left-block{
        width: 52%;
    }
    .block1 .left-block .item{width: 93%;margin-left: 0px;height: auto;}

    .block1 .prod img{
        margin-left: 0;
    }
    .block1 .prod{
    margin-top: 160px;
        margin-left: 0;

    }
    .block1 .label{
        margin-left: 179px;
        margin-top: 353px;
        z-index: 22;

    }
    .block1 .prod img{
        position: relative;
        z-index: 1;
    }

    .block1 .right-block{
    margin-right: 0px;
    margin-top: 47px;;
    }
.block2 .left-block {
        float: left;
        width: 100%;
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
    }
    .block2 .title {
        margin-top: 30px;
    }
    .block2 {
        background: url(../images/block2-mob.jpg) no-repeat center bottom;
        min-height: 2039px;
        padding-bottom: 40px;
        background-size: 1604px;
    }
    .block2 .left-block .text {
        margin-left: 0;
        width: 330px;
        margin-bottom: 40px;
        display: inline-block;
    }
    .block2 .line .text {
        font-size: 22px;
        color: #490f18;
        margin-top: 72px;
        line-height: 28px;
        font-family: Rubik;
        text-align: center;
    }
    .block2 .line {
        float: left;
        width: 97%;
        background: url(../images/icon.png) no-repeat left top;
        height: 234px;
        margin-top: -42px;
        background-size: 100%;
    }
    .block2 .title2 {
        padding-top: 10px;
    }
    .block2 .calc-form .bg-block .right .arrow {
        display: none;
    }

    .block2 .calc-form .bg-block{
        width: auto;
    }
    .box-modal {
        width: 700px;
    }
    .box-modal .left-block {
    padding-right: 9px;;
    }
    .box-modal .right-block {
    width: 324px;
    }
    .block2 .calc-form .bg-block .right {
        width: 360px;
        margin-left: 15px;
        float: left;
        text-align: left;
    }
    .block2 .calc-form .bg-block .right .line1 {
        font-family: Rubik;
        font-weight: 900;
        color: #f12642;
        font-size: 42px;
        line-height: 47px;
        text-transform: uppercase;
        padding-top: 40px;
        text-align: center;
    }
    .block2 .green {
        font-size: 25px;
        line-height: 41px;
        color: #06c33d;
    }
    .block3 {
        float: left;
        width: 100%;
        min-height: 241px;
        background: #fff url(../images/block3.jpg) no-repeat center top;
        background-size: 3020px;
        padding-bottom: 30px;
    }
    .block3 .title {
        margin-top: 28px;
    }
    .block10{
        -webkit-background-size: cover;
        background-size: cover !important;
        padding: 25px 0;
        background-position: top center !important;

    }
    .block10 .prod img{
        width: auto;
    }
    .block10 .prod{
        margin: 0 auto;
        display: block;
        position: static;

    }
    .block12 .top-block .item1 {
        display: none;
    }
    .block12 .top-block .item2 {
        display: none;
    }
    .block12 .top-block .button-block button {
        width: 245px;
        height: 51px;
        margin-left: 10px;
        margin-top: 33px;
        background: 0 0;
        border: 1px solid #787758;
        font-family: Roboto;
        font-weight: 500;
        border-radius: 4px;
        font-size: 18px;
        color: #fffe84;
    }
    .block12 .top-block .item3 {
        width: 320px;
        padding-top: 35px;
        margin-left: 16px;
        float: left;
    }
    .block12 .top-block .button-block {
        float: right;
        margin-right: 20px;
    }
    .block12 .title {
        font-family: Roboto;
        color: #fffc00;
        font-weight: 900;
        font-size: 50px;
        line-height: 54px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-top: 11px;
    }
    .block12 .left-block {
        float: left;
        margin-top: -3px;
        padding-top: 5px;
        width: 50%;;
    }
    .block12 .prod {
        margin-left: 0;
        width: 100%;
        position: static;
        margin-top: 161px;
        float: left;
    }
    .block12 .label {
        /*width: 228px;*/
        /*height: 228px;*/
        /*background: url(../images/label1.png) no-repeat center top;*/
        /*position: absolute;*/
        /*margin-left: 36px;*/
        /*margin-top: 308px;*/
        /*text-align: center;*/
        top: 660px;
        left: 300px;
        z-index: 33;
    }
    .block12 .right-block {
        width: 359px;
        text-align: center;
        background: #fff;
        padding-bottom: 30px;
        border: 1px solid #feffff;
        margin-right: 0px;
        float: left;
        margin-left: 13px;
        margin-top: 2px;
        margin-bottom: 36px;;;
    }
    .block12 .right-block .title-form{
        padding-top: 10px;

    }

    .block12 .right-block .timer-block .hours{
        margin-left: 44px;
    }
    .block12 {
        background: url(../images/block1-mob.jpg) no-repeat center top;
        background-size: cover;
    }
    .block12 .top-block {
        background: #16123a;
    }
    .white-block1{
        display: none;
    }
    .block4 .right-block {
        width: 100%;
        padding-top: 40px;
        float: left;
    }
    .block4 .right-block .item .img-b {
        float: left;
        width: 200px;
        margin-left: 3px;
    }
    .block4 button {
    margin: -65px auto 0;
    display: block;;
    }
    .block4 {
        background: url(../images/block4-mob.jpg) no-repeat center top;
        background-size: 1526px;
        min-height: 828px;
    }
    .block5 {
        background: #fff;
    }
    .block5 .item {
        width: 370px;
        height: 355px;
        text-align: center;
        display: inline-block;
        float: none;;;
        /* margin-left: 200px; */;
    }

    .block5 .item3{
        margin: 0 auto;
        display: block;
    }
    .block5 .item .img-b {
        width: 100%;
        text-align: center;
        float: none;
    }
    .block5 .item .img-b img {
        display: inline-block;
    }
    .block5 .bottom-block {
        margin: auto;
        background: url(../images/icon2.png) no-repeat center top;
        height: 204px;
        margin-left: -1px;
        margin-top: 45px;
        float: left;
        text-align: center;
        font-size: 29px;
        line-height: 42px;
        color: #fff;
        font-family: Rubik;
        font-weight: 700;
        padding-top: 120px;
        position: relative;
        width: 100%;
    }
    .block6 {
        margin-top: -141px;
        /*background: url(../images/block6-mob.jpg) no-repeat top center;*/
        /*background-size: 1545px;*/
        padding-top: 82px;
    }
    .block6 .left-block {
        width: 100%;
        float: left;
    }
    .block6 .left-block .top-block {
        float: left;
        width: auto;
        font-family: Roboto;
        font-weight: 500;
        color: #001d09;
        line-height: 32px;
        font-size: 30px;
        margin-top: 77px;
        border: 5px dashed #008521;
        border-radius: 15px;
        padding: 20px;
        margin-left: 25px;;
    }
    .block6 .left-block .text-block {
        float: left;
        width: 100%;
        font-family: Rubik;
        font-weight: 700;
        font-size: 47px;
        line-height: 46px;
        color: #018026;
        text-transform: uppercase;
        text-align: center;
        padding-top: 23px;
    }
    .block6 .right-block {
        float: right;
        width: 100%;
        margin-top: 0px;
    }


    .block6 .prod {
        position: static;
        margin-left: 154px;
        margin-top: -70px;
    }
    .block6 .right-block .desc {
        display: none;
    }
    .block6 .yellow-block {
        width: 600px;
        background: #f7f30b;
        height: 230px;
        border-radius: 20px;
        margin: 54px auto 0;;
    }
    .block6 .right-block .line1 {
        color: #001d09;
        font-family: Roboto;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        margin-top: 17px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .block6 .right-block .line2 {
        color: #ff1d3d;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        margin-top: 15px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .block7 .item1 .block-text {
        font-family: Roboto;
        font-size: 15px;
        line-height: 18px;
        color: #1c174d;
        margin-left: 415px;
        margin-top: 14px;
        width: 316px;;
    }
    .block7 .item1 {
        width: 100%;
        background: url(../images/block7_1.jpg) no-repeat center top;
        height: 225px;
        float: left;
        margin-top: 40px;
        background-size: 686px;
    }
    .block7 .item2 {
        width: 100%;
        background: url(../images/block7_2.jpg) no-repeat center top;
        height: 497px;
        float: left;
        background-size: 695px;
    }
    .block7 .item2 .block-text {
        font-family: Roboto;
        font-size: 17px;
        line-height: 21px;
        color: #1c174d;
        margin-left: 36px;
        margin-top: 65px;
    }
    .block9 .more-block{
        margin: 0px 0 30px;
    }
    .block7 .block-bottom {
        float: left;
        width: 100%;
        text-align: center;
        background: #fff;
        height: 440px;
        margin-top: -118px;
    }

    .block7 {
        float: left;
        width: 100%;
        min-height: 1428px;
        background: #fff;
    }

    .block7 .block-bottom .title-block{
        margin-bottom: 39px;
    }
    .block8 {
        background: url(../images/block8-mob.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 30px;
    }
    .block8 .right-block {
        width: 570px;
        padding-top: 23px;
        margin-left: 65px;
        background: #fff;
        padding-bottom: 10px;
        border-radius: 20px;
        margin: 170px auto 0;
        float: none;
    }
    .block8 .circle-block {
        display: none;
    }
    .block8 .doctor {
        width: 300px;
    }
    .block8 .doctor .name {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        margin-top: 50px;
        float: left;
        color: #1c174d;
        margin-left: 36px;
    }
    .block8 .doctor .text {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        margin-top: -30px;
        float: left;
        color: #1c174d;
        margin-left: 36px;
    }
    .block8 .right-block .item1 {
        float: right;
        margin-right: 29px;
        margin-top: -125px;
    }
    .block9 .item {
        background: #fff;
        border-radius: 20px;
        padding-top: 10px;
        margin-left: 0;
        width: 100%;;;
    }
    .block9 .item .img {
        width: 100%;
        float: left;
        text-align: center;
    }
    .block9 .item .img img {
        display: inline;
    }
    .block9 .item .text {
        text-align: center;
        margin-left: 20px;
    }
    .block9 .item .author {
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .block10 {
        background: #fff url(../images/block6-mob.jpg) no-repeat bottom center;
        /*min-height: 1793px;*/
        /*background-size: 2447px;;*/
    }
    .block10 .prod{
        /*margin-top: 428px;*/
        /*margin-left: 116px;*/
        /*transform: scale(0.9);*/
    }
    .block12 img[src$="images/product.png"]{
        z-index: 11;
        position: relative;
    }
    .block10 .item1 {
        /*font-family: Roboto;*/
        /*font-size: 26px;*/
        /*line-height: 30px;*/
        /*color: #1c174d;*/
        /*margin-left: 50px;*/
        /*margin-top: 55px;*/
        /*float: left;*/
        /*width: 600px;*/
    }
    .block10 .item2 {
        /*float: left;*/
        /*width: 600px;*/
        /*font-family: Roboto;*/
        /*font-size: 26px;*/
        /*line-height: 30px;*/
        /*color: #3f3981;*/
        /*margin-left: 50px;*/
        /*margin-top: 60px;*/
    }
/* 
    .block10 .left-block{
        float: none;
        width: 100%;
    } */
    .block10 .left-block{
        padding-bottom: 0;
        padding-right: 0;
    }
    .block10 .bottom-block {
        background: url(../images/icon3.png) no-repeat center top;
        height: 209px;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        font-family: Rubik;
        font-weight: 900;
        color: #282360;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        padding-top: 100px;
        margin-top: 292px;
        padding-top: 112px;
        position: static;
    }
    .block10 .sep-block {
        margin-top: 0;
    }
    .block10 .left-block br{
        display: none;
    }
    .block10 .left-block {
    /*width: 490px;*/
    /*margin-left: 14px;*/
    /*text-shadow: 1px 0px 1px black;;*/
        width: auto;
        text-align: center;
}
    .block10 .left-block .line1{
        font-size: 36px;
    }
    .block10 .right-block {
        width: 486px;
        background: #fff;
        border-radius: 20px;
        float: right;
        margin-right: 122px;
    }
    .block11 {
			float: left;
			width: 100%;
			min-height: 1187px;
			background: #ffc702 url(../images/block11.jpg) no-repeat center bottom;
			background-position: 50% 117%;
			padding-bottom: 30px;
			background-size: 1010px;
    }
    .block11 .item {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .block11 .item .clearfix{
    float: left;
    width: 33%;
    text-align: center;
    }

    .block11 .item .img-block {
        margin: 35px auto;
        float: none;
    }
    .block11 .text {
    width: 252px;
    margin: 0 auto;;
    }

    .block12 .left-block .item{
        margin-left: 0;
        width: 93%;
        height: auto;
    }

    .block7 .block-bottom .button-block button{
        margin-top: 24px;
    }
    .block10 .right-block .line1{
        padding-top: 45px;
    }
    .block7 .title{}
    .block12 .label{
        left: 190px;
    }
    .dn, .req-line{
        display: none;
    }
}


@media(max-width: 767px){
    .arcticmodal-container img[src$="images/product.png"] {
        width: 230px;
    }
    .wrapper{
        width: 460px;
        padding: 0 10px;
    }
		.block12 .right-block form{
			margin-left: 37px;
		}
    .block1 .top-block .item3{
        width: 186px;
    }
    .prod img{
        width: 100% !important;
    }
    .block1 .label{
        /*margin-left: 195px !important;*/
    }


    .block1 .title{
        font-size: 40px;
        line-height: 44px;
    }

    .block1 .title2{
        line-height: 33px;
    }

    .block1 .left-block{
        width: 100%;
    }
    .block1 .left-block .item{width: 95%;margin-left: 0;;}

    .block1 .prod{
    text-align: center;
        margin-top: 115px;
    }
.box-modal .left-block .label{
    margin-top: -23px;
    margin-left: 35px;

}

    .block1 .label{
        margin: 280px 0 0 220px;
    }

    .block1 .right-block {
    margin-right: 48px;
    margin-top: 9px;
}
.block2 .left-block {
        float: left;
        width: 100%;
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
    }
    .block2 .title {
        margin-top: 30px;
    }
    .block2 {
        background: url(../images/block2-mob.jpg) no-repeat center bottom;
        min-height: 2039px;
        padding-bottom: 40px;
        background-size: 2001px;
    }
    .block2 .left-block .text {
        margin-left: 0;
        width: 330px;
        margin-bottom: 40px;
        display: inline-block;
    }
    .block2 .line .text {
        font-size: 22px;
        color: #490f18;
        margin-top: 40px;
        line-height: 26px;
        font-family: Rubik;
        text-align: center;
    }
    .block2 .line {
        float: left;
        width: 100%;
        height: 217px;
        margin-top: -42px;
        background: url(../images/icon480.png) no-repeat left top;
        background-size: 104%;
    }
    .block2 .title2 {
        padding-top: 10px;
    }
    .block2 .calc-form .bg-block .right .arrow {
        display: none;
    }

    .block2 .calc-form .bg-block{
        width: auto;
        background: none;
    }

    .block2 .calc-form{
        border: 3px dashed red;
    }
    .block2 .calc-form .bg-block .left input{
    }
    .block2 .calc-form .bg-block .left{
    float: none;
    margin: 20px auto;
    width: 257px;;
    }
    .box-modal {
        width: 440px;
        overflow: hidden;
    }

    .arcticmodal-container_i2{
        overflow: hidden;
        padding: 0;;
    }
    .box-modal .left-block {
    width: 100%;
    padding: 19px 0 0;
    margin-left: -26px;;
    }
    .box-modal .right-block {
        margin-left: 56px;
        padding-top: 0;
        padding-bottom: 10px;
        margin-top: -14px;
        /* width: 100%; */;;
    }

    .box-modal .right-block .line-desc{
        font-size: 16px;
        padding-left: 20px;
    }
    .block2 .calc-form .bg-block .right {
        width: 283px;
        margin-left: 99px;
        float: left;
        text-align: left;
    }
    .block2 .calc-form .bg-block .right .line1 {
        font-family: Rubik;
        font-weight: 900;
        color: #f12642;
        font-size: 33px;
        line-height: 47px;
        text-transform: uppercase;
        padding-top: 0px;
        text-align: center;
    }
    .block2 .green {
        font-size: 20px;
        line-height: 41px;
        color: #06c33d;
    }
    .block2 .calc-form .bg-block .right .line2{
        font-size: 22px;
        line-height: 29px;
        padding-bottom: 8px;
        text-align: center;
    }
    .block3 {
        float: left;
        width: 100%;
        min-height: 271px;
        padding-bottom: 34px;
        background: #CA1E36;
    }

    .block3 .title {
        margin-top: 28px;
    }
    
    .block4 .item{
    margin-bottom: 20px;
    }
    .block4 .right-block .text{
    width: 281px;
    margin-left: 171px;
    height: auto;
    font-size: 20px;
    line-height: 25px;;
    }

    .block4 .right-block .text_bold{
    margin-left: 0;
    }

    .block7 .block-bottom .button-block button {
        margin-top: 30px;
    }
    .block12 .top-block .item1 {
        display: none;
    }
    .block12 .top-block .item2 {
        display: none;
    }
    .block12 .top-block .button-block button {
        width: 245px;
        height: 51px;
        margin-left: 10px;
        margin-top: 33px;
        background: 0 0;
        border: 1px solid #787758;
        font-family: Roboto;
        font-weight: 500;
        border-radius: 4px;
        font-size: 18px;
        color: #fffe84;
    }
    .block12 .top-block .item3 {
        width: 320px;
        padding-top: 35px;
        margin-left: 16px;
        float: left;
    }
    .block12 .top-block .button-block {
        float: right;
        margin-right: 20px;
    }
    .block12 .title {
        font-family: Roboto;
        color: #fffc00;
        font-weight: 900;
        font-size: 46px;
        line-height: 49px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-top: 11px;
    }
    .block12 .title2 {
            font-size: 22px;
    line-height: 36px;
    }
    .block12 .left-block {
        float: left;
        margin-top: -3px;
        padding-top: 5px;
        width: 100%;;
    }
    .block12 .prod {
        margin-left: 0;
        width: 100%;
        position: static;
        margin-top: 178px;
        float: left;
        text-align: center;
    }
    .block12 .label {
        /*width: 228px;*/
        /*height: 228px;*/
        /*background: url(../images/label1.png) no-repeat center top;*/
        /*position: absolute;*/
        /*margin-left: 90px;*/
        /*margin-top: 292px;*/
        /*text-align: center;*/
    }
    .block12 .right-block {
        width: 400px;
        text-align: center;
        background: #fff;
        padding-bottom: 30px;
        border: 1px solid #feffff;
        margin-right: 5px;
        float: left;
        margin-left: 38px;
        margin-top: 1px;
        margin-bottom: 36px;;;
    }
    .block12 {
        background: url(../images/block1-mob.jpg) no-repeat center top;
        background-size: cover;
    }

    .block12 .right-block .title-form{
        padding-top: 10px;
    }
    .block12 .top-block {
        background: #16123a;
    }
    .block4 .right-block {
        width: 100%;
        padding-top: 40px;
        float: left;
    }
    .block4 .right-block .item .img-b {
        float: left;
        width: 168px;
        margin-left: 3px;
    }
    .block4 button {
    margin: -6px auto 22px;
    display: block;;
    }
    .block4 {
        background: url(../images/block4-mob.jpg) no-repeat center top;
        background-size: 2076px;
        min-height: 828px;
    }
    .block5 {
        background: #fff;
    }
    .block5 .item {
        height: 355px;
        text-align: center;
        display: inline-block;
        float: none;
        width: 100%;
        margin-top: 15px;;;
        /* margin-left: 200px; */;
    }

    .block5 .item3{
        margin: 20px auto 0;
        display: block;
    }
    .block5 .item .img-b {
        width: 100%;
        text-align: center;
        float: none;
    }
    .block5 .item .img-b img {
        display: inline-block;
    }
    .block5 .bottom-block {
        margin: auto;
        background: url(../images/icon2.png) no-repeat center top;
        height: 204px;
        margin-left: -1px;
        margin-top: -7px;
        float: left;
        text-align: center;
        font-size: 29px;
        line-height: 42px;
        color: #fff;
        font-family: Rubik;
        font-weight: 700;
        padding-top: 120px;
        position: relative;
        width: 100%;
    }
    .block6 {
        /*margin-top: -149px;*/
        /*background: url(../images/block6-mob.jpg) no-repeat top center;*/
        /*background-size: 1545px;*/
    }
    .block6 .left-block {
        width: 100%;
        float: left;
    }
    .block6 .left-block .top-block {
        float: left;
        width: 87%;
        font-family: Roboto;
        font-weight: 500;
        color: #001d09;
        line-height: 24px;
        font-size: 23px;
        margin-top: 77px;
        border: 5px dashed #008521;
        border-radius: 15px;
        padding: 20px;
        margin-left: 0;;
    }
    .block6 .left-block .text-block {
        float: left;
        width: 100%;
        font-family: Rubik;
        font-weight: 700;
        font-size: 39px;
        line-height: 45px;
        color: #018026;
        text-transform: uppercase;
        text-align: center;
        padding-top: 23px;
    }

    .block6 .left-block .text-block .green{
        font-size: 50px;
    }
    .block6 .right-block {
        float: right;
        width: 100%;
        margin-top: 0px;
    }


    .block6 .prod {
        position: static;
        margin-left: 23px;
        margin-top: -98px;
        transform: scale(0.8);
    }
    .block6 .right-block .desc {
        display: none;
    }
    .block6 .yellow-block {
        background: #f7f30b;
        height: 230px;
        border-radius: 20px;
        margin: 7px auto 0;
        width: auto;
    }
    .block6 .right-block .line1 {
        color: #001d09;
        font-family: Roboto;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        margin-top: 17px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .block6 .right-block .line2 {
        color: #ff1d3d;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        margin-top: 15px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .block7 .item1 .block-text {
        font-family: Roboto;
        font-size: 23px;
        line-height: 21px;
        color: #1c174d;
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
        text-align: center;;
    }
    .block7 .item1 {
        width: 100%;
        background: none;
        height: 225px;
        float: left;
        margin-top: 5px;
        background-size: 686px;
    }
    .block7 .item2 {
        width: 100%;
        background: none;
        float: left;
        background-size: 695px;
        height: auto;
    }
    .block7 .item2 .block-text {
        font-family: Roboto;
        font-size: 23px;
        line-height: 24px;
        color: #1c174d;
        margin-left: 0;
        margin-top: 19px;
        text-align: center;
    }

    .block7 .title2{
    padding-top: 30px;
    font-size: 50px;
    line-height: 50px;
    }
    .block7 .title{
        font-size: 50px;
    line-height: 50px;
        padding-top: 30px;
    }
    .block9 .more-block{
        margin: 0px 0 30px;
    }
    .block7 .block-bottom {
        float: left;
        width: 100%;
        text-align: center;
        background: #fff;
        height: auto;
        margin-top: 25px;
    }

    .block7 .block-bottom .title-block{
        margin-bottom: 20px;
        font-size: 45px;
        margin-top: 0;;
    }

    .block7 {
        float: left;
        width: 100%;
        background: #fff;
        min-height: 1286px;;
    }
    .block8 .title{
        margin-top: 20px;
        font-size: 40px;
        line-height: 46px;
    }

    .block8 .right-block .text{
        width: 100%;
        margin-left: 0;
        margin-top: 3px;;
    }

    .block7 .block-bottom .text{
        font-size: 27px;
    line-height: 31px;
        margin-top: -1px;
}
    .block8 {
        background: url(../images/block8-mob.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 30px;
    }
    .block8 .right-block {
        width: 97%;
        padding-top: 20px;
        margin-left: 65px;
        background: #fff;
        border-radius: 20px;
        margin: 141px auto 0;
        float: none;
        padding: 10px;
    }
    .block8 .circle-block {
        display: none;
    }
    .block8 .doctor {
        width: 300px;
    }
    .block8 .doctor .name {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        margin-top: 50px;
        float: left;
        color: #1c174d;
        margin-left: 0px;
    }
    .block8 .doctor .text {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        margin-top: -30px;
        float: left;
        color: #1c174d;
        margin-left: 0px;
    }
    .block8 .right-block .item1 {
        float: right;
        margin-right: 0px;
        margin-top: -170px;
        transform: scale(0.9);;
    }

    .block9 .title{
        padding-top: 25px;
        margin-bottom: 39px;
        font-size: 50px;
        line-height: 52px;
    }
    .block9 .title .pink {
    color: #ff3395;
    font-size: 55px;
    line-height: 56px;
    text-decoration: underline;
}
    .block9 .item {
        background: #fff;
        border-radius: 20px;
        padding-top: 10px;
    }
    .block9 .item .img {
        width: 100%;
        float: left;
        text-align: center;
    }
    .block9 .item .img img {
        display: inline;
        width: 100%;;
    }
    .block9 .item .text {
        text-align: center;
        margin-left: 20px;
    }
    .block9 .item .author {
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }
    .block10 {
        background: #fff url(../images/block6-mob.jpg) no-repeat bottom center;
        min-height: 1880px;
        background-size: 2447px;;
    }
    .block10 .prod{
        /*margin-top: 435px;*/
        /*margin-left: -44px;*/
        /*transform: scale(0.8);*/
    }
    .block10 .item1 {
        /*font-family: Roboto;*/
        /*font-size: 26px;*/
        /*line-height: 30px;*/
        /*color: #1c174d;*/
        /*margin-left: 0px;*/
        /*margin-top: 55px;*/
        /*float: left;*/
        /*width: 100%;*/
    }
    .block10 .item2 {
        /*float: left;*/
        /*width: 100%;*/
        /*font-family: Roboto;*/
        /*font-size: 26px;*/
        /*line-height: 30px;*/
        /*color: #3f3981;*/
        /*margin-left: 0;*/
        /*margin-top: 28px;*/
    }
/* 
    .block10 .left-block{
        float: none;
        width: 100%;
    } */
    .block10 .bottom-block {
        background: url(../images/icon3.png) no-repeat center top;
        height: 209px;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        font-family: Rubik;
        font-weight: 900;
        color: #282360;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        padding-top: 100px;
        margin-top: 383px;
        padding-top: 112px;
        position: static;
    }
    .block10 .sep-block {
        margin-top: 0;
    }
    .block10 .left-block {
        width: auto;
        margin-left: 0;
    /*margin-left: 14px;*/
    text-shadow: 1px 0px 1px black;;
}
    .block10 .right-block {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        float: right;
        margin-right: 0;
        margin-top: 5px;
    }
    .block11 {
        float: left;
        width: 100%;
        min-height: 1734px;
        background: #ffc702 url(../images/block11.jpg) no-repeat center bottom;
        background-position: 50% 105%;
        padding-bottom: 30px;
        background-size: 825px;
    }
    .block11 .item {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .block11 .item .clearfix{
    float: none;
    width: 100%;
    text-align: center;
    }

    .block11 .item .img-block {
        margin: 0px auto 10px;
        float: none;
    }
    .block11 .text {
    width: 100%;
    margin: 0 auto;;
    }
    .block11 .title {
			font-size: 43px;
			line-height: 43px;
			margin-top: 10px;
	}

    .block12 .left-block .item{
        width: 95%;
        margin-left: 0;;
    }

    .block1 .top-block .button-block{
        margin-right: 0;
    }
    .block12 .label{
        left: 250px;
    }
    .block12 .prod{
        margin-top: 90px;
    }

    .block12 .right-block .timer-block .hours {
    margin-left: 62px;
}
}
.block12 .wrapper, .block1 .wrapper{
    position: relative;
}



@media(max-width: 479px){
    .block8 .right-block .item1 {
        bottom: -13px;
    }
    .block8 .right-block .img-block {
        margin-left: 0;
    }
    img[src$="images/product.png"] {
        margin-right: 0;
		}
		.block10 select, .block10 .select-form,.block10 .right-block .line {
			width: 294px;
	}
    /* .block12 img[src$="images/product.png"] {
        margin-top: 65px;
    } */
		.block1 .right-block form {
			margin-left: 0px;
	}
	.select-form,.block1 .right-block .name-inp,.block1 .right-block .phone-inp{
		margin-right: 6px;
	}
	.block1 .right-block .button-line button{
		left: 1px;
	}
    .block1 .top-block .button-block{
    margin: 30px auto;
    float: none;
    width: 245px;
    }

    .box-modal .left-block .label{
            background: url(../images/label1.png) no-repeat center top;
            margin-top: -178px;
    }

    .block1 .top-block .button-block button{
        margin: 0;
    }
    .wrapper{
        width: 300px;
        padding: 0 10px;
    }

    .block1 .top-block .item3{
        width: 186px;
        display: none;
    }

    .block1 .title{
        font-size: 40px;
        line-height: 44px;
    }

    .block1 .title2{
        line-height: 40px;
    }

    .block1 .left-block{
        width: 100%;
    }
    .block1 .left-block .item{width: 94%;margin-left: 0;;}

    .block1 .prod{
        text-align: right;
        margin-top: 183px;
    }
    .block1 .label{
    /*margin-left: 0px;*/
    /*background: url(../images/label1.png) no-repeat center top;*/
    /*margin-top: 387px;;*/
        margin: 390px 0 0 70px;

    }
    .block1 .label:before{
        -webkit-transform: rotateZ(85deg);
        -moz-transform: rotateZ(85deg);
        -ms-transform: rotateZ(85deg);
        -o-transform: rotateZ(85deg);
        transform: rotateZ(85deg);
    }

    .block1 .right-block {
    margin-right: 0px;
    width: 100%;
    margin-top: 9px;
}

.block1 .right-block .timer-block .hours{
    margin-left: 12px;
}
.block2 .left-block {
        float: left;
        width: 100%;
        padding-top: 55px;
        padding-left: 0;
        text-align: center;
    }
    .block2 .title {
				margin-top: 30px;
				font-size: 53px;
    }
    .block2 {
        background: url(../images/block2-mob.jpg) no-repeat center bottom;
        min-height: 2060px;
        padding-bottom: 40px;
        background-size: 2032px;;
    }
    .block2 .left-block .text {
        margin-left: 0;
        width: 300px;
        margin-bottom: 40px;
        display: inline-block;
    }
    .block2 .line .text {
        font-size: 18px;
        color: #490f18;
        margin-top: 24px;
        line-height: 20px;
        font-family: Rubik;
        text-align: center;
    }
    .block2 .line {
        float: left;
        width: 100%;
        height: 171px;
        margin-top: -42px;
        background: url(../images/icon320.png) no-repeat left top;
        background-size: 100%;
    }
    .block2 .title2 {
        padding-top: 10px;
        font-size: 40px;
        line-height: 34px;
    }
    .block2 .calc-form .bg-block .right .arrow {
        display: none;
    }

    .block2 .calc-form .bg-block{
        width: auto;
        background: none;
    }

    .block2 .calc-form{
        border: 3px dashed red;
    }
    .block2 .calc-form .bg-block .left input{
    }
    .block2 .calc-form .bg-block .left{
    float: none;
    margin: 20px auto;
    width: 257px;;
    }
    .box-modal {
        width: 300px;
    }

    .box-modal .title1{
        font-size: 25px;
        line-height: 30px;
    }

    .box-modal .title2{
        font-size: 40px;
    }
    .box-modal .left-block {
    margin-left: 0;
    width: 100%;
    padding: 160px 0 0;
    text-align: center;
    }
    .box-modal .right-block {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 10px;
        margin-top: -12px;
        width: 100%;
        text-align: center;
        /* width: 100%; */;
    }

    .box-modal .right-block .line-desc{
    font-size: 16px;
    padding-left: 4px;
    }

    .box-modal .right-block .button-line button{
        width: 100%;
    }
    .block2 .calc-form .bg-block .right {
        width: 283px;
        margin-left: 9px;
        float: left;
        text-align: left;
    }
    .block2 .calc-form .bg-block .right .line1 {
        font-family: Rubik;
        font-weight: 900;
        color: #f12642;
        font-size: 33px;
        line-height: 47px;
        text-transform: uppercase;
        padding-top: 0px;
        text-align: center;
    }
    .block2 .green {
        font-size: 20px;
        line-height: 41px;
        color: #06c33d;
    }
    .block2 .calc-form .bg-block .right .line2{
        font-size: 22px;
        line-height: 29px;
        padding-bottom: 8px;
        text-align: center;
    }
    .block3 {
        float: left;
        width: 100%;
        min-height: 271px;
        padding-bottom: 34px;
        background: #CA1E36;
    }

    .block3 .title {
        margin-top: 28px;
        font-size: 43px;
        line-height: 39px;;;
    }
    
    .block4 .item{
    margin-bottom: 20px;
    }
    .block4 .right-block .text{
    width: 314px;
    margin-left: 0;
    height: auto;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    }

    .block4 .right-block .text_bold{
    margin-left: 0;
    }
    .block12 .top-block .item1 {
        display: none;
    }
    .block12 .top-block .item2 {
        display: none;
    }
    .block12 .top-block .button-block button {
        width: 245px;
        height: 51px;
        margin-left: 10px;
        margin-top: 33px;
        background: 0 0;
        border: 1px solid #787758;
        font-family: Roboto;
        font-weight: 500;
        border-radius: 4px;
        font-size: 18px;
        color: #fffe84;
    }
    .block12 .top-block .item3 {
        width: 320px;
        padding-top: 35px;
        margin-left: 16px;
        float: left;
    }
    .block12 .top-block .button-block {
        float: right;
        margin-right: 20px;
    }
    .block12 .title {
        font-family: Roboto;
        color: #fffc00;
        font-weight: 900;
        font-size: 43px;
        line-height: 42px;
        float: left;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-top: 11px;
    }
    .block12 .title2 {
            font-size: 22px;
    line-height: 29px;
    }
    .block12 .left-block {
        float: left;
        margin-top: -3px;
        padding-top: 5px;
        width: 100%;;
    }
    .block12 .prod {
        margin-left: 0;
        width: 100%;
        position: static;
        margin-top: 162px;
        float: left;
        text-align: right;
    }
    .block12 .label {
        width: 228px;
        height: 228px;
        background: url(../images/label1.png) no-repeat center top;
        position: absolute;
        margin-left: -12px;
        margin-top: 397px;
        text-align: center;
    }
    .block12 .right-block {
        width: 100%;
        text-align: center;
        background: #fff;
        padding-bottom: 30px;
        border: 1px solid #feffff;
        margin-right: 0px;
        float: left;
        margin-left: 0px;
        margin-top: -5px;
        margin-bottom: 36px;;;
    }
    .block12 {
        background: url(../images/block1-mob.jpg) no-repeat center top;
        background-size: cover;
    }

    .block12 .right-block .title-form{
        padding-top: 10px;
    }
    .block12 .top-block {
        background: #16123a;
    }
    .block4 .right-block {
        width: 100%;
        padding-top: 40px;
        float: left;
    }
    .block4 .right-block .item .img-b {
        width: 100%;
        margin-left: 3px;
        float: left;
        text-align: center;
    }

    .block4 .right-block .name{
        text-align: center;
    }
    .block4 button {
    margin: -6px auto 22px;
    display: block;
    width: 100%;
    border-radius: 5px;;
    }


    .block4 {
        background: url(../images/block4-mob.jpg) no-repeat center top;
        background-size: 2581px;
        min-height: 828px;
    }

    .block5 .title{
    font-size: 50px;
    line-height: 51px;

    }
    .block5 {
        background: #fff;
    }
    .block5 .item {
        height: 355px;
        text-align: center;
        display: inline-block;
        float: none;
        width: 100%;
        margin-top: 15px;;;
        /* margin-left: 200px; */;
    }

    .block5 .item3{
        margin: 20px auto 0;
        display: block;
    }
    .block5 .item .img-b {
        width: 100%;
        text-align: center;
        float: none;
        overflow: hidden;
    }
    .block5 .item .img-b img {
        display: inline-block;
    }
    .block5 .bottom-block {
        margin: auto;
        background: url(../images/icon2.png) no-repeat center top;
        height: 223px;
        margin-left: -1px;
        margin-top: -7px;
        float: left;
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        color: #fff;
        font-family: Rubik;
        font-weight: 700;
        padding-top: 99px;
        position: relative;
        width: 100%;
    }
    .block6 {
        margin-top: -142px;
        /*background: url(../images/block6-mob.jpg) no-repeat top center;*/
        /*background-size: 1466px;*/
    }
    .block6 .left-block {
        width: 100%;
        float: left;
    }
    .block6 .left-block .top-block {
        float: left;
        width: 83%;
        font-family: Roboto;
        font-weight: 500;
        color: #001d09;
        line-height: 21px;
        font-size: 23px;
        margin-top: 77px;
        border: 5px dashed #008521;
        border-radius: 15px;
        padding: 20px;
        margin-left: 0;;
    }

    .block7 .block-bottom .button-block button{
        transform: scale(0.9);
        margin-left: -13px;;
    }
    .block6 .left-block .text-block {
        float: left;
        width: 100%;
        font-family: Rubik;
        font-weight: 700;
        font-size: 29px;
        line-height: 32px;
        color: #018026;
        text-transform: uppercase;
        text-align: center;
        padding-top: 23px;
    }

    .block6 .left-block .text-block .green{
        font-size: 40px;
    }
    .block6 .right-block {
        float: right;
        width: 100%;
        margin-top: 0px;
    }


    .block6 .prod {
        /*margin-left: -46px;*/
        /*margin-top: -81px;*/
        /*transform: scale(0.7);*/
        /*position: static;;*/
        width: 100%;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .block6 .right-block .desc {
        display: none;
    }
    .block6 .yellow-block {
        background: #f7f30b;
        /*height: 281px;*/
        border-radius: 20px;
        margin: 7px auto 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: auto !important;
    }
    .block6 .right-block .line1 {
        color: #001d09;
        font-family: Roboto;
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
        margin-top: 17px;
        /*float: left;*/
        float: none !important;
        width: 100%;
        text-align: center;
    }
    .block6 .right-block .line2 {
        color: #ff1d3d;
        font-family: Roboto;
        font-size: 22px;
        line-height: 25px;
        font-weight: 500;
        margin-top: 15px;
        /*float: left;*/
        float: none !important;
        width: 100%;
        text-align: center;
    }
    .block7 .item1 .block-text {
        font-family: Roboto;
        font-size: 23px;
        line-height: 21px;
        color: #1c174d;
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
        text-align: center;;
    }
    .block7 .item1 {
        width: 100%;
        background: none;
        height: auto;
        float: left;
        margin-top: 5px;
        background-size: 686px;
		}
		.block7 .item1 br{
			display: none;
		}
    .block7 .item2 {
        width: 100%;
        background: none;
        float: left;
        background-size: 695px;
        height: auto;
        text-align: center;
    }

    .block7 .block-bottom .title-block{
        font-size: 33px;
        line-height: 39px;
    }
    .block7 .item2 .block-text {
        font-family: Roboto;
        font-size: 23px;
        line-height: 24px;
        color: #1c174d;
        margin-left: 0;
        margin-top: 19px;
    }

    .block7 .title2{
    padding-top: 30px;
    font-size: 46px;
    line-height: 45px;
    }
    .block7 .title{
        font-size: 46px;
    line-height: 45px;
    }
    .block9 .more-block{
        margin: 0px 0 30px;
        font-size: 30px;
        line-height: 38px;
    }
    .block7 .block-bottom {
        float: left;
        width: 100%;
        text-align: center;
        background: #fff;
        height: auto;
        margin-top: 25px;
    }

    .block7 {
        float: left;
        width: 100%;
        background: #fff;
        min-height: 1339px;;
    }
    .block8 .title{
        margin-top: 20px;
        font-size: 40px;
        line-height: 46px;
    }

    .block8 .right-block .text{
        width: 100%;
        font-size: 20px;
        line-height: 24px;
    }

    .block7 .block-bottom .text{
        font-size: 22px;
    line-height: 27px;
        margin-top: -1px;
}
    .block8 {
        background: url(../images/block8-mob.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 30px;
    }
    .block8 .right-block {
        width: 93%;
        padding-top: 20px;
        margin-left: 65px;
        background: #fff;
        border-radius: 20px;
        margin: 141px auto 0;
        float: none;
        padding: 10px;
    }
    .block8 .circle-block {
        display: none;
    }
    .block8 .doctor {
        width: 300px;
    }
    .block8 .doctor .name {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        margin-top: 50px;
        float: left;
        color: #1c174d;
        margin-left: 0px;
    }
    .block8 .doctor .text {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        margin-top: -30px;
        float: left;
        color: #1c174d;
        margin-left: 0px;
    }
    .block8 .right-block .item1 {
        float: right;
        margin-right: -20px;
        margin-top: -277px;
        transform: scale(0.7);;
    }

    .block9 .title{
        padding-top: 25px;
        margin-bottom: 39px;
        font-size: 41px;
        line-height: 46px;
    }
    .block9 .title .pink {
    color: #ff3395;
    font-size: 41px;
    line-height: 51px;
    text-decoration: underline;
}
    .block9 .item {
        background: #fff;
        border-radius: 20px;
        padding-top: 10px;
        font-size: 20px;
        line-height: 25px;;
    }
    .block9 .item .img {
        width: 100%;
        float: left;
        text-align: center;
    }
    .block9 .item .img img {
        display: inline;
        width: 100%;;
    }
    .block9 .item .text {
        text-align: center;
        margin-left: 0px;
        padding: 0 5px;;
    }
    .block9 .item .author {
        padding-top: 10px;
        font-size: 20px;
        padding-bottom: 10px;
    }

    .dn320{
        display: none;
    }
    .block10 {
        background: #fff url(../images/block6-mob.jpg) no-repeat bottom center;
        min-height: 1866px;
        background-size: 2363px;;
    }
    .block10 .prod{
        /*margin-top: 435px;*/
        /*margin-left: -123px;*/
        /*transform: scale(0.6);*/
        margin: 0;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .block10 .item1 {
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        color: #1c174d;
        margin-left: 0px;
        /*margin-top: 17px;*/
        float: left;
        width: 100%;
        text-align: center;
    }
    .block10 .item2 {
        float: left;
        width: 100%;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        color: #3f3981;
        margin-left: 0;
        /*margin-top: 28px;*/
        text-align: center;
    }

    .block10 .right-block .line{
    }
/* 
    .block10 .left-block{
        float: none;
        width: 100%;
    } */
    .block10 .bottom-block {
        background: url(../images/icon3.png) no-repeat center top;
        height: 209px;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        font-family: Rubik;
        font-weight: 900;
        color: #282360;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        padding-top: 100px;
        margin-top: 393px;
        padding-top: 112px;
        position: static;
    }

    .block10 .title{
        font-size: 45px;
        line-height: 48px;
    }
    .block10 .sep-block {
        margin-top: 0;
    }
    .block10 .left-block {
    width: 100%;
    margin-left: 0;
    text-shadow: 1px 0px 1px black;
}
.block10 .left-block .line1{
    font-size: 33px;
    line-height: 36px;
}

.block10 .left-block .line2{
    font-size: 38px;
    line-height: 40px;
}
    .block10 .right-block {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        float: right;
        margin-right: 0;
        margin-top: 5px;
    }

    .block10 .right-block .line1{
        padding-top: 20px;
    }

    .block10 .right-block .line input{
        width: 293px;
     
    }
		.block10 .right-block .name-inp,.block10 .right-block .phone-inp,.block10 .select-form{
			margin-left: 0;
			margin-right: 0;
		}
    .block10 .right-block .button-line button{
    transform: scale(0.8);
    margin-left: -57px;
}
    .block11 {
        float: left;
        width: 100%;
        min-height: 1634px;
        background: #ffc702 url(../images/block11.jpg) no-repeat center bottom;
        background-position: 50% 1286px;
        padding-bottom: 30px;
        background-size: 492px;
    }
    .block11 .item {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    .block11 .item .clearfix{
    float: none;
    width: 100%;
    text-align: center;
    }

    .block11 .item .img-block {
        margin: 0px auto 10px;
        float: none;
    }
    .block11 .text {
    width: 100%;
    margin: 0 auto;;
    }
    .block11 .title {
			font-size: 35px;
			line-height: 37px;
			margin-top: 10px;
	}
    

    .block12 .left-block .item{
        width: 94%;
        margin-left: 0;;
    } 
    .block12 .right-block .timer-block .hours{
        margin-left: 13px;
    }

    .block12 .right-block .button-line button{
        transform: scale(0.95);
        margin-left: -14px;;
    }
    .block12 .prod{
        margin-top: 150px;
    }
    .block12 img[src$="images/product.png"]{
        margin: 0;
    }
    .block12 .label{
        margin: 0;
        left: 90px;
        top: 765px;
        background: none;
		}
		.block12 .right-block form {
			margin-left: -14px;
	}
	.block12 .select-form{
		margin-right: 15px;
	}
	.block12 .right-block .button-line button {
    transform: scale(0.95);
    margin-left: -2px;
}
.box-modal .select-form{
	margin-right: 0;
}
.box-modal .right-block form {
	margin-left: 3px;
}
section.block-5 h4{
	font-size: 18px;
}
.block10 .right-block form{
	margin-left: 4px;
}
} 

/* @media (max-width:719px) {
    .wrapper {
        //background: rgba(255, 156, 156, 0.7);
    }
    .conf-info {
        position: relative;
        cursor: pointer;
        sor: default;
        width: 355px;
        padding: 30px 30px;
        color: #000;
        z-index: 9999;
        text-align: left;
        background: #fff;
        border-radius: 6px;
        position: fixed;
        top: 0;
        left: 50%;
        margin: 1px 0 0 -208px
    }
    .popup-mini .item {
        left: 20px
    }
    .container {
        min-width: 410px;
        max-width: unset;
        width: 100%
    }
    .wrapper {
        width: 400px
    }
    .desk {
        display: none
    }
    .mob {
        display: none
    }
    .mob2 {
        display: block
    }
    .block1 .top-block .item3 {
        width: 136px;
        padding-top: 17px;
        margin-left: 6px;
        float: left;
        text-align: center;
    }
    .block1 .top-block .item3 {
        width: 136px;
        padding-top: 22px;
        margin-left: 6px;
        float: left;
        text-align: center;
    }
    .block1 .top-block {
        height: 106px;
    }
    .block1 .top-block .button-block button {
        width: 224px;
        height: 51px;
        margin-left: 10px;
        margin-top: 33px;
        background: 0 0;
        border: 1px solid #787758;
        font-family: Roboto;
        font-weight: 500;
        border-radius: 4px;
        font-size: 18px;
        color: #fffe84;
    }
    .block1 .left-block {
        margin-top: 40px;
    }
    .block1 .left-block .item {
        margin-left: 8px;
    }
    .box-modal {
        width: 400px;
        min-height: 420px;
    }
    .box-modal .title1,
    .box-modal .title2 {
        display: none;
    }
    .box-modal .left-block {
        display: none;
    }
    .box-modal .right-block {
        margin-left: 0px;
        padding-top: 54px;
    }
    .block1 .prod {
        margin-left: 0;
        width: 96%;
        position: static;
        margin-top: 125px;
        float: left;
        text-align: right;
    }
    .block1 .label {
        width: 228px;
        height: 228px;
        background: url(../images/label.png) no-repeat center top;
        position: absolute;
        margin-left: 16px;
        margin-top: 412px;
        text-align: center;
    }
    .block1 .right-block {
        margin-left: 0;
    }
    .block2 .left-block .text {
        margin-left: 0;
        width: 400px;
    }
    .block2 .line {
        background: none;
    }
    .block2 {
        background: #fff;
        padding-bottom: 0;
    }
    .block2 .title2 {
        display: none;
    }
    .block2 .calc-form {
        display: none;
    }
    .block3 .title {
        float: left;
        width: 100%;
        font-family: Rubik;
        font-size: 55px;
    }
    .block3 {
        float: left;
        width: 100%;
        min-height: 300px;
        background: #cf1e38;
        background-size: 3265px;
    }
    .block4 .right-block .item .img-b {
        width: 100%;
        text-align: center;
    }
    .block4 .right-block .item {
        margin-bottom: 30px;
    }
    .block4 button {
        margin-left: 17px;
    }
    .block4 {
        background: url(../images/block4-mob.jpg) no-repeat center top;
        background-size: cover;
        min-height: 828px;
        padding-bottom: 30px;
    }
    .block5 .item {
        margin-left: 50px;
    }
    .block5 .bottom-block {
        width: 400px;
    }
    .block6 .prod {
        margin-left: 0;
        text-align: center;
    }
    .block6 .prod img {
        width: 90%;
    }
    .block6 .yellow-block {
        width: 363px;
        background: #f7f30b;
        height: 259px;
        float: left;
        padding: 0px 10px;
        border-radius: 20px;
        margin-left: 12px;
        margin-top: 20px;
    }
    .block6 {
        margin-top: -67px;
        background: url(../images/block6-mob.jpg) no-repeat top center;
        background-size: 1939px;
    }
    .block7 .item1 {
        width: 100%;
        background: #fff;
        height: 225px;
        float: left;
        margin-top: 40px;
        background-size: 686px;
    }
    .block7 .item1 .block-text {
        font-family: Roboto;
        font-size: 18px;
        line-height: 18px;
        color: #1c174d;
        margin-left: 19px;
        margin-top: 28px;
    }
    .block7 .item2 {
        width: 100%;
        background: #fff;
        height: 342px;
        float: left;
        margin-top: 40px;
        background-size: 686px;
    }
    .block7 .item2 .block-text {
        font-family: Roboto;
        font-size: 18px;
        line-height: 18px;
        color: #1c174d;
        margin-left: 19px;
        margin-top: 28px;
    }
    .block7 .block-bottom .text {
        float: left;
        width: 100%;
        text-align: center;
        font-family: Rubik;
        font-weight: 700;
        color: #1c174d;
        font-size: 30px;
        line-height: 44px;
        margin-top: 30px;
    }
    .block7 {
        float: left;
        width: 100%;
        min-height: 1656px;
        background: #fff;
    }
    .block12 .prod {
        margin-left: 0;
        width: 96%;
        position: static;
        margin-top: 125px;
        float: left;
        text-align: right;
    }
    .block12 .label {
        width: 228px;
        height: 228px;
        background: url(../images/label.png) no-repeat center top;
        position: absolute;
        margin-left: 16px;
        margin-top: 412px;
        text-align: center;
    }
    .block12 .right-block {
        margin-left: 0;
    }
    .block12 .left-block .item {
        margin-left: 9px;
    }
    .block12 .left-block {
        width: 100%;
        float: left;
        margin-top: 0px;
        padding-top: 5px;
    }
    .block7 .block-bottom .button-block button {
        margin-top: 20px;
    }
    .block8 .right-block {
        float: left;
        width: 385px;
        padding-top: 23px;
        margin-left: 7px;
        background: #fff;
        padding-bottom: 10px;
        border-radius: 20px;
        margin-top: 40px;
    }
    .block8 .right-block .text {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        font-family: Roboto;
        color: #0e0a0c;
        margin-left: 14px;
        width: 366px;
    }
    .block8 .right-block .text-bold {
        font-weight: 700;
        margin-left: 0;
    }
    .block8 .doctor .name {
        font-family: Roboto;
        font-size: 20px;
        line-height: 30px;
        font-weight: 900;
        margin-top: 16px;
        float: left;
        color: #1c174d;
        margin-left: 14px;
    }
    .block9 .title {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 36px;
        line-height: 49px;
        font-family: Rubik;
        font-weight: 900;
        text-transform: uppercase;
        color: #fffc00;
        padding-top: 35px;
        margin-bottom: 85px;
    }
    .block9 .title .pink {
        color: #ff3395;
        font-size: 44px;
        line-height: 60px;
        text-decoration: underline;
    }
    .block9 .item .img img {
        width: 95%;
    }
    .block9 .item {
        float: left;
        width: 100%;
        font-size: 20px;
        color: #2a2562;
        line-height: 32px;
        font-family: Roboto;
    }
    .block9 .more-block {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 100px;
        margin-top: 50px;
        color: #fffc00;
        font-size: 32px;
        line-height: 44px;
        font-family: Roboto;
        font-weight: 700;
    }
    .block10 .item1 {
        float: left;
        width: 360px;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        color: #1c174d;
        margin-left: 24px;
        margin-top: 55px;
    }
    .block10 .item2 {
        float: left;
        width: 360px;
        font-family: Roboto;
        font-size: 26px;
        line-height: 30px;
        color: #3f3981;
        margin-left: 24px;
        margin-top: 38px;
    }
    .block10 .bottom-block {
        background: url(../images/icon3.png) no-repeat center top;
        height: 232px;
        width: 400px;
        margin-left: -1px;
        text-align: center;
        font-family: Rubik;
        font-weight: 900;
        color: #282360;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        padding-top: 100px;
        margin-top: 692px;
        padding-top: 115px;
        position: static;
    }
    .block10 .left-block {
        float: left;
        width: 400px;
    }
    .block10 .prod img {
        width: 350px;
    }
    .block10 .prod {
        position: absolute;
        margin-top: 16px;
        margin-left: 15px;
    }
    .block10 .right-block {
    float: left;
    width: 486px;
    background: #fff;
    border-radius: 20px;
    margin-top: 247px;
    margin-left: -44px;
}
.block11 {
    background: #ffc702;
}
.block11 .item .img-block {
    margin-left: 90px;
    margin-top: 35px;
}
.block11 .text {
    width: 390px;
    margin-left: 5px;
}
.yved {
    position: fixed;
    right: 20px;
    bottom: 40px;
    top: unset;}
} */

.footer-link{
	margin-top: 0px;
	margin-bottom: 20px;
}