@font-face {
    font-family: 'Century-Gothic-Regular';
    src: url('../fonts/Century-Gothic-Regular.eot');
    src: url('../fonts/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Century-Gothic-Regular.woff') format('woff'),
         url('../fonts/Century-Gothic-Regular.ttf') format('truetype'),
         url('../fonts/Century-Gothic-Regular.svg#Century-Gothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century-Gothic-Bold';
    src: url('../fonts/Century-Gothic-Bold.eot');
    src: url('../fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Century-Gothic-Bold.woff') format('woff'),
         url('../fonts/Century-Gothic-Bold.ttf') format('truetype'),
         url('../fonts/Century-Gothic-Bold.svg#Century-Gothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Lemon Tuesday';
	src: url('../fonts/Lemon Tuesday.eot');
	src: local('☺'), url('../fonts/Lemon Tuesday.woff') format('woff'), url('../fonts/Lemon Tuesday.ttf') format('truetype'), url('../fonts/Lemon Tuesday.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
    font-family: 'Propisi2';
    src: url('../fonts/Propisi.eot');
    src: url('../fonts/Propisi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Propisi.woff2') format('woff2'),
        url('../fonts/Propisi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'propisi_regular';
	src: url('../fonts/propisi_regular.eot');
	src: local('☺'), url('../fonts/propisi_regular.woff') format('woff'), url('../fonts/propisi_regular.ttf') format('truetype'), url('../fonts/propisi_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/FuturaMediumC.eot');
    src: url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaMediumC.woff2') format('woff2'),
        url('../fonts/FuturaMediumC.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#page {
	 font-family: 'Century-Gothic-Regular';
}

#page * {
	box-sizing: border-box;
}


.container {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
}

#leto-form {
	width: 100%;
	background: #0E70B5;
	margin-top: -5px;
	padding: 25px 0px;
}
#leto-form.form-white {
	background: #fff;
	padding-top: 60px;
}
.leto-form-title {
	text-align: center;
	color: #fff;
	font-family: 'Century-Gothic-Bold';
	font-size: 32px;
	padding-bottom: 30px;
}
#leto-form.form-white .leto-form-title {
	text-align: center;
	font-family: 'Century-Gothic-Bold';
	font-size: 38px;
	padding-bottom: 30px;
	color: #0E70B5;
}
.form-white .vopros_check_input {
	color: #222221;
}
.blue-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	box-sizing: border-box;
	max-width: 100%;
}
.blue-flex .input-blue,
.blue-flex .submit-blue {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#page .input-blue {
	margin-bottom: 15px;
	width: 33.333%;
}
#page .input-blue input,
#page .input-blue select {
	font-family: 'Century-Gothic-Regular';
    width: 100%;
    border: 2px solid #215EA3;
    height: 55px;
    padding: 0px 25px !important;
    font-size: 22px;
	color: #000;
    margin: 0px;
    cursor: pointer;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 0px 10px #215EA3;
}
#page .submit-blue {
	padding-bottom: 15px;
	width: 33.333%;
}
#page .submit-blue input {
	font-family: 'Century-Gothic-Regular';
	width: 100%;
	background: #FFA14D;
	border: 2px solid #fff;
	box-shadow: 0px 0px 10px #215EA3;
	cursor: pointer;
	height: 55px;
	padding: 0px 25px;
	font-size: 22px;
	border-radius: 10px;
	color: #fff;
}
.vopros_check_input {
	color: #fff;
}
#page .vopros_check_input a {
	color: #fff;
}
#page .form-white .vopros_check_input a {
	color: #222221;
}
#leto-1 {
	padding: 50px 0px 150px 0px;
}
.leto-title {
	text-align: center;
	font-family: 'Century-Gothic-Bold';
	font-size: 38px;
	padding-bottom: 30px;
	color: #0E70B5;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
#leto-1 .col-6 {
	display: flex;
	align-items: center;
	color: #222221;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 0px;
}
#leto-1 .col-6 img {
	max-width: 230px;
	height: auto;
	margin-right: 15px;
}
#leto-1 .col-6 span {
	display: block;
	font-family: 'Century-Gothic-Bold';
	font-size: 25px;
	color: #0E70B5;
}
.leto-title-2 {
	text-align: center;
	font-family: 'Century-Gothic-Bold';
	font-size: 32px;
	padding-bottom: 30px;
	color: #0E70B5;
}
.leto-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.leto-links a {
	display: flex;
	align-items: center;
	margin: 0px 15px;
	padding: 15px 20px;
	text-decoration: none;
	background: #6AB9EC;
	border-radius: 5px;
	font-family: 'Century-Gothic-Bold';
	font-size: 22px;
	color: #fff !important;
	min-width: 305px;
	justify-content: space-between;
	cursor: pointer;
}
.leto-links a svg {
	width: 25px;
	height: auto;
	margin-left: 20px;
}
.leto-links a:first-child {
	background: #6AB9EC;
}
.leto-links a:nth-child(2) {
	background: #0E70B5;
}
.leto-links a:nth-child(3) {
	background: #FFA14D;
}
.leto-links a:last-child svg:first-child {
	margin: 0px 10px 0px 0px;
}
#leto-2 {
	width: 100%;
	background: #0E70B5;
	color: #fff;
	font-size: 24px;
	font-family: 'Century-Gothic-Bold';
	padding-bottom: 50px;
}
.top-title {
	width: 500px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 10px;
	background: #FF748F;
	padding: 20px 30px 25px 30px;
	text-align: center;
	font-family: 'Century-Gothic-Bold';
	font-size: 40px;
	position: relative;
	top: -50px;
	margin-bottom: 0px;
	line-height: 1.3;
}
.top-title-2 {
	background: #FFA14D;
}
.top-title-3 {
	width: 100%;
	max-width: 600px;
	background: #93D14A;
}
.top-row {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.top-row img {
	max-width: 200px;
	min-width: 200px;
}
.top-text {
	width: 700px;
	padding: 30px;
	height: 227px;
	background: url(../images/top-buble-1.png) left top no-repeat;
	background-size: contain;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 80px;
}
.top-pic {
	margin-top: -20px;
}
.top-row:nth-child(2n) .top-pic {
	order: 2;
}
.top-row:nth-child(2n) .top-text {
	background: url(../images/top-buble-2.png) left top no-repeat;
	background-size: contain;
}
#leto-3 {
	width: 100%;
}
#leto-3 .container {
	border-bottom: 1px solid #1369AF;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	font-size: 32px;
	color: #0E70B5;
	line-height: 1.4;
	font-family: 'Century-Gothic-Bold';
}
#leto-16 .container,
#leto-4 .container {
	display: flex;
	padding-top: 60px;
}
.leto-4-pic {
	width: 60%;
	position: relative;
	margin-top: 100px;
}
#leto-6 .leto-4-pic {
	margin-top: 50px;
}
.leto-4-text {
	width: 40%;
	position: relative;
	z-index: 10;
}
.badges {
	position: absolute;
	top: -50px;
	left: 50px;
	-webkit-animation: 5s linear infinite alternate forwards;
	animation: 5s linear infinite alternate forwards;
	-webkit-animation-name: shape-fly-y-4;
	animation-name: shape-fly-y-4;
}
@keyframes shape-fly-y-4{0%{transform:translateY(-5%)}to{transform:translateY(5%)}}

