:root {
    --color-red:#ec2a2b;
    --color-gray-light:#e9e9e9;
    --color-blue:#275ac1;
    --color-purple:#8600eb;
    --color-green:#2ba270;
}

@font-face {
    font-family: 'OpenSansLight';
    font-style: normal;
    font-weight:400;
    src: local('OpenSansLight'),
        url(../../../fonts/OpenSans-Light.woff2) format('woff2'),
        url(../../../fonts/OpenSansLight.ttf) format('truetype');}

@font-face {
    font-family: 'Ubuntu Light';
    font-style: normal;
    font-weight:400;
    src: local('Ubuntu Light'),
        url(../../../fonts/ubuntu-light.woff) format('woff'),
        url(../../../fonts/ubuntu-light.ttf) format('truetype');}


      
html{height: 100%;}

body {
    width: 100%;  
    font-family: 'OpenSansLight', Arial;
    font:15pt 1.4;
    color:#222;
    position:relative;
    display: flex;
    flex-direction: column;
    height: 100%;}

div {box-sizing: border-box;}

.video-blog {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;}

.video-promo {
    display:table;
    width:100%;
    margin:15px 0 5px;
    height:100%;
    float:left;}

@media screen and (max-width:900px) {
    .video-promo {
        width:100%;
    }
}

