header{display:flex;width:100%;padding:0 40px;border-bottom:2px solid rgba(47,84,150,1);box-sizing:border-box;position:absolute;top:0;left:0;z-index:10}header .header_content{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:25px 0}header .header_content .basic_logo{display:flex;gap:20px;align-items:center}header .header_content .basic_logo .logo{height:40px;width:110px;position:relative;cursor:pointer}header .header_content .basic_logo .logo:first-child{height:42px;width:110px}header .header_content .basic_logo .logo:nth-child(2){height:48px;width:110px}header .header_content .basic_logo .logo img{object-fit:contain}header .header_content nav{display:flex;gap:30px;align-items:center;height:100%}header .header_content nav .logo_home{height:25px;width:27px;position:relative;cursor:pointer}header .header_content nav .logo_home svg path{fill:#2F5496;fill-opacity:.42;transition:all .3s ease}header .header_content nav .logo_home:hover svg path{fill:rgba(69,71,187,1);fill-opacity:1}header .header_content nav .links{display:flex;gap:70px;align-items:center;width:-moz-fit-content;width:fit-content;height:100%;background-color:rgba(47,84,150,.42);border-radius:45px;padding:0 30px}header .header_content nav .links .nav_link{display:inline-flex;align-items:center;height:100%;font-family:Raleway;font-size:20px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;z-index:2}header .header_content nav .links .nav_link:after{content:"";width:calc(100% + 60px);height:100%;position:absolute;top:0;left:-30px;z-index:-1;background-color:rgba(69,71,187,1);border-radius:45px;opacity:0;transition:all .3s ease}header .header_content nav .links .nav_link:hover:after{opacity:1}header .header_content nav .links .nav_link svg{width:34px;height:19px}header .header_content .old_version{font-family:Raleway;font-size:20px;font-weight:600;padding:6px 30px;background-color:rgba(47,84,150,.42);border-radius:5px;cursor:pointer;transition:all .3s ease}header .header_content .old_version:hover{background-color:rgba(69,71,187,1)}header .header_content .additional_info{display:flex;gap:40px;align-items:center}header .header_content .additional_info .logo_partner{position:relative;cursor:pointer}header .header_content .additional_info .logo_partner:first-child{height:55px;width:75px}header .header_content .additional_info .logo_partner:nth-child(2){height:45px;width:160px}header .header_content .additional_info .logo_partner img{height:100%;object-fit:contain}header .header_content_mobile{display:flex;align-items:center;justify-content:space-between;width:100%;height:70px}header .header_content_mobile .block_logo{display:flex;gap:20px;align-items:center;position:relative;z-index:2}header .header_content_mobile .block_logo .logo{height:40px;width:110px;position:relative;cursor:pointer}header .header_content_mobile .block_logo .logo:first-child{height:37px;width:105px}header .header_content_mobile .block_logo .logo:nth-child(2){height:44px;width:90px}header .header_content_mobile .block_logo .logo:nth-child(3){height:44px;width:80px}header .header_content_mobile .block_logo .logo:nth-child(4){height:50px;width:135px}header .header_content_mobile .block_logo .old_version{font-family:Raleway;font-size:16px;font-weight:600;background-color:rgba(47,84,150,.42);border-radius:5px;padding:6px 20px;margin-left:30px;cursor:pointer;transition:all .3s ease}header .header_content_mobile .block_logo .old_version:active{background-color:rgba(69,71,187,1)}header .header_content_mobile .block_burger{width:38px;height:32px;cursor:pointer;position:relative;z-index:2}header .header_content_mobile .block_burger svg{width:100%;height:100%;object-fit:contain}header .header_content_mobile .block_burger svg path{fill:#4547BB;transition:all .3s ease}header .header_content_mobile nav{display:flex;width:100%;height:-moz-fit-content;height:fit-content;border:1px solid rgba(69,71,187,.51);border-radius:0 0 25px 25px;background-color:rgba(25,25,51,1);padding:70px 0 30px;position:absolute;top:0;left:0;z-index:1;box-sizing:border-box}header .header_content_mobile nav .links{display:flex;flex-direction:column;gap:15px;align-items:end;width:100%;height:100%;padding:30px 20px 0}header .header_content_mobile nav .links .nav_link{display:inline-flex;align-items:center;justify-content:right;width:100%;font-family:Raleway;font-size:26px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;z-index:2}header .header_content_mobile nav .links .nav_link svg{width:40px;height:25px}@media only screen and (min-width:2000px){header .header_content{height:65px;padding:30px 0}header .header_content .basic_logo .logo:first-child{height:62px;width:130px}header .header_content .basic_logo .logo:nth-child(2){height:63px;width:125px}header .header_content nav{gap:40px}header .header_content nav .logo_home{height:33px;width:35px}header .header_content nav .links{gap:90px;padding:0 35px}header .header_content nav .links .nav_link{font-size:24px}header .header_content nav .links .nav_link:after{width:calc(100% + 70px);left:-35px}header .header_content nav .links .nav_link svg{width:40px;height:22px}header .header_content .old_version{font-size:24px}header .header_content .additional_info .logo_partner:first-child{height:75px;width:95px}header .header_content .additional_info .logo_partner:nth-child(2){height:65px;width:180px}}@media only screen and (max-width:1800px){header .header_content .old_version,header .header_content nav .links .nav_link{font-size:16px}header .header_content nav .links .nav_link svg{width:31px;height:16px}}@media only screen and (min-width:1800px) and (max-width:2000px) and (min-height:800px){header .header_content{height:60px}header .header_content .basic_logo{gap:40px}header .header_content .basic_logo .logo:first-child{height:61px;width:127px}header .header_content .basic_logo .logo:nth-child(2){height:60px;width:120px}header .header_content .additional_info{gap:50px}header .header_content .additional_info .logo_partner:first-child{height:70px;width:90px}header .header_content .additional_info .logo_partner:nth-child(2){height:65px;width:180px}}@media only screen and (max-width:1500px){header{padding:0 20px}header .header_content .basic_logo{gap:10px}header .header_content .basic_logo .logo:first-child,header .header_content .basic_logo .logo:nth-child(2){height:40px;width:90px}header .header_content nav .logo_home{height:23px;width:25px}header .header_content nav .links{gap:50px}header .header_content .additional_info{gap:20px}header .header_content .additional_info .logo_partner:first-child{height:45px;width:65px}header .header_content .additional_info .logo_partner:nth-child(2){height:40px;width:150px}}@media only screen and (max-width:1300px){header{padding:0 20px}header .header_content .basic_logo{gap:10px}header .header_content .basic_logo .logo:first-child,header .header_content .basic_logo .logo:nth-child(2){height:35px;width:80px}header .header_content nav .logo_home{display:none}header .header_content nav .links{gap:30px;padding:0 25px}header .header_content nav .links .nav_link{font-size:15px}header .header_content nav .links .nav_link:after{width:calc(100% + 50px);left:-25px}header .header_content .additional_info{gap:20px}header .header_content .additional_info .logo_partner:first-child{height:40px;width:60px}header .header_content .additional_info .logo_partner:nth-child(2){height:35px;width:140px}}@media only screen and (max-width:800px){header .header_content_mobile .block_logo{gap:15px}header .header_content_mobile .block_logo .logo:first-child{height:32px;width:90px}header .header_content_mobile .block_logo .logo:nth-child(2),header .header_content_mobile .block_logo .logo:nth-child(3){height:39px;width:70px}header .header_content_mobile .block_logo .logo:nth-child(4){height:45px;width:130px}}@media only screen and (max-width:700px){header .header_content_mobile{height:60px}header .header_content_mobile .block_logo .logo:first-child{height:30px;width:80px}header .header_content_mobile .block_logo .logo:nth-child(2){height:36px;width:57px}header .header_content_mobile .block_logo .logo:nth-child(3){height:35px;width:60px}header .header_content_mobile .block_logo .logo:nth-child(4){height:40px;width:120px}header .header_content_mobile .block_logo .old_version{font-size:12px;margin-left:10px;padding:6px 10px}header .header_content_mobile .block_burger{width:33px;height:27px}header .header_content_mobile nav .links .nav_link{font-size:24px}}@media only screen and (max-width:600px){header .header_content_mobile{height:55px}header .header_content_mobile .block_logo .logo:first-child{height:25px;width:65px}header .header_content_mobile .block_logo .logo:nth-child(2){height:31px;width:50px}header .header_content_mobile .block_logo .logo:nth-child(3){height:30px;width:50px}header .header_content_mobile .block_logo .logo:nth-child(4){height:35px;width:110px}header .header_content_mobile .block_logo .old_version{font-size:10px;margin-left:0;padding:5px 10px}header .header_content_mobile .block_burger{width:30px;height:25px}header .header_content_mobile nav .links .nav_link{font-size:22px}header .header_content_mobile nav .links .nav_link svg{width:35px;height:20px}}@media only screen and (max-width:500px){header{padding:0 10px}header .header_content_mobile .block_logo{gap:10px}header .header_content_mobile{height:50px}header .header_content_mobile .block_logo .logo:first-child{height:20px;width:50px}header .header_content_mobile .block_logo .logo:nth-child(2),header .header_content_mobile .block_logo .logo:nth-child(3){height:24px;width:40px}header .header_content_mobile .block_logo .logo:nth-child(4){height:25px;width:90px}header .header_content_mobile .block_logo .old_version{font-size:8px;margin-left:0;padding:5px 10px}header .header_content_mobile .block_burger{width:25px;height:20px}header .header_content_mobile nav{padding:40px 0 30px}header .header_content_mobile nav .links .nav_link{font-size:20px}}@media only screen and (max-width:400px){header .header_content_mobile .block_logo .logo:first-child{height:18px;width:45px}header .header_content_mobile .block_logo .logo:nth-child(2){height:22px;width:37px}header .header_content_mobile .block_logo .logo:nth-child(3){height:22px;width:35px}header .header_content_mobile .block_logo .logo:nth-child(4){height:20px;width:82px}header .header_content_mobile .block_logo .old_version{font-size:8px;margin-left:0;padding:5px 10px}header .header_content_mobile .block_burger{width:22px;height:18px}header .header_content_mobile nav .links .nav_link{font-size:18px}header .header_content_mobile nav .links .nav_link svg{width:30px;height:18px}}footer{gap:20px;height:400px;padding-top:200px}footer,footer .footer_content{display:flex;flex-direction:column;width:100%;position:relative}footer .footer_content{gap:40px;height:100%;padding:20px 25px;border:solid #4547bb;border-width:2px 2px 0;border-radius:40px 40px 0 0;box-sizing:border-box;z-index:2}footer .footer_content .upper_part,footer .footer_content .upper_part .left{display:flex;align-items:center;width:100%}footer .footer_content .upper_part .left{gap:25px;justify-content:left}footer .footer_content .upper_part .left .logo{position:relative;cursor:pointer}footer .footer_content .upper_part .left .logo:first-child{height:41px;width:111px}footer .footer_content .upper_part .left .logo:nth-child(2){height:47px;width:79px}footer .footer_content .upper_part .left .logo img{object-fit:contain}footer .footer_content .upper_part .right{display:flex;gap:40px;align-items:center;justify-content:right;width:100%}footer .footer_content .upper_part .right .logo{position:relative;cursor:pointer}footer .footer_content .upper_part .right .logo:first-child{height:59px;width:79px}footer .footer_content .upper_part .right .logo:nth-child(2){height:50px;width:157px}footer .footer_content .upper_part .right .logo img{height:100%;object-fit:contain}footer .footer_content .lower_part{display:flex;align-items:start;justify-content:space-between;width:100%}footer .footer_content .lower_part .block_contact{display:flex;flex-direction:column;width:320px}footer .footer_content .lower_part .block_contact h5{width:100%;color:#fff;font-family:Raleway;font-size:24px;font-weight:400;margin-bottom:20px}footer .footer_content .lower_part .block_contact p{width:100%;color:#fff;font-family:Raleway;font-size:24px;font-weight:400;margin-bottom:7px}footer .footer_content .lower_part .block_contact .social_networks{display:flex;gap:15px;margin-top:13px}footer .footer_content .lower_part .block_contact .social_networks a{width:40px;height:40px;cursor:pointer}footer .footer_content .lower_part .block_contact .social_networks a svg{width:100%;height:100%}footer .footer_content .lower_part nav{display:flex;flex-direction:column;width:300px}footer .footer_content .lower_part nav h5{width:100%;color:#fff;font-family:Benzin;font-size:24px;font-weight:400;margin-bottom:20px}footer .footer_content .lower_part nav a{width:100%;color:#fff;font-family:Raleway;font-size:24px;font-weight:400;margin-bottom:7px;cursor:pointer}footer .footer_content .lower_part nav a:hover{color:#03D75C;text-decoration:underline}footer .footer_content .lower_part nav a svg{width:32px;height:17px}footer .footer_content .lower_part nav a svg path{fill:#fff}footer .footer_content .lower_part nav a:hover svg path{fill:#03D75C}footer .patterns{display:flex;align-items:center;justify-content:center;width:100%;height:1500px;position:absolute;bottom:0;left:0;pointer-events:none;overflow:hidden}footer .patterns .pattern{width:0;height:0;position:absolute}footer .patterns .pattern img{width:100%;height:100%;object-fit:contain}footer .patterns .pattern:first-child{width:2600px;height:2600px;bottom:-1150px;right:-900px;z-index:1;opacity:.5;animation:fade-transform-6 7s ease-in-out 0s infinite}@keyframes fade-transform-6{0%{transform:scale(.6);opacity:.5}20%{transform:scale(1.1);opacity:.8}60%{transform:scale(1.1);opacity:.8}80%{transform:scale(.6);opacity:.5}to{transform:scale(.6);opacity:.5}}@media only screen and (min-width:2000px){footer{height:500px;padding-top:250px}footer .footer_content{padding:30px 40px}footer .footer_content .upper_part .left{gap:40px}footer .footer_content .upper_part .left .logo:first-child{height:50px;width:130px}footer .footer_content .upper_part .left .logo:nth-child(2){height:57px;width:93px}footer .footer_content .upper_part .right{gap:45px}footer .footer_content .upper_part .right .logo:first-child{height:70px;width:85px}footer .footer_content .upper_part .right .logo:nth-child(2){height:60px;width:180px}footer .footer_content .lower_part .block_contact{width:350px}footer .footer_content .lower_part .block_contact h5{font-size:26px}footer .footer_content .lower_part .block_contact p{font-size:26px;margin-bottom:10px}footer .footer_content .lower_part .block_contact .social_networks a{width:45px;height:45px}footer .footer_content .lower_part nav a,footer .footer_content .lower_part nav h5{font-size:26px}footer .footer_content .lower_part nav a svg{width:40px;height:22px}footer .footer_content .lower_part nav{width:350px}footer .patterns{height:1700px}footer .patterns .pattern:first-child{width:2900px;height:2900px;bottom:-1300px;right:-1000px}}@media only screen and (max-width:1800px){footer{height:330px}footer .footer_content .upper_part .left .logo:first-child{height:37px;width:107px}footer .footer_content .upper_part .left .logo:nth-child(2){height:43px;width:75px}footer .footer_content .upper_part .right .logo:first-child{height:55px;width:75px}footer .footer_content .upper_part .right .logo:nth-child(2){height:43px;width:150px}footer .footer_content .lower_part .block_contact h5,footer .footer_content .lower_part .block_contact p{font-size:20px}footer .footer_content .lower_part .block_contact .social_networks a{width:35px;height:35px}footer .footer_content .lower_part nav{width:250px}footer .footer_content .lower_part nav a,footer .footer_content .lower_part nav h5{font-size:20px}footer .patterns .pattern:first-child{width:2200px;height:2200px;bottom:-1000px;right:-800px}}@media only screen and (max-width:1600px){footer .patterns{height:1300px}footer .patterns .pattern:first-child{width:2000px;height:2000px;bottom:-900px;right:-650px}}@media only screen and (max-width:1300px){footer .patterns .pattern:first-child{width:1800px;height:1800px;bottom:-800px;right:-550px}}@media only screen and (max-width:1100px){footer .footer_content .upper_part{display:flex;justify-content:center;gap:30px}footer .footer_content .upper_part .logo{position:relative;cursor:pointer}footer .footer_content .upper_part .logo:first-child{height:37px;width:107px}footer .footer_content .upper_part .logo:nth-child(2){height:43px;width:75px}footer .footer_content .upper_part .logo:nth-child(3){height:55px;width:75px}footer .footer_content .upper_part .logo:nth-child(4){height:43px;width:150px}}@media only screen and (max-width:900px){footer .footer_content .lower_part nav:nth-child(2){display:none}}@media only screen and (max-width:700px){footer .footer_content .upper_part{gap:20px}footer .footer_content .upper_part .logo:first-child{height:32px;width:90px}footer .footer_content .upper_part .logo:nth-child(2){height:40px;width:70px}footer .footer_content .upper_part .logo:nth-child(3){height:50px;width:70px}footer .footer_content .upper_part .logo:nth-child(4){height:40px;width:140px}footer .footer_content .lower_part .block_contact h5,footer .footer_content .lower_part .block_contact p,footer .footer_content .lower_part nav a,footer .footer_content .lower_part nav h5{font-size:18px}}@media only screen and (max-width:600px){footer{height:300px}footer .footer_content{padding:15px}footer .footer_content .upper_part{gap:20px}footer .footer_content .upper_part .logo:first-child{height:28px;width:80px}footer .footer_content .upper_part .logo:nth-child(2){height:35px;width:60px}footer .footer_content .upper_part .logo:nth-child(3){height:45px;width:60px}footer .footer_content .upper_part .logo:nth-child(4){height:35px;width:130px}footer .footer_content .lower_part .block_contact h5,footer .footer_content .lower_part .block_contact p{font-size:16px}footer .footer_content .lower_part nav{width:210px}footer .footer_content .lower_part nav h5{font-size:15px}footer .footer_content .lower_part nav a{font-size:16px}}@media only screen and (max-width:500px){footer{height:280px}footer .footer_content .upper_part{gap:10px}footer .footer_content .upper_part .logo:first-child{height:23px;width:70px}footer .footer_content .upper_part .logo:nth-child(2){height:30px;width:50px}footer .footer_content .upper_part .logo:nth-child(3){height:40px;width:50px}footer .footer_content .upper_part .logo:nth-child(4){height:30px;width:120px}footer .footer_content .lower_part{gap:10px}footer .footer_content .lower_part .block_contact h5,footer .footer_content .lower_part .block_contact p{font-size:14px}footer .footer_content .lower_part .block_contact .social_networks a{width:30px;height:30px}footer .footer_content .lower_part nav{width:210px}footer .footer_content .lower_part nav a,footer .footer_content .lower_part nav h5{font-size:14px}}@media only screen and (max-width:400px){footer .footer_content{padding:10px}footer .footer_content .upper_part{gap:10px}footer .footer_content .upper_part .logo:first-child{height:23px;width:70px}footer .footer_content .upper_part .logo:nth-child(2){height:30px;width:50px}footer .footer_content .upper_part .logo:nth-child(3){height:40px;width:50px}footer .footer_content .upper_part .logo:nth-child(4){height:30px;width:120px}footer .footer_content .lower_part .block_contact h5,footer .footer_content .lower_part .block_contact p{font-size:12px}footer .footer_content .lower_part .block_contact .social_networks a{width:27px;height:27px}footer .footer_content .lower_part nav{width:210px}footer .footer_content .lower_part nav a,footer .footer_content .lower_part nav h5{font-size:12px}}