@keyframes shape-fly-y-5{0%{transform:translateY(-10%)}to{transform:translateY(10%)}}
@keyframes shape-fly-y-10{0%{transform:translateY(-10%)}to{transform:translateY(10%)}}
@keyframes shape-fly-y-20{0%{transform:translateY(-20%)}to{transform:translateY(20%)}}
@keyframes shape-fly-y-30{0%{transform:translateY(-30%)}to{transform:translateY(30%)}}
@keyframes shape-fly-y-40{0%{transform:translateY(-40%)}to{transform:translateY(40%)}}
@keyframes shape-fly-y-50{0%{transform:translateY(-50%)}to{transform:translateY(50%)}}

.text-right {
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: right;
}

.badges img {
	max-width: 250px;
	height: auto;
}
.leto-4-text p:first-child {
	color: #1369AF;
	font-size: 40px;
	margin: 0px 0px 15px 0px;
	font-family: 'Century-Gothic-Bold';
	text-transform: uppercase;
	margin-left: -50px;
}

.leto-4-text p:nth-child(2) {
	font-family: 'Century-Gothic-Bold';
	color: #1369AF;
	margin-bottom: 25px;
	font-size: 30px;
	margin-left: -50px;
}
.leto-4-text p:nth-child(3) {
	font-family: 'Century-Gothic-Bold';
	color: #FE3635;
	margin-bottom: 30px;
	font-size: 21px;
	margin-left: -50px;
}
#leto-17 .leto-4-text p:nth-child(1) {
	margin-bottom: 20px;
	font-size: 36px;
}
#leto-17 .leto-4-text p:nth-child(2) {
	font-size: 36px;
	margin-bottom: 25px;
}
#leto-17 .leto-4-text p:nth-child(3) {
	margin-bottom: 10px;
    margin-top: -10px;
	font-size: 30px;
	line-height: 1.3;
}
#leto-17 .leto-4-text p:nth-child(4) {
	font-family: 'Century-Gothic-Bold';
	color: #1369AF;
	margin-bottom: 20px;
	font-size: 21px;
}
.leto-6-text p:nth-child(2) {
	font-size: 24px;
	line-height: 1.2;
}
.leto-6-text p:first-child {
	line-height: 1;
}
#leto-16 .leto-4-text p:first-child em {
	display: block;
	font-style: normal;
	font-size: 20px;
}
.leto-4-text ul,
.leto-4-text ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.leto-4-text ul li {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.leto-4-text ul li img {
	max-width: 70px;
	height: auto;
	margin-left: 20px;
	order: 2;
}
#leto-17 .leto-4-text ul {
	position: relative;
	width: 100%;
    margin-top: -15px;
}
#leto-16 .leto-4-text ul {
	position: relative;
	padding-top: 20px;
}
#leto-17 .leto-4-text ul li,
#leto-16 .leto-4-text ul li {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	font-size: 20px;
}
#leto-17 .leto-4-text ul li {
	font-size: 14px;
	margin: 25px 0px;
}
#leto-6 .leto-4-text ul li {
	justify-content: flex-start;
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
}
#leto-17 .leto-4-text ul li:nth-child(4),
#leto-17 .leto-4-text ul li:nth-child(5),
#leto-16 .leto-4-text ul li:last-child {
	position: absolute;
	right: 0px;
	top: 20px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 140px;
}
#leto-17 .leto-4-text ul li:nth-child(4),
#leto-17 .leto-4-text ul li:nth-child(5) {
	width: 180px;
}
#leto-17 .leto-4-text ul li:nth-child(4) {
	top: -20px;
}
#leto-17 .leto-4-text ul li:nth-child(5) {
	top: auto;
	bottom: 0px;
}
#leto-17 .leto-4-text ul li:nth-child(4) img,
#leto-17 .leto-4-text ul li:nth-child(5) img,
#leto-16 .leto-4-text ul li:last-child img {
	margin-bottom: 10px;
}
.leto-6_podr .leto-4-text ul li span,
#leto-17 .leto-4-text ul li span,
#leto-16 .leto-4-text ul li span,
#leto-6 .leto-4-text ul li span {
	order: 3;
}
.leto-6_podr .leto-4-text ul li img,
#leto-17 .leto-4-text ul li img,
#leto-16 .leto-4-text ul li img,
#leto-6 .leto-4-text ul li img {
	margin-right: 20px;
	margin-left: 0px;
}
#leto-16 .leto-4-pic {
	margin-top: 50px;
}
#leto-12,
#leto-14,
#leto-18,
#leto-15,
#leto-2,
#leto-5,
#leto-7 {
	width: 100%;
	background: #1369AF;
	color: #fff;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 35px;
}
#leto-12 .leto-form-2,
#leto-14 .leto-form-2,
#leto-18 .leto-form-2,
#leto-15 .leto-form-2,
#leto-7 .leto-form-2,
#leto-5 #leto-form-2 {
	background: none;
	padding: 30px;
}
#leto-12 .blue-flex,
#leto-14 .blue-flex,
#leto-18 .blue-flex,
#leto-15 .blue-flex,
#leto-7 .blue-flex,
#leto-5 .blue-flex {
	margin: 0 auto;
}
#leto-12 .leto-form-2,
#leto-18 .leto-form-2 {
	border: 0px;
	padding-top: 0px;
}
#leto-12 .leto-7-container p:first-child,
#leto-18 .leto-7-container p:first-child {
	margin-bottom: 0px;
}
.leto-6_podr .leto-4-pic,
#leto-13 .leto-4-pic {
	margin-top: 0px;
}
#leto-6 .leto-links a,
#leto-13 .leto-links a {
	margin: 20px 0px 0px 0px;
	font-size: 20px !important;
	background: #FFA14D;
}
.leto-price {
	position: relative;
	top: -25px;
	z-index: 10;
}
.leto-price .container {
	display: flex;
	justify-content: center;
}
.leto-price .container > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FE3635;
	width: 270px;
	min-width: 270px;
	border: 2px solid #fff;
	margin-right: -40px;
	border-radius: 25px;
	padding: 13px 20px 13px 60px;
	z-index: 5;
	font-size: 34px;
	color: #fff;
}
.leto-price .container > div > span:last-child {
	font-size: 20px;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
.leto-price .container > div:nth-child(2) {
	background: #F5738D;
	z-index: 4;
}
.leto-price .container > div:nth-child(3) {
	background: #EB9831;
	z-index: 3;
}
.leto-price .container > div:nth-child(4) {
	background: #93D14A;
	z-index: 2;
}
.leto-7-container p:first-child,
.leto-5-container p:first-child {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 60px;
	color: #fff;
	font-size: 26px;
	font-family: 'Century-Gothic-Bold';
}
.leto-5-container p:nth-child(2) {
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-size: 26px;
	font-family: 'Century-Gothic-Bold';
}
.leto-5-container {
	padding-bottom: 50px;
    margin-top: 20px;
}
.leto-5-container ul,
.leto-5-container ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
.leto-5-container ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	left: 10px;
}
.leto-5-container ul li {
	width: 450px;
	height: auto;
	padding: 2px 15px 2px 2px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	color: #0E70B5;
	line-height: 1.3;
	font-family: 'Century-Gothic-Bold';
}
.leto-5-container ul li img {
	max-width: 100px;
	margin-right: 15px;
	height: auto;
}
#leto-form-2,
.leto-form-2 {
	width: 100%;
	background: #1369AF;
	border-top: 4px solid #fff;
	padding: 50px 0px;
}
#leto-6 {
	width: 100%;
	padding-top: 60px;
}
.leto-6-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.leto-6-title {
	text-align: center;
	padding-bottom: 50px;
	color: #0E70B5;
	font-size: 32px;
	font-family: 'Century-Gothic-Bold';
	line-height: 1.3;
}
.leto-6-container {
	display: flex;
}
#leto-6 .badges {
	top: 22px;
	left: auto;
	right: 0px;
}
.leto-6-text p:first-child,
.leto-6-text p:nth-child(2),
.leto-6-text p:nth-child(3) {
	margin-left: 0px;
	white-space: pre;
}
.leto-6-text p:first-child span {
	color: #FE3635;
}
.leto-6-text ul li {
	padding-left: 0px;
}
.leto-7-flex {
	display: flex;
	align-items: center;
	line-height: 1.3;
	font-size: 26px;
	color: #fff;
	padding-bottom: 50px;
	max-width: 850px;
	margin: 0 auto;
}
.leto-7-flex img {
	max-width: 200px;
	margin-right: 30px;
}
#leto-8 {
	padding-top: 60px;
	padding-bottom: 60px;
}
#leto-8 img {
	max-width: 100%;
	height: auto;
}
#leto-9 {
	padding-bottom: 60px;
}
.leto-review {
	display: flex;
	align-items: center;
	justify-content: center;
}
.leto-review img {
	border-radius: 50%;
	max-width: 150px;
	margin-right: 0px;
}
.review-text {
	background: url(../images/review-bg.png) center center no-repeat;
	background-size: contain;
	padding: 30px;
	padding: 20px 20px 0px 60px;
	width: 700px;
	height: 230px;
	font-size: 16px;
}
.review-text p:first-child {
	padding-bottom: 10px;
	margin: 0px;
}
.review-text p:last-child {
	font-size: 18px;
	color: #1369AF;
	text-align: right;
}
.review-text p:last-child span {
	display: block;
	font-size: 16px;
}
.leto-slider {
	text-align: center;
}
.leto-slider .slick-slide img {
	display: inline-block;
}
.leto-slider .container {
	position: relative;
}
.leto-slider .container:after {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left: 10px;
	width: 474px;
	height: 300px;
	background: url(../images/deti-icons.png) center center no-repeat;
	background-size: contain;
	-webkit-animation: 2s linear infinite alternate forwards;
	animation: 2s linear infinite alternate forwards;
	-webkit-animation-name: shape-fly-y-4;
	animation-name: shape-fly-y-4;
}
.leto-slider_2 .container:after {
	left: 50px;
}