a { 
    text-decoration: none;
    color: #ec2a2b;}

a:hover {color: #d82d31}

strong {font-weight:600;}

a[href="#openModal"]{
    margin:10px 0 0;
    display: block;
    width:170px;
    padding:10px 30px;
    background: #61ad8c;
    //border:2px solid #f85d07;
    color:#fff;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;}

a[href="#openModal"]:hover{
    background: #2da370;}

.actions {display:none;}

blockquote {
    padding:5px 0 5px 20px;
    margin:0 0 10px 30px;
    line-height:1.5;
    border-left:5px solid var(--color-red);
   // box-shadow: 2px 3px 3px #ccc;
}

h1 > span {
    display:block;
    color:var(--color-red);
}

body > div,
.header > div,
.footer0 > div{
    width:100%;
    padding:0 20px;}
    
@media screen and (max-width:700px) {
    .header > div {
        padding:0;
    }
}

body > div > div,
.header > div > div,
.footer0 > div > div{
    margin:0 auto;
    max-width:1280px;}
    
.header {
    min-width:100%;
    display:table;
        background: radial-gradient(circle, #545255 4%, #353139 100%);
        //background: radial-gradient(circle, #c4c4c4 4%, #c4c4c4 100%);
}

#head {
    background: #082b43;
    color:#fff;
    font:13pt/1;
    background: rgb(9,100,121);
    background: linear-gradient(90deg, rgba(9,100,121,0.9500175070028011) 0%, rgba(23,155,171,1) 100%);
}

#head2 {
    background: #fff;}

.moduletable-slider {
    background: #353139;
    background: radial-gradient(circle, #545255 4%, #353139 100%);
    color:#fff;
    display:table;}
    
.moduletable-slider2 {
    background: #353139;
    background: radial-gradient(circle, #83bf8d 4%, #276f3b 100%);
    background: radial-gradient(circle, #545255 4%, #353139 100%);
    color:#fff;
    display:table;}


/***** ***** ***** ! НАШИ ПРЕИМУЩЕСТВА ***** ***** *****/

.moduletable-preim {
    background: #176b7f;
    background: radial-gradient(circle, #24adbe 4%, #176b7f 100%);
    display: table;
    padding:0;}

.custom-preim {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;}

.custom-preim div,
.custom-preim a{
    width:25%;
    padding:13px 5px 17px 75px;
    min-height: 50px;
    color:#fff;
    text-transform: uppercase;
    font-size:13pt;
    line-height: 1.4;
    display:table;
    box-sizing:border-box;}

.custom-preim div:nth-child(1) {
    background: url(../../../images/style/ws-icon-preim-02.png) no-repeat;
    background-size:50px;
    background-position: 15px;}
    
.custom-preim div:nth-child(2) {
    background: url(../../../images/style/ws-icon-preim-01.png) no-repeat;
    background-size:50px;
    background-position: 15px;}
    
.custom-preim div:nth-child(3) {
    background: url(../../../images/style/ws-icon-preim-03.png) no-repeat;
    background-size:45px;
    background-position: 15px;}

.custom-preim a {
    background:#2da370;
    background-image: url(../../../images/style/ws-icon-preim-04.png);
    background-size:45px;
    background-position: 15px;
    background-repeat:no-repeat;}
    
.custom-preim a:hover {
    background:#289465;
    background-image: url(../../../images/style/ws-icon-preim-04.png);
    background-size:45px;
    background-position: 15px;
    background-repeat:no-repeat;}
    
@media screen and (max-width:1050px) {

    .custom-preim div,
    .custom-preim a{
        width:50%;
        padding:15px 0 15px 70px;
        background-size:45px}
    
    .custom-preim div:nth-child(1),
    .custom-preim div:nth-child(2),
    .custom-preim div:nth-child(3),
    .custom-preim a{
        background-size:40px;}
}

@media screen and (max-width:600px) {
    
    .custom-preim div,
    .custom-preim a{
        width:100%;}
}



    
    
    
    
#content {
    flex:1 0 auto;
    padding:30px 20px;
}
    
#footer {
    background: #75c2c2;
    min-height: 300px;
    background: rgb(9,100,121);
    background: linear-gradient(90deg, rgba(9,100,121,0.9500175070028011) 0%, rgba(23,155,171,1) 100%);
    display: table;}
    
#footer2 {
    background: #424242;
    min-height: 70px;
    display: table;}

/***** ***** ***** Верхний HEADER ***** ***** *****/

.head-case {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    padding:5px 0;
    color:#f3f3f3;
    
}

/* Адрес */
.head-case > div:nth-child(1){
    width: 52%;
    padding:5px 0;}

/* Телефон */    
.head-case > div:nth-child(2){
    width: 33%;
    text-align: right;
    font-size:18pt;
    font-weight: 600;
    padding:3px 0 0 0;
    color:#fff;}

.head-case > div:nth-child(2) a{
    color:#fff;
    line-height:1.3;
}

/* Социальные сети */
.head-case > div:nth-child(3){
    width: 15%;}

.cs {
    width:30px;
    height:30px;
    display: block;
    margin:1px 2px;
    float:right;
    cursor:pointer;
    background-repeat: no-repeat;
    background-image: url(../../../images/style/ws-icons2.png);
    border-radius: 5px;
    transition: background 0.5s ease;
    opacity: 0.9;}   

.cs:hover {
    transition: background 0.8s ease;
    background-repeat: no-repeat;
    background-image: url(../../../images/style/ws-icons2.png);
    opacity: 1;}

.cs:nth-child(1) {background-position: 0px;} /*VK*/
.cs:nth-child(2) {background-position: -30px;} /*INSTA*/
.cs:nth-child(3) {background-position: -60px;}
.cs:nth-child(4) {background-position: -90px;}


/***** ***** ***** Нижний HEADER ***** ***** *****/
.head2-case {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;}

.head2-case > div:nth-child(1) {
    width:30%;
    padding:20px 0;
    min-width: 245px;}

.head2-case > div:nth-child(2) {
    width:70%;
    padding:23px 0;
    position:relative;}
    
/*  Логотип */
.head2-case > div:nth-child(1) .name{
    font-size:28pt;
    color:#353139;
    font-weight:600;}

.head2-case > div:nth-child(1) .company{
    font-size:12pt;
    color:#353139;
    font-weight:300;
    margin:0 0 0 25px;}



/**** ***** ***** СЛАЙДЕР ***** ***** *****/

.custom-slider {
    min-height: 360px;
    display: flex; 
    flex-wrap: wrap;}

.custom-slider div {
    width:50%;
    padding:25px 0 0 0;}
    
.custom-slider div h2{
    font-size: 24pt;
    line-height: 1.4;
    margin:25px 0;}

.custom-slider div p{
    font-size: 13pt;
    line-height: 1.4;}

.custom-slider div a{
    margin:30px 0;
    display: block;
    width:170px;
    padding:10px 30px;
    background: #f85d07;
    border:2px solid #f85d07;
    color:#fff;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;}

.custom-slider div a:hover{
    background: #2da370;
    border:2px solid #2da370;}

.custom-slider div:nth-child(2) {
    background: url(../../../images/style/ws-gerls-01.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}
    
 .en div:nth-child(2) {
    background: url(../../../images/style/ws-gerl-en2.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}

 .de div:nth-child(2) {
    background: url(../../../images/style/ws-gerl-de.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}

 .nout div:nth-child(2) {
    background: url(../../../images/style/ws-girl-nout.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}
    

/**** ***** ***** СЛАЙДЕР ЛЕТНИЕ КУРСЫ ***** ***** *****/

.custom-slider2 {
    min-height: 360px;
    display: flex; 
    flex-wrap: wrap;}

.custom-slider2 div {
    width:50%;
    padding:25px 0 0 0;}
    
.custom-slider2 div h2{
    font-size: 24pt;
    line-height: 1.4;
    margin:25px 0;}

.custom-slider2 div p{
    font-size: 13pt;
    line-height: 1.4;}

.custom-slider2 div a{
    margin:30px 0;
    display: block;
    width:170px;
    padding:10px 30px;
    background: #f85d07;
    border:2px solid #f85d07;
    color:#fff;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;}

.custom-slider2 div a:hover{
    background: #2da370;
    border:2px solid #2da370;}

 .deti div:nth-child(2) {
    background: url(../../../images/style/child-en.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}

 .deti-de div:nth-child(2) {
    background: url(../../../images/style/deti-de.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}
    
 .deti-it div:nth-child(2) {
    background: url(../../../images/style/deti-it.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
    min-height:400px;}
    

*   { outline:none;}


#content article a img{
    width:31%;
    margin:1%;
}

#content h2:not(.blog-news) {
    font-size:18pt;
    margin:25px 0 15px 0;
}

#content .img-fulltext-left,
#content .img-fulltext-right{
    float:right;
    width:400px;
    padding:40px 0 10px 20px;
}
#content .img-fulltext-left img,
#content .img-fulltext-right img{width:100%;}



#content p,
#content li,
#content label{
    font-size:13pt;
    line-height:1.4;
    margin:8px 0;
    text-align:justify;
}

#content ul li {
    list-style:circle;
    margin: 0 0 0 50px;
}

ol li,
#content ol li{
    list-style:decimal;
    margin: 5px 0 0 50px;
}


#content input,
#content select,
#content textarea{
    font-size:11pt;
    line-height:1.2;
    margin:4px 0 8px 0;
    padding:5px 10px;

    border:1px solid #ccc;
}
#content input:focus,
#content select:focus,
#content textarea:focus{
    background:#fdfbdf;
}
#content label {
    clear:both;
    display:block;
    margin:4px 0;
}
#content input[type="checkbox"] { margin:5px;}

#content button,
#content .button{
    background:#f75c0d;
    padding:8px 30px;
    border:0;
    font-size:15pt;
    color:#fff;
    margin:10px 0;
    cursor:pointer;
    float:left;
}
#content button:hover,
#content .button:hover{
    background:#2ba270;
}



/* Наши программы */

h1 {
    //font-family: 'Ubuntu Light';
    text-transform:uppercase;
    width:100%;
    font-size:22pt;
    margin:20px auto;
    font-weight:600;
    line-height:1.3;
    padding:0;
    display:table;
    box-sizing:border-box;
    //max-width:1240px;
    
}
    
.moduletable-nsw h1{
    padding:0;
}
    
h2 {
    width:100%;
    font-size:20pt;
    margin:20px 0 10px 0;
    font-weight:600;}

h3 {
    font-size:20px;
    margin:20px 0 10px 0;
    color:#000;
    font-weight:600;
}

/***** ***** ****** ****** На каком уровне вы знаете английский язык? */

.moduletable-pred {
    padding:30px 0 60px 0;
    display:table;
    margin:0 auto;
    background:var(--color-gray-light);}

.moduletable-pred h3.head {
    color:#424242;
    text-align:center;
    font-size:22pt;
    font-weight:600;
    text-transform:uppercase;
    margin:0 auto;
    font-style: normal;}
    
.moduletable-pred .custom-pred {
    margin:10px auto;
    display:table;}

.moduletable-pred .custom-pred p{
    font-size:20px;}

.moduletable-pred .custom-pred .korpus {
    margin:0 auto;
    width:100%;
    height:auto; 
    padding:0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;}

.moduletable-pred .custom-pred .korpus > div, .korpus > input {
    display: none;}

.moduletable-pred .custom-pred .korpus label span {
    display:none;}

.moduletable-pred .custom-pred .korpus label.ltop {
    width:16.666%;
    min-width:180px;
    border:2px solid #e9e9e9;
    padding: 12px 0 12px 0;
    text-align:center;
    line-height: 28px;
    cursor: pointer;
    background: #fff;
    font-family:Tahoma;
    font-size: 20px;
    color:#424242;
    box-sizing:border-box;}
    
.moduletable-pred .custom-pred .korpus label.ltop:hover {
    background:#afe2e7;}

.moduletable-pred .custom-pred .korpus input[type="radio"]:checked + label {
    background:#04a6b6;
    color:#fff;}

.moduletable-pred .custom-pred .korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.moduletable-pred .custom-pred .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.moduletable-pred .custom-pred .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.moduletable-pred .custom-pred .korpus > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.moduletable-pred .custom-pred .korpus > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.moduletable-pred .custom-pred .korpus > input:nth-of-type(6):checked ~ div:nth-of-type(6){ display: block; padding: 10px 0 0 0;}

.moduletable-pred .custom-pred .korpus .tab {
    width:90%;
    margin:0 auto;
    clear:both;
    height:auto;
    padding:30px 20px;}
 
.moduletable-pred .custom-pred .korpus .tab .tab2{
    margin:20px auto;
    background:#fff;
    padding:30px;
    height:auto;
    display:table;}

.moduletable-pred .custom-pred .korpus .tab .tab2 p{
    font-family: 'OpenSansLight';
    font-size: 13pt;
    line-height:1.4;
    margin:10px 0;}
    
.moduletable-pred .custom-pred .korpus .merop .span0:nth-child(1) {
    font-weight:600;}

.moduletable-pred .custom-pred .korpus .uroven {
    float:left;
    width:150px;
    height:180px;
    margin:10px 25px 0 0;
    text-align:center;
    display:block;}

.moduletable-pred .custom-pred .korpus .uroven img{
    width:145px;
    border-radius:10px;
    margin:0 0 7px 0;}

.moduletable-pred .custom-pred a {
    box-shadow:2px 3px 6px #ccc;
    position:relative;
    z-index:99;
    margin:-45px auto;
    display: table;
    padding:15px 40px;
    background: var(--color-red);
    color:#fff;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;}
    
.moduletable-pred .custom-pred a:hover {
    background:var(--color-green);}

.moduletable-ows,
.custom-ows{
    display:table;}

.moduletable-ows {
    padding:0 10px;}
    
.moduletable-ows .text-right {
    padding:120px 0 0;
}

@media screen and (max-width:800px){
    .moduletable-ows .text-right {
    padding:0;}
}


/* Футер */

.footer-case {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    color:#fff;
    font-size:13pt;
    line-height:1.3;}
    
.footer-case > div {
    width:30%;
    padding:30px 0;}

.footer-case .cs {
    float:left;
    clear:both;
    margin:5px 0;
}

.footer-case > div:first-child {
    width:60px;
}
.footer-case > div:nth-child(2) {
    width:calc(100% - 310px);
}
.footer-case > div:nth-child(2) a{
    font-size:16pt;
    color:#f2f2f2;
    line-height:1.5;
    opacity: 0.8;
}
.footer-case > div:nth-child(2) a:hover{
    opacity: 1;
}

.footer-case > div:last-child {
    text-align:right;
    width:250px;
}


.footer-case span[itemprop="name"] {
    font-size:25pt;}
    
.footer-case span[itemprop="telephone"] {
    font-size:23pt;
    margin:12px 0;
    display:block;
    color:#fff;}

.footer2-case {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    color:#ccc;
    font-size:14px;
    line-height:1.3;}
    
.footer2-case > div {
    width:50%;
    padding:7px 0;}
    
.footer2-case > div a{
    color:#3aaaba;}
    
.footer2-case > div a:hover{
    color:#69d3e2;}
    
.footer2-case > div:nth-child(2) {
    text-align:right;}
    

/* Модуь новости  */

#content h3.head, 
h3.head,
a h3.head{
    font-size: 20pt;
    text-align: center;
    margin:0px auto 0;
    color:#000;
}

.blog-news {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding:20px 0 40px 0;}

.blog-news .items-row{
    background: #f3f3f3;
    margin: 10px auto;
    width: 31.3333%;
    position:relative;
    padding:0 0 30px 0;}

.blog-news .create {
    position:absolute;
    background:#178294;
    color:#fff;
    top:0;
    left:15px;
    font-size:14px;
    padding:5px 10px;}

#content .blog-news h2 {
    font-size:15pt;
    line-height: 1.3;
    padding:5px 15px;
    margin:25px 0 10px 0;
    display:table;
    width:100%;
    box-sizing:border-box;}
    
.blog-news .title{
    font-size:15pt;
    line-height: 1.3;
    padding:5px 15px;
    margin:25px 0px 0 0;
    display:table;
    width:100%;
    box-sizing:border-box;}

.blog-news img{
    width:100%;}


.blog-news .readmore a{
    color:#f75c0d;
    margin:10px 0;
    position:absolute;
    bottom:0;
    left:15px;
}

   
#content .blog-news .img-intro-left a img {min-width:100%; margin:0; padding:0; left:0;}

#content .blog-news p,
.blog-news p,
#content .blog-news li,
.blog-news li{
    font-size:12pt;
    line-height: 1.4;
    margin:10px 0;
    padding:0 15px;
    text-align:left;
}
#content .blog-news li,
.blog-news li{
    margin:10px 0 0 30px;
}

.moduletable-news {
    display:table;
}

.news2 {
    background:#f3f3f3;}
    
.news2 .items-row{
    background:#fff;
    padding:0;
}
.news2 .items-row .title{
    margin:10px 0;
}

.moduletable-ob {
    padding:1px 15px 10px 15px;
    background:#e5fdd6;
    margin:15px auto;

}


.moduletable-ob a{
    margin:15px auto;
    display: block;
    width:170px;
    padding:10px 30px;
    background: #f85d07;
    border:2px solid #f85d07;
    color:#fff;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;}

.moduletable-ob a:hover{
    background: #2da370;
    border:2px solid #2da370;}



/* Модальное окно */    
.modalDialog {
	position: fixed;
    font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom:0;
	background: rgba(0,0,0,.5);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
    width:100%;}

.modalDialog:target {
	display: block;
	pointer-events: auto;}

.modalDialog > div {
	width: 100%;
	max-width:300px;
	background:#f3f3f3;
	position: relative;
	margin: 10% auto;
	padding: 30px 30px 13px 30px;}

.close {
	color: #fff;
	line-height: 25px;
	position: absolute;
	right: -30px;
	text-align: center;
	top: -27px;
	text-decoration: none;
	padding:3px 18px;
	font-size:14px;}

.close:hover { 
    background: #f75c0d;
    color:#f3f3f3;}

form, fieldset {
    border:0;}
    
.modalDialog div {
    color:#222;
    font-size:15px;
    line-height:1.3;
    //font-family: 'Ubuntu Light', arial;
}

.modalDialog div h3 {
    color:#000;
    text-align:center;
    line-height:1.5;
    font-size:25px;
    //font-family: 'Ubuntu Light', arial;
    margin: 0 0 20px 0;
}

.modalDialog div input[type="text"] {
    padding:9px 10px;
    font-size:16px;
    color:#177084;
    border:none;
    
    margin:10px 0;
    width:205px;
    background:#fdfbdf;
}

.modalDialog div input[type="checkbox"] {
    padding:9px 10px;
    font-size:16px;
    color:#177084;
    border:none;
    
    margin:0px 20px 0 0;

    background:#fdfbdf;}

.modalDialog div input[type="submit"] {
    padding: 10px 30px;
    background: #f75c0d;
    color:#fff;
    margin:20px auto;

    border:none;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;
    cursor:pointer;
}

.modalDialog div input[type="submit"]:hover {
    background:#2ba270;
}

.formNoError {
    font-size:16px;
    line-height:1.3;
    color:#f75c0d;
}

/* Описание к тесту */
.custom-test-op {
    width:100%;
    line-height:1.4;
    display:table;
    padding:0 0 20px 0;
}
.custom-test-op p{
    margin:5px 0;
}

/* Оформление теста*/

#content form {padding:10px 0;}

.ariQuizHeaderName {
    padding:20px 0;
    color:#000;
    font-size:30px;
    font-weight:normal;
    line-height:1.2;}
    
.ariQuizHeaderInfo {
    color:#ccc;}

.ariQuizProgressWrap {
    border:1px solid #ccc;
    width:80%;
    margin: 0 20px;}
    
.ariQuizProgress {
    background:#2ba270;
    border:1px solid #f3f3f3;}

.ariQuizAnswersContainer {
    margin:0;}
    
.ariQuizQuestionTable td:nth-child(1){
    width:120px;
    padding:0;}
    
#tblQueContainer tr:nth-child(odd){
    background:#f3f3f3;}

#tblQueContainer td {
    padding: 10px 10px;}
    
#tblQueContainer label {
    clear:none;
    margin: 0 10px;
    padding:0;
    display:inline-block;}
    
#tblQueContainer input {
    margin:5px 0;}

.ariQuizQuestionTitle {
    background:none;
    color:#f75c0d;
}

/* Навигация сайта */

.moduletable-nav {
    width:100%;
    background:var(--color-gray-light);
    //background:#fff;
    padding:10px 0;
    box-sizing:border-box;}
    
.moduletable-nav > div{
    padding:0 15px;
}
    
.moduletable-nav a{
    color:#ff3437;}


/* Левый модуль в материалах */

.item-page-pro {
    width:calc(100% - 380px);
    float:left;}

.content-right {
    float:right;
    width:100%;
    max-width:350px;
}

.content-right .title {font-size:16pt;}
.content-right img{width:100%; margin:10px 0;}

.moduletable-news-material {
    width:100%;
    display:table;
    clear:both;
    padding:10px 0;

}
.blog-news-material {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.blog-news-material .items-row {
    margin:0 auto;
    width:100%;
    padding:10px;
    background:#f5f4f2;
    margin:10px 0;
    font-size:14px;
}
#content .blog-news-material .items-row p {font-size:14px;}

@media screen and (min-width:0px) and (max-width:900px) {
    .item-page-pro {
        width:100%;
    }


.content-right {
    float:right;
    max-width:100%;
}
.blog-news-material .items-row {
    width:49%;
}
}


@media screen and (min-width:0px) and (max-width:600px) {
.blog-news-material .items-row {
    width:100%;
}   
}

.moduletable-sale-material {
    width:100%;
    display:table;
    clear:both;
    margin:30px 0 20px;
    padding:0 0 0 30px;
    border-left:3px solid #05a6b6;
}
.moduletable-sale-material .custom-sale-material p:nth-child(1) {

}
.moduletable-sale-material .custom-sale-material em{
    font-size:14px;
}

.moduletable-sale-material strong{
    font-size:25pt;
    font-weight:600;
}

@media screen and (min-width:0px) and (max-width:950px) {

    html,body {
        min-width:480px;}

    .head-case > div:nth-child(1){
        width: 100%;
        padding:5px 0;}

    .head-case > div:nth-child(2){
        width: 75%;
        text-align: left;}

    .head-case > div:nth-child(3){
        width: 25%;}
    
    .head2-case > div:nth-child(2) {
        width:100%;
        padding:10px 0;}
    
    #content article a img{
        width:47%;}

    .footer-case > div:nth-child(2) {
        width:calc(100% - 60px);}

    .footer-case > div:nth-child(2) a{
        font-size:14pt;}

    .footer-case > div:last-child {
        width:100%;}
        
    .blog-programm .items-row,
    .blog-news .items-row{
        width:48%;}

    .blog-programm .items-row:last-child,
    .blog-news .items-row:last-child{
        display: none;}

}


@media screen and (min-width:0px) and (max-width:650px) {

    .custom-slider div,
    .custom-slider2 div {
        width:100%;
        padding:0;}

    .custom-slider div:nth-child(1),
    .custom-slider2 div:nth-child(1){
        line-height: 1.5;
        order:2;}
    
    .custom-slider div:nth-child(2),
    .custom-slider2 div:nth-child(2) {
        background-position: bottom center;
        background-size: 100%;
        min-height:390px;}
    
    #content article a img{
        width:100%;}
        
    .footer2-case > div {
        width:100%;}
    
    .footer2-case > div:nth-child(2) {
        text-align:left;
        margin:-14px 0 0 0;}
        
    .footer-case > div:nth-child(2) {
        width:calc(100% - 60px);}
        
    .footer-case > div:last-child {
        width:100%;}
        
    .blog-programm .items-row{
        width:100%;}
    
    #content .img-fulltext-left,
    #content .img-fulltext-right{
        min-width:100%;
        padding:0 0 10px 0;}

    .blog-programm .items-row,
    .blog-news .items-row{
        width:100%;}

    .blog-programm .items-row:last-child,
    .blog-news .items-row:last-child{
        display: block;}
        
}

@media screen and (min-width:0px) and (max-width:480px) {

    html,body {
        min-width:100%;}
        
    .head-case > div:nth-child(1){
        font-size:12.5pt;}

    .custom-slider div:nth-child(2),
    .custom-slider2 div:nth-child(2){
        display:none;}
        
}

@media screen and (min-width:0px) and (max-width:450px) {

body {min-width:300px;}

    .head-case > div:nth-child(1) {
        width:100%;
        font-size:12.5pt;}
        
    .head-case > div:nth-child(2),
    .head-case > div:nth-child(3){
        width:100%;}
    
    .moduletable_menu .topmenu{
        min-width:50px;
        height:50px;
        background-size:50px;}

    .moduletable_menu .nav li{
	    width:100%}
	    
	.moduletable_menu .nav li ul li{
        width:100%;}

    .custom-slider div:nth-child(2) {
        display:none;}
        
    .moduletable-pred .custom-pred .korpus .uroven {
        width:95px;
        height:auto;}
        
    .moduletable-pred .custom-pred .korpus .uroven {
        clear:both;}

    .moduletable-pred .custom-pred .korpus .uroven img{
        width:100%;
        border-radius:10px;
        margin:0 0 7px 0;}
        
    .moduletable-pred .custom-pred a {
        box-sizing:border-box;
    }

}

/***** ***** НАШИ ПРОГРАММЫ НА ГЛАВНОЙ ***** *****/


#content .kurs-block {
    min-width:100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    text-align:center;
    padding:20px;
    box-sizing:border-box;}

#content .kurs-block  a {
    width: calc(33.3333% - 32px);
    margin:0 30px 30px 0;
    padding:30px 20px 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    cursor:pointer;
    border:1px solid #ccc;
    position: relative;
    color:#222;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-box-shadow: 4px 2px 10px #ccc;
            box-shadow: 4px 2px 10px #ccc;
    overflow: hidden;
    box-sizing:border-box;}
    
#content .kurs-block a:nth-child(3n) {
    margin:0 0 30px 0;}
    

#content .kurs-block .k:hover {
    background: #176f83;
    border:1px solid #176f83;
    color:#fff;
     -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
        transform: scale(1.05);
    position: relative;}

#content .kurs-block .k h3{ 
    font-size: 16pt;
    line-height: 1.2;
    margin:10px 0;
    color:#222;}
    
#content .kurs-block .k:hover h3{color:#fff; }



#content .kurs-block p{ 
    font-size: 13pt;
    line-height: 1.4;
    text-align:center;}

#content .kurs-block .k img {
    width: 75%;
    margin: 10px 0;
    border-radius: 49.9%;
    border:3px solid #fff;}

#content .kurs-block .price {
    width: 150px;
    position: absolute;
    left:calc(50% - 75px);
    bottom: 50px;
    font-size: 24pt;
    margin:15px 0;
    text-align:center;}

#content .kurs-block .k-readmore {
    width:150px;
    padding: 12px 10px;
    position: absolute;
    bottom:15px;
    left:calc(50% - 75px);
    color:#19778a;}

#content .kurs-block .k:hover .k-readmore {
    background: #f75c0c;
    color:#fff;}

@media screen and (max-width:1100px){
    #content .kurs-block a,
    #content .kurs-block a:nth-child(3n){
        width: calc(50% - 32px);
        margin:0 30px 30px 0;}
        
    #content .kurs-block a:nth-child(2n){
        width: calc(50% - 32px);
        margin:0 0 30px 0;}
}

@media screen and (max-width:650px){
    #content .kurs-block {
        padding:0;
    }
    
    #content .kurs-block a,
    #content .kurs-block a:nth-child(2n),
    #content .kurs-block a:nth-child(3n){
        width:100%;
        margin:0 16px 30px 16px;}
        
    #content .kurs-block .k img {
        width: 50%;}
}
/*
@media screen and (min-width:0px) and (max-width:1000px) {
    #content .kurs-block .k {width:38%;}
}

@media screen and (min-width:0px) and (max-width:500px) {
    #content .kurs-block .k {width:80%;}
}*/

/* CSS Для Microsoft Edge */
@supports (-ms-ime-align:auto) {
    body {display:table;}
}

/* Ведется набор в группы*/

.moduletable-obyava {
    background:#f3f3f3;
    border-bottom:1px solid #ccc;
}

.moduletable-obyava .blog-obyava{
    
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0 35px;}

.moduletable-obyava .blog-obyava .items-row{
    width:calc(50% - 15px);
    flex-grow:1;
    background:#fff;
    margin:0px 15px 30px 0;
    padding:0 30px 15px;
    border:1px solid #ccc;
    -webkit-box-shadow: 4px 2px 10px #ccc;
    box-shadow: 4px 2px 10px #ccc;}

.moduletable-obyava .blog-obyava .items-row:nth-child(2n){
    margin:0 0 30px 15px;}

.moduletable-obyava .blog-obyava .items-row .title{
    font-size:16pt;
    display:table;
    padding:17px 0 0 20px;
    margin:0 0 15px 0;
    min-height:40px;
    font-weight:600;
    border-left: 20px solid #ef3e34;}

.moduletable-obyava .blog-obyava  p{
    font-size:11pt;
    line-height:1.6;
    letter-spacing:0.5px;
    margin:5px 0;}

.moduletable-obyava .blog-obyava .items-row strong {
    font-weight:600;}


@media screen and (max-width:800px) {
    .moduletable-obyava .blog-obyava .items-row,
    .moduletable-obyava .blog-obyava .items-row:nth-child(2n){
        width:100%;
        margin:0 0 30px;}
}

@media screen and (max-width:650px) {
    .moduletable-obyava .blog-obyava{
        padding:0 15px 30px;}
}

.head {
    font-size:20pt;
    font-weight:500;
    padding:45px 35px 15px;
    box-sizing:border-box;
    display:table;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    text-align:center;}
    
@media screen and (max-width:650px) {
    .head {
        padding:45px 15px 20px;}
}

.moduletable-onclub {
    background:#f3f3f3;
    //display:table;
}

.moduletable-onclub > div{
    width:100%;
    max-width:1200px;
    //display:flex;
}
iframe *{
    min-height:2000px;
    background:#ccc;
}


/* Новый слайдер 2020 */
.moduletable-sl {
    background: #353139;
    background: radial-gradient(circle, #545255 4%, #353139 100%);
    color:#fff;
    width:100%;}
    
.moduletable-sl .custom-sl {
    margin:0 auto;
    max-width: 1240px;
    padding:0 20px;
    box-sizing: border-box;}

.moduletable-sl .custom-sl .slide  {
    display: flex;
    flex-wrap:wrap;}

.moduletable-sl .custom-sl .slide div{
    width:calc(50% - 2px);
    flex-grow: 1;
    min-height: 400px;
   
}

.moduletable-sl .custom-sl .slide div:first-child{
    order:1;
}

.moduletable-sl .custom-sl .slide div:last-child{
    order:2;}

.moduletable-sl .custom-sl div h2{
    font-size: 24pt;
    line-height: 1.4;
    margin:45px 0 25px;
}

.moduletable-sl .custom-sl div p{
    font-size: 13pt;
    line-height: 1.4;
margin:12px 0;}

.moduletable-sl .custom-sl div a{
    display: block;
    width:170px;
    padding:10px 30px;
    background: #f85d07;
    border:2px solid #f85d07;
    color:#fff;
    text-transform: uppercase;
    font-size: 14pt;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
    margin:10px 0;
}

.moduletable-sl .custom-sl div a:hover{
    background: #2da370;
    border:2px solid #2da370;}

.moduletable-sl .custom-sl .slide .ws-en-de {
    background: url(../../../images/sl/ws-en-de.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
}

.moduletable-sl .custom-sl .slide .ws-deti{
    background: url(../../../images/sl/ws-deti.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
}

.moduletable-sl .custom-sl .slide .ws-en-girl-online{
    background: url(../../../images/sl/ws-en-girl-online.png)no-repeat;
    background-position: bottom right;
    background-size: 88%;
}

.moduletable-sl .owl-dots{
    margin:15px 0;
    position:absolute;
    top:0;
    right:20px;
}

.moduletable-sl .owl-dot{
    display:block;
    width:15px;
    height:15px;
    background:#59575d;
    margin:0 0 0 8px;
    border-radius:49%;
    float:left;
    cursor:pointer;
}
.moduletable-sl .owl-dots .active{
    background:#ccc;
}

@media screen and (max-width:1100px) {    
    
    .moduletable-sl .custom-sl .slide div:first-child{
        width:60%;
    }
    
    .moduletable-sl .custom-sl .slide div:last-child{
        min-height: 450px;
        width:40%;
    }
}

@media screen and (max-width:800px) {
    
    .moduletable-sl .custom-sl .slide div:first-child{
        width:100%;
        order:2;}
    
    .moduletable-sl .custom-sl .slide div:last-child{
        order:1;}
    
    .moduletable-sl .custom-sl .slide div:last-child{
        min-height: auto;
        padding: 0px 0 20px;
        min-height: 500px;}
    
    .moduletable-sl .custom-sl div h2{
        margin:10px 0;}
    
    .moduletable-sl .custom-sl .slide .ws-en-de,
    .moduletable-sl .custom-sl .slide .ws-deti{
        background-position: bottom left;}
}

@media screen and (max-width:600px) {    
    
    .moduletable-sl .custom-sl .slide div:last-child{
        min-height:350px;
    }
}

@media screen and (max-width:500px) {    
    
    .moduletable-sl .custom-sl .slide div:last-child{
        min-height:300px;
    }
}

@media screen and (max-width:400px) {    
    
    .moduletable-sl .custom-sl .slide div:last-child{
        min-height:250px;
    }
}


.moduletable-2gis{
    width:100%;
  max-width:100%;
    padding:0;
    margin:0 0 -5px 0;
}

.moduletable-2gis *{
    min-width:100%;
  max-width:100%;
}

/* ыстрая оплата банковской картой */

.moduletable-sb {
    width:100%;
    padding:40px 0;
    background:#fff;
    font-size:16pt;}
    
.moduletable-sb .custom-sb{
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;}

.moduletable-sb h4{
    font-size:22pt;
    font-weight:600;
    text-transform:uppercase;
    width:100%;
    max-width:1300px;
    padding:0 20px;
    display:table;
    margin:10px auto 20px;
    box-sizing:border-box;}

.moduletable-sb .custom-sb p{
    margin:5px 0 25px;
    line-height:0.8;}

.moduletable-sb .custom-sb a{
    display:table;
    color:#fff;
    margin:20px 0;
    padding:20px 40px;
    font-size:14pt;
    cursor:pointer;
    //box-shadow:2px 2px 2px #ccc;
    background:var(--color-red);
    box-shadow:2px 3px 6px #ccc;

}
.moduletable-sb .custom-sb p span {
    font-size:10pt;
    line-height:1;
}
.moduletable-sb .custom-sb img {
    width:100%; 
    max-width:300px;
    filter: grayscale(1);
    opacity:0.9;
}


.red {
    background: #353139;
    background: radial-gradient(circle, #fb3143 4%, #d72431 100%);
    color:#fff;
    width:100%;}
    

/* НОВЫЙ ДИЗАЙН */

@font-face {
    font-family: 'PRIBAMBAS';
    font-style: normal;
    font-weight:400;
    src: local('PRIBAMBAS'),
        /*url(../../../fonts/PRIBAMBAS.woff) format('woff'),*/
        url(../../../fonts/PRIBAMBAS.ttf) format('truetype');}

.moduletable-h-logo {
    width:100%;
    padding:0;
    box-sizing:border-box;

}

.moduletable-h-logo .custom-h-logo {
    width:100%;
    max-width:1280px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;}

.moduletable-h-logo .h1-logo{
    width:25%;
    min-width:320px;
    padding:20px;
    box-sizing:border-box;
    font-family: 'PRIBAMBAS';
    font-size:15pt;
    color:#fff;
    text-align:center;
    background: radial-gradient(circle, #fc3233 4%, #ec2a2b 100%);}

    .moduletable-h-logo .lg{
        font-size:45pt;
        color:#fff;}

.moduletable-h-logo .h1-phone{
    width:23%;
    min-width:220px;
    padding:20px 20px 0;
    box-sizing:border-box;}

    .moduletable-h-logo .phone{
        font-family: 'Ubuntu Light';
        font-weight:600;
        font-size:20pt;
        color:#fff;
        text-align:center;
        line-height:1.5;}

.moduletable-h-logo .h1-adres {
    width:25%;
    min-width:230px;
    padding: 0 10px;
    box-sizing:border-box;
    font-family: 'Ubuntu Light';
    font-size:14pt;
    color:#fff;
    text-align:center;
    line-height:1.4;
    display:block;
    margin:20px 0;}

    .moduletable-h-logo .custom-h-logo div:nth-child(3) {
       border-right:1px dotted #fff;}

    .moduletable-h-logo .h1-adres span{
        font-size:12pt;}

@media screen and (max-width:1250px) {
    .moduletable-h-logo .h1-phone{
        width:50%;
        text-align:right;}
        
    .moduletable-h-logo .h1-adres {
        width:50%;
        min-width:250px;}
        
    .moduletable-h-logo .h1-adres br{
        display:none;}
}

@media screen and (max-width:700px) {
    .moduletable-h-logo {
        padding:0 0 10px;}
    
    .moduletable-h-logo .h1-phone,
    .moduletable-h-logo .h1-adres,
    .moduletable-h-logo .h1-logo{
        width:100%;
        text-align:center;}
    
    .moduletable-h-logo .h1-logo{
                min-width:200px;
        padding:20px 0;}
        
    .moduletable-h-logo .h1-phone,    
    .moduletable-h-logo .h1-adres{
        padding:0 10px;
        margin:10px 0;}
    
    .moduletable-h-logo .custom-h-logo div:nth-child(3) {
       border:none;}
}

@media screen and (max-width:340px) {
    .moduletable-h-logo .lg{
        font-size:35pt;}   
}


/***** ***** ***** Меню ***** ***** *****/

.moduletable_menu-new{
    padding:0 15px;
    //background: #167a8c;
    //background: linear-gradient(90deg, rgba(9,100,121,0.9500175070028011) 0%, rgba(23,155,171,1) 100%);
    color:#fff;
    font-size:14pt;
    display:table;
    margin:5px auto 0;
}
    
.moduletable_menu-new .nav-pills {
    margin:0 auto;
    //display:block;
    width:100%;
    max-width:1280px;}

.moduletable_menu-new .nav{
    //min-width:65%;
    margin:7px auto;}

.moduletable_menu-new .nav li {
    float: left; 
    position:relative;
    margin:0;}

.moduletable_menu-new .nav li a,
.moduletable_menu-new span{
    font-family: 'Ubuntu Light';
    color:#fff;
    float:left;
    font-size: 14pt;
    padding:12px 15px 9px 15px;
    margin: 0;
    text-transform: uppercase;
    display:block;}

.moduletable_menu-new .nav li a:hover,
.moduletable_menu-new span:hover,
.moduletable_menu-new .nav li:hover a,
.moduletable_menu-new .nav li:hover span{
    cursor:pointer;
    background:var(--color-red);}

.moduletable_menu-new .nav li.active a {
	color:#f3f3f3;}

.moduletable_menu-new .nav li ul{
    display:none;}
    
.moduletable_menu-new .nav li:hover ul{
    position:absolute;
    display: table;
    margin:38px 0;
    z-index:99;
    width:300px;}
    
.moduletable_menu-new .nav li ul li{
    display:block;
    width:100%;
    max-width:400px;
    padding:0;}

.moduletable_menu-new .nav li ul li a,
.moduletable_menu-new .nav li:hover ul li a{
    color:#fff;
    font-size:13pt;
    font-weight:300;
    background:#178a9b;
    padding:7px 10px 7px 20px;
    width:100%;
    line-height:1.2;
    box-sizing:border-box;
    cursor:pointer;}
    
.moduletable_menu-new .nav li:hover ul li a:hover{
    background:#3fb782;
    color:#fff;
}

.moduletable_menu-new .topmenu {
    display: none;}

@media screen and (min-width:0px) and (max-width:600px){
    .moduletable_menu-new{
        z-index:9999;}

    .moduletable_menu-new .topmenu {
        width:55px;
        height:55px;
        margin:0 15px 0 0;
        float:right;
        display: block;
        font-size:18pt;
        color:#fff;
        font-weight:600;
        top:10px;
        right:10px;
        border:2px solid #fff;
        background:var(--color-red);
        border-radius:6px;
        overflow: hidden;
        background-image:url(../../../images/style/menu2.png);
        background-repeat:no-repeat;
        background-position:center;
        background-size:80%;}

    .moduletable_menu-new {
        position:absolute;
        background:none;
        top:100px;
        right:0;}
    
	.moduletable_menu-new .nav{
	    //position:absolute;
	    z-index:99999;
	    right:0;
	    display:block;
	    box-shadow: 0px 8px 25px -7px #000000;}
	    
	.moduletable_menu-new .nav {
	    display: none;}
	
	.moduletable_menu-new .nav li {
	    float: none;
	    width:100%;}
	
	.moduletable_menu-new .nav li ul li{
        width:100%;
        max-width:100%;}
	    
	.moduletable_menu-new .nav li a,
	.moduletable_menu-new .nav span{
	    width:100%;
		background:var(--color-gray-light);
		color:#222;
		border-top:1px dotted #c9c9c9;
		color: #222;
		padding: 12px 15px;
        font-size:16pt;
        //z-index:9999;
        position: relative;
	    box-sizing:border-box;
	    display:block;
	    margin:0;}
        
    .moduletable_menu-new .nav li.active a {
        color:#222;}

	.moduletable_menu-new .nav li a:hover {
		background: #2296a7;
	    color:#fff;}
	
	.moduletable_menu-new .nav li ul,
	.moduletable_menu-new .nav li:hover ul{
	    display:block;
	    left:0;
	    margin:0;
	    padding:0;
	    position:relative;
	    width:100%;
        max-width:100%;}
        
    .moduletable_menu-new .nav li:hover a,
    .moduletable_menu-new .nav li:hover span{
        padding: 12px 15px;
        background:#2296a7;
        color:#fff;}
	
	.moduletable_menu-new .nav li ul li a,
	.moduletable_menu-new .nav li:hover ul li a{
	    width:100%;
	    display:block;
		background: #f3f3f3;
		border-top:1px dotted #c9c9c9;
		color: #222;
		padding: 10px 20px 10px 35px;
        font-size:13pt;
        //z-index:9999;
        position: relative;
        box-sizing:border-box;}
}

/*!!!!!!!!!!!!!!!!!!* Новый слайдер на сером фоне */

.moduletable-new-slide {
    width:100%;
    background:#e1e4e5;}
    
.moduletable-new-slide .custom-new-slide{
    width:100%;
    max-width:1280px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;}
    
.moduletable-new-slide .custom-new-slide > div{
    width:50%;
    min-width:300px;
    display:flex;}
    
.moduletable-new-slide .custom-new-slide > div:nth-child(1){
    width:50%;
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:center;
    padding:15px 0 0;
    font-size:22pt;}

.moduletable-new-slide .custom-new-slide > div:nth-child(1) p{
    margin:10px 0;
    line-height:1.4;
    font-size:17pt;}

.moduletable-new-slide .custom-new-slide > div:nth-child(1) p strong{
    font-weight:700;
    font-size:28pt;
    background:#076ee8;
    padding:3px 20px;
    color:#fff;
    //color:#076ee8;
    border-radius:10px;
    //font-family: 'PRIBAMBAS';
}

.moduletable-new-slide .custom-new-slide > div:nth-child(1) p i{
    font-weight:600;}
    
.moduletable-new-slide .custom-new-slide > div:nth-child(1) p b{
    font-size:28pt;
    background:#fff;
    padding:3px 10px;
    border-radius:10px;}
    
.moduletable-new-slide .custom-new-slide > div img{
    width:100%;}

@media screen and (max-width:1200px){
    .moduletable-new-slide .custom-new-slide > div:nth-child(1) p{    
        font-size:14pt;}
        
    .moduletable-new-slide .custom-new-slide > div:nth-child(1) p strong{
        font-size:24pt;}
}
    
@media screen and (max-width:900px){
    .moduletable-new-slide .custom-new-slide > div,
    .moduletable-new-slide .custom-new-slide > div:nth-child(1){
        width:100%;}
}

@media screen and (max-width:600px){
    .moduletable-new-slide .custom-new-slide > div:nth-child(1) p strong{
        font-size:20pt;}
}

@media screen and (max-width:400px){
    .moduletable-new-slide .custom-new-slide > div:nth-child(1) p strong{
        font-size:16pt;
        margin:10px 0;
        padding:12px 10px;}
}

@media screen and (max-width:300px){
    .moduletable-new-slide .custom-new-slide > div:nth-child(1) p strong{
        font-size:14pt;}
}

/*!!!!!!!!!!!!!!!!!!* Новый слайдер на белом фоне */

.moduletable-nsw {
    width:100%;
    position:relative;
    padding:0;}
    
.moduletable-nsw .custom-nsw{
    width:100%;
    max-width:1300px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;}
    
.moduletable-nsw h1{
    color:#fa2531;}
    
.moduletable-nsw .custom-nsw > div{
    width:50%;
    min-width:300px;
    display:flex;}
    
.moduletable-nsw .custom-nsw .table_text{
    flex-wrap:wrap;
    padding:30px 20px 30px;
    font-size:14pt;
    float:left;}
    
.moduletable-nsw .custom-nsw .table_img{
    justify-content:flex-end;
    padding:0 20px;}

.moduletable-nsw .custom-nsw .table_text p{
    margin:10px 0;
    line-height:1.4;
    font-size:13pt;}

.moduletable-nsw .custom-nsw .table_text p strong{
    font-weight:700;
    font-size:25pt;
    line-height:1.3;
    color:#2458bd;
    border-radius:10px;}
    
.moduletable-nsw .custom-nsw .table_text p b {
    font-size:15pt;
    font-weight:600;}

.moduletable-nsw .custom-nsw .table_img img{
    width:100%;
    object-fit:cover;}
    
.moduletable-nsw .slide-white .table_text a {color:#fa2531;}

/****/
.slide-black {
    color:#fff;}

.moduletable-nsw .slide-black  .table_text{
    padding:50px 20px 30px;}

.moduletable-nsw .slide-black  .table_text p strong {
    color:#fff;}
    
/*****/    
.slide-gray {
    background:var(--color-gray-light);}
    
.moduletable-nsw .slide-gray .table_text{
    padding:50px 20px 30px;}
    
.moduletable-nsw .slide-gray .table_text p strong{
    color:#7900f1;

}

.gray-head {
    padding:20px 0 0;
    background: radial-gradient(circle, #545255 4%, #353139 100%);
    //background: radial-gradient(circle, #006bcd 4%, #275ac1 100%);
    //background:var(--color-gray-light);
    color:#fff;}
    
.gray-head > .gray-head {
    background:none;
}

.gray-head .custom-nsw .table_text p strong{
    color:#fff;
}
    
.moduletable-gray-head  .table_text{
    padding:50px 20px 30px;}
    
.moduletable-gray-head .table_text p strong{
    color:#fff;
}

/*****/    

.slide-white-red h2{
    color:var(--color-red);}
    
.slide-white-red {
    background:#fff;}
    
.moduletable-nsw .slide-white-red .table_text{
    padding:50px 20px 30px;}
    
.moduletable-nsw .slide-white-red .table_text p strong {
    color:#f01d29;}
    
.moduletable-nsw .slide-white-red .table_text p:nth-child(2) strong {
    color:#f01d29;}
    

/*****/   
.slide-gray-red h2{
    color:var(--color-red);}
    
.slide-gray-red {
    background:var(--color-gray-light);}
    
.moduletable-nsw .slide-gray-red .table_text{
    padding:50px 20px 30px;}
    
.moduletable-nsw .slide-gray-red  .table_text p strong {
    color:var(--color-red);}
    
.moduletable-nsw .slide-gray-red  .table_text p:nth-child(2) strong {
    color:var(--color-red);}
    


.moduletable-nsw .slide-white-red a {color:#fa2531;}


.moduletable-nsw .custom-nsw a.button{
    display:block;
    width:220px;
    padding:12px 10px;
    background:var(--color-red);
    color:#fff;
    text-align:center;
    box-sizing:border-box;
    line-height:1.2;
    text-transform:uppercase;
    font-weight:600;
    font-size:16pt;
    box-shadow:2px 2px 3px #ccc;
    float:left;
    margin:10px 10px 10px 0;
}

.slide-blue h2,
.slide-white-blue h2{
    color:var(--color-blue);
}

.slide-blue {
    background:var(--color-gray-light);
}

.slide-white-blue {
    background:#fff;
}

    
.moduletable-nsw .slide-blue a.button,
.moduletable-nsw .slide-white-blue a.button{  
    background:#2852b9;
}
    

.moduletable-nsw .slide-blue  h1,
.moduletable-nsw .slide-blue a{
    color:#2852b9;
}

.moduletable-nsw .slide-gray a.button{  
    background:#8600eb;}

.moduletable-nsw .slide-gray  h1,
.moduletable-nsw .slide-gray a{
    color:#8600eb;
}

@media screen and (max-width:1300px){    
    .moduletable-nsw .custom-nsw .table_img{

    padding:0;}
}
@media screen and (max-width:1000px){

    .moduletable-nsw .custom-nsw > table{
        max-width:100%;
        float:left;}
    
    .moduletable-nsw .custom-nsw .table_text p strong{
        font-size:23pt;}
}
   
@media screen and (max-width:900px){
    .moduletable-nsw .custom-nsw br {
        display:none}
}

@media screen and (max-width:800px){
    .moduletable-nsw{
        padding: 0;}

    .moduletable-nsw .custom-nsw .table_text,
    .moduletable-nsw .custom-nsw .table_img{
        width:100%;}
        
    .moduletable-nsw .custom-nsw .table_text p strong{
        font-size:24pt;}
    
    .moduletable-nsw .custom-nsw .table_text{
        z-index:1;
        position:relative;
        background:none;}
        
    .moduletable-nsw .custom-nsw .table_img {
        position:absolute;
        width:70%;
        right:0;
        bottom:0;
        opacity:0.1;}
        
    .moduletable-nsw .custom-nsw .table_img img{
        z-index:2;
        width:100%;}
}

@media screen and (max-width:500px){
    .moduletable-nsw .custom-nsw .table_img {
        position:relative;
        opacity:1;
        width:100%;}
        
    .moduletable-nsw .custom-nsw .table_text{
        padding:10px 20px 0;}    
        
    .moduletable-nsw .custom-nsw .table_text p strong{
        font-size:20pt;}
        
    .slide-gray {
        border-top:10px solid var(--color-gray-light);}
}

/* НОВЫЕ ПРЕИМУЩЕСТВА В МОДУЛЯХ*/

.moduletable-nsw .custom-nsw .preim {
    min-width:100%;
    display:flex;
    flex-wrap:wrap;
    max-width:1300px;
    padding:0 10px 0;
    
}
    
.moduletable-nsw .custom-nsw .preim div{
    width:23%;
    min-width:250px;
    flex-grow: 1;
    margin:1% 10px 1%;
    border-bottom:1px solid #ccc;
    background:#fff;
    padding:20px 40px;
    text-transform:uppercase;
    font-weight:600;
    line-height:1.5;
    color:#222;
    border:1px solid #f3f3f3;
    background:#fff;}
    
.moduletable-nsw .slide-gray .preim div,
.moduletable-nsw .slide-gray-red .preim div {
    background:#fff;
}

.moduletable-nsw .slide-white-red .preim div {
    background:#f3f3f3;}


@media screen and (max-width:500px){
    
.moduletable-nsw .custom-nsw .preim div{
    background:none;
    border:none;
    box-shadow:none;
    padding:0px 20px;
    width:96%;
    margin:10px 2%;}
    
}





/*!!!!!!!!!!!!!!!!!!* НОВЫЕ ПРЕИМУЩЕСТВА */

.moduletable-preim2 {
    background:#e1e4e5;
    padding:10px 0 20px;
}
    
.moduletable-preim2 .custom-preim2{
    display:flex;
    flex-wrap:wrap;
    max-width:1300px;}
    
.moduletable-preim2 .custom-preim2 div{
    width:23%;
    min-width:250px;
    flex-grow: 1;
    margin:1% 1% 0;
    border-bottom:1px solid #ccc;
    background:#fff;
    padding:20px 40px;
    text-transform:uppercase;
    font-weight:600;
    line-height:1.5;
    color:#222;
    //box-shadow:2px 2px 3px #ccc;
}

@media screen and (max-width:400px){
    .moduletable-preim2 .custom-preim2 div{
        width:96%;
        margin:2% 2% 0;}
}




.preim-white {
    background:#fff;
}


.preim-gray {
    background:var(--color-gray-light);
}



/* ТАБЛИЦА со свойствами в модуле!  */
.tab_effect {
    width:100%;}
    
.tab_effect tr{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    float:left;
    flex-grow:1;}

.tab_effect td{
    flex-grow:1;
    width:25%;
    min-width:250px;
    display:block;
    padding:12px 10px 12px 45px;
    box-sizing:border-box;
    line-height:1.4;
    font-size:14pt;}

.tab_effect td:nth-child(1){
    background-image:url(../../../images/style/icon_time.png);
    background-repeat:no-repeat;
    background-size:32px;
    background-position:0 15px;}

.tab_effect td:nth-child(2){
    background-image:url(../../../images/style/icon_calendar.png);
    background-repeat:no-repeat;
    background-size:32px;
    background-position:0 15px;}

.tab_effect td:nth-child(3){
    background-image:url(../../../images/style/icon_money.png);
    background-repeat:no-repeat;
    background-size:32px;
    background-position:0 15px;}
    
.tab_effect td:nth-child(4){
    background-image:url(../../../images/style/icon_money.png);
    background-repeat:no-repeat;
    background-size:32px;
    background-position:0 15px;}
    
.slide-black .tab_effect td:nth-child(2){
    background-image:url(../../../images/style/icon_time_w.png);}
    
.slide-black .tab_effect td:nth-child(1){
    background-image:url(../../../images/style/icon_calendar_w.png);}
    
.slide-black .tab_effect td:nth-child(3){
    background-image:url(../../../images/style/icon_money_w.png);}
    
.slide-black .tab_effect td:nth-child(4){
    background-image:none;}
    
.slide-gray .tab_effect td:nth-child(1){
    background-image:url(../../../images/style/icon_time_f.png);}
    
.slide-gray .tab_effect td:nth-child(2){
    background-image:url(../../../images/style/icon_calendar_f.png);}
    
.slide-gray .tab_effect td:nth-child(3),
.slide-gray .tab_effect td:nth-child(4){
    background-image:url(../../../images/style/icon_money_f.png);}

.slide-blue .tab_effect td:nth-child(1),
.slide-white-blue .tab_effect td:nth-child(1){
    background-image:url(../../../images/style/icon_time_b.png);}
    
.slide-blue .tab_effect td:nth-child(2),
.slide-white-blue .tab_effect td:nth-child(2){
    background-image:url(../../../images/style/icon_calendar_b.png);}
    
.slide-blue .tab_effect td:nth-child(3),
.slide-white-blue .tab_effect td:nth-child(3){
    background-image:url(../../../images/style/icon_money_b.png);}
    
.slide-blue .tab_effect td:nth-child(4),
.slide-white-blue .tab_effect td:nth-child(4){
    background-image:none;}

.slide-gray-red .tab_effect td:nth-child(1){
    background-image:url(../../../images/style/icon_time.png);}
    
.slide-gray-red .tab_effect td:nth-child(2){
    background-image:url(../../../images/style/icon_calendar.png);}
    
.slide-gray-red .tab_effect td:nth-child(3),
.slide-gray-red .tab_effect td:nth-child(4),
.slide-gray-red .tab_effect td:nth-child(4){
    background-image:url(../../../images/style/icon_money.png);}



.tab_effect td span {
    font-size:11pt;
    color:#888;
    clear:both;
    display:table;}

.tab_effect td a{
    display:block;
    width:220px;
    padding:13px 10px;
    background:var(--color-red);
    color:#fff;
    text-align:center;
    box-sizing:border-box;
    line-height:1.2;
    text-transform:uppercase;
    font-weight:600;}
    
.tab_effect td a span{
    color:#f3f3f3;}
    
.tab_effect td strong{
    font-size:18pt;}
    
@media screen and (max-width:900px){
    .tab_effect td{
        width:50%;}
}


@media screen and (max-width:500px){
    .slide-white .tab_effect td:nth-child(4),
    .slide-blue .tab_effect td:nth-child(4){
        display:none;}
        
    .slide-gray {
        border-top:10px solid var(--color-gray-light);}
}

.opisanie {
    max-width:700px;}
    
    
.moduletable-bonus {
    padding:20px 0;
    color:#fff;
}

.moduletable-bonus .custom-bonus{
    margin:0 auto;
    max-width:1260px;
    padding:0 30px;
    text-transform:uppercase;
    font-size:15pt;
    line-height:1.5;
    background:#275ac1;
    background:var(--color-red);
    box-shadow:2px 2px 3px #ccc;
}
.moduletable-bonus .custom-bonus strong{
    font-size:18pt;
    display:block;
    clear:both;
    color:#fff;
}
.moduletable-bonus .custom-bonus a{
    color:#fff;
    font-weight:600;
    font-size:12pt;
}


.contentpane {width:300px; height:300px;}

.content-case {max-width:1260px;}


.moduletable-nsw .slide-white .button-pay,
.moduletable-nsw .slide-blue .button-pay,
.moduletable-nsw .slide-gray .button-pay,
.moduletable-nsw .slide-white-red .button-pay,
.moduletable-nsw .slide-gray-red .button-pay{
    color:#fff;
    float:left;}

.button-pay{
    background:#00b885;
    display:block;
    width:220px;
    padding:12px 10px;
    color:#fff;
    text-align:center;
    box-sizing:border-box;
    line-height:1.2;
    text-transform:uppercase;
    font-weight:600;
    font-size:16pt;
    box-shadow:2px 2px 3px #ccc;
    margin:10px 10px 10px 0;
    float:left;}
    
.button-pay:hover{
    background:#2ba270;}
    
/*  Часто задаваемые вопросы */
.moduletable-chzv {
    padding:0;
    width:100%;
    margin:0 auto;}

.moduletable-chzv .head2{
    font-size:20pt;
    text-transform:uppercase;
    padding:15px 0;
    width:100%;
    display:table;}
    
details{
    display:block;
    background: #fff;
    width:100%;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow:hidden;
    margin-bottom: 1.3rem;}
    
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:block;
   padding: 0.8em 2em 0.8em .9em;
   border-bottom: 1px solid #e2e8f0;
   font-size:1.2em;
   font-weight:600;
   cursor: pointer;
   position: relative;
   background:#f3f3f3;}
   
summary:before {  
  top: 1em;
  right: 1em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;}
  
#content details p{
    text-align:left;}
    
details[open] > summary:before {
  transform: scale(1,-1);}
  
summary ~ * {
   padding: 0 1em 10px 1.4em;}
   
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;}
  
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}

summary:focus {
  outline:0;
  background:#e5eeef;}
  
  .moduletable-insta2 {
      width:100%;
      margin:0 auto;
      max-width:1260px;
      padding:0 0 0 20px;
      //background:#f1f1f1;
  }
  
  .moduletable-insta2 .head2{
    font-size:22pt;
    padding:15px 10px;
    width:100%;
    display:table;
      box-sizing:border-box;
      overflow:hidden;
  }
  
  .moduletable-insta2 .custom-insta2 {
      width:100%;
      max-width:1240px;
      //border:1px solid #000;
      padding:0 -50px 0 0px;
      display:table;
      //margin:0 0 0 10px;
      
      
  }
  

.moduletable-prognew {
    padding:20px 12px 40px;
    background:var(--color-gray-light);}

.moduletable-prognew h1.head{
    text-align:left;
    max-width:1300px;
    padding:10px 20px 20px;
    font-size:20pt;
    margin:0 auto;
    font-weight:600;
    color:#222;}

.moduletable-prognew  .custom-prognew{
    width:100%;
    max-width:1260px;

    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    position: relative;
    text-align:center;
    box-sizing:border-box;
    gap:30px;}

.moduletable-prognew  .custom-prognew  .k {
    width: calc(33% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    cursor:pointer;
    position: relative;
    color:#222;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-box-shadow: 4px 2px 10px #bcbcbc;
            box-shadow: 4px 2px 10px #bcbcbc;
    overflow: hidden;
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    padding:20px 20px 80px 30px;
    display:flex;
    flex-direction:column;
    flex-grow: 1;
    background:#fff;}

.moduletable-prognew .custom-prognew .k:hover {
    position: relative;
    background:#fff;}

.moduletable-prognew .custom-prognew .k h3{ 
    font-size: 16pt;
    line-height: 1.2;
    margin:10px 0;
    color:#222;
    text-align:left;
    width:calc(100% - 80px)}

.moduletable-prognew .custom-prognew .k .readmore{
    font-weight:600;
    padding:10px 20px;
    width:120px;
    display:table;
    text-transform:uppercase;
    text-align:center;
    margin:20px 0;
    position:absolute;
    bottom:10px;
    right:30px;}

.moduletable-prognew  .custom-prognew p,
.moduletable-prognew  .custom-prognew .tab_effect td{
    font-size: 11pt;
    line-height: 1.4;
    text-align:left;}

.moduletable-prognew .tab_effect td:nth-child(1),
.moduletable-prognew .tab_effect td:nth-child(2),
.moduletable-prognew .tab_effect td:nth-child(3),
.moduletable-prognew .tab_effect td:nth-child(4){
    background-size:23px;
    background-position:0 15px;}

.moduletable-prognew  .custom-prognew .price {
    font-size: 18pt;
    font-size:Tahoma;
    margin:15px 0;
    font-weight:600;}

.moduletable-prognew  .custom-prognew .k-readmore {
    width:150px;
    padding: 12px 10px;
    color:#19778a;}

.moduletable-prognew  .custom-prognew .k:hover .k-readmore {
    background: #f75c0c;
    color:#fff;}

@media screen and (max-width:1200px){    
    .moduletable-prognew  .custom-prognew  .k {
        width: calc(50% - 20px);}
}

@media screen and (max-width:900px){
    .moduletable-prognew  .custom-prognew  .k {
        width:100%;}
}

@media screen and (max-width:650px){
    #content .kurs-block {
        padding:0;}
    
    #content .kurs-block a,
    #content .kurs-block a:nth-child(2n),
    #content .kurs-block a:nth-child(3n){
        width:100%;
        margin:0 16px 30px 16px;}
        
    #content .kurs-block .k img {
        width: 50%;}
}

.instawall-root52136{min-height:80px;margin:0 auto}
.tab-mside{display:none}




.en h3{
    padding:0 0 10px;
    border-bottom: 2px solid var(--color-red);}

.en .readmore{
    color:var(--color-red);
    border:2px solid var(--color-red);
    transition: 1s;}
    
.en .readmore:hover{
    color:#fff;
    background: var(--color-red);}

.de h3{
    padding:0 0 10px;
    border-bottom: 2px solid var(--color-blue);}
    
.de .readmore{
    color:var(--color-blue);
    border:2px solid var(--color-blue);
    transition: 1s;}
    
.de .readmore:hover{
    color:#fff;
    background: var(--color-blue);}
    
.it h3{
    padding:0 0 10px;
    border-bottom: 2px solid var(--color-purple);}
    
.it .readmore{
    color:var(--color-purple);
    border:2px solid var(--color-purple);
    transition: 1s;}
    
.it .readmore:hover{
    color:#fff;
    background: var(--color-purple);}

.de .tab_effect td:nth-child(1){background-image:url(../../../images/style/icon_time_b.png);}
.de .tab_effect td:nth-child(2){background-image:url(../../../images/style/icon_calendar_b.png);}
.de .tab_effect td:nth-child(3){background-image:url(../../../images/style/icon_money_b.png);}
.de .tab_effect td:nth-child(4){background-image:url(../../../images/style/icon_money_b.png);}




    
.it .tab_effect td:nth-child(1){background-image:url(../../../images/style/icon_time_f.png);}
.it .tab_effect td:nth-child(2){background-image:url(../../../images/style/icon_calendar_f.png);}
.it .tab_effect td:nth-child(3){background-image:url(../../../images/style/icon_calendar_f.png);}
.it .tab_effect td:nth-child(4){background-image:url(../../../images/style/icon_money_f.png);}



.gray-head ul li{
  list-style-type:circle;
  margin:7px 0 7px 30px;
  font-size:16px;
  line-height:1.3;
}

.gray-head strong {
  font-size:18pt;
}

/* ЗАПИШИТЕСЬ НА ПЕРВОЕ ЗАНЯТИЕ */

.moduletable-new-zakaz {
    background:var(--color-gray-light);}

.moduletable-new-zakaz .rsform-new-zakaz {
    margin:0 auto;
    max-width:1250px;
    padding:30px 0;
    background-image:url(../../../images/style/bigben.png);
    background-repeat:no-repeat;
    background-position:95% 0;
    min-height:470px;}
    
.moduletable-new-zakaz .rsform-new-zakaz form{
    width:50%;
    line-height:1.5}
    
.moduletable-new-zakaz .rsform-new-zakaz form h2{
    text-transform:uppercase;
    font-size:22pt;
    font-weight:600;}
    
.moduletable-new-zakaz .rsform-new-zakaz form p{
    margin:0 0 10px;
    display:table;}
    
.moduletable-new-zakaz .rsform-new-zakaz form input[id="fformname2"],
.moduletable-new-zakaz .rsform-new-zakaz form input[id="fformtelephone2"]{
    padding:10px 20px;
    margin:5px 0;
    min-width:300px;
    border:1px solid #ccc;
    font-size:13pt;
    border-radius:5px;
    font-weight:100;
    color:#5b5b5b;}
    
.moduletable-new-zakaz .rsform-new-zakaz form select[id="ffcurs2"] {
    padding:10px 20px;
    margin:5px 0;
    min-width:340px;
    border:1px solid #ccc;
    font-size:13pt;
    border-radius:5px;
    color:#5b5b5b;}

.moduletable-new-zakaz .rsform-new-zakaz form input[type="checkbox"] {
    margin:0 10px 0 0;
    border:0px solid var(--color-red);
    color:var(--color-red);}
    
.moduletable-new-zakaz .rsform-new-zakaz form input[type="checkbox"]:after {
    content:" ";
    border:1px solid var(--color-red);
    width:11px;
    height:11px;
    display:table;
    border-radius:2px;}

.moduletable-new-zakaz .rsform-new-zakaz form input[id="fformenter2"]{
    font-family: 'OpenSansLight';
    padding:15px 40px;
    background:var(--color-red);
    color:#fff;
    border:0;
    font-size:14pt;
    margin: 20px 0 0;
    cursor:pointer;
    box-shadow:2px 3px 6px #ccc;}

@media screen and (max-width:1050px){
    .moduletable-new-zakaz .rsform-new-zakaz {
        background-position:100% 0;
        line-height:1.3;
        padding:15px 0;}
        
    .moduletable-new-zakaz .rsform-new-zakaz form h2{
        font-size:20pt;}
}

@media screen and (max-width:950px){
    .moduletable-new-zakaz .rsform-new-zakaz {
        background-image:none;
        min-height:auto;
        padding:20px 0 30px;}
        
    .moduletable-new-zakaz .rsform-new-zakaz form{
        width:90%;}
}

@media screen and (max-width:400px){
    .moduletable-new-zakaz .rsform-new-zakaz form input[id="fformname2"],
    .moduletable-new-zakaz .rsform-new-zakaz form input[id="fformtelephone2"]{
        min-width:220px;
        max-width:220px;
        font-size:10pt;
        padding:10px;}
    
    .moduletable-new-zakaz .rsform-new-zakaz form select[id="ffcurs2"] {
        font-size:10pt;
        min-width:242px;
        padding:10px;}
    
    .moduletable-new-zakaz .rsform-new-zakaz form input[id="fformenter2"]{
        padding:15px 30px;}
}

.text-left {
    width:48%;
    float:left;}
    
.text-right {
    width:48%;
    float:right;}

@media screen and (max-width:800px){
    .text-left,
    .text-right {width:100%;}
}

a.freepik{
    clear:both;
    display:table;
    font-size:10pt;
    float:none;
    position:absolute;
    bottom:10px;
}
a[href="https://ru.freepik.com/*"]{
    font-size:10pt;
}

.bonus-table {
    width:100%;
    margin:30px 0;}

.bonus-table th,
.bonus-table td{
    padding:10px 15px;
    border:1px solid #ccc;}
