:root {
    --color1: #03a6a7;
    --color2: #004755;
}

.zag {
    font-size: -webkit-xxx-large;
    ;
    font-family: 'Rubik Wet Paint', cursive !important;
}

.hea {
    height: 50px !important;
}

.tit h1,
h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

section {
    margin: 0 auto;
    text-align: center;
}

nav a {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: var(--color2);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.557);
    font-size: 1em;
}

nav a:hover,
nav a:focus {
    outline: none;
}


.eff a {
    color: var(--bs-white);
    text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}

.eff a::before {
    color: var(--color1);
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.eff a:hover::before,
.eff a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}


.card {
    padding-bottom: 50px;
    flex-direction: column;
    min-width: 300px;
    word-wrap: break-word;
    background-color: #ffffff00;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    display: block !important;

}


.icon_im {
    translate: .1s;
}

.card:hover .icon_im {
    transform: scale(1.05);
}


header {
    padding: 100px;
}

footer {
    padding: 50px;
}

header {
    padding: 200px;
    background: url(../img/4031900.jpg), var(--color1);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background: -webkit-linear-gradient(#e8f3f500, #e8f3f537, #e8f3f5); */
}

.ostu {
    background: #e6f7fb;
}

.our_stu img {
    margin: 20px;
    border-radius: 30px;
    height: 400px;
    width: 600px;
}

.card h2,
p {

    text-align: center;
}

.ab_op li {
    list-style: url(/img/pngwing.com\ —\ копия.png);
    text-align: start !important;
}

.ab_op {
    margin-top: 50px;
}

footer,
.hea {
    background: url(../img/pngwing.com.png), var(--color1);
    background: url(../img/pngwing.com.png), -moz-linear-gradient(left, var(--color1) 0%, var(--color2) 100%);
    background: url(../img/pngwing.com.png), -webkit-linear-gradient(left, var(--color1) 0%, var(--color2) 100%);
    background: url(../img/pngwing.com.png), linear-gradient(to right, var(--color1) 0%, var(--color2) 100%);
    filter: url(../img/pngwing.com.png), progid:DXImageTransform.Microsoft.gradient(startColorstr=var(--color1), endColorstr=var(--color2), GradientType=1);
    background-size: contain;
}

.itk_play {
    background-color: var(--color1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 30px auto;
    transition: all 0.2s ease;

}

.itk_play:hover {
    background-color: var(--color2);
}

.itk_trian {
    width: 0;
    height: 0;
    margin-right: -3px;
    border-style: solid;
    border-width: 10px 0px 10px 20px;
    border-color: transparent transparent transparent var(--bs-white);
}

.btn-itk {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 8px 30px;
    color: var(--bs-white);
    background-color: var(--color2);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.btn-itk:hover {
    color: var(--bs-white);
    background-color: var(--color1);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Цвет */
.color1 {
    color: var(--color1);
}

.color2 {
    color: var(--color2);
}

.bg1 {
    color: var(--color1);
}

.bg2 {
    color: var(--color2);
}

/* Наши преимущества */
.abo {
    background: #e6f7fb;
    background-size: cover;
    color: var(--color2);
}

.preim,
.kmk,
.prep,
.about_our,
.fos_zag,
.title-text-h2 {
    background-image: url(/img/sl_083120_34750_23\ —\ копия.jpg);
    background-size: cover;
    color: #03a6a7;
    text-transform: uppercase;
}

.icon_img {

    width: 200px;
    height: 200px;
    border: 3px solid var(--color2);
    border-radius: 50%;
    margin-left: 0px;
    margin-right: 0;
}

.kurs {

    color: var(--color1);
}

.icon_im {
    width: 300px;
    height: 200px;
    border: 3px solid var(--color1);
    margin-left: 120px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 30px;

}

.teach {
    padding: 0;
}

.teach .carousel-item img {
    display: flex;
    object-fit: cover;
    max-height: 800px;
    border-radius: 30px;
    filter: brightness(.9), saturate(1.2);

}

.kurs {
    background: url(../img/detailed_watercolour_texture_background_with_splats_and_stains_1711.jpg);
    background-size: cover;
    background-attachment: fixed
}

.about {
    background: url(../img/detailed_watercolour_texture_background_with_splats_and_stains_1711.jpg);
    background-size: cover;
    background-attachment: fixed
}


.teach {
    background: url(../img/detailed_watercolour_texture_background_with_splats_and_stains_1711.jpg);
    background-size: cover;
    background-attachment: fixed
}

.review {
    background: url(../img/detailed_watercolour_texture_background_with_splats_and_stains_1711.jpg);
    background-size: cover;
    background-attachment: fixed
}

.footer_f h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #ceedef;
    font-size: 18px;
    border-bottom: 1px solid #03a6a7;
    padding-bottom: 3px;
}

.footer_f a {
    text-decoration: none;
    color: #c6f0f0;
    transition: all .3s;
}

.footer_f li {
    color: #afe0e0;
}

.footer_f a:hover {
    color: #ceedef;
    text-decoration: underline;
}

.footer_f li a {
    display: block;
    padding-top: 5px;
}

.footer_icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}

.footer_icons a:hover {
    transform: scale(1.9);
}

.footer_icons p {
    color: #afe0e0;
}

.footer_icons input {
    background-color: #ceedef;
    border-radius: 20px;
    padding-right: 10px;
}

.carousel-caption {
    color: #ff28bb;
}

.fos {
    background: #e6f7fb;
    margin-top: 0;
}

.forma_os {
    color: #ceedef;
}

.fos input:focus {
    border-color: #03a6a7;
}

.fos input:hover {
    background-color: #afe0e0;

}

.inf a {
    color: #c6f0f0;
    padding-top: 5px;
}

label {
    color: #004755;
    border: none;
    border-bottom: #004755;
}

#otzyvy {
    width: 100%;
    padding: 70px 0;
}

.title-text {
    text-align: center;
    padding-bottom: 75px;
}

.title-text h2 {
    font-size: 40px;
}

.otzyvy {
    width: 1100px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: auto;
}

.otzyvy .testy-box {
    width: 320px !important;
    height: 380px !important;
    background: #4ca4b6;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px;
    box-shadow: 0 10px 20px 3px #004755;
}

.otzyvy .testy-box .content {
    padding: 30px;
    text-align: center !important;
}

.otzyvy .testy-box .content .citata {
    width: 50px;
}

.otzyvy .testy-box .content .citata p {

    padding: 20px 0;
    text-align: justify !important;
    font-size: 16px;
    color: #fff;
}

.user {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.user h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

.user img {
    margin-right: 20px;
    border-radius: 50%;

}

.content p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #fff;
}

.info {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: 20px;
    color: #004755;
}

body {
    overflow-x: hidden;
}