#leto-13 {
	padding-top: 60px;
}
#leto-13 .badges {
	top: -65px;
	left: 0px;
}
#leto-13 .leto-6-container {
	padding-top: 50px;
}
#leto-13 .leto-6-container p:first-child {
	line-height: 1.2;
	margin-bottom: 20px;
}
#leto-13 .leto-6-container p {
	line-height: 1.3;
}
#leto-14 {
	width: 100%;
	background: #0E70B5;
	padding: 30px 0px 0px 0px;
}
#leto-12 {
	width: 100%;
	background: #0E70B5;
}
#leto-12 p {
	margin-bottom: 0px;
}
#leto-11 {
	width: 100%;
	padding-top: 60px;
	/*margin-top: 60px;
	border-top: 2px solid #0E70B5;*/
}
#leto-11 .leto-4-pic {
	margin-top: 0px;
}
#leto-11 p:nth-child(2) {
	color: #FE3635;
	font-size: 28px;
	padding-top: 5px;
}
#leto-11 p:nth-child(3) {
	color: #0E70B5;
	font-size: 24px;
	line-height: 1.3;
}
#leto-11 .badges {
	left: auto;
	top: -25px;
	right: 0px;
}
#leto-10 {
	padding-top: 60px;
}
#leto-10 img {
	max-width: 100%;
	height: auto;
}
#leto-6.leto-6-child p:first-child em {
	font-style: normal;
	font-size: 26px;
	color: #FE3635;
}
.noty {
	font-size: 20px;
	line-height: 1.3;
	padding-bottom: 30px;
}
.leto-4-child p {
	margin-left: 0px !important;
}
.leto-4-child p:first-child {
	line-height: 1.2;
}
.leto-4-child p:nth-child(2) {
	color: #FE3635;
}
.leto-4-child p:nth-child(3) {
	color: #0E70B5;
	line-height: 1.2;
	font-size: 22px;
}
.leto-4-child .leto-4-text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.leto-4-child .leto-4-text ul li {
	margin-left: 0px;
	padding-left: 0px;
}
.leto-4-child .leto-4-text ul li img {
	max-width: 70px;
	margin-right: 0px;
}
.video {
  border: 6px solid #0E70B5;
  border-radius: 0px;
  overflow: hidden;
}
.video > div {
	margin: 0px;
}
.leto-review {
	width: 100%;
}
body .wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 0px;
  padding-top: 20px;
}
body .otz_photo {
	border-radius: 50%;
  height: 190px;
  min-height: 190px;
  width: 190px;
  min-width: 190px;
}
#leto-2-point {
	position: relative;
	top: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}
body .preim_next, body .otz_next {
	right: 0px;
}
body .preim_prev, body .otz_prev {
	left: 0px;
}

#leto-17 .container {
	position: relative;
	padding-top: 60px;
}
#leto-17 .badges {
	left: auto;
	right: 50px;
}

@media all and (min-width: 1250px) {
#leto-2-point {
	top: -130px;
}
ul.child-list li:nth-child(2) {
  position: relative;
  top: 45px;
}
ul.child-list li:nth-child(4) {
  position: relative;
  top: 45px;
}
.leto-4-child p:first-child {
	min-width: 620px;
}
.leto-4-child .leto-4-text ul li {
	width: 49%;
}
.top-text {
	font-size: 30px;
}
#leto-6 .leto-6-text p:first-child {
	min-width: 596px;
}

}

@media all and (max-width: 1200px) {
.blue-flex {
	margin: 0px;
}
.leto-6-container {
	padding-left: 15px;
}

}

@media all and (max-width: 960px) {
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.review-text {
	width: auto;
	height: auto;
	padding: 20px;
	border: 2px solid #1369AF;
	border-radius: 10px;
	background: none;
}
.leto-review img {
	margin-right: 20px;
}
#leto-3 .container,
.leto-6-title {
	font-size: 30px;
}
.leto-price .container > div {
  width: 25%;
  min-width: 25%;
  border: 2px solid #fff;
  margin-right: 0px;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 20px;
}
.leto-price .container > div span:last-child {
  font-size: 18px;
}
#leto-16 .container,
#leto-4 .container,
.leto-6-container {
	align-items: flex-end;
}
.leto-4-text {
	padding-bottom: 60px;
}
.badges img {
	max-width: 150px;
}
.leto-5-container ul {
	justify-content: center;
}
.leto-4-text p:first-child {
	line-height: 1.2;
}
#leto-1 .col-6 img {
	max-width: 150px;
}
#leto-1 .col-6 {
	font-size: 16px;
}
.leto-form-title {
	font-size: 24px;
	padding-bottom: 30px;
	line-height: 1.2;
}
.leto-slider .container::after {
	top: 0px;
	left: 30px;
	width: 300px;
	height: 100%;
	background: url(../images/deti-icons.png) center 20px no-repeat;
	background-size: contain;
}
.leto-slider_2 .container:after {
	left: 60px;
}

}


@media all and (max-width: 767px) {
.blue-flex  {
	display: block;
}
#page .submit-blue,
#page .input-blue,
.blue-flex .input-blue, .blue-flex .submit-blue {
    width: 100%;
}
#page .submit-blue input,
#page .input-blue input, #page .input-blue select {
	font-size: 17px;
}
#leto-form.form-white .leto-form-title,
.leto-title {
	font-size: 28px;
	line-height: 1.2;
}
#leto-1 .col-6 {
	width: 100%;
}
#leto-1 .col-6 span {
	font-size: 20px;
	line-height: 1.2;
}
.leto-links a {
	font-size: 18px;
	width: 100%;
	margin: 5px 0px;
}
.text-right {
	text-align: center;
	align-items: center;
}
.leto-4-text ul li {
	justify-content: space-between;
	width: 100%;
	text-align: left;
}
.leto-4-text ul li br {
	display: none;
}
.leto-4-text ul li span {
	padding-right: 10px;
}
.top-title {
	width: 100%;
	padding: 15px;
	font-size: 28px;
}
.top-row {
	text-align: center;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.top-row img {
  max-width: 100px;
  min-width: 100px;
}
.top-row:nth-child(2n) .top-text,
.top-text {
	width: 100%;
	font-size: 18px;
	  background: #3e8cc1;
	  border-radius: 15px;
	  padding: 15px;
	  height: auto;
	  margin-left: 15px;
	  border: 2px solid #fff;
}
.top-row:nth-child(2n) .top-text {
	margin-right: 15px;
	margin-left: 0px;
}
.top-text p {
	margin: 0px;
}

#leto-1 {
	padding-bottom: 100px;
}
#leto-2 {
	padding-bottom: 20px;
}
#leto-3 .container, .leto-6-title {
	font-size: 24px;
}
#leto-3 .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
#leto-16 .container,
#leto-4 .container, .leto-6-container {
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.leto-4-pic {
	order: 2;
	width: 100%;
}
.leto-4-text {
	width: 100%;
}
.leto-4-text p:first-child {
	width: 100%;
	line-height: 1.2;
	margin: 0px;
	text-align: center;
	font-size: 32px;
	white-space: unset;
}
.leto-4-text p:nth-child(2) {
  margin-bottom: 15px;
  font-size: 18px;
  margin-left: 0px;
  white-space: unset;
  text-align: center;
}
.leto-4-text p:nth-child(3) {
  margin-bottom: 30px;
  font-size: 18px;
  margin-left: 0px;
  text-align: center;
  white-space: unset;
}
.leto-4-text ul li img {
  max-width: 80px;
}
.leto-4-text ul li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 0px;
}
.badges {
  position: absolute;
  top: 0px;
  left: 0px;
}
.leto-price .container {
	flex-wrap: wrap;
}
.leto-price .container > div {
  width: 49%;
  min-width: 49%;
  margin-bottom: 5px;
}
.leto-price .container > div span:last-child {
  font-size: 15px;
}
.leto-7-container p:first-child, .leto-5-container p:first-child {
	font-size: 22px;
	margin-bottom: 40px;
	line-height: 1.2;
}
.leto-5-container p:nth-child(2) {
	line-height: 1.2;
	font-size: 24px;
}
.leto-5-container ul li {
	width: 100%;
}
.leto-5-container ul {
	left: 0px;
}
.leto-7-flex {
	display: block;
	text-align: center;
	font-size: 20px;
}
.leto-7-flex img {
	margin-right: 0px;
}
.leto-review img {
	margin-bottom: 15px;
}
.leto-review {
	text-align: center;
	display: block;
}
#leto-13 .leto-6-container {
  padding-top: 0px;
  padding-left: 0px;
}
.leto-6-container {
	padding-left: 0px;
}
#leto-11 p:nth-child(3) {
	font-size: 18px;
	margin: 0px;
}
#leto-6.leto-6-child p:first-child em {
	display: block;
}
.noty {
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 30px;
	text-align: center;
}
.leto-4-child .leto-4-text {
	padding-bottom: 20px;
}
.video {
	border: 3px solid #0E70B5;
	border-radius: 5px;
}
.leto-4-pic,
#leto-6 .leto-4-pic {
  margin-top: 0px !important;
}
#leto-17 .leto-4-text ul li:nth-child(4),
#leto-17 .leto-4-text ul li:nth-child(5),
#leto-16 .leto-4-text ul li:last-child {
	position: relative;
	right: 0px;
	top: 0px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.inner.no_pad #breadcrumbs {
	display: none;
}
#leto-form.form-white {
	padding-top: 30px;
	padding-bottom: 0px;
}
#leto-17 .leto-4-text p:nth-child(2) {
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.2;
}
#leto-17 .leto-4-text p:nth-child(1) {
	font-size: 32px;
}
#leto-17 .leto-4-text ul li:nth-child(4) {
	justify-content: flex-start;
}
#leto-6 .leto-links,
#leto-13 .leto-links {
	width: 100%;
}
.leto-slider .container::after {
	display: none;
}

}